{include file="admin/header.html"} {include file="admin/gnavi.html"}
{include file="admin/menu/submenu_portal.html"}

お知らせ

{errorList->getMessages assign=errmsg} {if $errmsg}
    {foreach from=$errmsg item=msg}
  • {$msg|escape}
  • {/foreach}
{/if} {assign var="kubun" value=$action.kubun}
{if $kubun=="1"}追加{elseif $kubun=="2"}変更{elseif $kubun =="3"}削除{/if}しました。

{include file="admin/footer.html"}