Changeset 12732 for branches/dev/data
- Timestamp:
- 2007/05/14 11:36:35 (19 years ago)
- Location:
- branches/dev/data/Smarty/templates/mobile/nonmember
- Files:
-
- 3 edited
-
confirm.tpl (modified) (2 diffs)
-
nonmember_deliv.tpl (modified) (1 diff)
-
payment.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/data/Smarty/templates/mobile/nonmember/confirm.tpl
r12718 r12732 9 9 <hr> 10 10 <form name="form1" id="form1" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->"> 11 <input type="text" name="mode" value="deliv"> 12 <input type="text" name="zip01" value="<!--{$arrAddr[0].zip01}-->"> 13 <input type="text" name="zip02" value="<!--{$arrAddr[0].zip02}-->"> 14 <input type="text" name="pref" value="<!--{$arrAddr[0].pref}-->"> 15 <input type="text" name="addr01" value="<!--{$arrAddr[0].addr01}-->"> 16 <input type="text" name="addr02" value="<!--{$arrAddr[0].addr02}-->"> 11 <input type="hidden" name="mode" value="deliv"> 17 12 <!--{foreach from=$list_data key=key item=item}--> 18 <input type=" text" name="<!--{$key|escape}-->" value="<!--{$item|escape}-->">13 <input type="hidden" name="<!--{$key|escape}-->" value="<!--{$item|escape}-->"> 19 14 <!--{/foreach}--> 20 15 ²¼µ¤ÎÆâÍÆ¤Ç¤è¤í¤·¤¤¤Ç¤¹¤«¡©<br> … … 40 35 41 36 <!--{foreach from=$list_data key=key item=item}--> 42 <input type=" text" name="<!--{$key|escape}-->" value="<!--{$item|escape}-->">37 <input type="hidden" name="<!--{$key|escape}-->" value="<!--{$item|escape}-->"> 43 38 <!--{/foreach}--> 44 39 </form> -
branches/dev/data/Smarty/templates/mobile/nonmember/nonmember_deliv.tpl
r12718 r12732 17 17 <!--{section name=cnt loop=$arrAddr}--> 18 18 <form method="post" action="<!--{$smarty.const.MOBILE_URL_DIR}-->nonmember/payment.php"> 19 <input type=" text" name="uniqid" value="<!--{$tpl_uniqid}-->">20 <input type=" text" name="deli" value="<!--{$smarty.section.cnt.iteration}-->">19 <input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->"> 20 <input type="hidden" name="deli" value="<!--{$smarty.section.cnt.iteration}-->"> 21 21 <!--{if $smarty.section.cnt.first}--> 22 <input type="text" name="mode" value="nonmember"> 23 <input type="text" name="mode2" value="customer_addr"> 24 <input type="text" name="other_deliv_id" value=""> 25 <input type="text" name="zip01" value="<!--{$arrAddr[0].zip01}-->"> 26 <input type="text" name="zip02" value="<!--{$arrAddr[0].zip02}-->"> 27 <input type="text" name="pref" value="<!--{$arrAddr[0].pref}-->"> 28 <input type="text" name="addr01" value="<!--{$arrAddr[0].addr01}-->"> 29 <input type="text" name="addr02" value="<!--{$arrAddr[cnt].addr02}-->"> 22 <input type="hidden" name="mode" value="nonmember"> 23 <input type="hidden" name="mode2" value="customer_addr"> 24 <input type="hidden" name="other_deliv_id" value=""> 30 25 <!--{else}--> 31 <input type=" text" name="mode" value="other_addr">32 <input type=" text" name="other_deliv_id" value="<!--{$arrAddr[cnt].other_deliv_id}-->">26 <input type="hidden" name="mode" value="other_addr"> 27 <input type="hidden" name="other_deliv_id" value="<!--{$arrAddr[cnt].other_deliv_id}-->"> 33 28 <!--{/if}--> 34 29 ¢£ÇÛÁ÷Àè<!--{$smarty.section.cnt.iteration}--><br> -
branches/dev/data/Smarty/templates/mobile/nonmember/payment.tpl
r12720 r12732 11 11 12 12 <form method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->"> 13 <input type="text" name="mode" value="deliv_date"> 14 <input type="text" name="uniqid" value="<!--{$tpl_uniqid}-->"> 15 <input type="text" name="deliv_date" value="<!--{$arrForm.deliv_date.value}-->"> 16 <input type="text" name="deliv_time_id" value="<!--{$arrForm.deliv_time_id.value}-->"> 17 <input type="text" name="zip01" value="<!--{$arrAddr[0].zip01}-->"> 18 <input type="text" name="zip02" value="<!--{$arrAddr[0].zip02}-->"> 19 <input type="text" name="pref" value="<!--{$arrAddr[0].pref}-->"> 20 <input type="text" name="addr01" value="<!--{$arrAddr[0].addr01}-->"> 21 <input type="text" name="addr02" value="<!--{$arrAddr[0].addr02}-->"> 22 <!--<input type="text" name="message" value="">--> 13 <input type="hidden" name="mode" value="deliv_date"> 14 <input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->"> 15 <input type="hidden" name="deliv_date" value="<!--{$arrForm.deliv_date.value}-->"> 16 <input type="hidden" name="deliv_time_id" value="<!--{$arrForm.deliv_time_id.value}-->"> 17 <!--<input type="hidden" name="message" value="">--> 23 18 <!--{if $tpl_login == 1}--> 24 <!--<input type=" text" name="point_check" value="2">-->19 <!--<input type="hidden" name="point_check" value="2">--> 25 20 <!--{/if}--> 26 21
Note: See TracChangeset
for help on using the changeset viewer.
