source: branches/feature-module-update/data/Smarty/templates/admin/system/index.tpl @ 15078

Revision 15078, 8.2 KB checked in by nanasess, 17 years ago (diff)

r15064 から svn cp
とりあえず暫定コミット.

  • UTF-8 に変更
  • slib.php, glib.php のクラス化
  • LC_Page の抽象化(一部)
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.