{include file="header.html"}
ページ一覧
{if ($page_list_view.count == 0 || $page_list_view.count < $page_list_view.offset) }
表示するデータがありません。
表示条件をクリアする
{else}
key
親ページ
作成日
最終更新日
{*
コンテンツ
*}
可視
利用可能
テンプレート
操作
{section name="i" loop=$page_row}
{$page_row[i].key|escape:"html"}
{$page_row[i].parent_key|escape:"html"}
{$page_row[i].ctime|escape:"html"}
{$page_row[i].mtime|escape:"html"}
{*
{$page_row[i].contents|escape:"html"}
*}
{$page_row[i].visible|escape:"html"}
{$page_row[i].enable|escape:"html"}
{$page_row[i].template|escape:"html"}
確認
変更
削除
{/section}
{/if}
{dino_listnavi prefix="page_" offset=$page_list_view.offset limit=$page_list_view.limit count=$page_list_view.count list_url="page_list.php?"}
{include file="footer.html"}
{include file='debug.html'}