"Activity_view"
Bootstrap 4.0.0 Snippet by douglance

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<div class="container">
<div class="row col-md-12 custyle">
<table class="table table-striped table-responsive custab">
<thead>
<!--<a href="#" class="btn btn-primary btn-xs pull-right"><b>+</b> Add new class</a>-->
<tr>
<th style="width: 20%">Title</th>
<th>Keywords</th>
<th style="width: 20%">Activity</th>
<th>Unit</th>
<th class="text-center">Action</th>
</tr>
</thead>
<tr>
<td>Family Sentences</td>
<td><a href=#>Father, Mother, Sister, Brother, Grandma, Grandpa</a></td>
<td>Fill-in-the-Blank</td>
<td><a href=#>Family I</a></td>
<td class="text-center"><a class='btn btn-info btn-xs' href="#"><span class="glyphicon glyphicon-edit"></span> Edit</a> <a href="#" class="btn btn-danger btn-xs"><span class="glyphicon glyphicon-remove"></span> Del</a></td>
</tr>
<tr>
<td>Sports matching</td>
<td><a href=#>Basketball, Soccer, Football, Badminton, Tennis</a></td>
<td>Matching</td>
<td><a href=#>Sports II</a></td>
<td class="text-center"><a class='btn btn-info btn-xs' href="#"><span class="glyphicon glyphicon-edit"></span> Edit</a> <a href="#" class="btn btn-danger btn-xs"><span class="glyphicon glyphicon-remove"></span> Del</a></td>
</tr>
</table>
</div>
</div>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: