Changeset 16080
- Timestamp:
- 2007/09/27 12:56:42 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/data/Smarty/templates/default/mypage/login.tpl
r16044 r16080 5 5 *}--> 6 6 <!--▼CONTENTS--> 7 <table width="760" border="0" cellspacing="0" cellpadding="0" summary=" "> 8 <tr> 9 <td align="center" bgcolor="#ffffff"> 10 <!--▼MAIN ONTENTS--> 11 <table width="700" border="0" cellspacing="0" cellpadding="0" summary=" "> 12 <tr> 13 <td><img src="<!--{$TPL_DIR}-->img/login/title.jpg" width="700" height="40" alt="ログイン"></td> 14 </tr> 15 <tr><td height="20"></td></tr> 16 </table> 17 <!--▼会員登録がお済みのお客様--> 18 <table width="640" border="0" cellspacing="0" cellpadding="0" summary=" "> 19 <tr> 20 <td align="center" bgcolor="#cccccc"> 21 <table width="630" border="0" cellspacing="0" cellpadding="0" summary=" "> 22 <tr><td height="5"></td></tr> 23 <tr> 24 <td align="center" bgcolor="#ffffff"> 25 <table width="604" border="0" cellspacing="0" cellpadding="0" summary=" "> 26 <tr><td height="13"></td></tr> 27 <tr> 28 <td><img src="<!--{$TPL_DIR}-->img/login/member.gif" width="202" height="16" alt="会員登録がお済みのお客様"></td> 29 </tr> 30 <tr><td height="20"></td></tr> 31 </table> 32 <!--ログインここから--> 33 <table width="530" border="0" cellspacing="0" cellpadding="0" summary=" "> 34 <form name="login_mypage" id="login_mypage" method="post" action="./login_check.php" onsubmit="return fnCheckLogin('login_mypage')"> 35 <input type="hidden" name="mode" value="login" > 36 <tr> 37 <td class="fs12">会員の方は、登録時に入力されたメールアドレスとパスワードでログインしてください。</td> 38 </tr> 39 <tr><td height="10"></td></tr> 40 <tr> 41 <td align="center" bgcolor="#f0f0f0"> 42 <table width="490" border="0" cellspacing="0" cellpadding="0" summary=" "> 43 <tr><td height="20"></td></tr> 44 <tr> 45 <td><img src="<!--{$TPL_DIR}-->img/login/mailadress.gif" width="92" height="13" alt="メールアドレス"></td> 46 <td> 47 <!--{assign var=key value="mypage_login_email"}--> 48 <input type="text" name="<!--{$key}-->" value="<!--{$tpl_login_email}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" size="40" class="box40" /> 49 </td> 50 </tr> 51 <tr> 52 <td align="right"></td> 53 <!--{assign var=key value="mypage_login_memory"}--> 54 <td class="fs10n"><input type="checkbox" name="<!--{$key}-->" value="1" <!--{$tpl_login_memory|sfGetChecked:1}--> /><label for="memory">会員メールアドレスをコンピューターに記憶させる</label></td> 55 </tr> 56 <tr><td height="10"></td></tr> 57 <tr> 58 <td><img src="<!--{$TPL_DIR}-->img/login/password.gif" width="92" height="13" alt="パスワード"></td> 59 <td> 60 <!--{assign var=key value="mypage_login_pass"}--> 61 <input type="password" name="<!--{$key}-->" maxlength="<!--{$smarty.const.PASSWORD_LEN2}-->" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" size="40" class="box40" /> 62 </td> 63 </tr> 64 <tr><td height="20"></td></tr> 65 </table> 66 </td> 67 </tr> 68 <tr><td height="20"></td></tr> 69 <tr> 70 <td align="center"> 71 <input type="image" onmouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/login/b_login_on.gif',this)" onmouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/login/b_login.gif',this)" src="<!--{$TPL_DIR}-->img/login/b_login.gif" width="140" height="30" alt="ログイン" name="log" id="log" /></a> 72 </td> 73 </tr> 74 <tr><td height="15"></td></tr> 75 <tr> 76 <td class="fs10">パスワードを忘れた方は<a href="<!--{$smarty.const.URL_DIR}-->forget/index.php" onclick="win01('/forgot/index.php','forget','600','400'); return false;" target="_blank">こちら</a>からパスワードの再発行を行ってください。<br> 77 メールアドレスを忘れた方は、お手数ですが、<a href="<!--{$smarty.const.URL_DIR}-->contact/index.php">お問い合わせページ</a>からお問い合わせください。</td> 78 </tr> 79 <tr><td height="20"></td></tr> 80 </form> 81 </table> 82 <!--ログインここまで--> 83 </td> 84 </tr> 85 <tr><td height="5"></td></tr> 86 </table> 87 </td> 88 </tr> 89 <tr><td height="20"></td></tr> 90 </table> 91 <!--▲会員登録がお済みのお客様--> 92 <!--▼まだ会員登録されていないお客様--> 93 <table width="640" border="0" cellspacing="0" cellpadding="0" summary=" "> 94 <tr> 95 <td align="center" bgcolor="#cccccc"> 96 <table width="630" border="0" cellspacing="0" cellpadding="0" summary=" "> 97 <tr><td height="5"></td></tr> 98 <tr> 99 <td align="center" bgcolor="#ffffff"> 100 <table width="604" border="0" cellspacing="0" cellpadding="0" summary=" "> 101 <tr><td height="13"></td></tr> 102 <tr> 103 <td><img src="<!--{$TPL_DIR}-->img/login/guest.gif" width="247" height="16" alt="まだ会員登録されていないお客様"></td> 104 </tr> 105 <tr><td height="20"></td></tr> 106 </table> 107 108 <table width="530" border="0" cellspacing="0" cellpadding="0" summary=" "> 109 <tr> 110 <td class="fs12">会員登録をすると便利なMyページをご利用いただけます。<br> 111 また、ログインするだけで、毎回お名前や住所などを入力することなくスムーズにお買い物をお楽しみいただけます。</td> 112 </tr> 113 <tr><td height="10"></td></tr> 114 <tr> 115 <td align="center" bgcolor="#f0f0f0"> 116 <table width="490" border="0" cellspacing="0" cellpadding="0" summary=" "> 117 <tr><td height="20"></td></tr> 118 <tr> 119 <td align="center"> 120 <a href="<!--{$smarty.const.URL_DIR}-->entry/kiyaku.php" onmouseover="chgImg('<!--{$TPL_DIR}-->img/login/b_gotoentry_on.gif','b_gotoentry');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/login/b_gotoentry.gif','b_gotoentry');"><img src="<!--{$TPL_DIR}-->img/login/b_gotoentry.gif" width="130" height="30" alt="会員登録をする" border="0" name="b_gotoentry"></a> 121 </td> 122 </tr> 123 <tr><td height="20"></td></tr> 124 </table> 125 </td> 126 </tr> 127 <tr><td height="20"></td></tr> 128 </table> 129 </td> 130 </tr> 131 <tr><td height="5"></td></tr> 132 </table> 133 </td> 134 </tr> 135 </table> 136 <!--▲まだ会員登録されていないお客様--> 137 <!--▲MAIN ONTENTS--> 138 </td> 139 </tr> 140 </table> 7 <div id="under02column"> 8 <div id="under02column_login"> 9 <h2 class="title"> 10 <img src="<!--{$TPL_DIR}-->img/login/title.jpg" width="700" height="40" alt="ログイン" /> 11 </h2> 12 <form name="login_mypage" id="login_mypage" method="post" action="./login_check.php" onsubmit="return fnCheckLogin('login_mypage')"> 13 <input type="hidden" name="mode" value="login" /> 14 <div class="loginarea"> 15 <p><img src="<!--{$TPL_DIR}-->img/login/member.gif" width="202" height="16" alt="会員登録がお済みのお客様" /></p> 16 <p class="inputtext">会員の方は、登録時に入力されたメールアドレスとパスワードでログインしてください。</p> 17 <div class="inputbox"> 18 <!--{assign var=key value="mypage_login_email"}--> 19 <span class="attention"><!--{$arrErr[$key]}--></span> 20 <p><img src="<!--{$TPL_DIR}-->img/login/mailadress.gif" width="92" height="13" alt="メールアドレス" /> 21 <input type="text" name="<!--{$key}-->" 22 value="<!--{$tpl_login_email|escape}-->" 23 maxlength="<!--{$arrForm[$key].length}-->" 24 style="<!--{$arrErr[$key]|sfGetErrorColor}-->; ime-mode: disabled;" 25 size="40" class="box300" /> 26 </p> 27 <p class="mini"> 28 <!--{assign var=key value="mypage_login_memory"}--> 29 <input type="checkbox" name="<!--{$key}-->" value="1" <!--{$tpl_login_memory|sfGetChecked:1}--> id="login_memory" /> 30 <label for="login_memory">会員メールアドレスをコンピューターに記憶させる</label> 31 </p> 32 <p class="passwd"> 33 <!--{assign var=key value="mypage_login_pass"}--> 34 <span class="attention"><!--{$arrErr[$key]}--></span> 35 <img src="<!--{$TPL_DIR}-->img/login/password.gif" 36 width="92" height="13" alt="パスワード" /> 37 <input type="password" name="<!--{$key}-->" maxlength="<!--{$arrForm[$key].length}-->" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" size="40" class="box300" /> 38 </p> 39 </div> 40 <div class="tblareabtn"> 41 <input type="image" onmouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/login/b_login_on.gif',this)" onmouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/login/b_login.gif',this)" src="<!--{$TPL_DIR}-->img/login/b_login.gif" width="140" height="30" alt="ログイン" name="log" id="log" class="box140" /> 42 </div> 43 <p class="inputtext02"> 44 パスワードを忘れた方は<a href="<!--{$smarty.const.SSL_URL|sfTrimURL}-->/forgot/index.php" onclick="win01('<!--{$smarty.const.SSL_URL|sfTrimURL}-->/forgot/index.php','forget','600','400'); return false;" target="_blank">こちら</a>からパスワードの再発行を行ってください。<br /> 45 メールアドレスを忘れた方は、お手数ですが、<a href="<!--{$smarty.const.URL_DIR}-->contact/index.php">お問い合わせページ</a>からお問い合わせください。 46 </p> 47 </div> 48 <div class="loginarea"> 49 <p> 50 <img src="<!--{$TPL_DIR}-->img/login/guest.gif" width="247" height="16" alt="まだ会員登録されていないお客様" /> 51 </p> 52 <p class="inputtext">会員登録をすると便利なMyページをご利用いただけます。<br /> 53 また、ログインするだけで、毎回お名前や住所などを入力することなくスムーズにお買い物をお楽しみいただけます。 54 </p> 55 <div class="inputbox02"> 56 <a href="<!--{$smarty.const.URL_DIR}-->entry/kiyaku.php" onmouseover="chgImg('<!--{$TPL_DIR}-->img/login/b_gotoentry_on.gif','b_gotoentry');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/login/b_gotoentry.gif','b_gotoentry');"> 57 <img src="<!--{$TPL_DIR}-->img/login/b_gotoentry.gif" width="130" height="30" alt="会員登録をする" border="0" name="b_gotoentry" /> 58 </a> 59 </div> 60 </div> 61 </form> 62 </div> 63 </div> 141 64 <!--▲CONTENTS--> 142 65
Note: See TracChangeset
for help on using the changeset viewer.