asiaH4/modules/experiment/index.html.erb

42 lines
1.1 KiB
Plaintext

<div class="experiment-index">
<table class="table table-hover table-striped">
<h3>{{page-title}}</h3>
<thead>
<tr>
<th class="col-sm-2">{{th_image}}</th>
<th class="col-sm-2">{{th_category}}</th>
<th class="col-sm-3">{{th_subject}}</th>
<th class="col-sm-3">{{th_direction}}</th>
<th class="col-sm-2">{{th_professor1}}</th>
</tr>
</thead>
<tbody data-level="0" data-list="subjects">
<tr>
<td>
<div class="img-wrap bullseye">
<img src="{{img_src}}">
</div>
</td>
<td>
<span class="category">{{category}}</span>
</td>
<td>
<a class="index-content-title" href="{{link_to_show}}">{{subject}}</a>
</td>
<td>
{{direction}}
</td>
<td data-list="members" data-level="1">
<a class="btn btn-primary btn-xs" href="{{id_to_show}}">
<span class="icons-user">{{name}}</span>
</a>
</td>
</tr>
</tbody>
</table>
</div>
{{pagination_goes_here}}