forked from saurabh/personal-patent
Upload new file
This commit is contained in:
parent
4679d730ab
commit
6c0e3e99a4
|
@ -0,0 +1,14 @@
|
|||
<table class="table table-hover table-striped projects-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="patents">
|
||||
<tr data-level="1" data-list="patent_list">
|
||||
<td>{{value}}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
{{pagination_goes_here}}
|
Loading…
Reference in New Issue