Changeset 12768 for branches/dev/data
- Timestamp:
- 2007/05/14 18:22:47 (19 years ago)
- Location:
- branches/dev/data/Smarty/templates/mobile/nonmember
- Files:
-
- 2 edited
-
deliv.tpl (modified) (1 diff)
-
deliv_date.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/data/Smarty/templates/mobile/nonmember/deliv.tpl
r12689 r12768 20 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="customer_addr">22 <input type="hidden" name="mode" value="customer_addr"> 23 23 <input type="hidden" name="other_deliv_id" value=""> 24 24 <!--{else}--> 25 25 <input type="hidden" name="mode" value="other_addr"> 26 <input type=" text" name="other_deliv_id" value="<!--{$arrAddr[cnt].other_deliv_id}-->">26 <input type="hidden" name="other_deliv_id" value="<!--{$arrAddr[cnt].other_deliv_id}-->"> 27 27 <!--{/if}--> 28 28 ¢£ÇÛÁ÷Àè<!--{$smarty.section.cnt.iteration}--><br> -
branches/dev/data/Smarty/templates/mobile/nonmember/deliv_date.tpl
r12718 r12768 11 11 12 12 <form method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->"> 13 <input type=" text" name="mode" value="confirm">14 <input type=" text" name="uniqid" value="<!--{$tpl_uniqid}-->">15 <input type=" text" name="payment_id" value="<!--{$arrForm.payment_id.value}-->">16 <input type=" text" name="zip01" value="<!--{$arrAddr[0].zip01}-->">17 <input type=" text" name="zip02" value="<!--{$arrAddr[0].zip02}-->">18 <input type=" text" name="pref" value="<!--{$arrAddr[0].pref}-->">19 <input type=" text" name="addr01" value="<!--{$arrAddr[0].addr01}-->">20 <input type=" text" name="addr02" value="<!--{$arrAddr[0].addr02}-->">13 <input type="hidden" name="mode" value="confirm"> 14 <input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->"> 15 <input type="hidden" name="payment_id" value="<!--{$arrForm.payment_id.value}-->"> 16 <input type="hidden" name="zip01" value="<!--{$arrAddr[0].zip01}-->"> 17 <input type="hidden" name="zip02" value="<!--{$arrAddr[0].zip02}-->"> 18 <input type="hidden" name="pref" value="<!--{$arrAddr[0].pref}-->"> 19 <input type="hidden" name="addr01" value="<!--{$arrAddr[0].addr01}-->"> 20 <input type="hidden" name="addr02" value="<!--{$arrAddr[0].addr02}-->"> 21 21 <!--<input type="hidden" name="message" value="">--> 22 22 <!--{if $tpl_login == 1}-->
Note: See TracChangeset
for help on using the changeset viewer.
