Changeset 11691 for branches/dev/data
- Timestamp:
- 2007/03/09 19:46:27 (19 years ago)
- Location:
- branches/dev/data/Smarty/templates/mobile
- Files:
-
- 3 edited
- 1 copied
-
entry/set1.tpl (modified) (1 diff)
-
mypage/set1.tpl (modified) (1 diff)
-
shopping/deliv_date.tpl (copied) (copied from branches/mobile/data/Smarty/templates/mobile/shopping/deliv_date.tpl) (1 diff)
-
shopping/payment.tpl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/data/Smarty/templates/mobile/entry/set1.tpl
r11686 r11691 20 20 ¡ÚÀ¸Ç¯·îÆü¡Û<font color="#FF0000">*</font><br> 21 21 <font color="#FF0000"><!--{$arrErr.year}--><!--{$arrErr.month}--><!--{$arrErr.day}--></font> 22 <select name="year"> 23 <!--{html_options options=$arrYear selected=$year}--> 24 </select>ǯ<br> 22 <input type="text" name="year" value="<!--{$year|escape}-->" size="4" maxlength="4" istyle="4">ǯ<br> 25 23 <select name="month"> 26 24 <option value="">--</option> 27 25 <!--{html_options options=$arrMonth selected=$month}--> 28 26 </select>·î<br> 29 <select value=""name="day">27 <select name="day"> 30 28 <option value="">--</option> 31 29 <!--{html_options options=$arrDay selected=$day}--> -
branches/dev/data/Smarty/templates/mobile/mypage/set1.tpl
r11686 r11691 21 21 ¡ÚÀ¸Ç¯·îÆü¡Û<font color="#FF0000">*</font><br> 22 22 <font color="#FF0000"><!--{$arrErr.year}--><!--{$arrErr.month}--><!--{$arrErr.day}--></font> 23 <select name="year"> 24 <!--{html_options options=$arrYear selected=$arrForm.year}--> 25 </select>ǯ<br> 23 <input type="text" name="year" value="<!--{$arrForm.year|escape}-->" size="4" maxlength="4" istyle="4">ǯ<br> 26 24 <select name="month"> 27 25 <option value="">--</option> 28 26 <!--{html_options options=$arrMonth selected=$arrForm.month}--> 29 27 </select>·î<br> 30 <select value=""name="day">28 <select name="day"> 31 29 <option value="">--</option> 32 30 <!--{html_options options=$arrDay selected=$arrForm.day}--> -
branches/dev/data/Smarty/templates/mobile/shopping/deliv_date.tpl
r11683 r11691 1 <!--{* 2 /* 3 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved. 4 * 5 * http://www.lockon.co.jp/ 6 */ 7 *}--> 1 8 <center>ÇÛãÆü»þ»ØÄê</center> 2 9 -
branches/dev/data/Smarty/templates/mobile/shopping/payment.tpl
r11686 r11691 6 6 */ 7 7 *}--> 8 <center> ÇÛãÆü¡¦»Ùʧ¤¤»ØÄê</center>8 <center>»Ùʧ¤¤ÊýË¡»ØÄê</center> 9 9 10 10 <hr> 11 11 12 12 <form method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->"> 13 <input type="hidden" name="mode" value=" confirm">13 <input type="hidden" name="mode" value="deliv_date"> 14 14 <input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->"> 15 15 <!--<input type="hidden" name="message" value="">--> … … 17 17 <!--<input type="hidden" name="point_check" value="2">--> 18 18 <!--{/if}--> 19 20 ¢£ÇÛãÆü»þ»ØÄê<br>21 ÇÛÁ÷Æü»ØÄê<br>22 <!--{assign var=key value="deliv_date"}-->23 <!--{if $arrErr[$key] != ""}-->24 <font color="red"><!--{$arrErr[$key]}--></font>25 <!--{/if}-->26 <!--{if $arrDelivDate}-->27 <select name="<!--{$key}-->">28 <option value="">»ØÄê¤Ê¤·</option>29 <!--{html_options options=$arrDelivDate selected=$arrForm[$key].value}-->30 </select>31 <!--{else}-->32 ¤´»ØÄê失¤Þ¤»¤ó¡£33 <!--{/if}-->34 <br>35 36 »þ´ÖÂÓ»ØÄê<br>37 <!--{assign var=key value="deliv_time_id"}-->38 <!--{if $arrErr[$key] != ""}-->39 <font color="red"><!--{$arrErr[$key]}--></font>40 <!--{/if}-->41 <select name="<!--{$key}-->">42 <option value="">»ØÄê¤Ê¤·</option>43 <!--{html_options options=$arrDelivTime selected=$arrForm[$key].value}-->44 </select>45 <br>46 47 <br>48 49 <center>»Ùʧ¤¤ÊýË¡»ØÄê</center>50 51 <hr>52 19 53 20 <!--{assign var=key value="payment_id"}-->
Note: See TracChangeset
for help on using the changeset viewer.
