Changeset 11644
- Timestamp:
- 2007/03/09 02:13:35 (16 years ago)
- Location:
- branches/mobile/data/Smarty/templates/mobile
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/mobile/data/Smarty/templates/mobile/entry/index.tpl
r11414 r11644 25 25 <font color="#FF0000"><!--{$arrErr.reminder}--></font> 26 26 <select name="reminder"> 27 <option value="" selected>ÁªÂò¤·¤Æ¤¯¤À¤µ¤¤</option>27 <option value="">ÁªÂò¤·¤Æ¤¯¤À¤µ¤¤</option> 28 28 <!--{html_options options=$arrReminder selected=$reminder}--> 29 29 </select><br> -
branches/mobile/data/Smarty/templates/mobile/entry/set2.tpl
r11569 r11644 10 10 <font color="#FF0000"><!--{$arrErr.pref}--></font> 11 11 <select name="pref"> 12 <option value="" selected>ÅÔÆ»Éܸ©¤òÁªÂò</option>12 <option value="">ÅÔÆ»Éܸ©¤òÁªÂò</option> 13 13 <!--{html_options options=$arrPref selected=$pref}--> 14 14 </select><br> -
branches/mobile/data/Smarty/templates/mobile/mypage/change.tpl
r11418 r11644 21 21 <font color="#FF0000"><!--{$arrErr.reminder}--></font> 22 22 <select name="reminder"> 23 <option value="" selected>ÁªÂò¤·¤Æ¤¯¤À¤µ¤¤</option>23 <option value="">ÁªÂò¤·¤Æ¤¯¤À¤µ¤¤</option> 24 24 <!--{html_options options=$arrReminder selected=$arrForm.reminder}--> 25 25 </select><br> -
branches/mobile/data/Smarty/templates/mobile/mypage/index.tpl
r11418 r11644 5 5 ¤¤¤Ä¤â¤´ÍøÍѤ¤¤¿¤À¤¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£<br> 6 6 <br> 7 <a href="history.php" accesskey="1"><!--{1|numeric_emoji}-->¹ØÆþÍúÎò< br>8 <a href="change.php" accesskey="2"><!--{2|numeric_emoji}-->ÅÐÏ¿ÆâÍÆÊѹ¹< br>9 <a href="refusal.php" accesskey="3"><!--{3|numeric_emoji}-->Âà²ñ< br>7 <a href="history.php" accesskey="1"><!--{1|numeric_emoji}-->¹ØÆþÍúÎò</a><br> 8 <a href="change.php" accesskey="2"><!--{2|numeric_emoji}-->ÅÐÏ¿ÆâÍÆÊѹ¹</a><br> 9 <a href="refusal.php" accesskey="3"><!--{3|numeric_emoji}-->Âà²ñ</a><br> 10 10 11 11 <hr> -
branches/mobile/data/Smarty/templates/mobile/mypage/set2.tpl
r11569 r11644 10 10 <font color="#FF0000"><!--{$arrErr.pref}--></font> 11 11 <select name="pref"> 12 <option value="" selected>ÅÔÆ»Éܸ©¤òÁªÂò</option>12 <option value="">ÅÔÆ»Éܸ©¤òÁªÂò</option> 13 13 <!--{html_options options=$arrPref selected=$arrForm.pref}--> 14 14 </select><br> -
branches/mobile/data/Smarty/templates/mobile/shopping/payment.tpl
r11409 r11644 19 19 <!--{if $arrDelivDate}--> 20 20 <select name="<!--{$key}-->"> 21 <option value="" selected="">»ØÄê¤Ê¤·</option>21 <option value="">»ØÄê¤Ê¤·</option> 22 22 <!--{html_options options=$arrDelivDate selected=$arrForm[$key].value}--> 23 23 </select> … … 33 33 <!--{/if}--> 34 34 <select name="<!--{$key}-->"> 35 <option value="" selected="">»ØÄê¤Ê¤·</option>35 <option value="">»ØÄê¤Ê¤·</option> 36 36 <!--{html_options options=$arrDelivTime selected=$arrForm[$key].value}--> 37 37 </select> -
branches/mobile/data/Smarty/templates/mobile/shopping/set1.tpl
r11569 r11644 10 10 <font color="#FF0000"><!--{$arrErr.pref}--></font> 11 11 <select name="pref"> 12 <option value="" selected>ÅÔÆ»Éܸ©¤òÁªÂò</option>12 <option value="">ÅÔÆ»Éܸ©¤òÁªÂò</option> 13 13 <!--{html_options options=$arrPref selected=$arrForm.pref}--> 14 14 </select><br>
Note: See TracChangeset
for help on using the changeset viewer.