33 lines
937 B
Plaintext
33 lines
937 B
Plaintext
<table class="table table-hover table-striped journals-index">
|
|
<caption><h3>{{widget-title}}</h3></caption>
|
|
<thead>
|
|
<tr>
|
|
<th class="col-md-3">{{th_cover}}</th>
|
|
<th class="col-md-3">
|
|
{{th_title}}
|
|
</th>
|
|
<th class="col-md-2">{{th_pub_date}}</th>
|
|
<th class="col-md-2">{{th_author}}</th>
|
|
<th class="col-md-2">{{th_chapter}}</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody data-level="0" data-list="publications">
|
|
<tr>
|
|
<td><a href="{{link_to_list}}"><img src="{{cover}}" alt="{{title}}" title="{{title}}" class="cover"></a></td>
|
|
<td><a href="{{link_to_show}}">{{title}}</a></td>
|
|
<td>{{pub_date}}</td>
|
|
<td>{{author}}</td>
|
|
<td>
|
|
<div class="">
|
|
<a href="{{link_to_list}}">進入章節</a>
|
|
</div>
|
|
<div class="">
|
|
{{th_chapters}}
|
|
{{chapters}}
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
{{pagination_goes_here}} |