event_ann/modules/event_ann/_evtannc_widget8.html.erb

29 lines
1.2 KiB
Plaintext

<div class="w-event_ann widget-event_ann-8">
<h3 class="w-event_ann__widget-title">
<span>{{widget-title}}</span>
</h3>
<table class="w-event_ann__table table">
<thead>
<tr>
<th class="w-event_ann__th w-event_ann__th--category">{{category-head}}</th>
<th class="w-event_ann__th w-event_ann__th--title">{{title-head}}</th>
<th class="w-event_ann__th w-event_ann__th--date">{{date-head}}</th>
</tr>
</thead>
<tbody data-level="0" data-list="event_ann">
<tr>
<td class="w-event_ann__category">{{category}}</td>
<td class="w-event_ann_content">
<span class="w-event_ann__status-wrap" data-list="statuses" data-level="1">
<span class="w-event_ann__status label status {{status-class}}">{{status}}</span>
</span>
<a class="w-event_ann__title" href="{{link_to_show}}">{{title}}</a>
</td>
<td class="w-event_ann__postdate" date-format="%Y-%m-%d">{{postdate}}</td>
</tr>
</tbody>
</table>
<div class="w-event_ann__more-wrap clearfix">
<a class="w-event_ann__more btn btn-primary pull-right" href="{{more_url}}"><%= (I18n.locale.to_s =="zh_tw") ? "更多最新消息" : "More NEWS" %></a>
</div>
</div>