source: branches/feature-module-update/html/install/user_data/templates/mypage/refusal.tpl @ 15079

Revision 15079, 2.9 KB checked in by nanasess, 17 years ago (diff)

svn:mime-type application/x-httpd-php; charset=UTF-8 設定

  • Property svn:mime-type set to application/x-httpd-php; charset=UTF-8
Line 
1<!--{*
2 * Copyright (c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
3 *
4 * http://www.lockon.co.jp/
5 *}-->
6<!--▼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="<!--{$smarty.const.URL_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="<!--{$smarty.const.URL_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('<!--{$smarty.const.URL_DIR}-->img/mypage/b_refuse_on.gif',this);" onmouseout="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/mypage/b_refuse.gif',this);" src="<!--{$smarty.const.URL_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>
73<!--▲CONTENTS-->
74
Note: See TracBrowser for help on using the repository browser.