orbit4-5/app/templates/nccu/modules/personal_patent/index.html.erb

22 lines
704 B
Plaintext
Raw Normal View History

2014-11-07 08:06:50 +00:00
<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}}