Changeset 20 for branches/dev/data/Smarty/templates
- Timestamp:
- 2007/01/23 23:11:43 (19 years ago)
- Location:
- branches/dev/data/Smarty/templates/shopping
- Files:
-
- 2 edited
-
confirm.tpl (modified) (1 diff)
-
deliv.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/data/Smarty/templates/shopping/confirm.tpl
r19 r20 134 134 <td colspan="2" bgcolor="#f0f0f0" class="fs12n"><strong>¢§¤ªÆÏ¤±Àè</strong></td> 135 135 </tr> 136 <!--{if $arrData.deliv_check == 1}--> 136 <!--{* Ê̤ΤªÆÏ¤±À褬ÁªÂò¤µ¤ì¤Æ¤¤¤ë¾ì¹ç *}--> 137 <!--{if $arrData.deliv_check >= 1}--> 137 138 <tr> 138 139 <td width="150" bgcolor="#f0f0f0" class="fs12">¤ªÌ¾Á°</td> -
branches/dev/data/Smarty/templates/shopping/deliv.tpl
r17 r20 69 69 <td align="center"> 70 70 <!--{if $smarty.section.cnt.first}--> 71 <input type="radio" name="deli " id="chk_id_<!--{$smarty.section.cnt.iteration}-->" value="<!--{$smarty.section.cnt.iteration}-->" onclick="mode.value='customer_addr';">71 <input type="radio" name="deliv_check" id="chk_id_<!--{$smarty.section.cnt.iteration}-->" value="-1" <!--{if $arrForm.deliv_check.value == "" || $arrForm.deliv_check.value == -1}-->checked<!--{/if}-->> 72 72 <!--{else}--> 73 <input type="radio" name="deli " id="chk_id_<!--{$smarty.section.cnt.iteration}-->" value="<!--{$smarty.section.cnt.iteration}-->" onclick="mode.value='other_addr'; other_deliv_id.value=<!--{$arrAddr[cnt].other_deliv_id}-->;">73 <input type="radio" name="deliv_check" id="chk_id_<!--{$smarty.section.cnt.iteration}-->" value="<!--{$arrAddr[cnt].other_deliv_id}-->" <!--{if $arrForm.deliv_check.value == $arrAddr[cnt].other_deliv_id}-->checked<!--{/if}-->> 74 74 <!--{/if}--> 75 75 </td>
Note: See TracChangeset
for help on using the changeset viewer.
