{* -------------------------------------
[Template Parts]
Simple Radio Button
[Example]
xxxxxx
{inc file='_tpl_radio_User_sex.html' name="member_sex" value=$member_sex }
----------------------------------------- *}
{php}
//init--
$this->_tpl_vars['options'] = array(
'非公開',
'公開',
'物件名のみ公開'
);
//------
if ($this->_tpl_vars['value'] == NULL){
$this->_tpl_vars['value'] = '0';
}
{/php}
{if $cm=='n' || $cm=='e'}
{else}
{$options.$value}
{/if}