Changeset 16110


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

XHTML 対応

File:
1 edited

Legend:

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

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