24 lines
942 B
Plaintext
24 lines
942 B
Plaintext
<div class="i-event_ann index-event_ann-14 {{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--date">{{date-head}}</th>
|
|
<th class="i-event_ann__th i-event_ann__th--title">{{title-head}}</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody data-level="0" data-list="event_ann">
|
|
<tr>
|
|
<td class="i-event_ann__postdate" date-format="%Y-%m-%d">{{postdate}}</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>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
{{pagination_goes_here}}
|