{include file="file:$templatedir/Header.html"}
{include file="file:$templatedir/AdminMenu.html"}
ポータルTOP > 管理者設定 > ブログ一覧 > コメント一覧 > コメントの編集 << 戻る
{if $successes}
{foreach from=$successes item=_success}
{$_success}
{/foreach}
{/if} {if $errors}
{foreach from="$errors" item="_error"}
{$_error}
{/foreach}
{/if} {if $comment.open_status != $smarty.const.VAL_COMMON_FLAG_ON} {/if}
{if $comment.open_status != $smarty.const.VAL_COMMON_FLAG_ON}
※公開をクリックした場合、入力された内容は保存されません。
{/if}
投稿記事
{$comment.entry_title}
公開状態
{$comment.open_status|local_word:$dbValue.comment_public}
タイトル
コメント
投稿者
{if $comment.user_sys_id}{$comment.name}{else}{/if} ({$comment.comment_ip})
投稿者メールアドレス
投稿者URL
{if ! $comment.user_sys_id}{elseif $comment.mailclosecorp == '0'}{$comment.mail}{elseif $comment.mailclosemobile == '0'}{$comment.mailmobile}{elseif $comment.mailcloseprivate == '0'}{$comment.mailprivate}{elseif $comment.mailcloseother == '0'}{$comment.mailother}{/if}
投稿日時
{$comment.comment_date|date_format:'%Y/%m/%d %H:%M'}
※(※)は必須項目です。
{if $comment.open_status != $smarty.const.VAL_COMMON_FLAG_ON} {/if}
<< 戻る
{include file="file:$templatedir/Footer.html"}