{include file="header.html"}
ハードウェア種一覧
{if ($hard_ware_list_view.count == 0 || $hard_ware_list_view.count < $hard_ware_list_view.offset) }
表示するデータがありません。
表示条件をクリアする
{else}
ハードウェアID
名称
状態
操作
{section name="i" loop=$hard_ware_row}
{$hard_ware_row[i].id|escape:"html"}
{$hard_ware_row[i].name|escape:"html"}
{$hard_ware_row[i].state__label|escape:"html"}
確認
変更
削除
{/section}
{/if}
{dino_listnavi prefix="hard_ware_" offset=$hard_ware_list_view.offset limit=$hard_ware_list_view.limit count=$hard_ware_list_view.count list_url="hard_ware_list.php?"}
{include file="footer.html"}
{include file='debug.html'}