source: branches/dev/data/Smarty/templates/admin/customer/edit_complete.tpl @ 8

Revision 8, 3.4 KB checked in by root, 17 years ago (diff)

new import

Line 
1<!--{*
2/*
3 * Copyright(c) 2000-2006 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="<!--{$smarty.server.PHP_SELF|escape}-->">
11<input type="hidden" name="mode" value="complete">
12<!--{foreach from=$arrForm key=key item=item}-->
13    <!--{if $key ne "mode" && $key ne "subm"}-->
14    <input type="hidden" name="<!--{$key|escape}-->" value="<!--{$item|escape}-->">
15    <!--{/if}-->
16<!--{/foreach}-->
17    <tr valign="top">
18        <td background="<!--{$smarty.const.URL_DIR}-->img/contents/navi_bg.gif" height="402">
19            <!--¢§SUB NAVI-->
20            <!--{include file=$tpl_subnavi}-->
21            <!--¢¥SUB NAVI-->
22        </td>
23        <td class="mainbg">
24            <!--¢§ÅÐÏ¿¥Æ¡¼¥Ö¥ë¤³¤³¤«¤é-->
25            <table width="737" border="0" cellspacing="0" cellpadding="0" summary=" ">
26                <!--¥á¥¤¥ó¥¨¥ê¥¢-->
27                <tr>
28                    <td align="center">
29                        <table width="706" border="0" cellspacing="0" cellpadding="0" summary=" ">
30                            <tr><td height="14"></td></tr>
31                            <tr>
32                                <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/main_top.jpg" width="706" height="14" alt=""></td>
33                            </tr>
34                            <tr>
35                                <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>
36                                <td bgcolor="#cccccc">
37                                <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" ">
38                                    <tr>
39                                        <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_top.gif" width="678" height="7" alt=""></td>
40                                    </tr>
41                                    <tr>
42                                        <td background="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_left_bg.gif"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_left.gif" width="22" height="12" alt=""></td>
43                                        <td bgcolor="#636469" width="638" class="fs14n"><span class="white"><!--¥³¥ó¥Æ¥ó¥Ä¥¿¥¤¥È¥ë-->¸ÜµÒ´ÉÍý</span></td>
44                                        <td background="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_right_bg.gif"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="18" height="1" alt=""></td>
45                                    </tr>
46                                    <tr>
47                                        <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_bottom.gif" width="678" height="7" alt=""></td>
48                                    </tr>
49                                    <tr>
50                                        <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/main_bar.jpg" width="678" height="10" alt=""></td>
51                                    </tr>
52                                </table>
53
54                                <table width="678" border="0" cellspacing="1" cellpadding="8" summary=" ">
55                                    <tr>
56                                        <td  height="350" bgcolor="#ffffff" class="fs14n" align="center">ÅÐÏ¿¤¬´°Î»Ãפ·¤Þ¤·¤¿¡£</td>
57                                    </tr>
58                                </table>
59
60                                </td>
61                                <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>
62                            </tr>
63                            <tr>
64                                <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/main_bottom.jpg" width="706" height="14" alt=""></td>
65                            </tr>
66                            <tr><td height="30"></td></tr>
67                        </table>
68                    </td>
69                </tr>
70                <!--¥á¥¤¥ó¥¨¥ê¥¢-->
71            </table>
72            <!--¢¥ÅÐÏ¿¥Æ¡¼¥Ö¥ë¤³¤³¤Þ¤Ç-->
73        </td>
74    </tr>
75</form>
76</table>
77<!--¡ú¡ú¥á¥¤¥ó¥³¥ó¥Æ¥ó¥Ä¡ú¡ú-->
Note: See TracBrowser for help on using the repository browser.