source: branches/feature-module-update/data/Smarty/templates/entry/complete.tpl @ 15079

Revision 15079, 3.5 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="" border="0" cellspacing="0" cellpadding="0" summary=" ">
8    <tr valign="top">
9        <td align="right" bgcolor="#ffffff">
10        <!--▼MAIN ONTENTS-->
11        <table width="" border="0" cellspacing="0" cellpadding="0" summary=" ">
12            <tr>
13                <td><img src="<!--{$smarty.const.URL_DIR}-->img/entry/title.jpg" width="580" height="40" alt="会員登録"></td>
14            </tr>
15            <tr><td height="20"></td></tr>
16            <tr>
17                <td align="center">
18                <table width="520" border="0" cellspacing="0" cellpadding="0" summary=" ">
19                    <tr>
20                        <td align="center" bgcolor="#cccccc">
21                        <table width="510" border="0" cellspacing="0" cellpadding="0" summary=" ">
22                            <tr><td height="5"></td></tr>
23                            <tr>
24                                <td align="center" bgcolor="#ffffff">
25                                <!--登録完了の文章ここから-->
26                                <table width="470" border="0" cellspacing="0" cellpadding="0" summary=" ">
27                                    <tr><td height="25"></td></tr>
28                                    <tr>
29                                        <td class="fs14"><span class="redst">会員登録の受付が完了いたしました。</span></td>
30                                    </tr>
31                                    <tr><td height="20"></td></tr>
32                                    <tr>
33                                        <td class="fs12">現在<span class="redst">仮会員</span>の状態です。<br>
34                                        ご入力いただいたメールアドレス宛てに、ご連絡が届いておりますので、本会員登録になった上でお買い物をお楽しみください。</td>
35                                    </tr>
36                                    <tr><td height="15"></td></tr>
37                                    <tr>
38                                        <td class="fs12">今後ともご愛顧賜りますようよろしくお願い申し上げます。</td>
39                                    </tr>
40                                    <tr><td height="20"></td></tr>
41                                    <tr>
42                                        <td class="fs12"><!--{$arrSiteInfo.company_name|escape}--><br>
43                                    TEL:<!--{$arrSiteInfo.tel01}-->-<!--{$arrSiteInfo.tel02}-->-<!--{$arrSiteInfo.tel03}--> <!--{if $arrSiteInfo.business_hour != ""}-->(受付時間/<!--{$arrSiteInfo.business_hour}-->)<!--{/if}--><br>
44                                    E-mail:<a href="mailto:<!--{$arrSiteInfo.email02|escape}-->"><!--{$arrSiteInfo.email02|escape}--></a></td>
45                                    </tr>
46                                    <tr><td height="20"></td></tr>
47                                    <tr align="center">
48                                        <td>
49                                        <!--{if $is_campaign}-->
50                                        <a href="<!--{$smarty.const.URL_SHOP_TOP}-->" onmouseover="chgImg('<!--{$smarty.const.URL_DIR}-->img/common/b_toppage_on.gif','b_toppage');" onmouseout="chgImg('<!--{$smarty.const.URL_DIR}-->img/common/b_toppage.gif','b_toppage');"><img src="<!--{$smarty.const.URL_DIR}-->img/common/b_toppage.gif" width="150" height="30" alt="トップページへ" border="0" name="b_toppage"></a>
51                                        <!--{else}-->
52                                        <a href="<!--{$smarty.const.URL_DIR}-->index.php" onmouseover="chgImg('<!--{$smarty.const.URL_DIR}-->img/common/b_toppage_on.gif','b_toppage');" onmouseout="chgImg('<!--{$smarty.const.URL_DIR}-->img/common/b_toppage.gif','b_toppage');"><img src="<!--{$smarty.const.URL_DIR}-->img/common/b_toppage.gif" width="150" height="30" alt="トップページへ" border="0" name="b_toppage"></a>
53                                        <!--{/if}-->                                       
54                                        </td>
55                                    </tr>
56                                    <tr><td height="25"></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</table>
73<!--▲CONTENTS-->
Note: See TracBrowser for help on using the repository browser.