Add Survey frontend index page

This commit is contained in:
spen 2014-10-08 09:55:51 +08:00
parent 1467eb039d
commit 6af19a2fda
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
<table class="table table-hover table-striped survey-index">
<caption><h3>{{page-title}}</h3></caption>
<thead>
<tr>
<th class="col-md-6">{{th_title}}</th>
<th class="col-md-3">{{th_time_range}}</th>
<th class="col-md-1">{{th_write}}</th>
<th class="col-md-1">{{th_result}}</th>
</tr>
</thead>
<tbody data-level="0" data-list="surveys">
<tr>
<td>{{title}}</td>
<td>{{time_range}}</td>
<td>{{write}}</td>
<td>{{result}}</td>
</tr>
</tbody>
</table>
{{pagination_goes_here}}