22 lines
653 B
Plaintext
22 lines
653 B
Plaintext
<table class="table table-hover table-striped writing-conferences-index">
|
|
<caption><h3>{{widget-title}}</h3></caption>
|
|
<thead>
|
|
<tr>
|
|
<th class="col-md-2">{{th_year}}</th>
|
|
<th class="col-md-3">{{th_lab_title}}</th>
|
|
<th class="col-md-2">{{th_location}}</th>
|
|
<th class="col-md-3">{{th_member}}</th>
|
|
<th class="col-md-2"></th>
|
|
</tr>
|
|
</thead>
|
|
<tbody data-level="0" data-list="labs">
|
|
<tr>
|
|
<td>{{year}}</td>
|
|
<td>{{lab_title}}</td>
|
|
<td>{{location}}</td>
|
|
<td>{{member}}</td>
|
|
<th><a href="{{link_to_show}}">{{th_detail}}</a></th>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
{{pagination_goes_here}} |