Ignore:
Timestamp:
2011/07/27 13:49:38 (13 years ago)
Author:
468
Message:

#1413 スマートフォン版テンプレートファイル変更(HTML5対応)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_11-dev/data/Smarty/templates/sphone/mypage/refusal_complete.tpl

    r20764 r21050  
    2323*}--> 
    2424<!--▼CONTENTS--> 
    25 <div id="mypagecolumn"> 
    26   <h2 class="title"><!--{$tpl_title|h}--></h2> 
    27   <!--{include file = $tpl_navi}--> 
    28   <div id="mycontentsarea"> 
    29     <h2><!--{$tpl_subtitle|h}--></h2> 
    30     <div id="completetext"> 
    31       <p class="changetext">退会手続きが完了いたしました。<br /> 
    32         MYページをご利用いただき誠にありがとうございました。<br /> 
    33         またのご利用を心よりお待ち申し上げます。<br /> 
    34       <!--{$arrSiteInfo.company_name|h}--><br /> 
    35       TEL:<!--{$arrSiteInfo.tel01}-->-<!--{$arrSiteInfo.tel02}-->-<!--{$arrSiteInfo.tel03}--> <!--{if $arrSiteInfo.business_hour != ""}-->(受付時間/<!--{$arrSiteInfo.business_hour}-->)<!--{/if}--><br /> 
    36       E-mail:<a href="mailto:<!--{$arrSiteInfo.email02|escape:'hex'}-->"><!--{$arrSiteInfo.email02|escape:'hexentity'}--></a></p> 
    37     </div> 
    38   </div> 
    39 </div> 
     25<section id="mypagecolumn"> 
     26       <h2 class="title"><!--{$tpl_title|h}--></h2> 
     27       <!--{include file = $tpl_navi}--> 
     28 
     29       <h3 class="title_mypage"><!--{$tpl_subtitle|h}--></h3> 
     30        
     31                            <!--★インフォメーション★--> 
     32       <div id="mycontentsarea"> 
     33          <div id="completetext"> 
     34                                             <p>退会手続きが完了いたしました。</p> 
     35              <p>MYページをご利用いただき誠にありがとうございました。<br /> 
     36                またのご利用を心よりお待ち申し上げます。</p> 
     37           </div> 
     38       <hr> 
     39 
     40           <div class="shopInformation"> 
     41              <p><!--{$arrSiteInfo.company_name|h}--></p> 
     42              <p>TEL:<!--{$arrSiteInfo.tel01}-->-<!--{$arrSiteInfo.tel02}-->-<!--{$arrSiteInfo.tel03}--><br /> 
     43                 E-mail:<a href="mailto:<!--{$arrSiteInfo.email02|escape:'hex'}-->" rel="external"><!--{$arrSiteInfo.email02|escape:'hexentity'}--></a></p> 
     44           </div> 
     45       </div><!--▲mycontentsarea --> 
     46</section> 
    4047<!--▲CONTENTS--> 
Note: See TracChangeset for help on using the changeset viewer.