source: branches/rel/data/Smarty/templates/admin/basis/control.tpl @ 12157

Revision 12157, 4.0 KB checked in by uehara, 17 years ago (diff)
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
11    <tr valign="top">
12        <td background="<!--{$smarty.const.URL_DIR}-->img/contents/navi_bg.gif" height="402">
13            <!--¢§SUB NAVI-->
14            <!--{include file=$tpl_subnavi}-->
15            <!--¢¥SUB NAVI-->
16        </td>
17        <td class="mainbg">
18            <!--¢§ÅÐÏ¿¥Æ¡¼¥Ö¥ë¤³¤³¤«¤é-->
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                            <tr><td height="14"></td></tr>
25                            <tr>
26                                <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/main_top.jpg" width="706" height="14" alt=""></td>
27                            </tr>
28                            <tr>
29                                <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>
30                                <td bgcolor="#cccccc">
31                                <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" ">
32                                    <tr>
33                                        <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_top.gif" width="678" height="7" alt=""></td>
34                                    </tr>
35                                    <tr>
36                                        <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>
37                                        <td bgcolor="#636469" width="638" class="fs14n"><span class="white"><!--¥³¥ó¥Æ¥ó¥Ä¥¿¥¤¥È¥ë-->¥µ¥¤¥È´ÉÍýÀßÄê</span></td>
38                                        <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>
39                                    </tr>
40                                    <tr>
41                                        <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_bottom.gif" width="678" height="7" alt=""></td>
42                                    </tr>
43                                    <tr>
44                                        <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/main_bar.jpg" width="678" height="10" alt=""></td>
45                                    </tr>
46                                </table>
47
48                                <table width="678" border="0" cellspacing="1" cellpadding="8" summary=" ">
49                                    <tr align="center" bgcolor="#f2f1ec" class="fs12n">
50                                        <td width="396">´ÉÍý¥¿¥¤¥È¥ë/´ÉÍýÆâÍÆ</td>
51                                        <td width="128">ÁªÂò¹àÌÜ</td>
52                                        <td width="44">ÊÔ½¸</td>
53                                    </tr>
54                                    <!--{section name=cnt loop=$arrControlList}-->
55                                    <tr bgcolor="#ffffff" class="fs12n">
56                                        <form name="form1" id="form1" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->">
57                                        <td><b><!--{$arrControlList[cnt].control_title|escape}--></b><br/><!--{$arrControlList[cnt].control_text|escape}--></td>
58                                        <td align="center">
59                                            <select name="control_flg" style="<!--{$arrErr[$key]|sfGetErrorColor}-->">
60                                                <!--{html_options options=$arrControlList[cnt].control_area selected=$arrControlList[cnt].control_flg.value}-->
61                                            </select>
62                                        </td>
63                                        <input type="hidden" name="mode" value="edit">
64                                        <input type="hidden" name="control_id" value="<!--{$arrControlList[cnt].control_id}-->">
65                                        <td align="center">
66                                            <input type="submit" value="ÊÔ½¸" name="subm">
67                                        </td>
68                                        </form>
69                                    </tr>
70                                    <!--{/section}-->
71                                </table>
72
73                                </td>
74                                <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>
75                            </tr>
76                            <tr>
77                                <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/main_bottom.jpg" width="706" height="14" alt=""></td>
78                            </tr>
79                            <tr><td height="30"></td></tr>
80                        </table>
81                    </td>
82                </tr>
83                <!--¥á¥¤¥ó¥¨¥ê¥¢-->
84            </table>
85            <!--¢¥ÅÐÏ¿¥Æ¡¼¥Ö¥ë¤³¤³¤Þ¤Ç-->
86        </td>
87    </tr>
88
89</table>
90<!--¡ú¡ú¥á¥¤¥ó¥³¥ó¥Æ¥ó¥Ä¡ú¡ú-->
Note: See TracBrowser for help on using the repository browser.