18 lines
508 B
Plaintext
18 lines
508 B
Plaintext
|
<table class="table table-hover table-striped journal-papers-index">
|
||
|
<caption><h3>{{widget-title}}</h3></caption>
|
||
|
<thead>
|
||
|
<tr>
|
||
|
<th class="col-md-1">{{th_year}}</th>
|
||
|
<th class="col-md-9">{{th_title}}</th>
|
||
|
<th class="col-md-2">{{th_author}}</th>
|
||
|
</tr>
|
||
|
</thead>
|
||
|
<tbody data-level="0" data-list="books">
|
||
|
<tr>
|
||
|
<td>{{year}}</td>
|
||
|
<td><a href="{{link_to_show}}">{{book_title}}</a></td>
|
||
|
<td>{{author}}</td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
{{pagination_goes_here}}
|