source: branches/feature-module-update/data/Smarty/templates/admin/products/product_class_complete.tpl @ 15079

Revision 15079, 2.2 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/*
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<form name="form1" id="form1" method="post" action="./product_class.php">
11<input type="hidden" name="mode" value="">
12<input type="hidden" name="product_id" value="">
13    <tr valign="top">
14        <td background="<!--{$smarty.const.URL_DIR}-->img/contents/navi_bg.gif" height="402">
15            <!-- サブナビ -->
16            <!--{include file=$tpl_subnavi}-->
17        </td>
18        <td class="mainbg" >
19        <table width="737" border="0" cellspacing="0" cellpadding="0" summary=" ">
20            <!--メインエリア-->
21            <tr>
22                <td align="center">
23                <table width="706" border="0" cellspacing="0" cellpadding="0" summary=" ">
24
25                    <tr><td height="14"></td></tr>
26                    <tr>
27                        <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/main_top.jpg" width="706" height="14" alt=""></td>
28                    </tr>
29                    <tr>
30                        <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>
31                        <td bgcolor="#f2f1ec">
32                        <!--完了メッセージテーブルここから-->
33                        <table width="678" border="0" cellspacing="1" cellpadding="8" summary=" " height="402">
34                            <tr class="fs12" >
35                                <td height="150" bgcolor="#ffffff" class="fs18n" align="center">登録が完了いたしました。<br /> <br /> <br />
36                                <a href="./product.php">→続けて登録を行う</a></td>
37                            </tr>
38                        </table>
39                        <!--完了メッセージテーブルここまで-->
40                        </td>
41                        <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>
42                    </tr>
43                    <tr>
44                        <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/main_bottom.jpg" width="706" height="14" alt=""></td>
45                    </tr>
46                    <tr><td height="30"></td></tr>
47
48                </table>
49                </td>
50            </tr>
51            <!--メインエリア-->
52        </table>
53        </td>
54    </tr>
55</form>
56</table>
57<!--★★メインコンテンツ★★-->     
Note: See TracBrowser for help on using the repository browser.