{php}
//Configration ----------------------
$this->_tpl_vars['options'] = array(
'1'=>'市街化区域',
'2'=>'市街化調整区域',
'3'=>'未線引区域',
'4'=>'都市計画区域外'
);
//-----------------------------------
{/php}
{* -------------------------------------
[Template Parts]
Simple Select
[Use Example]
XXX
{inc file='_tpl_select_item.html' name="xxxx" value=$xxxx }
----------------------------------------- *}
{if $cm=='n' || $cm=='e'}
{else}
{$options.$value}
{/if}