{* 商品管理 顯示單筆 *} {if $WEB.file_name == "prod.php" and $op == "op_show"} 返回 編輯 顯示單筆 標題 {$DBV.title} 啟用狀態 {$DBV.enable} 排序 {$DBV.sort} 類別 {$DBV['kind']} 日期 {$DBV['date']} 價格 {$DBV['price']} 摘要 {$DBV['summary']} 內容 {$DBV['content']} {if $DBV.file_name} {/if} {/if} ```