Skip to content

Instantly share code, notes, and snippets.

@atsu666
Created November 28, 2016 08:36
Show Gist options
  • Save atsu666/a2c2e0904b8c5b9c0e01103261513e0e to your computer and use it in GitHub Desktop.
Save atsu666/a2c2e0904b8c5b9c0e01103261513e0e to your computer and use it in GitHub Desktop.
<!-- BEGIN_MODULE Comment_Body -->
<!-- コメント表示 開始▼▼ -->
<!-- BEGIN position:veil -->
<!-- コメント件数 開始▼▼ -->
<p>全{amount}件中 {from}件〜{to}件を表示</p>
<!-- コメント件数 終了▲▲ -->
<!-- END position:veil -->
<!-- BEGIN relation:veil -->
<div class="relationWrapper">
<div class="relation">
<!-- BEGIN comment:loop -->
<div class="{status}">
<!-- BEGIN div#front --><!-- スレッド囲みdiv -->
<div class="passBox">
<!-- END div#front -->
<!-- BEGIN body:veil -->
<!-- コメント本文 開始▼▼ -->
<h3><a name="comment-{cmid}">{title}<!-- BEGIN awaiting#header -->承認待ち<!-- END awaiting#header --></a></h3>
<!-- BEGIN replyLink:veil -->
<p class="comment-reply"><a href="{replyUrl}#comment">返信</a></p>
<!-- END replyLink:veil -->
<p>{body}[nl2br]
<!-- BEGIN awaiting#body -->
このコメントは承認待ちです。
<!-- END awaiting#body -->
</p>
<p class="relationFooter">
<!-- BEGIN posterLink#front -->
<a href="{url}">
<!-- END posterLink#front -->
<!-- BEGIN posterName:veil -->
{posterName}
<!-- END posterName:veil -->
<!-- BEGIN posterLink#rear -->
</a>
<!-- END posterLink#rear -->
{date#Y}年{date#m}月{date#d}日 {date#H}時{date#i}分{date#s}秒 ( {date#week} )
<!-- コメントの管理操作ボタンのインクルード -->
<!--#include file="/admin/comment/action.html"-->
</p>
<!-- コメント本文 終了▲▲ -->
<!-- END body:veil -->
<!-- BEGIN div#rear --><!-- スレッド囲みdiv閉じ -->
</div>
<!-- END div#rear -->
</div>
<!-- END comment:loop -->
<!-- BEGIN backLink -->
<p class="relationNaviNext"><a href="{url}" id="naviNext">&laquo; 前のコメント</a></p>
<!-- END backLink -->
<!-- BEGIN forwardLink -->
<p class="relationNaviPrev">&nbsp;<a href="{url}" id="naviPrev">次のコメント &raquo;</a></p>
<!-- END forwardLink -->
</div>
</div>
<!-- END relation:veil -->
<!-- コメント表示 終了▲▲ -->
<!-- END_MODULE Comment_Body -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment