Changeset 11691 for branches/dev/data


Ignore:
Timestamp:
2007/03/09 19:46:27 (19 years ago)
Author:
uehara
Message:
 
Location:
branches/dev/data/Smarty/templates/mobile
Files:
3 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/dev/data/Smarty/templates/mobile/entry/set1.tpl

    r11686 r11691  
    2020    ¡ÚÀ¸Ç¯·îÆü¡Û<font color="#FF0000">*</font><br> 
    2121    <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> 
    2523    <select name="month"> 
    2624        <option value="">--</option> 
    2725        <!--{html_options options=$arrMonth selected=$month}--> 
    2826    </select>·î<br> 
    29     <select value="" name="day"> 
     27    <select name="day"> 
    3028        <option value="">--</option> 
    3129        <!--{html_options options=$arrDay selected=$day}--> 
  • branches/dev/data/Smarty/templates/mobile/mypage/set1.tpl

    r11686 r11691  
    2121    ¡ÚÀ¸Ç¯·îÆü¡Û<font color="#FF0000">*</font><br> 
    2222    <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> 
    2624    <select name="month"> 
    2725        <option value="">--</option> 
    2826        <!--{html_options options=$arrMonth selected=$arrForm.month}--> 
    2927    </select>·î<br> 
    30     <select value="" name="day"> 
     28    <select name="day"> 
    3129        <option value="">--</option> 
    3230        <!--{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*}--> 
    18<center>ÇÛãÆü»þ»ØÄê</center> 
    29 
  • branches/dev/data/Smarty/templates/mobile/shopping/payment.tpl

    r11686 r11691  
    66 */ 
    77*}--> 
    8 <center>ÇÛãÆü¡¦»Ùʧ¤¤»ØÄê</center> 
     8<center>»Ùʧ¤¤ÊýË¡»ØÄê</center> 
    99 
    1010<hr> 
    1111 
    1212<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"> 
    1414<input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->"> 
    1515<!--<input type="hidden" name="message" value="">--> 
     
    1717<!--<input type="hidden" name="point_check" value="2">--> 
    1818<!--{/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> 
    5219 
    5320<!--{assign var=key value="payment_id"}--> 
Note: See TracChangeset for help on using the changeset viewer.