source: branches/comu/data/Smarty/templates/mobile/mypage/login.tpl @ 11984

Revision 11984, 1.4 KB checked in by uehara, 17 years ago (diff)
  • 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<div align="center">¥í¥°¥¤¥ó</div>
9<hr>
10
11<!--¢§CONTENTS-->
12<form name="login_mypage" id="login_mypage" method="post" action="./index.php">
13    <input type="hidden" name="mode" value="login" >
14<!--{if !$tpl_valid_phone_id}-->
15    ¢§¥á¡¼¥ë¥¢¥É¥ì¥¹<br>
16    <!--{assign var=key value="login_email"}-->
17    <font color="#FF0000"><!--{$arrErr[$key]}--></font>
18    <input type="text" name="<!--{$key}-->" value="<!--{$login_email|escape}-->"
19        maxlength="<!--{$arrForm[$key].length}-->" size="40" istyle="3"><br>
20<!--{else}-->
21    <input type="hidden" name="login_email" value="dummy">
22<!--{/if}-->
23    ¢§¥Ñ¥¹¥ï¡¼¥É<br>
24    <!--{assign var=key value="login_pass"}--><font color="#FF0000"><!--{$arrErr[$key]}--></font>
25    <input type="password" name="<!--{$key}-->" maxlength="<!--{$arrForm[$key].length}-->" size="40" istyle="3"><br>
26    <center><input type="submit" value="Á÷¿®" name="log"></center><br>
27    <a href="<!--{$smarty.const.MOBILE_URL_DIR}-->forgot/index.php">¥Ñ¥¹¥ï¡¼¥É¤ò¤ªËº¤ì¤ÎÊý¤Ï¤³¤Á¤é</a><br>
28</form>
29<!--¢¥CONTENTS-->
30
31<br>
32<hr>
33
34<a href="<!--{$smarty.const.MOBILE_URL_CART_TOP}-->" accesskey="9"><!--{9|numeric_emoji}-->¤«¤´¤ò¸«¤ë</a><br>
35<a href="<!--{$smarty.const.MOBILE_URL_SITE_TOP}-->" accesskey="0"><!--{0|numeric_emoji}-->TOP¥Ú¡¼¥¸¤Ø</a><br>
36
37<br>
38
39<!-- ¢§¥Õ¥Ã¥¿¡¼ ¤³¤³¤«¤é -->
40<!--{include file='footer.tpl'}-->
41<!-- ¢¥¥Õ¥Ã¥¿¡¼ ¤³¤³¤Þ¤Ç -->
Note: See TracBrowser for help on using the repository browser.