Add Active Event frontend index page

This commit is contained in:
spen 2014-11-10 10:40:35 +08:00
parent 3a1fb9c72b
commit fa5ba42034
1 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,23 @@
<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-2">{{th_act_time_range}}</th>
<th class="col-md-5">{{th_title}}</th>
<th class="col-md-2">{{th_sign_up_time_range}}</th>
<th class="col-md-2">{{th_sign_up}}</th>
</tr>
</thead>
<tbody data-level="0" data-list="acts">
<tr>
<td>{{category}}</td>
<td>{{act_start_date}} ~ <br /> {{act_end_date}}</td>
<td>{{title}}</td>
<td>{{sign_start_date}} ~ <br /> {{sign_end_date}}</td>
<td>{{sign_up}}</i></td>
</tr>
</tbody>
</table>
{{pagination_goes_here}}