14 lines
412 B
Plaintext
14 lines
412 B
Plaintext
|
<table class="table table-hover table-striped journal-papers-index">
|
||
|
<caption><h1>{{widget-title}}</h1></caption>
|
||
|
<thead>
|
||
|
<tr data-level="0" data-list="headers">
|
||
|
<th class="col-md-{{col}}">{{head-title}}</th>
|
||
|
</tr>
|
||
|
</thead>
|
||
|
<tbody data-level="0" data-list="book_list">
|
||
|
<tr data-level="1" data-list="books">
|
||
|
<td>{{value}}</td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
{{pagination_goes_here}}
|