Ignore:
Timestamp:
2007/07/20 15:58:59 (17 years ago)
Author:
nanasess
Message:

r15064 から svn cp
とりあえず暫定コミット.

  • UTF-8 に変更
  • slib.php, glib.php のクラス化
  • LC_Page の抽象化(一部)
Location:
branches/feature-module-update
Files:
1 edited
2 copied

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update

    • Property svn:ignore set to
      .cache

      .settings

      .projectOptions
  • branches/feature-module-update/data/Smarty/templates/mobile/mypage/change.tpl

    r12157 r15078  
    66 */ 
    77*}--> 
    8 <div align="center">ÅÐÏ¿ÆâÍÆÊѹ¹ 1/3</div> 
     8<div align="center">登録内容変更 1/3</div> 
    99<hr> 
    1010<form name="form1" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->"> 
    1111    <input type="hidden" name="mode" value="set1"> 
    1212 
    13     <font color="#FF0000">*¤Ïɬ¿Ü¹àÌܤǤ¹¡£</font><br> 
     13    <font color="#FF0000">*は必須項目です。</font><br> 
    1414    <br> 
    1515 
    16     ¡Ú¥á¡¼¥ë¥¢¥É¥ì¥¹¡Û<font color="#FF0000">¢¨</font><br> 
     16    【メールアドレス】<font color="#FF0000">※</font><br> 
    1717    <font color="#FF0000"><!--{$arrErr.email}--></font> 
    1818    <input type="text" name="email" value="<!--{$arrForm.email|escape}-->" istyle="3"> 
    1919    <br> 
    2020 
    21     ¡Ú¥Ñ¥¹¥ï¡¼¥É¡Û<font color="#FF0000">¢¨</font><br> 
    22     ¡ÊȾ³Ñ±Ñ¿ô»ú<!--{$smarty.const.PASSWORD_LEN1}-->ʸ»ú°Ê¾å<!--{$smarty.const.PASSWORD_LEN2}-->ʸ»ú°ÊÆâ¡Ë<br> 
     21    【パスワード】<font color="#FF0000">※</font><br> 
     22    (半角英数字<!--{$smarty.const.PASSWORD_LEN1}-->文字以上<!--{$smarty.const.PASSWORD_LEN2}-->文字以内)<br> 
    2323    <font color="#FF0000"><!--{$arrErr.password}--></font> 
    2424    <!--{assign var="size" value="`$smarty.const.PASSWORD_LEN2+2`"}--> 
    2525    <input type="password" name="password" value="<!--{$arrForm.password}-->" istyle="4" maxlength="<!--{$smarty.const.PASSWORD_LEN2}-->" size="<!--{$size}-->"><br> 
    2626 
    27     ¡Ú¥Ñ¥¹¥ï¡¼¥É³ÎǧÍѤμÁÌä¡Û<font color="#FF0000">¢¨</font><br> 
     27    【パスワード確認用の質問】<font color="#FF0000">※</font><br> 
    2828    <font color="#FF0000"><!--{$arrErr.reminder}--></font> 
    2929    <select name="reminder"> 
    30         <option value="">ÁªÂò¤·¤Æ¤¯¤À¤µ¤¤</option> 
     30        <option value="">選択してください</option> 
    3131        <!--{html_options options=$arrReminder selected=$arrForm.reminder}--> 
    3232    </select><br> 
    3333 
    34     ¡Ú¼ÁÌä¤ÎÅú¤¨¡Û<font color="#FF0000">¢¨</font><br> 
     34    【質問の答え】<font color="#FF0000">※</font><br> 
    3535    <font color="#FF0000"><!--{$arrErr.reminder_answer}--></font> 
    3636    <input type="text" name="reminder_answer" value="<!--{$arrForm.reminder_answer|escape}-->" istyle="1"><br> 
    3737 
    38     ¡Ú¤ªÌ¾Á°¡Û<font color="#FF0000">¢¨</font><br> 
     38    【お名前】<font color="#FF0000">※</font><br> 
    3939    <font color="#FF0000"><!--{$arrErr.name01}--><!--{$arrErr.name02}--></font> 
    40     À«¡ÊÎ㡧½Âë¡Ë<br> 
     40    姓(例:渋谷)<br> 
    4141    <input type="text" name="name01" value="<!--{$arrForm.name01|escape}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" istyle="1"><br> 
    4242 
    43     ̾¡ÊÎ㡧²Ö»Ò¡Ë<br> 
     43    名(例:花子)<br> 
    4444    <input type="text" name="name02" value="<!--{$arrForm.name02|escape}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" istyle="1"><br> 
    4545    <font color="#FF0000"><!--{$arrErr.kana01}--><!--{$arrErr.kana02}--></font> 
    4646 
    47     ¥«¥Ê/À«¡ÊÎ㡧¥·¥Ö¥ä¡Ë<br> 
     47    カナ/姓(例:シブヤ)<br> 
    4848    <input type="text" name="kana01" value="<!--{$arrForm.kana01|escape}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" istyle="2"><br> 
    4949 
    50     ¥«¥Ê/̾¡ÊÎ㡧¥Ï¥Ê¥³¡Ë<br> 
     50    カナ/名(例:ハナコ)<br> 
    5151    <input type="text" name="kana02" value="<!--{$arrForm.kana02|escape}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" istyle="2"><br> 
    5252 
    53     <input type="submit" name="confirm" value="¼¡¤Ø"> 
     53    <input type="submit" name="confirm" value="次へ"> 
    5454 
    5555    <!--{foreach from=$list_data key=key item=item}--> 
     
    6161<hr> 
    6262 
    63 <a href="<!--{$smarty.const.MOBILE_URL_CART_TOP}-->" accesskey="9"><!--{9|numeric_emoji}-->¤«¤´¤ò¸«¤ë</a><br> 
    64 <a href="<!--{$smarty.const.MOBILE_URL_SITE_TOP}-->" accesskey="0"><!--{0|numeric_emoji}-->TOP¥Ú¡¼¥¸¤Ø</a><br> 
     63<a href="<!--{$smarty.const.MOBILE_URL_CART_TOP}-->" accesskey="9"><!--{9|numeric_emoji}-->かごを見る</a><br> 
     64<a href="<!--{$smarty.const.MOBILE_URL_SITE_TOP}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br> 
    6565 
    6666<br> 
    6767 
    68 <!-- ¢§¥Õ¥Ã¥¿¡¼ ¤³¤³¤«¤é --> 
     68<!-- ▼フッター ここから --> 
    6969<!--{include file='footer.tpl'}--> 
    70 <!-- ¢¥¥Õ¥Ã¥¿¡¼ ¤³¤³¤Þ¤Ç --> 
     70<!-- ▲フッター ここまで --> 
Note: See TracChangeset for help on using the changeset viewer.