source: branches/comu-utf8/data/Smarty/templates/admin/products/complete.tpl @ 15099

Revision 15099, 2.4 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<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="350">
34                            <tr class="fs12" >
35                                <td height="150" bgcolor="#ffffff" class="fs18n" align="center">登録が完了致しました。<br /> <br /> <br />
36                                <a href="./product.php">→続けて登録を行う</a><br /> <br /> <br />
37                                <a href="<!--{$smarty.server.PHP_SELF|escape}-->" onclick="fnModeSubmit('pre_edit', 'product_id', '<!--{$tpl_product_id}-->'); return false;">→この商品の規格を登録する</a></td>
38                            </tr>
39                        </table>
40                        <!--完了メッセージテーブルここまで-->
41                        </td>
42                        <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>
43                    </tr>
44                    <tr>
45                        <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/main_bottom.jpg" width="706" height="14" alt=""></td>
46                    </tr>
47                    <tr><td height="30"></td></tr>
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.