Ignore:
Timestamp:
2011/11/20 01:23:02 (12 years ago)
Author:
Seasoft
Message:

#1526 (typo修正・ソース整形・ソースコメントの改善)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_11-dev/data/Smarty/templates/sphone/forgot/index.tpl

    r21159 r21349  
    2020 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
    2121 *}--> 
    22 <!--{*<!--{include file="`$smarty.const.SMARTPHONE_TEMPLATE_REALDIR`popup_header.tpl" subtitle="パスワードを忘れた方(入力ページ)"}-->*}--> 
    2322 
    2423<section id="windowcolumn"> 
     
    2726        <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
    2827        <input type="hidden" name="mode" value="mail_check" /> 
    29        <div class="intro"> 
    30          <p>ご登録時のメールアドレスと、ご登録されたお名前を入力して「次へ」ボタンをクリックしてください。</p> 
    31           </div> 
    32      <div class="window_area clearfix"> 
    33         <p>お名前<br /> 
    34           <span class="attention"><!--{$arrErr.name01}--><!--{$arrErr.name02}--></span> 
    35           <input type="text" name="name01"  
    36             value="<!--{$arrForm.name01|default:''|h}-->"  
    37              maxlength="<!--{$smarty.const.STEXT_LEN}-->"  
    38               style="<!--{$arrErr.name01|sfGetErrorColor}-->; ime-mode: active;"  
    39                  class="boxHarf text data-role-none" placeholder="姓"/>&nbsp;&nbsp; 
    40            <input type="text" name="name02"  
    41              value="<!--{$arrForm.name02|default:''|h}-->"  
    42               maxlength="<!--{$smarty.const.STEXT_LEN}-->"  
    43                style="<!--{$arrErr.name02|sfGetErrorColor}-->; ime-mode: active;"  
    44                 class="boxHarf text data-role-none" placeholder="名"/></p> 
    45           <hr /> 
    46         <p>メールアドレス<br /> 
    47           <input type="email" name="email"  
    48             value="<!--{$tpl_login_email|h}-->"  
    49              style="<!--{$errmsg|sfGetErrorColor}-->; ime-mode: disabled;"  
    50               maxlength="200" class="boxLong data-role-none" /></p> 
    51                <span class="attention"><!--{$errmsg}--></span> 
    52              <hr /> 
    53         <p class="attentionSt">【重要】新しくパスワードを発行いたしますので、お忘れになったパスワードはご利用できなくなります。</p> 
    54  
    55    </div> 
     28        <div class="intro"> 
     29            <p>ご登録時のメールアドレスと、ご登録されたお名前を入力して「次へ」ボタンをクリックしてください。</p> 
     30        </div> 
     31        <div class="window_area clearfix"> 
     32            <p> 
     33                お名前<br /> 
     34                <span class="attention"><!--{$arrErr.name01}--><!--{$arrErr.name02}--></span> 
     35                <input type="text" name="name01" 
     36                    value="<!--{$arrForm.name01|default:''|h}-->" 
     37                    maxlength="<!--{$smarty.const.STEXT_LEN}-->" 
     38                    style="<!--{$arrErr.name01|sfGetErrorColor}-->; ime-mode: active;" 
     39                    class="boxHarf text data-role-none" placeholder="姓"/>&nbsp;&nbsp; 
     40                <input type="text" name="name02" 
     41                    value="<!--{$arrForm.name02|default:''|h}-->" 
     42                    maxlength="<!--{$smarty.const.STEXT_LEN}-->" 
     43                    style="<!--{$arrErr.name02|sfGetErrorColor}-->; ime-mode: active;" 
     44                    class="boxHarf text data-role-none" placeholder="名"/> 
     45            </p> 
     46            <hr /> 
     47            <p> 
     48                メールアドレス<br /> 
     49                <input type="email" name="email" 
     50                value="<!--{$tpl_login_email|h}-->" 
     51                style="<!--{$errmsg|sfGetErrorColor}-->; ime-mode: disabled;" 
     52                maxlength="200" class="boxLong data-role-none" /> 
     53            </p> 
     54            <span class="attention"><!--{$errmsg}--></span> 
     55            <hr /> 
     56            <p class="attentionSt">【重要】新しくパスワードを発行いたしますので、お忘れになったパスワードはご利用できなくなります。</p> 
     57        </div> 
    5658 
    5759        <div class="btn_area"><p><input class="btn data-role-none" type="submit" value="次へ" /></p></div> 
    58      </form> 
     60    </form> 
    5961</section> 
    60  
    61 <!--{*<!--{include file="`$smarty.const.SMARTPHONE_TEMPLATE_REALDIR`popup_footer.tpl"}-->*}--> 
Note: See TracChangeset for help on using the changeset viewer.