AsiaV2d/modules/personal_tec_transfer/index.html.erb

43 lines
948 B
Plaintext

<table class="table table-hover table-striped projects-index tec_transfers-index dt-responsive nowrap">
<caption><h3>{{widget-title}}</h3></caption>
<thead>
<tr>
<th class="col-md-1">{{th-trans_name}}</th>
<th class="col-md-1">{{th-patent_number}}</th>
<th class="col-md-1">{{th-trans_unit}}</th>
<th class="col-md-1">{{th-period}}</th>
<th class="col-md-1">{{th-member_profile}}</th>
</tr>
</thead>
<tbody data-level="0" data-list="tec_transfers">
<tr>
<td>{{trans_name}}</td>
<td>{{patent_number}}</td>
<td>{{trans_unit}}</td>
<td>{{period}}</td>
<td>{{member_profile}}</td>
</tr>
</tbody>
</table>
{{pagination_goes_here}}
<script>
$('table.tec_transfers-index').DataTable({
searching: false,
paging: false,
ordering: false,
info: false
});
</script>