Ignore:
Timestamp:
2011/07/27 13:49:38 (13 years ago)
Author:
468
Message:

#1413 スマートフォン版テンプレートファイル変更(HTML5対応)

File:
1 edited

Legend:

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

    r20764 r21050  
    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="パスワードを忘れた方(入力ページ)"}--> 
     22<!--{*<!--{include file="`$smarty.const.SMARTPHONE_TEMPLATE_REALDIR`popup_header.tpl" subtitle="パスワードを忘れた方(入力ページ)"}-->*}--> 
    2323 
    24   <div id="windowarea"> 
    25     <h2>パスワードを忘れた方</h2> 
    26     <p>ご登録時のメールアドレスを入力して「次へ」ボタンをクリックしてください。<br /> 
    27       <span class="mini"><em>※新しくパスワードを発行いたしますので、お忘れになったパスワードはご利用できなくなります。</em></span></p> 
     24<section id="windowcolumn"> 
     25  <div data-role="header"> 
     26    <div class="title_box clearfix"> 
     27      <h2>パスワードを忘れた方</h2><a href="#" data-role="button" data-rel="back" data-icon="delete" data-iconpos="notext" class="ui-btn-right" data-theme="d"><span class="ui-btn-text">close</span></a> 
     28       </div> 
     29        </div> 
    2830    <form action="?" method="post" name="form1"> 
    29       <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
    30       <input type="hidden" name="mode" value="mail_check" /> 
     31        <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
     32        <input type="hidden" name="mode" value="mail_check" /> 
     33       <div class="intro"> 
     34         <p>ご登録時のメールアドレスと、ご登録されたお名前を入力して「次へ」ボタンをクリックしてください。</p> 
     35          </div> 
     36     <div class="window_area clearfix"> 
     37        <p>お名前<br /> 
     38          <span class="attention"><!--{$arrErr.name01}--><!--{$arrErr.name02}--></span> 
     39          <input type="text" name="name01"  
     40            value="<!--{$arrForm.name01|default:''|h}-->"  
     41             maxlength="<!--{$smarty.const.STEXT_LEN}-->"  
     42              style="<!--{$arrErr.name01|sfGetErrorColor}-->; ime-mode: active;"  
     43                 class="boxHarf text data-role-none" placeholder="姓"/>&nbsp;&nbsp; 
     44           <input type="text" name="name02"  
     45             value="<!--{$arrForm.name02|default:''|h}-->"  
     46              maxlength="<!--{$smarty.const.STEXT_LEN}-->"  
     47               style="<!--{$arrErr.name02|sfGetErrorColor}-->; ime-mode: active;"  
     48                class="boxHarf text data-role-none" placeholder="名"/></p> 
     49          <hr /> 
     50        <p>メールアドレス<br /> 
     51          <input type="email" name="email"  
     52            value="<!--{$tpl_login_email|h}-->"  
     53             style="<!--{$errmsg|sfGetErrorColor}-->; ime-mode: disabled;"  
     54              maxlength="200" class="boxLong data-role-none" /></p> 
     55               <span class="attention"><!--{$errmsg}--></span> 
     56             <hr /> 
     57        <p class="attentionSt">【重要】新しくパスワードを発行いたしますので、お忘れになったパスワードはご利用できなくなります。</p> 
    3158 
     59   </div> 
    3260 
     61        <div class="btn_area"><p><input class="btn data-role-none" type="submit" value="次へ" /></p></div> 
     62     </form> 
     63</section> 
    3364 
    34 <table class="entryform"> 
    35 <tr> 
    36 <th>メールアドレス</th> 
    37 <td><!--★メールアドレス入力★--><input type="email" name="email" value="<!--{$tpl_login_email|h}-->" size="40" class="box300" style="<!--{$errmsg|sfGetErrorColor}-->; ime-mode: disabled;" /> 
    38 </td> 
    39 </tr> 
    40 <tr> 
    41 <th>お名前</th> 
    42 <td><span class="attention"><!--{$arrErr.name01}--><!--{$arrErr.name02}--></span> 
    43 姓&nbsp;<input type="text" class="box120" name="name01" value="<!--{$arrForm.name01|default:''|h}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" style="<!--{$arrErr.name01|sfGetErrorColor}-->; ime-mode: active;" />  
    44  
    45 名&nbsp;<input type="text" class="box120" name="name02" value="<!--{$arrForm.name02|default:''|h}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" style="<!--{$arrErr.name02|sfGetErrorColor}-->; ime-mode: active;" /> 
    46 <br /> 
    47         <span class="attention"><!--{$errmsg}--></span> 
    48 </td></tr></table> 
    49  
    50       <div class="btn"> 
    51         <input class="spbtn spbtn-shopping" type="submit" value="次へ" /> 
    52       </div> 
    53     </form> 
    54   </div> 
    55 <br /> 
    56 <!--{include file="`$smarty.const.SMARTPHONE_TEMPLATE_REALDIR`popup_footer.tpl"}--> 
     65<!--{*<!--{include file="`$smarty.const.SMARTPHONE_TEMPLATE_REALDIR`popup_footer.tpl"}-->*}--> 
Note: See TracChangeset for help on using the changeset viewer.