Changeset 16499


Ignore:
Timestamp:
2007/10/18 22:09:21 (16 years ago)
Author:
nanasess
Message:

レイアウト修正

Location:
branches/feature-module-update/data/Smarty/templates/default/campaign
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/Smarty/templates/default/campaign/bloc/entry.tpl

    r16498 r16499  
    1212      <img src="<!--{$TPL_DIR}-->img/login/guest.gif" width="247" height="16" alt="まだ会員登録されていないお客様" /> 
    1313    </p> 
    14     <p class="inputtext">会員登録をすると便利なMyページをご利用いただけます。<br /> 
    15       また、ログインするだけで、毎回お名前や住所などを入力することなくスムーズにお買い物をお楽しみいただけます 
     14    <p class="inputtext">お申込を行う為には、会員登録が必要です。 
     15      会員登録をするボタンをクリックして会員登録を行ってください 
    1616    </p> 
    1717    <div class="inputbox02"> 
    18       <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');"> 
     18 
     19      <a href="<!--{$smarty.const.CAMPAIGN_URL}--><!--{$dir_name}-->/entry.php" onmouseover="chgImg('<!--{$TPL_DIR}-->img/login/b_gotoentry_on.gif','b_gotoentry');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/login/b_gotoentry.gif','b_gotoentry');"> 
    1920        <img src="<!--{$TPL_DIR}-->img/login/b_gotoentry.gif" width="130" height="30" alt="会員登録をする" border="0" name="b_gotoentry" /> 
    2021      </a> 
    21       <input type="image" onmouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/login/b_buystep_on.gif',this)" onmouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/login/b_buystep.gif',this)" src="<!--{$TPL_DIR}-->img/login/b_buystep.gif" class="box130"  alt="購入手続きへ" name="buystep" id="buystep" /> 
    2222    </div> 
    2323  </div> 
  • branches/feature-module-update/data/Smarty/templates/default/campaign/bloc/login.tpl

    r16498 r16499  
    99      <img src="<!--{$TPL_DIR}-->img/login/title.jpg" width="700" height="40" alt="ログイン" /> 
    1010   </h2> 
    11     <form name="member_form" id="member_form" method="post" action="./deliv.php" onsubmit="return fnCheckLogin('member_form')"> 
     11    <form name="member_form" id="member_form" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->" onsubmit="return fnCheckLogin('member_form')"> 
    1212   <div class="loginarea"> 
    1313     <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
  • branches/feature-module-update/data/Smarty/templates/default/campaign/complete.tpl

    r16044 r16499  
    44 * http://www.lockon.co.jp/ 
    55 *}--> 
    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          
    12         <table width="640" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    13             <tr> 
    14                 <td align="center" bgcolor="#cccccc"> 
    15                 <table width="630" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    16                     <tr><td height="5"></td></tr> 
    17                     <tr> 
    18                         <td align="center" bgcolor="#ffffff">            
    19                             <!--ご注文完了の文章ここから--> 
    20                             <table width="590" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    21                                 <tr><td height="25"></td></tr> 
    22                                 <tr> 
    23                                     <td class="fs12"><span class="redst"><!--{$campaign_name|escape}-->にご応募いただき、ありがとうございました。</span></td> 
    24                                 </tr> 
    25                                 <tr><td height="20"></td></tr> 
    26                                 <tr> 
    27                                     <td class="fs12">今後ともご愛顧賜りますようよろしくお願い申し上げます。</td> 
    28                                 </tr> 
    29                                 <tr><td height="20"></td></tr> 
    30                                 <tr><td height="25"></td></tr> 
    31                             </table> 
    32                             <!--ご注文完了の文章ここまで--> 
    33                         </td> 
    34                     </tr> 
    35                     <tr><td height="5"></td></tr> 
    36                 </table> 
    37                 </td> 
    38             </tr> 
    39             <tr><td height="20"></td></tr> 
    40         </table> 
    41         <!--▲MAIN ONTENTS--> 
    42         </td> 
    43     </tr> 
    44 </table> 
     6<div id="completetext"> 
     7      <em><!--{$campaign_name|escape}-->にご応募いただき、ありがとうございました。</em> 
     8 
     9      <p> 今後ともご愛顧賜りますようよろしくお願い申し上げます。</p> 
     10 
     11      <p><!--{$arrInfo.shop_name|escape}--><br /> 
     12        TEL:<!--{$arrInfo.tel01}-->-<!--{$arrInfo.tel02}-->-<!--{$arrInfo.tel03}--> <!--{if $arrInfo.business_hour != ""}-->(受付時間/<!--{$arrInfo.business_hour}-->)<!--{/if}--><br /> 
     13        E-mail:<a href="mailto:<!--{$arrInfo.email02|escape:'hex'}-->"><!--{$arrInfo.email02|escape:'hexentity'}--></a></p> 
     14    </div> 
     15 
     16    <div class="tblareabtn"> 
     17      <!--{if $is_campaign}--> 
     18        <a href="<!--{$smarty.const.CAMPAIGN_URL}--><!--{$campaign_dir}-->/index.php" onmouseover="chgImg('<!--{$TPL_DIR}-->img/common/b_toppage_on.gif','b_toppage');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/common/b_toppage.gif','b_toppage');"><img src="<!--{$TPL_DIR}-->img/common/b_toppage.gif" width="150" height="30" alt="トップページへ" border="0" name="b_toppage" /></a> 
     19      <!--{else}--> 
     20        <a href="<!--{$smarty.const.URL_DIR}-->index.php" onmouseover="chgImg('<!--{$TPL_DIR}-->img/common/b_toppage_on.gif','b_toppage');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/common/b_toppage.gif','b_toppage');"><img src="<!--{$TPL_DIR}-->img/common/b_toppage.gif" width="150" height="30" alt="トップページへ" border="0" name="b_toppage" /></a> 
     21      <!--{/if}--> 
     22    </div> 
     23  </div> 
     24</div> 
    4525<!--▲CONTENTS--> 
  • branches/feature-module-update/data/Smarty/templates/default/campaign/end/footer.tpl

    r16498 r16499  
    1 Debugger entered--Lisp error: (void-variable <) 
    2   eval(<) 
    3   eval-last-sexp-1(nil) 
    4   eval-last-sexp(nil) 
    5   call-interactively(eval-last-sexp) 
     1<!--{* 
     2 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved. 
     3 * 
     4 * http://www.lockon.co.jp/ 
     5 *}--> 
     6</div> 
     7</div> 
     8<div id="pagetop"><a href="#top"><img src="<!--{$TPL_DIR}-->img/common/pagetop.gif" width="100" height="10" alt="このページのTOPへ" /></a></div> 
     9<div id="fotter">Copyright(C)2000-2007 EC-CUBE All rights reserved.</div> 
     10</body> 
     11</html> 
Note: See TracChangeset for help on using the changeset viewer.