source: branches/comu-utf8/data/Smarty/templates/admin/mail/htmlmail_complete.tpl @ 15099

Revision 15099, 2.0 KB checked in by Yammy, 17 years ago (diff)

UTF-8変換済みファイルインポート
1.3.4ベース

Line 
1<!--{*
2/*
3 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
4 *
5 * http://www.lockon.co.jp/
6 */
7*}-->
8<!--★★メインコンテンツ★★-->
9<table width="878" border="0" cellspacing="0" cellpadding="0" summary=" ">
10    <tr valign="top">
11        <td background="<!--{$smarty.const.URL_DIR}-->img/contents/navi_bg.gif" height="402">
12            <!-- サブナビ -->
13            <!--{include file=$tpl_subnavi}-->
14        </td>
15        <td class="mainbg" >
16        <table width="737" border="0" cellspacing="0" cellpadding="0" summary=" ">
17            <!--メインエリア-->
18            <tr>
19                <td align="center">
20                <table width="706" border="0" cellspacing="0" cellpadding="0" summary=" ">
21
22                    <tr><td height="14"></td></tr>
23                    <tr>
24                        <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/main_top.jpg" width="706" height="14" alt=""></td>
25                    </tr>
26                    <tr>
27                        <td background="<!--{$smarty.const.URL_DIR}-->img/contents/main_left.jpg"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="14" height="1" alt=""></td>
28                        <td bgcolor="#f2f1ec">
29                        <!--完了メッセージテーブルここから-->
30                        <table width="678" border="0" cellspacing="1" cellpadding="8" summary=" " height="402">
31                            <tr>
32                                <td height="150" bgcolor="#ffffff" class="fs14n" align="center">登録が完了致しました。<br /> <br /> <br />
33                                <a href="./template.php">→続けて設定を行う</a></td>
34                            </tr>
35                        </table>
36                        <!--完了メッセージテーブルここまで-->
37                        </td>
38                        <td background="<!--{$smarty.const.URL_DIR}-->img/contents/main_right.jpg"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="14" height="1" alt=""></td>
39                    </tr>
40                    <tr>
41                        <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/main_bottom.jpg" width="706" height="14" alt=""></td>
42                    </tr>
43                    <tr><td height="30"></td></tr>
44
45                </table>
46                </td>
47            </tr>
48            <!--メインエリア-->
49        </table>
50        </td>
51    </tr>
52</form>
53</table>
54<!--★★メインコンテンツ★★-->     
Note: See TracBrowser for help on using the repository browser.