2014-07-04 03:48:33 +00:00
|
|
|
<table class="table main-list">
|
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<th class="span1"><%= t('personal_patent.publication_date') %></th>
|
|
|
|
<th class="span2"><%= t('personal_patent.patent_title') %></th>
|
|
|
|
<th class="span2"><%= t('personal_patent.patent_no') %></th>
|
|
|
|
<th class="span2"><%= t('personal_patent.patent_country') %></th>
|
|
|
|
<th class="span2"><%= t('personal_patent.authors') %></th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody id="tbody_patents" class="sort-holder">
|
2014-07-18 07:05:27 +00:00
|
|
|
<%= render 'patent' %>
|
2014-07-04 03:48:33 +00:00
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
<div class="bottomnav clearfix">
|
|
|
|
<div class="action pull-right">
|
|
|
|
<%= link_to content_tag(:i, nil, :class => 'icon-cog icon-white') + t('setting'), admin_patent_setting_path, :class => 'btn btn-primary pull-right' %>
|
|
|
|
</div>
|
|
|
|
<div class="pagination pagination-centered">
|
2014-07-18 07:05:27 +00:00
|
|
|
<%= content_tag :div, paginate(@patents), class: "pagination pagination-centered" %>
|
2014-07-04 03:48:33 +00:00
|
|
|
</div>
|
|
|
|
</div>
|