Changeset 11644


Ignore:
Timestamp:
2007/03/09 02:13:35 (17 years ago)
Author:
rebelt
Message:

下記の問題点の修正です。

  • 検証結果19
  • MYページの最初の画面のaタグが閉じていない。
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  
    2525    <font color="#FF0000"><!--{$arrErr.reminder}--></font> 
    2626    <select name="reminder"> 
    27         <option value="" selected>ÁªÂò¤·¤Æ¤¯¤À¤µ¤¤</option> 
     27        <option value="">ÁªÂò¤·¤Æ¤¯¤À¤µ¤¤</option> 
    2828        <!--{html_options options=$arrReminder selected=$reminder}--> 
    2929    </select><br> 
  • branches/mobile/data/Smarty/templates/mobile/entry/set2.tpl

    r11569 r11644  
    1010    <font color="#FF0000"><!--{$arrErr.pref}--></font> 
    1111    <select name="pref"> 
    12         <option value="" selected>ÅÔÆ»Éܸ©¤òÁªÂò</option> 
     12        <option value="">ÅÔÆ»Éܸ©¤òÁªÂò</option> 
    1313        <!--{html_options options=$arrPref selected=$pref}--> 
    1414    </select><br> 
  • branches/mobile/data/Smarty/templates/mobile/mypage/change.tpl

    r11418 r11644  
    2121    <font color="#FF0000"><!--{$arrErr.reminder}--></font> 
    2222    <select name="reminder"> 
    23         <option value="" selected>ÁªÂò¤·¤Æ¤¯¤À¤µ¤¤</option> 
     23        <option value="">ÁªÂò¤·¤Æ¤¯¤À¤µ¤¤</option> 
    2424        <!--{html_options options=$arrReminder selected=$arrForm.reminder}--> 
    2525    </select><br> 
  • branches/mobile/data/Smarty/templates/mobile/mypage/index.tpl

    r11418 r11644  
    55¤¤¤Ä¤â¤´ÍøÍѤ¤¤¿¤À¤­¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£<br> 
    66<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> 
    1010 
    1111<hr> 
  • branches/mobile/data/Smarty/templates/mobile/mypage/set2.tpl

    r11569 r11644  
    1010    <font color="#FF0000"><!--{$arrErr.pref}--></font> 
    1111    <select name="pref"> 
    12         <option value="" selected>ÅÔÆ»Éܸ©¤òÁªÂò</option> 
     12        <option value="">ÅÔÆ»Éܸ©¤òÁªÂò</option> 
    1313        <!--{html_options options=$arrPref selected=$arrForm.pref}--> 
    1414    </select><br> 
  • branches/mobile/data/Smarty/templates/mobile/shopping/payment.tpl

    r11409 r11644  
    1919<!--{if $arrDelivDate}--> 
    2020<select name="<!--{$key}-->"> 
    21 <option value="" selected="">»ØÄê¤Ê¤·</option> 
     21<option value="">»ØÄê¤Ê¤·</option> 
    2222<!--{html_options options=$arrDelivDate selected=$arrForm[$key].value}--> 
    2323</select> 
     
    3333<!--{/if}--> 
    3434<select name="<!--{$key}-->"> 
    35 <option value="" selected="">»ØÄê¤Ê¤·</option> 
     35<option value="">»ØÄê¤Ê¤·</option> 
    3636<!--{html_options options=$arrDelivTime selected=$arrForm[$key].value}--> 
    3737</select> 
  • branches/mobile/data/Smarty/templates/mobile/shopping/set1.tpl

    r11569 r11644  
    1010    <font color="#FF0000"><!--{$arrErr.pref}--></font> 
    1111    <select name="pref"> 
    12         <option value="" selected>ÅÔÆ»Éܸ©¤òÁªÂò</option> 
     12        <option value="">ÅÔÆ»Éܸ©¤òÁªÂò</option> 
    1313        <!--{html_options options=$arrPref selected=$arrForm.pref}--> 
    1414    </select><br> 
Note: See TracChangeset for help on using the changeset viewer.