{$title}

コントロールテーブル定義の{$smarty.const._ACTION_EDITER}を行います。

{if $error_flag == true}
    {section name=itm loop=$error_msg}
  • {$error_msg[itm]}
  • {/section}
{/if} {if $error_detail == ""}
{$smarty.const._CONT_NAME} {$control_name|escape:"html"}
{$smarty.const._CONT_VALUE} *

{else}
  • {$error_detail}
{/if}

 一覧に戻る