source: branches/beta/data/Smarty/templates/mobile/shopping/index.tpl @ 14676

Revision 14676, 2.3 KB checked in by adati, 17 years ago (diff)

1.4.0a-betaのマージ

  • Property svn:eol-style set to native
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   
42</form>
43<!--¢¥²ñ°÷ÅÐÏ¿¤¬¤ªºÑ¤Î¤ªµÒÍÍ-->
44<!--¢§²ñ°÷ÅÐÏ¿¤µ¤ì¤Ê¤¤¤ªµÒÍÍ-->
45<form name="nonmember_form" id="nonmember_form" method="post" action="<!--{$smarty.const.MOBILE_URL_DIR}-->nonmember/index.php">
46    <input type="hidden" name="mode" value="nonmember">
47    <input type="hidden" name="mode2" value="set1">
48    <center><input type="submit" value="ÅÐÏ¿¤»¤º¤Ë¹ØÆþ" name="nonmember"></center>
49</form>
50<!--¢¥²ñ°÷ÅÐÏ¿¤µ¤ì¤Ê¤¤¤ªµÒÍÍ-->
51<!--¢¥MAIN ONTENTS-->
52<!--¢¥CONTENTS-->
53
54<br>
55<hr>
56
57<a href="<!--{$smarty.const.MOBILE_URL_CART_TOP}-->" accesskey="9"><!--{9|numeric_emoji}-->¤«¤´¤ò¸«¤ë</a><br>
58<a href="<!--{$smarty.const.MOBILE_URL_SITE_TOP}-->" accesskey="0"><!--{0|numeric_emoji}-->TOP¥Ú¡¼¥¸¤Ø</a><br>
59
60<br>
61
62<!-- ¢§¥Õ¥Ã¥¿¡¼ ¤³¤³¤«¤é -->
63<!--{include file='footer.tpl'}-->
64<!-- ¢¥¥Õ¥Ã¥¿¡¼ ¤³¤³¤Þ¤Ç -->
Note: See TracBrowser for help on using the repository browser.