source: branches/dev/data/Smarty/templates/admin/system/index.tpl @ 17

Revision 17, 8.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<form name="form1" id="form1" method="post" action="">
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 bgcolor="#ffffff" class="fs12n"><td>
50                                        <table width="650" border="0" cellspacing="0" cellpadding="0" summary=" ">
51                                            <tr bgcolor="#ffffff" class="fs12n">
52                                                <td align="center">
53                                                <!--¢§¥Ú¡¼¥¸Á÷¤ê-->
54                                                <!--{$tpl_strnavi}-->
55                                                <!--¢¥¥Ú¡¼¥¸Á÷¤ê-->
56                                                </td>
57                                            </tr>
58                                            <tr><td height="10"></td></tr>
59                                        </table>
60                               
61                                        <!--¢§¥á¥ó¥Ð¡¼°ìÍ÷¤³¤³¤«¤é-->
62                                        <table width="650" bgcolor="#cccccc" border="0" cellspacing="1" cellpadding="5" summary=" ">
63                                            <tr bgcolor="#f2f1ec" align="center" class="fs12n">
64                                                <td width="65">¸¢¸Â</td>
65                                                <td width="155">̾Á°</td>
66                                                <td width="155">½ê°</td>
67                                                <td width="30">²ÔÆ°</td>
68                                                <td width="60">Èó²ÔÆ°</td>
69                                                <td width="50">ÊÔ½¸</td>
70                                                <td width="50">ºï½ü</td>
71                                                <td width="80">°ÜÆ°</td>
72                                            </tr>
73                                            <!--{section name=data loop=$list_data}--><!--¢§¥á¥ó¥Ð¡¼<!--{$smarty.section.data.iteration}-->-->
74                                            <tr bgcolor="#ffffff" class="fs12">
75                                                <!--{assign var="auth" value=$list_data[data].authority}--><td width="65" align="center"><!--{$arrAUTHORITY[$auth]|escape}--></td>
76                                                <td width=""><!--{$list_data[data].name|escape}--></td>
77                                                <td width=""><!--{$list_data[data].department|escape}--></td>
78                                                <td width="" align="center"><!--{if $list_data[data].work eq 1}--><input type="radio" name="radio<!--{$smarty.section.data.iteration}-->" value="²ÔÆ°" onclick="fnChangeRadio(this.name, 1, <!--{$list_data[data].member_id}-->, <!--{$tpl_disppage}-->);" checked /><!--{else}--><input type="radio" name="radio<!--{$smarty.section.data.iteration}-->" value="²ÔÆ°" onclick="fnChangeRadio(this.name, 1, <!--{$list_data[data].member_id}-->, <!--{$tpl_disppage}-->);"/><!--{/if}--></td>
79                                                <td width="" align="center"><!--{if $list_data[data].work eq 0}--><input type="radio" name="radio<!--{$smarty.section.data.iteration}-->" value="Èó²ÔÆ°"  onclick="fnChangeRadio(this.name, 0, <!--{$list_data[data].member_id}-->, <!--{$tpl_disppage}-->);" checked /><!--{else}--><input type="radio" name="radio<!--{$smarty.section.data.iteration}-->" value="Èó²ÔÆ°" onclick="fnChangeRadio(this.name, 0, <!--{$list_data[data].member_id}-->, <!--{$tpl_disppage}-->);" <!--{if $workmax <= 1 }-->disabled<!--{/if}-->  /><!--{/if}--></td>
80                                                <td width="" align="center"><a href="./" onClick="win01('./input.php?id=<!--{$list_data[data].member_id}-->&pageno=<!--{$tpl_disppage}-->','member_edit','500','420'); return false;">ÊÔ½¸</a></td>
81                                                <td width="" align="center"><!--{if $workmax > 1 }--><a href="./" onClick="fnDeleteMember(<!--{$list_data[data].member_id}-->,<!--{$tpl_disppage}-->); return false;">ºï½ü</a><!--{else}-->-<!--{/if}--></td>
82                                                <td width="" align="center">
83                                                <!--{$tpl_nomove}-->
84                                                <!--{if !($smarty.section.data.first && $tpl_disppage eq 1) }--><a href="./rank.php?id=<!--{$list_data[data].member_id}-->&move=up&pageno=<!--{$tpl_disppage}-->">¾å¤Ø</a><!--{/if}-->
85                                                <!--{if !($smarty.section.data.last && $tpl_disppage eq $tpl_pagemax) }--><a href="./rank.php?id=<!--{$list_data[data].member_id}-->&move=down&pageno=<!--{$tpl_disppage}-->">²¼¤Ø</a><!--{/if}-->
86                                                </td>
87                                            </tr>
88                                            <!--¢¥¥á¥ó¥Ð¡¼<!--{$smarty.section.data.iteration}-->-->
89                                            <!--{/section}-->
90                                        </table>
91                                        <table width="650" border="0" cellspacing="0" cellpadding="0" summary=" ">
92                                            <tr><td height="10"></td></tr>
93                                            <tr bgcolor="#ffffff" class="fs12n">
94                                                <td align="center">
95                                                <!--¢§¥Ú¡¼¥¸Á÷¤ê-->
96                                                <!--{$tpl_strnavi}-->
97                                                <!--¢¥¥Ú¡¼¥¸Á÷¤ê-->
98                               
99                                                </td>
100                                            </tr>
101                                        </table>
102                                    </td></tr>
103
104                                </table>
105
106
107                                <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" ">
108                                    <tr>
109                                        <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="5" alt=""></td>
110                                        <td><img src="<!--{$smarty.const.URL_DIR}-->img/contents/tbl_top.gif" width="676" height="7" alt=""></td>
111                                        <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="5" alt=""></td>
112                                    </tr>
113                                    <tr>
114                                        <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td>
115                                        <td bgcolor="#e9e7de" align="center">
116                                        <table border="0" cellspacing="0" cellpadding="0" summary=" ">
117                                            <tr>
118                                                <td><input type="button" name="new" value="¥á¥ó¥Ð¡¼¿·µ¬ÅÐÏ¿" onclick="win01('./input.php','input','500','420');" /></td>
119                                            </tr>
120                                        </table>
121                                        </td>
122                                        <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td>
123                                    </tr>
124                                    <tr>
125                                        <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/tbl_bottom.gif" width="678" height="8" alt=""></td>
126                                    </tr>
127                                </table>
128                                </td>
129                                <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>
130                            </tr>
131                            <tr>
132                                <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/main_bottom.jpg" width="706" height="14" alt=""></td>
133                            </tr>
134                            <tr><td height="30"></td></tr>
135                        </table>
136                    </td>
137                </tr>
138                <!--¥á¥¤¥ó¥¨¥ê¥¢-->
139            </table>
140            <!--¢¥ÅÐÏ¿¥Æ¡¼¥Ö¥ë¤³¤³¤Þ¤Ç-->
141        </td>
142    </tr>
143</form>
144</table>
145<!--¡ú¡ú¥á¥¤¥ó¥³¥ó¥Æ¥ó¥Ä¡ú¡ú-->
Note: See TracBrowser for help on using the repository browser.