forked from saurabh/orbit4-5
22 lines
704 B
Plaintext
22 lines
704 B
Plaintext
<table class="table table-hover table-striped patents-index">
|
|
<caption><h3>{{widget-title}}</h3></caption>
|
|
<thead>
|
|
<tr>
|
|
<th class="col-md-3">{{th_publication_date}}</th>
|
|
<th class="col-md-3">{{th_patent_title}}</th>
|
|
<th class="col-md-2">{{th_patent_no}}</th>
|
|
<th class="col-md-2">{{th_patent_country}}</th>
|
|
<th class="col-md-2">{{th_authors}}</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody data-level="0" data-list="patents">
|
|
<tr>
|
|
<td>{{publication_date}}</td>
|
|
<td><a href="{{link_to_show}}">{{patent_title}}</a></td>
|
|
<td>{{patent_no}}</td>
|
|
<td>{{patent_country}}</td>
|
|
<td>{{authors}}</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
{{pagination_goes_here}} |