source: branches/version-2_11-dev/data/Smarty/templates/sphone/shopping/index.tpl @ 21132

Revision 21132, 3.7 KB checked in by nanasess, 13 years ago (diff)

#1413 HTML5 構文修正

  • カート, 複数お届け先指定, 購入確認画面での画像リンクは見づらいので廃止
  • 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 * This file is part of EC-CUBE
3 *
4 * Copyright(c) 2000-2011 LOCKON CO.,LTD. All Rights Reserved.
5 *
6 * http://www.lockon.co.jp/
7 *
8 * This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License
10 * as published by the Free Software Foundation; either version 2
11 * of the License, or (at your option) any later version.
12 *
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16 * GNU General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
21 *}-->
22<!--▼CONTENTS-->
23<section id="slidewindow">
24<div data-role="header">
25<div class="title_box clearfix">
26<h2><!--{$tpl_title|h}--></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>
27</div>
28</div>
29<form name="member_form" id="member_form" method="post" action="<!--{$smarty.const.HTTP_URL}-->shopping/index.php" onSubmit="return fnCheckLogin('member_form')">
30    <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
31    <input type="hidden" name="mode" value="login" />
32    <div class="login_area">
33
34    <div class="loginareaBox data-role-none">
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    <!--{assign var=key value="login_pass"}-->
39    <span class="attention"><!--{$arrErr[$key]}--></span>
40    <input type="password" name="<!--{$key}-->" maxlength="<!--{$arrForm[$key].length}-->" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" class="passtextBox data-role-none" placeholder="パスワード" />
41    </div>
42
43    <p class="arrowRtxt"><a rel="external" href="<!--{$smarty.const.HTTPS_URL|sfTrimURL}-->/forgot/<!--{$smarty.const.DIR_INDEX_PATH}-->">パスワードを忘れた方</a></p>
44    <div class="btn_area">
45    <p><input type="submit" value="ログイン" class="btn data-role-none" name="log" id="log" /></p>
46    </div>
47    </div><!--▲loginarea-->
48</form>
49<form name="member_form2" id="member_form2" method="post" action="<!--{$smarty.const.HTTP_URL}-->shopping/index.php">
50      <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
51      <input type="hidden" name="mode" value="nonmember" />
52    <div class="login_area_btm">
53    <nav>
54    <ul class="navBox">
55    <li><a rel="external" href="<!--{$smarty.const.ROOT_URLPATH}-->entry/kiyaku.php" class="navBox_link">新規会員登録</a></li>
56    <li><input type="submit" value="会員登録をせずに購入" class="nav_nonmember data-role-none" name="buystep" id="buystep" /></li>
57    </ul>
58    </nav>
59    <p class="message">会員登録をすると便利なMyページをご利用いただけます。</p>
60
61    </div>
62</form>
63
64</section>
65<!--▼検索バー -->
66<section id="search_area">
67<form method="get" action="<!--{$smarty.const.ROOT_URLPATH}-->products/list.php">
68<input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
69<input type="search" name="name" id="search" value="" placeholder="キーワードを入力" class="searchbox" >
70</form>
71</section>
72<!--▲検索バー -->
73<!--▲CONTENTS-->
Note: See TracBrowser for help on using the repository browser.