25 lines
1.1 KiB
Plaintext
25 lines
1.1 KiB
Plaintext
<div class="i-event_ann index-event_ann-3 {{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>
|
|
<th class="i-event_ann__th i-event_ann__th--category">{{category-head}}</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody data-level="0" data-list="event_ann">
|
|
<tr>
|
|
<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__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__category">{{category}}</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
{{pagination_goes_here}} |