event_ann/modules/event_ann/evtannc_index17.html.erb

28 lines
1.3 KiB
Plaintext

<div class="i-event_ann index-event_ann-1 {{display}}">
<h1 class="i-event_ann__page-title">{{page-title}}</h1>
<table class="i-event_ann__table table table-striped">
<thead>
<tr>
<th class="i-event_ann__th i-event_ann__th--category">{{category-head}}</th>
<th class="i-event_ann__th i-event_ann__th--title">{{title-head}}</th>
<th class="i-event_ann__th i-event_ann__th--date">{{date-head}}</th>
<th class="i-event_ann__th i-event_ann__th--department">{{department-head}}</th>
</tr>
</thead>
<tbody data-level="0" data-list="event_ann">
<tr>
<td class="i-event_ann__category">{{category}}</td>
<td class="i-event_ann__content">
<span class="i-event_ann__status-wrap" data-list="statuses" data-level="1">
<span class="i-event_ann__status label status {{status-class}}">{{status}}</span>
</span>
<a class="i-event_ann__title" href="{{link_to_show}}">{{title}}</a>
</td>
<td class="i-event_ann__postdate"><span class="i-event_ann__postdate-content" date-format="%Y-%m-%d">{{postdate}}</span></td>
<td class="i-event_ann__department"><span class="i-event_ann__department-content">{{department}}</span></td>
</tr>
</tbody>
</table>
</div>
{{pagination_goes_here}}