source: branches/dev/data/Smarty/templates/mobile/mypage/login.tpl @ 11658

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