57 lines
1.3 KiB
Plaintext
57 lines
1.3 KiB
Plaintext
<table class="table table-hover table-striped active-index">
|
|
<caption>
|
|
<h3>{{page-title}}</h3>
|
|
</caption>
|
|
<thead>
|
|
<tr>
|
|
<th class="col-md-2">{{th_category}}</th>
|
|
<th class="col-md-3">{{th_act_time_range}}</th>
|
|
<th class="col-md-3">{{th_title}}</th>
|
|
<th class="col-md-3">{{th_sign_up_time_range}}</th>
|
|
<th class="col-md-1">{{th_sign_up}}</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody data-level="0" data-list="acts">
|
|
<tr>
|
|
<td class="active-td1">{{category}}</td>
|
|
<td class="active-td2">{{act_start_date}} ~ <br /> {{act_end_date}}</td>
|
|
<td class="active-td3">{{title}}</td>
|
|
<td class="active-td4">{{sign_start_date}} ~ <br /> {{sign_end_date}}</td>
|
|
<td class="active-td5">{{sign_up}}</i></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
{{pagination_goes_here}}
|
|
<style>
|
|
.active-index{
|
|
border: 1px solid #d5d5d5;
|
|
th{
|
|
background: #fffde1;
|
|
min-width: 6em;
|
|
}
|
|
}
|
|
.active-td5{
|
|
a{
|
|
font-size: 1em;
|
|
font-weight: 400;
|
|
border-radius: 2px;
|
|
padding: 5px;
|
|
background-color: #DF5925;
|
|
color: #fff;
|
|
letter-spacing: 1px;
|
|
display: inline-block;
|
|
box-sizing: border-box;
|
|
text-align: center;
|
|
text-transform: uppercase;
|
|
-webkit-transition: all 200ms;
|
|
width: 110px;
|
|
}
|
|
}
|
|
.active-td3{
|
|
a{
|
|
border-bottom: 1px dashed #9b9b9b;
|
|
padding-bottom: 2px;
|
|
color: #366A39;
|
|
}
|
|
}
|
|
</style> |