source: branches/feature-module-update/data/Smarty/templates/mobile/shopping/index.tpl @ 15079

Revision 15079, 2.2 KB checked in by nanasess, 17 years ago (diff)

svn:mime-type application/x-httpd-php; charset=UTF-8 設定

  • Property svn:mime-type set to application/x-httpd-php; charset=UTF-8
Line 
1<!--{*
2/*
3 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
4 *
5 * http://www.lockon.co.jp/
6 */
7*}-->
8<!--▼CONTENTS-->
9<!--▼MAIN ONTENTS-->
10<div align="center"><font color="#000080">ご注文手続き</font></div><br>
11<hr>
12<!--{if !$tpl_valid_phone_id}-->
13<!--▼会員登録がお済みでないお客様-->
14■初めてご注文の方<br>
15(新規ご登録)<br>
16<form name="member_form" id="member_form" method="post" action="<!--{$smarty.const.MOBILE_URL_DIR}-->entry/kiyaku.php">
17    <div align="center"><input type="submit" value="新規登録"></div><br>
18</form>
19<!--▲まだ会員登録されていないお客様-->
20<!--{/if}-->
21
22<!--▼会員登録がお済みのお客様-->
23<form name="member_form" id="member_form" method="post" action="./deliv.php">
24    <input type="hidden" name="mode" value="login">
25<!--{if !$tpl_valid_phone_id}-->
26    ■以前にご注文された方<br>
27    (モバイル又はPCでご登録済み)<br>
28    ▼メールアドレス<br>
29    <!--{assign var=key value="login_email"}-->
30    <font color="#FF0000"><!--{$arrErr[$key]}--></font>
31    <input type="text" name="<!--{$key}-->" value="<!--{$tpl_login_email|escape}-->"
32        maxlength="<!--{$arrForm[$key].length}-->" size="40" istyle="3"><br>
33<!--{else}-->
34<input type="hidden" name="login_email" value="dummy">
35<!--{/if}-->
36    ▼パスワード<br>
37    <!--{assign var=key value="login_pass"}--><font color="#FF0000"><!--{$arrErr[$key]}--></font>
38    <input type="password" name="<!--{$key}-->" maxlength="<!--{$arrForm[$key].length}-->" size="40" istyle="3"><br>
39    <center><input type="submit" value="送信" name="log"></center><br>
40    <a href="<!--{$smarty.const.MOBILE_URL_DIR}-->forgot/index.php">パスワードをお忘れの方はこちら</a><br>
41</form>
42<!--▲会員登録がお済のお客様-->
43<!--▲MAIN ONTENTS-->
44<!--▲CONTENTS-->
45
46<br>
47<hr>
48
49<a href="<!--{$smarty.const.MOBILE_URL_CART_TOP}-->" accesskey="9"><!--{9|numeric_emoji}-->かごを見る</a><br>
50<a href="<!--{$smarty.const.MOBILE_URL_SITE_TOP}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br>
51
52<br>
53
54<!-- ▼フッター ここから -->
55<!--{include file='footer.tpl'}-->
56<!-- ▲フッター ここまで -->
Note: See TracBrowser for help on using the repository browser.