source: branches/feature-module-update/data/Smarty/templates/regist/complete.tpl @ 15078

Revision 15078, 2.7 KB checked in by nanasess, 17 years ago (diff)

r15064 から svn cp
とりあえず暫定コミット.

  • UTF-8 に変更
  • slib.php, glib.php のクラス化
  • LC_Page の抽象化(一部)
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">本登録が完了いたしました。<br>
30                                        それではショッピングをお楽しみください。</span></td>
31                                    </tr>
32                                    <tr><td height="15"></td></tr>
33                                    <tr>
34                                        <td class="fs12">今後ともご愛顧賜りますようよろしくお願い申し上げます。</td>
35                                    </tr>
36                                    <tr><td height="20"></td></tr>
37                                    <tr>
38                                        <td class="fs12"><!--{$arrSiteInfo.company_name|escape}--><br>
39                                    TEL:<!--{$arrSiteInfo.tel01}-->-<!--{$arrSiteInfo.tel02}-->-<!--{$arrSiteInfo.tel03}--> <!--{if $arrSiteInfo.business_hour != ""}-->(受付時間/<!--{$arrSiteInfo.business_hour}-->)<!--{/if}--><br>
40                                    E-mail:<a href="mailto:<!--{$arrSiteInfo.email02|escape}-->"><!--{$arrSiteInfo.email02|escape}--></a></td>
41                                    </tr>
42                                    <tr><td height="20"></td></tr>
43                                    <tr align="center">
44                                        <td><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></td>
45                                    </tr>
46                                    <tr><td height="25"></td></tr>
47                                </table>
48                                <!--登録完了の文章ここまで-->
49                                </td>
50                            </tr>
51                            <tr><td height="5"></td></tr>
52                        </table>
53                        </td>
54                    </tr>
55                </table>
56                </td>
57            </tr>
58        </table>
59        <!--▲MAIN ONTENTS-->
60        </td>
61    </tr>
62</table>
63<!--▲CONTENTS-->
Note: See TracBrowser for help on using the repository browser.