{if (sizeof($selection) > 1)}
{osc_draw_separator image='pixel_trans.gif' width='10' height='1'} |
{$smarty.const.TEXT_SELECT_PAYMENT_METHOD} |
{$smarty.const.TITLE_PLEASE_SELECT}
{osc_image src="`$smarty.const.DIR_WS_IMAGES`arrow_east_south.gif"} |
{osc_draw_separator image='pixel_trans.gif' width='10' height='1'} |
{else}
{osc_draw_separator image='pixel_trans.gif' width='10' height='1'} |
{$smarty.const.TEXT_ENTER_PAYMENT_INFORMATION} |
{osc_draw_separator image='pixel_trans.gif' width='10' height='1'} |
{/if}
{*1*}
{section name="c_p1" loop=$selection}
{osc_draw_separator image='pixel_trans.gif' width='10' height='1'} |
{if ( ($selection[c_p1].id == $smarty.session.payment) || (count($selection)) == 1) }
{else}
{/if}
{osc_draw_separator image='pixel_trans.gif' width='10' height='1'} |
{$selection[c_p1].module} |
{if (sizeof($selection) > 1 && !isset($selection[c_p1].error)) }
{$selection[c_p1].tep_draw_radio_field}
{else}
{$selection[c_p1].tep_draw_hidden_field}
{/if}
|
{osc_draw_separator image='pixel_trans.gif' width='10' height='1'} |
{if (isset($selection[c_p1].error))}
{else}
{osc_draw_separator image='pixel_trans.gif' width='10' height='1'} |
{$selection[c_p1].error} |
{osc_draw_separator image='pixel_trans.gif' width='10' height='1'} |
{osc_draw_separator image='pixel_trans.gif' width='10' height='1'} |
{* 各決裁方法の為の入力フォームを表示 *}
{section name="c_p2" loop=$selection[c_p1].fields}
{osc_draw_separator image='pixel_trans.gif' width='10' height='1'} |
{$selection[c_p1].fields[c_p2].title} |
{osc_draw_separator image='pixel_trans.gif' width='10' height='1'} |
{$selection[c_p1].fields[c_p2].field} |
{osc_draw_separator image='pixel_trans.gif' width='10' height='1'} |
{/section}
|
{osc_draw_separator image='pixel_trans.gif' width='10' height='1'} |
{/if}
|
{osc_draw_separator image='pixel_trans.gif' width='10' height='1'} |
{/section}
|