source: temp/branches/mobile/data/Smarty/templates/mobile/mypage/login.tpl @ 11418

Revision 11418, 1.3 KB checked in by rebelt, 17 years ago (diff)

以下のモバイルサイト用ページ・機能を作成いたしました。

  • 退会
  • MYページ (お届け先登録以外)
  • メルマガ登録・解除
  • 画像変換機能
  • 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    (¥â¥Ð¥¤¥ëËô¤ÏPC¤Ç¤´ÅÐÏ¿ºÑ¤ß)<br>
10    ¢§¥á¡¼¥ë¥¢¥É¥ì¥¹<br>
11    <!--{assign var=key value="login_email"}-->
12    <font color="#FF0000"><!--{$arrErr[$key]}--></font>
13    <input type="text" name="<!--{$key}-->" value="<!--{$login_email|escape}-->"
14        maxlength="<!--{$arrForm[$key].length}-->" size="40" istyle="3"><br>
15<!--{else}-->
16    <input type="hidden" name="login_email" value="dummy">
17<!--{/if}-->
18    ¢§¥Ñ¥¹¥ï¡¼¥É<br>
19    <!--{assign var=key value="login_pass"}--><font color="#FF0000"><!--{$arrErr[$key]}--></font>
20    <input type="password" name="<!--{$key}-->" maxlength="<!--{$arrForm[$key].length}-->" size="40" istyle="3"><br>
21    <center><input type="submit" value="Á÷¿®" name="log"></center><br>
22    <a href="<!--{$smarty.const.URL_DIR}-->forgot/index.php">¥Ñ¥¹¥ï¡¼¥É¤ò¤ªËº¤ì¤ÎÊý¤Ï¤³¤Á¤é</a><br>
23</form>
24<!--¢¥CONTENTS-->
25
26<br>
27<hr>
28
29<a href="<!--{$smarty.const.URL_CART_TOP}-->" accesskey="9"><!--{9|numeric_emoji}-->¤«¤´¤ò¸«¤ë</a><br>
30<a href="<!--{$smarty.const.URL_SITE_TOP}-->" accesskey="0"><!--{0|numeric_emoji}-->TOP¥Ú¡¼¥¸¤Ø</a><br>
31
32<br>
33
34<!-- ¢§¥Õ¥Ã¥¿¡¼ ¤³¤³¤«¤é -->
35<!--{include file='footer.tpl'}-->
36<!-- ¢¥¥Õ¥Ã¥¿¡¼ ¤³¤³¤Þ¤Ç -->
Note: See TracBrowser for help on using the repository browser.