Upload new file

try
This commit is contained in:
chiu 2019-08-20 08:27:46 +08:00
parent 8ce20be63b
commit 958290810b
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
<table class="table table-hover table-striped projects-index">
<caption><h3>{{widget-title}}</h3></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="journal_papers">
<tr data-level="1" data-list="jps">
<td>{{value}}</td>
</tr>
</tbody>
</table>
{{pagination_goes_here}}