source: branches/version-2_4/data/Smarty/templates/default/admin/system/index.tpl @ 18734

Revision 18734, 8.5 KB checked in by nanasess, 14 years ago (diff)

Copyright の更新(#601)

  • Property svn:eol-style set to LF
  • Property svn:mime-type set to text/html; charset=UTF-8
Line 
1<!--{*
2/*
3 * This file is part of EC-CUBE
4 *
5 * Copyright(c) 2000-2010 LOCKON CO.,LTD. All Rights Reserved.
6 *
7 * http://www.lockon.co.jp/
8 *
9 * This program is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU General Public License
11 * as published by the Free Software Foundation; either version 2
12 * of the License, or (at your option) any later version.
13 *
14 * This program is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17 * GNU General Public License for more details.
18 *
19 * You should have received a copy of the GNU General Public License
20 * along with this program; if not, write to the Free Software
21 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
22 */
23*}-->
24<!--★★メインコンテンツ★★-->
25<table width="878" border="0" cellspacing="0" cellpadding="0" summary=" ">
26<form name="form1" id="form1" method="post" action="">
27    <tr valign="top">
28        <td background="<!--{$TPL_DIR}-->img/contents/navi_bg.gif" height="402">
29            <!--▼SUB NAVI-->
30            <!--{include file=$tpl_subnavi}-->
31            <!--▲SUB NAVI-->
32        </td>
33        <td class="mainbg">
34            <!--▼登録テーブルここから-->
35            <table width="737" border="0" cellspacing="0" cellpadding="0" summary=" ">
36                <!--メインエリア-->
37                <tr>
38                    <td align="center">
39                        <table width="706" border="0" cellspacing="0" cellpadding="0" summary=" ">
40                            <tr><td height="14"></td></tr>
41                            <tr>
42                                <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/main_top.jpg" width="706" height="14" alt=""></td>
43                            </tr>
44                            <tr>
45                                <td background="<!--{$TPL_DIR}-->img/contents/main_left.jpg"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="14" height="1" alt=""></td>
46                                <td bgcolor="#cccccc">
47                                <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" ">
48                                    <tr>
49                                        <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/contents_title_top.gif" width="678" height="7" alt=""></td>
50                                    </tr>
51                                    <tr>
52                                        <td background="<!--{$TPL_DIR}-->img/contents/contents_title_left_bg.gif"><img src="<!--{$TPL_DIR}-->img/contents/contents_title_left.gif" width="22" height="12" alt=""></td>
53                                        <td bgcolor="#636469" width="638" class="fs14n"><span class="white"><!--コンテンツタイトル-->メンバー管理</span></td>
54                                        <td background="<!--{$TPL_DIR}-->img/contents/contents_title_right_bg.gif"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="18" height="1" alt=""></td>
55                                    </tr>
56                                    <tr>
57                                        <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/contents_title_bottom.gif" width="678" height="7" alt=""></td>
58                                    </tr>
59                                    <tr>
60                                        <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/main_bar.jpg" width="678" height="10" alt=""></td>
61                                    </tr>
62                                </table>
63
64                                <table width="678" border="0" cellspacing="1" cellpadding="8" summary=" ">
65                                <tr bgcolor="#ffffff" class="fs12n"><td>
66                                        <table width="650" border="0" cellspacing="0" cellpadding="0" summary=" ">
67                                            <tr bgcolor="#ffffff" class="fs12n">
68                                                <td align="center">
69                                                <!--▼ページ送り-->
70                                                <!--{$tpl_strnavi}-->
71                                                <!--▲ページ送り-->
72                                                </td>
73                                            </tr>
74                                            <tr><td height="10"></td></tr>
75                                        </table>
76                               
77                                        <!--▼メンバー一覧ここから-->
78                                        <table width="650" bgcolor="#cccccc" border="0" cellspacing="1" cellpadding="5" summary=" ">
79                                            <tr bgcolor="#f2f1ec" align="center" class="fs12n">
80                                                <td width="65">権限</td>
81                                                <td width="155">名前</td>
82                                                <td width="155">所属</td>
83                                                <td width="30">稼動</td>
84                                                <td width="60">非稼動</td>
85                                                <td width="50">編集</td>
86                                                <td width="50">削除</td>
87                                                <td width="80">移動</td>
88                                            </tr>
89                                            <!--{section name=data loop=$list_data}--><!--▼メンバー<!--{$smarty.section.data.iteration}-->-->
90                                            <tr bgcolor="#ffffff" class="fs12">
91                                                <!--{assign var="auth" value=$list_data[data].authority}--><td width="65" align="center"><!--{$arrAUTHORITY[$auth]|escape}--></td>
92                                                <td width=""><!--{$list_data[data].name|escape}--></td>
93                                                <td width=""><!--{$list_data[data].department|escape}--></td>
94                                                <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>
95                                                <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>
96                                                <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>
97                                                <td width="" align="center"><!--{if $workmax > 1 }--><a href="./" onClick="fnDeleteMember(<!--{$list_data[data].member_id}-->,<!--{$tpl_disppage}-->); return false;">削除</a><!--{else}-->-<!--{/if}--></td>
98                                                <td width="" align="center">
99                                                <!--{$tpl_nomove}-->
100                                                <!--{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}-->
101                                                <!--{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}-->
102                                                </td>
103                                            </tr>
104                                            <!--▲メンバー<!--{$smarty.section.data.iteration}-->-->
105                                            <!--{/section}-->
106                                        </table>
107                                        <table width="650" border="0" cellspacing="0" cellpadding="0" summary=" ">
108                                            <tr><td height="10"></td></tr>
109                                            <tr bgcolor="#ffffff" class="fs12n">
110                                                <td align="center">
111                                                <!--▼ページ送り-->
112                                                <!--{$tpl_strnavi}-->
113                                                <!--▲ページ送り-->
114                               
115                                                </td>
116                                            </tr>
117                                        </table>
118                                    </td></tr>
119
120                                </table>
121
122
123                                <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" ">
124                                    <tr>
125                                        <td bgcolor="#cccccc"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="1" height="5" alt=""></td>
126                                        <td><img src="<!--{$TPL_DIR}-->img/contents/tbl_top.gif" width="676" height="7" alt=""></td>
127                                        <td bgcolor="#cccccc"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="1" height="5" alt=""></td>
128                                    </tr>
129                                    <tr>
130                                        <td bgcolor="#cccccc"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td>
131                                        <td bgcolor="#e9e7de" align="center">
132                                        <table border="0" cellspacing="0" cellpadding="0" summary=" ">
133                                            <tr>
134                                                <td><input type="button" name="new" value="メンバー新規登録" onclick="win01('./input.php','input','500','420');" /></td>
135                                            </tr>
136                                        </table>
137                                        </td>
138                                        <td bgcolor="#cccccc"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td>
139                                    </tr>
140                                    <tr>
141                                        <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/tbl_bottom.gif" width="678" height="8" alt=""></td>
142                                    </tr>
143                                </table>
144                                </td>
145                                <td background="<!--{$TPL_DIR}-->img/contents/main_right.jpg"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="14" height="1" alt=""></td>
146                            </tr>
147                            <tr>
148                                <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/main_bottom.jpg" width="706" height="14" alt=""></td>
149                            </tr>
150                            <tr><td height="30"></td></tr>
151                        </table>
152                    </td>
153                </tr>
154                <!--メインエリア-->
155            </table>
156            <!--▲登録テーブルここまで-->
157        </td>
158    </tr>
159</form>
160</table>
161<!--★★メインコンテンツ★★-->
Note: See TracBrowser for help on using the repository browser.