Ignore:
Timestamp:
2007/07/20 15:58:59 (17 years ago)
Author:
nanasess
Message:

r15064 から svn cp
とりあえず暫定コミット.

  • UTF-8 に変更
  • slib.php, glib.php のクラス化
  • LC_Page の抽象化(一部)
Location:
branches/feature-module-update
Files:
1 edited
2 copied

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update

    • Property svn:ignore set to
      .cache

      .settings

      .projectOptions
  • branches/feature-module-update/data/Smarty/templates/mobile/mypage/login.tpl

    r12157 r15078  
    66 */ 
    77*}--> 
    8 <div align="center">¥í¥°¥¤¥ó</div> 
     8<div align="center">ログイン</div> 
    99<hr> 
    1010 
    11 <!--¢§CONTENTS--> 
     11<!--CONTENTS--> 
    1212<form name="login_mypage" id="login_mypage" method="post" action="./index.php"> 
    1313    <input type="hidden" name="mode" value="login" > 
    1414<!--{if !$tpl_valid_phone_id}--> 
    15     ¢§¥á¡¼¥ë¥¢¥É¥ì¥¹<br> 
     15    ▼メールアドレス<br> 
    1616    <!--{assign var=key value="login_email"}--> 
    1717    <font color="#FF0000"><!--{$arrErr[$key]}--></font> 
     
    2121    <input type="hidden" name="login_email" value="dummy"> 
    2222<!--{/if}--> 
    23     ¢§¥Ñ¥¹¥ï¡¼¥É<br> 
     23    ▼パスワード<br> 
    2424    <!--{assign var=key value="login_pass"}--><font color="#FF0000"><!--{$arrErr[$key]}--></font> 
    2525    <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> 
     26    <center><input type="submit" value="送信" name="log"></center><br> 
     27    <a href="<!--{$smarty.const.MOBILE_URL_DIR}-->forgot/index.php">パスワードをお忘れの方はこちら</a><br> 
    2828</form> 
    29 <!--¢¥CONTENTS--> 
     29<!--CONTENTS--> 
    3030 
    3131<br> 
    3232<hr> 
    3333 
    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> 
     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> 
    3636 
    3737<br> 
    3838 
    39 <!-- ¢§¥Õ¥Ã¥¿¡¼ ¤³¤³¤«¤é --> 
     39<!-- ▼フッター ここから --> 
    4040<!--{include file='footer.tpl'}--> 
    41 <!-- ¢¥¥Õ¥Ã¥¿¡¼ ¤³¤³¤Þ¤Ç --> 
     41<!-- ▲フッター ここまで --> 
Note: See TracChangeset for help on using the changeset viewer.