source: branches/comu-utf8/html/user_data/templates/default1/templates/mypage/refusal_complete.tpl @ 15100

Revision 15100, 3.3 KB checked in by Yammy, 17 years ago (diff)

インストール後のファイル追加

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="" border="0" cellspacing="0" cellpadding="0" summary=" ">
8    <tr>
9        <td align="center" bgcolor="#ffffff">
10        <!--▼MAIN ONTENTS-->
11        <table width="100%" border="0" cellspacing="0" cellpadding="0" summary=" ">
12            <tr>
13                <td><img src="<!--{$smarty.const.URL_DIR}-->img/mypage/title.jpg" width="700" height="40" alt="MYページ"></td>
14            </tr>
15            <tr><td height="15"></td></tr>
16        </table>
17        <table width="100%" border="0" cellspacing="0" cellpadding="0" summary=" ">
18            <tr valign="top">
19                <td>
20                <!--▼NAVI-->
21                    <!--{include file = $tpl_navi}-->
22                <!--▲NAVI-->
23                </td>
24                <td align="right">
25                <table width="515" border="0" cellspacing="0" cellpadding="0" summary=" ">
26                    <tr>
27                        <td><!--★タイトル--><img src="<!--{$smarty.const.URL_DIR}-->img/mypage/subtitle04.gif" width="515" height="32" alt="退会手続き"></td>
28                    </tr>
29                    <tr><td height="15"></td></tr>
30                    <tr>
31                        <td align="center" bgcolor="#cccccc">
32                        <table width="505" border="0" cellspacing="0" cellpadding="0" summary=" ">
33                            <tr><td height="5"></td></tr>
34                            <tr>
35                                <td align="center" bgcolor="#ffffff">
36                                <!--表示ここから-->
37                                <table width="465" border="0" cellspacing="0" cellpadding="0" summary=" ">
38                                    <tr><td height="30"></td></tr>
39                                    <tr>
40                                        <td><span class="fs14"><span class="redst">退会手続きが完了いたしました。</span></span><br>
41                                        <span class="fs12">MYページをご利用いただき誠にありがとうございました。<br>
42                                        またのご利用を心よりお待ち申し上げます。</span></td>
43                                    </tr>
44                                    <tr><td height="15"></td></tr>
45                                    <tr>
46                                        <td align="center" bgcolor="#f0f0f0">
47                                        <table width="445" border="0" cellspacing="0" cellpadding="0" summary=" ">
48                                            <tr><td height="10"></td></tr>
49                                            <tr>
50                                                <td class="fs12"><!--{$arrSiteInfo.company_name|escape}--><br>
51                                                TEL:<!--{$arrSiteInfo.tel01}-->-<!--{$arrSiteInfo.tel02}-->-<!--{$arrSiteInfo.tel03}--> <!--{if $arrSiteInfo.business_hour != ""}-->(受付時間/<!--{$arrSiteInfo.business_hour}-->)<!--{/if}--><br>
52                                                E-mail:<a href="mailto:<!--{$arrSiteInfo.email02|escape}-->"><!--{$arrSiteInfo.email02|escape}--></a></td>
53                                            </tr>
54                                            <tr><td height="10"></td></tr>
55                                        </table>
56                                        </td>
57                                    </tr>
58                                    <tr><td height="30"></td></tr>
59                                </table>
60                                <!--表示ここまで-->
61                                </td>
62                            </tr>
63                            <tr><td height="5"></td></tr>
64                        </table>
65                        </td>
66                    </tr>
67                    <tr><td height="20"></td></tr>
68                    <tr>
69                        <td align="center"><a href="<!--{$smarty.const.URL_DIR}-->index.php" onmouseover="chgImg('<!--{$smarty.const.URL_DIR}-->img/common/b_toppage_on.gif','toppage');" onmouseout="chgImg('<!--{$smarty.const.URL_DIR}-->img/common/b_toppage.gif','toppage');"><img src="<!--{$smarty.const.URL_DIR}-->img/common/b_toppage.gif" width="150" height="30" alt="トップページへ" border="0" name="toppage"></a></td>
70                    </tr>
71                </table>
72                </td>
73            </tr>
74        </table>
75        <!--▲MAIN ONTENTS-->
76        </td>
77    </tr>
78</table>
79<!--▲CONTENTS-->
Note: See TracBrowser for help on using the repository browser.