Changeset 16113


Ignore:
Timestamp:
2007/09/27 21:59:09 (16 years ago)
Author:
nanasess
Message:

XHTML 対応

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/Smarty/templates/default/mypage/refusal_confirm.tpl

    r16044 r16113  
    55 *}--> 
    66<!--▼CONTENTS--> 
    7 <table width="" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    8 <form name="form1" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->"> 
    9 <input type="hidden" name="mode" value="complete"> 
    10 <input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->"> 
    11     <tr> 
    12         <td align="center" bgcolor="#ffffff"> 
    13         <!--▼MAIN ONTENTS--> 
    14         <table width="100%" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    15             <tr> 
    16                 <td><img src="<!--{$TPL_DIR}-->img/mypage/title.jpg" width="700" height="40" alt="MYページ"></td> 
    17             </tr> 
    18             <tr><td height="15"></td></tr> 
    19         </table> 
    20         <table width="100%" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    21             <tr valign="top"> 
    22                 <td> 
    23                 <!--▼NAVI--> 
    24                     <!--{include file=$tpl_navi}--> 
    25                 <!--▲NAVI--> 
    26                 </td> 
    27                 <td align="right"> 
    28                 <table width="515" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    29                     <tr> 
    30                         <td><!--★タイトル--><img src="<!--{$TPL_DIR}-->img/mypage/subtitle04.gif" width="515" height="32" alt="退会手続き"></td> 
    31                     </tr> 
    32                     <tr><td height="15"></td></tr> 
    33                     <tr> 
    34                         <td align="center" bgcolor="#cccccc"> 
    35                         <table width="505" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    36                             <tr><td height="5"></td></tr> 
    37                             <tr> 
    38                                 <td align="center" bgcolor="#ffffff"> 
    39                                 <!--表示ここから--> 
    40                                 <table width="465" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    41                                     <tr><td height="55"></td></tr> 
    42                                     <tr> 
    43                                         <td align="center" class="fs12n">退会手続きを実行してもよろしいでしょうか?</td> 
    44                                     </tr> 
    45                                     <tr><td height="55"></td></tr> 
    46                                     <tr> 
    47                                         <td align="center"> 
    48                                             <a href="./refusal.php" onmouseover="chgImg('<!--{$TPL_DIR}-->img/mypage/b_no_on.gif','refusal_no');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/mypage/b_no.gif','refusal_no');"><img src="<!--{$TPL_DIR}-->img/mypage/b_no.gif" width="180" height="30" alt="いいえ、退会しません" name="refusal_no" id="refusal_no" /></a>  
    49                                             <input type="image" onmouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/mypage/b_yes_on.gif',this);" onmouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/mypage/b_yes.gif',this);" src="<!--{$TPL_DIR}-->img/mypage/b_yes.gif" width="180" height="30" alt="はい、はい、退会します" name="refusal_yes" id="refusal_yes" /> 
    50                                         </td> 
    51                                     </tr> 
    52                                     <tr><td height="10"></td></tr> 
    53                                     <tr> 
    54                                         <td class="fs10"><span class="red">※退会手続きが完了した時点で、現在保存されている購入履歴や、お届け先等の情報はすべてなくなりますのでご注意ください。</span></td> 
    55                                     </tr> 
    56                                     <tr><td height="30"></td></tr> 
    57                                 </table> 
    58                                 <!--表示ここまで--> 
    59                                 </td> 
    60                             </tr> 
    61                             <tr><td height="5"></td></tr> 
    62                         </table> 
    63                         </td> 
    64                     </tr> 
    65                 </table> 
    66                 </td> 
    67             </tr> 
    68         </table> 
    69         <!--▲MAIN ONTENTS--> 
    70         </td> 
    71     </tr> 
    72 </form> 
    73 </table> 
     7<div id="mypagecolumn"> 
     8  <h2 class="title"><img src="<!--{$TPL_DIR}-->img/mypage/title.jpg" width="700" height="40" alt="MYページ" /></h2> 
     9  <!--{include file=$tpl_navi}--> 
     10  <form name="form1" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->"> 
     11  <input type="hidden" name="mode" value="complete" /> 
     12  <input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->" /> 
     13  <div id="mycontentsarea"> 
     14    <h3><img src="<!--{$TPL_DIR}-->img/mypage/subtitle04.gif" width="515" height="32" alt="退会手続き" /></h3> 
     15    <div id="completetext"> 
     16      <p>退会手続きを実行してもよろしいでしょうか?</p> 
     17      <div class="tblareabtn"> 
     18        <a href="./refusal.php" onmouseover="chgImg('<!--{$TPL_DIR}-->img/mypage/b_no_on.gif','refusal_no');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/mypage/b_no.gif','refusal_no');"><img src="<!--{$TPL_DIR}-->img/mypage/b_no.gif" width="180" height="30" alt="いいえ、退会しません" name="refusal_no" id="refusal_no" /></a>&nbsp; 
     19        <input type="image" onmouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/mypage/b_yes_on.gif',this);" onmouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/mypage/b_yes.gif',this);" src="<!--{$TPL_DIR}-->img/mypage/b_yes.gif" class="box180" alt="はい、はい、退会します" name="refusal_yes" id="refusal_yes" /> 
     20      </div> 
     21 
     22      <p class="mini"><em>※退会手続きが完了した時点で、現在保存されている購入履歴や、お届け先等の情報はすべてなくなりますのでご注意ください。</em></p> 
     23    </div> 
     24  </div> 
     25  </form> 
     26</div> 
    7427<!--▲CONTENTS--> 
    75  
    76  
Note: See TracChangeset for help on using the changeset viewer.