Changeset 17752 for branches/version-2


Ignore:
Timestamp:
2009/01/27 10:11:01 (15 years ago)
Author:
kitada
Message:
 
Location:
branches/version-2/data/Smarty/templates/default/campaign/active
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2/data/Smarty/templates/default/campaign/active/contents.tpl

    r16583 r17752  
    2626  </div> 
    2727</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="メールアドレス">&nbsp; 
     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         &nbsp;<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> 
  • branches/version-2/data/Smarty/templates/default/campaign/active/footer.tpl

    r16583 r17752  
    2020 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
    2121 *}--> 
     22 
     23<!--▼FOTTER--> 
     24<div id="fotterarea"> 
     25    <div id="pagetop"><a href="/index.php"><img src="<!--{$TPL_DIR}-->img/common/pagetop.gif" width="120" height="16" alt="PAGE TOP" /></a></div> 
     26    <div id="fotternavi"> 
     27 
     28        <div class="lownavi"><a href="/order/index.php"><img src="<!--{$TPL_DIR}-->img/common/low.gif" width="118" height="10" alt="特定商取引に関する法律"></a></div> 
     29        <div class="copy"><img src="<!--{$TPL_DIR}-->img/common/copyright.gif" width="158" height="8" alt="(C)EC-CUBE ALL RIGHTS RESERVED."></div> 
     30    </div> 
    2231</div> 
    23 </div> 
    24 <div id="pagetop"><a href="#top"><img src="<!--{$TPL_DIR}-->img/common/pagetop.gif" width="100" height="10" alt="このページのTOPへ" /></a></div> 
    25 <div id="fotter">Copyright(C)2000-2007 EC-CUBE All rights reserved.</div> 
    26 </body> 
    27 </html> 
     32<!--▲FOTTER--> 
  • branches/version-2/data/Smarty/templates/default/campaign/active/header.tpl

    r17049 r17752  
    1 <!--{printXMLDeclaration}--><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
    21<!--{* 
    32 * This file is part of EC-CUBE 
     
    2625<meta http-equiv="Content-Script-Type" content="text/javascript" /> 
    2726<meta http-equiv="Content-Style-Type" content="text/css" /> 
    28 <link rel="stylesheet" href="<!--{$smarty.const.URL_DIR}--><!--{$smarty.const.USER_DIR}-->css/common.css" type="text/css" media="all" /> 
     27<link rel="stylesheet" href="<!--{$TPL_DIR}-->css/common.css" type="text/css" media="all" /> 
     28<link rel="alternate" type="application/rss+xml" title="RSS" href="<!--{$smarty.const.SITE_URL}-->rss/index.php" /> 
    2929<script type="text/javascript" src="<!--{$TPL_DIR}-->js/css.js"></script> 
    3030<script type="text/javascript" src="<!--{$TPL_DIR}-->js/navi.js"></script> 
    3131<script type="text/javascript" src="<!--{$TPL_DIR}-->js/win_op.js"></script> 
    3232<script type="text/javascript" src="<!--{$TPL_DIR}-->js/site.js"></script> 
    33 <title>テストの店/トップページ</title> 
     33<title><!--{$arrSiteInfo.shop_name|escape}-->/<!--{$tpl_title|escape}--></title> 
    3434<meta name="author" content="<!--{$arrPageLayout.author|escape}-->" /> 
    3535<meta name="description" content="<!--{$arrPageLayout.description|escape}-->" /> 
    3636<meta name="keywords" content="<!--{$arrPageLayout.keyword|escape}-->" /> 
    37  
    3837<script type="text/javascript">//<![CDATA[ 
    3938    <!--{$tpl_javascript}--> 
     
    4140</script> 
    4241</head> 
     42 
    4343<body onload="preLoadImg('<!--{$TPL_DIR}-->'); <!--{$tpl_onload}-->"> 
    44 <noscript> 
    45   <p>JavaScript を有効にしてご利用下さい.</p> 
    46 </noscript> 
     44<!--▼HEADER--> 
     45<div id="header"> 
     46    <h1><a href="<!--{$smarty.const.SITE_URL}-->"><em>EC-CUBE CLOTHES STORE</em></a></h1> 
     47     
     48    <div id="information"> 
     49        <ul> 
     50            <li><a href="<!--{$smarty.const.URL_DIR}-->entry/kiyaku.php" onMouseOver="chgImg('<!--{$TPL_DIR}-->img/header/member_on.gif','member');" onMouseOut="chgImg('<!--{$TPL_DIR}-->img/header/member.gif','member');"><img src="<!--{$TPL_DIR}-->img/header/member.gif" width="98" height="26" alt="会員登録" name="member"></a></li 
     51            ><li><a href="<!--{$smarty.const.URL_DIR}-->cart/index.php" onMouseOver="chgImg('<!--{$TPL_DIR}-->img/header/cartin_on.gif','cartin');" onMouseOut="chgImg('<!--{$TPL_DIR}-->img/header/cartin.gif','cartin');"><img src="<!--{$TPL_DIR}-->img/header/cartin.gif" width="120" height="26" alt="買い物かごを確認" name="cartin"></a></li> 
     52        </ul> 
     53    </div> 
     54     
     55    <div id="mainnavi"> 
    4756 
    48 <a name="top" id="top"></a> 
    49 <div id="header"></div> 
    50 <div id="container"> 
    51 <div id="one_column"> 
    52  
     57        <ul> 
     58            <li><a href="<!--{$smarty.const.SITE_URL}-->" onMouseOver="chgImg('<!--{$TPL_DIR}-->img/header/home_on.jpg','home');" onMouseOut="chgImg('<!--{$TPL_DIR}-->img/header/home.jpg','home');"><img src="<!--{$TPL_DIR}-->img/header/home.jpg" width="82" height="40" alt="HOME" name="home"></a></li 
     59            ><li><a href="<!--{$smarty.const.URL_DIR}-->abouts/index.php" onMouseOver="chgImg('<!--{$TPL_DIR}-->img/header/about_on.jpg','about');" onMouseOut="chgImg('<!--{$TPL_DIR}-->img/header/about.jpg','about');"><img src="<!--{$TPL_DIR}-->img/header/about.jpg" width="129" height="40" alt="当サイトについて" name="about"></a></li 
     60            ><li><a href="<!--{$smarty.const.SSL_URL}-->mypage/login.php" onMouseOver="chgImg('<!--{$TPL_DIR}-->img/header/mypage_on.jpg','mypage');" onMouseOut="chgImg('<!--{$TPL_DIR}-->img/header/mypage.jpg','mypage');"><img src="<!--{$TPL_DIR}-->img/header/mypage.jpg" width="90" height="40" alt="MYページ" name="mypage"></a></li 
     61            ><li><a href="<!--{$smarty.const.SSL_URL}-->contact/index.php" onMouseOver="chgImg('<!--{$TPL_DIR}-->img/header/contact_on.jpg','contact');" onMouseOut="chgImg('<!--{$TPL_DIR}-->img/header/contact.jpg','contact');"><img src="<!--{$TPL_DIR}-->img/header/contact.jpg" width="106" height="40" alt="お問い合わせ" name="contact"></a></li> 
     62        </ul> 
     63    </div> 
     64</div> 
     65<!--▲HEADER--> 
Note: See TracChangeset for help on using the changeset viewer.