18 lines
516 B
Plaintext
Executable File
18 lines
516 B
Plaintext
Executable File
<table class="table table-hover table-striped journal-papers-index">
|
|
<caption><h3>{{page-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="journal_papers">
|
|
<tr>
|
|
<td>{{year}}</td>
|
|
<td><a href="{{link_to_show}}">{{paper_title}}</a></td>
|
|
<td>{{author}}</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
{{pagination_goes_here}} |