This commit is contained in:
2026-04-07 14:50:23 +09:00
commit b4e485502b
4778 changed files with 2017091 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
<div class="col-sm-12">
<div class="card">
<div class="card-header">
<h5 id="preview-notice-title"><%-(hero ? hero.title ? hero.title.replace(/(?:\r\n|\r|\n)/g, '<BR>') : '' : '')%></h5>
</div>
<div class="card-block">
<p class="content-group" id="preview-notice-detail">
<%-hero ? hero.detail ? hero.detail.replace(/(?:\r\n|\r|\n)/g, '<BR>') : '' : ''%>
</p>
</div>
<div class="card-footer">
<div class="text-right">
<span class="text-muted heading-text m-r-5" id="preview-notice-created"><%=hero? hero.created : ''%></span>
</div>
</div>
</div>
</div>