{* -------------------------------------
[Template Parts]
Simple Select Button
[Example]
xxxxxx
{inc file='_tpl_select_DispSw.html' name="xxxx_disp_sw" value=$xxxx_disp_sw }
----------------------------------------- *}
{php}
//Configration ----------------------
$this->_tpl_vars['options'] = array(
'1' => '表示',
'0' => '非表示',
);
if ($this->_tpl_vars['value'] == NULL){
$this->_tpl_vars['value'] = '0';
}
//-----------------------------------
{/php}
{if $cm=='n' || $cm=='e'}
{else}
{$options.$value}
{/if}