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/entry/index.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<!--{if @$tpl_kara_mail_from}--> 
     
    2323  <br> 
    2424 
    25     ¡Ú¥Ñ¥¹¥ï¡¼¥É¡Û<font color="#FF0000">¢¨</font><br> 
    26     ¡ÊȾ³Ñ±Ñ¿ô»ú<!--{$smarty.const.PASSWORD_LEN1}-->ʸ»ú°Ê¾å<!--{$smarty.const.PASSWORD_LEN2}-->ʸ»ú°ÊÆâ¡Ë<br> 
     25    【パスワード】<font color="#FF0000">※</font><br> 
     26    (半角英数字<!--{$smarty.const.PASSWORD_LEN1}-->文字以上<!--{$smarty.const.PASSWORD_LEN2}-->文字以内)<br> 
    2727    <font color="#FF0000"><!--{$arrErr.password}--></font> 
    2828    <!--{assign var="size" value="`$smarty.const.PASSWORD_LEN2+2`"}--> 
    2929    <input type="text" name="password" value="<!--{$arrForm.password}-->" istyle="4" maxlength="<!--{$smarty.const.PASSWORD_LEN2}-->" size="<!--{$size}-->"><br> 
    3030 
    31     ¡Ú¥Ñ¥¹¥ï¡¼¥É³ÎǧÍѤμÁÌä¡Û<font color="#FF0000">¢¨</font><br> 
     31    【パスワード確認用の質問】<font color="#FF0000">※</font><br> 
    3232    <font color="#FF0000"><!--{$arrErr.reminder}--></font> 
    3333    <select name="reminder"> 
    34         <option value="">ÁªÂò¤·¤Æ¤¯¤À¤µ¤¤</option> 
     34        <option value="">選択してください</option> 
    3535        <!--{html_options options=$arrReminder selected=$reminder}--> 
    3636    </select><br> 
    3737 
    38     ¡Ú¼ÁÌä¤ÎÅú¤¨¡Û<font color="#FF0000">¢¨</font><br> 
     38    【質問の答え】<font color="#FF0000">※</font><br> 
    3939    <font color="#FF0000"><!--{$arrErr.reminder_answer}--></font> 
    4040    <input type="text" name="reminder_answer" value="<!--{$reminder_answer|escape}-->" istyle="1"><br> 
    4141 
    42     ¡Ú¤ªÌ¾Á°¡Û<font color="#FF0000">¢¨</font><br> 
     42    【お名前】<font color="#FF0000">※</font><br> 
    4343    <font color="#FF0000"><!--{$arrErr.name01}--><!--{$arrErr.name02}--></font> 
    44     À«¡ÊÎ㡧½Âë¡Ë<br> 
     44    姓(例:渋谷)<br> 
    4545    <input type="text" name="name01" value="<!--{$name01|escape}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" istyle="1"><br> 
    4646 
    47     ̾¡ÊÎ㡧²Ö»Ò¡Ë<br> 
     47    名(例:花子)<br> 
    4848    <input type="text" name="name02" value="<!--{$name02|escape}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" istyle="1"><br> 
    4949    <font color="#FF0000"><!--{$arrErr.kana01}--><!--{$arrErr.kana02}--></font> 
    5050 
    51     ¥«¥Ê/À«¡ÊÎ㡧¥·¥Ö¥ä¡Ë<br> 
     51    カナ/姓(例:シブヤ)<br> 
    5252    <input type="text" name="kana01" value="<!--{$kana01|escape}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" istyle="2"><br> 
    5353 
    54     ¥«¥Ê/̾¡ÊÎ㡧¥Ï¥Ê¥³¡Ë<br> 
     54    カナ/名(例:ハナコ)<br> 
    5555    <input type="text" name="kana02" value="<!--{$kana02|escape}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" istyle="2"><br> 
    5656 
    57     <input type="submit" name="submit" value="¼¡¤Ø"> 
     57    <input type="submit" name="submit" value="次へ"> 
    5858 
    5959    <!--{foreach from=$list_data key=key item=item}--> 
     
    6565<hr> 
    6666 
    67 <a href="<!--{$smarty.const.MOBILE_URL_CART_TOP}-->" accesskey="9"><!--{9|numeric_emoji}-->¤«¤´¤ò¸«¤ë</a><br> 
    68 <a href="<!--{$smarty.const.MOBILE_URL_SITE_TOP}-->" accesskey="0"><!--{0|numeric_emoji}-->TOP¥Ú¡¼¥¸¤Ø</a><br> 
     67<a href="<!--{$smarty.const.MOBILE_URL_CART_TOP}-->" accesskey="9"><!--{9|numeric_emoji}-->かごを見る</a><br> 
     68<a href="<!--{$smarty.const.MOBILE_URL_SITE_TOP}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br> 
    6969 
    7070<br> 
    7171 
    72 <!-- ¢§¥Õ¥Ã¥¿¡¼ ¤³¤³¤«¤é --> 
     72<!-- ▼フッター ここから --> 
    7373<!--{include file='footer.tpl'}--> 
    74 <!-- ¢¥¥Õ¥Ã¥¿¡¼ ¤³¤³¤Þ¤Ç --> 
     74<!-- ▲フッター ここまで --> 
Note: See TracChangeset for help on using the changeset viewer.