source: branches/version-2_11-dev/data/Smarty/templates/sphone/mypage/login.tpl @ 21073

Revision 21073, 3.2 KB checked in by 468, 13 years ago (diff)

#1413 スマートフォン版テンプレートファイル変更

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/x-smarty-template; charset=UTF-8
Line 
1<!--{*
2/*
3 * This file is part of EC-CUBE
4 *
5 * Copyright(c) 2000-2011 LOCKON CO.,LTD. All Rights Reserved.
6 *
7 * http://www.lockon.co.jp/
8 *
9 * This program is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU General Public License
11 * as published by the Free Software Foundation; either version 2
12 * of the License, or (at your option) any later version.
13 *
14 * This program is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17 * GNU General Public License for more details.
18 *
19 * You should have received a copy of the GNU General Public License
20 * along with this program; if not, write to the Free Software
21 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
22 */
23*}-->
24<!--▼CONTENTS-->
25<section id="slidewindow">
26
27<h2 class="title"><!--{$tpl_title|h}--></h2>
28     <form name="login_mypage" id="login_mypage" method="post" action="<!--{$smarty.const.HTTPS_URL}-->frontparts/login_check.php" onsubmit="return fnCheckLogin('login_mypage')">
29        <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
30        <input type="hidden" name="mode" value="login" />
31        <input type="hidden" name="url" value="<!--{$smarty.server.PHP_SELF|h}-->" />
32<div class="login_area">
33
34    <div class="loginareaBox">
35          <!--{assign var=key value="login_email"}-->
36               <span class="attention"><!--{$arrErr[$key]}--></span>
37                  <input type="email" name="<!--{$key}-->" value="<!--{$tpl_login_email|h}-->" maxlength="<!--{$arrForm[$key].length}-->" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" class="mailtextBox data-role-none" placeholder="メールアドレス" />
38
39          <!--{assign var=key value="login_pass"}-->
40               <span class="attention"><!--{$arrErr[$key]}--></span>
41                  <input type="password" name="<!--{$key}-->" maxlength="<!--{$arrForm[$key].length}-->" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" class="passtextBox data-role-none" placeholder="パスワード" />
42
43</div><!--▲loginBox -->
44
45<p class="arrowRtxt"><a rel="external" href="<!--{$smarty.const.HTTPS_URL|sfTrimURL}-->/forgot/<!--{$smarty.const.DIR_INDEX_PATH}-->">パスワードを忘れた方</a></p>
46
47        <div class="btn_area">
48                                       <input type="submit" value="ログイン" class="btn data-role-none" name="log" id="log" />
49        </div>
50     </div><!--▲loginarea -->
51    </form>
52               
53                <form name="member_form2" id="member_form2" method="post" action="?">
54      <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
55      <input type="hidden" name="mode" value="nonmember" />
56      <div class="login_area_btm">
57        <nav>
58          <ul class="navBox">
59            <li><a rel="external" href="<!--{$smarty.const.ROOT_URLPATH}-->entry/kiyaku.php">新規会員登録</a></li>
60          </ul>
61        </nav>
62       <p>会員登録をすると便利なMyページをご利用いただけます。</p>
63      </div>
64   </form>
65  </section>
66 <!--▲コンテンツここまで -->
67
Note: See TracBrowser for help on using the repository browser.