- Timestamp:
- 2009/01/27 10:11:01 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2/data/Smarty/templates/default/campaign/active/contents.tpl
r16583 r17752 26 26 </div> 27 27 </div> 28 29 <!--{*ログインフォーム*}--> 30 <!--{* 31 * This file is part of EC-CUBE 32 * 33 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved. 34 * 35 * http://www.lockon.co.jp/ 36 * 37 * This program is free software; you can redistribute it and/or 38 * modify it under the terms of the GNU General Public License 39 * as published by the Free Software Foundation; either version 2 40 * of the License, or (at your option) any later version. 41 * 42 * This program is distributed in the hope that it will be useful, 43 * but WITHOUT ANY WARRANTY; without even the implied warranty of 44 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 45 * GNU General Public License for more details. 46 * 47 * You should have received a copy of the GNU General Public License 48 * along with this program; if not, write to the Free Software 49 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 50 *}--> 51 <div id="under02column"> 52 <div id="under02title"><h2><!--★タイトル★-->ログイン</h2></div> 53 <div id="under02column_login"> 54 <form name="login_mypage" id="login_mypage" method="post" action="./login_check.php" onsubmit="return fnCheckLogin('login_mypage')"> 55 <input type="hidden" name="mode" value="login" /> 56 57 <div class="loginarea"> 58 <div class="totalloginarea"> 59 <div class="totalloginblock"> 60 <p><em>会員登録がお済みのお客様</em></p><br /> 61 <p class="inputtext">会員の方は、登録時に入力されたメールアドレスとパスワードでログインしてください。</p> 62 </div> 63 <div class="inputbox"> 64 <!--{assign var=key value="mypage_login_email"}--> 65 <span class="attention"><!--{$arrErr[$key]}--></span> 66 <p><img src="<!--{$TPL_DIR}-->img/login/mailadress.gif" width="94" height="10" alt="メールアドレス"> 67 <input type="text" name="<!--{$key}-->" 68 value="<!--{$tpl_login_email|escape}-->" 69 maxlength="<!--{$arrForm[$key].length}-->" 70 style="<!--{$arrErr[$key]|sfGetErrorColor}-->; ime-mode: disabled;" 71 size="40" class="box300" /> 72 <span class="mini"> 73 <!--{assign var=key value="mypage_login_memory"}--> 74 <input type="checkbox" name="<!--{$key}-->" value="1" <!--{$tpl_login_memory|sfGetChecked:1}--> id="login_memory" /> 75 <label for="login_memory">会員メールアドレスをコンピューターに記憶させる</label> 76 </p> 77 <p class="passwd"> 78 <!--{assign var=key value="mypage_login_pass"}--> 79 <span class="attention"><!--{$arrErr[$key]}--></span> 80 <img src="<!--{$TPL_DIR}-->img/login/password.gif" 81 width="94" height="11" alt="パスワード" /> 82 <input type="password" name="<!--{$key}-->" maxlength="<!--{$arrForm[$key].length}-->" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" size="40" class="box300" /> 83 </p> 84 </div> 85 </div> 86 87 <div class="tblareabtn"> 88 <input type="image" onMouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/login/b_login_on.jpg',this)" onMouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/login/b_login.jpg',this)" src="<!--{$TPL_DIR}-->img/login/b_login.jpg" width="128" height="32" alt="ログイン" name="log" id="log" class="box140"> 89 </div> 90 91 <p class="inputtext02"> 92 ・パスワードを忘れた方は<a href="<!--{$smarty.const.SSL_URL}-->forget/index.php" onClick="win01('<!--{$smarty.const.SSL_URL|sfTrimURL}-->/forgot/index.php','forget','600','400'); return false;" target="_blank">こちら</a>からパスワードの再発行を行ってください。<br /> 93 ・メールアドレスを忘れた方は、お手数ですが、<a href="<!--{$smarty.const.SSL_URL}-->contact/index.php">お問い合わせページ</a>からお問い合わせください。 94 </p> 95 </div> 96 97 <div class="loginarea"> 98 <div class="totalloginarea"> 99 <div class="totalloginblock02"> 100 <p><em>まだ会員登録されていないお客様</em><br /> 101 会員登録をすると便利なMyページをご利用いただけます。<br /> 102 また、ログインするだけで、毎回お名前や住所などを入力することなくスムーズにお買い物をお楽しみいただけます。</p> 103 </div> 104 </div> 105 106 <div class="inputbox02"> 107 <a href="<!--{$smarty.const.SITE_URL}-->entry/kiyaku.php" onMouseOver="chgImg('<!--{$TPL_DIR}-->img/login/b_gotoentry_on.jpg','b_gotoentry');" onMouseOut="chgImg('<!--{$TPL_DIR}-->img/login/b_gotoentry.jpg','b_gotoentry');"><img src="<!--{$TPL_DIR}-->img/login/b_gotoentry.jpg" width="128" height="32" alt="新規会員登録" border="0" name="b_gotoentry"></a> 108 </div> 109 </div> 110 </div> 111 </form> 112 </div> 113 </div>
Note: See TracChangeset
for help on using the changeset viewer.