DataCenterMaintenance.jsp
2.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<%@ page import="weaver.general.Util" %>
<%@ page language="java" contentType="text/html; charset=GBK" %> <%@ include file="/systeminfo/init.jsp" %>
<HTML><HEAD>
<LINK href="/css/Weaver.css" type=text/css rel=STYLESHEET>
</head>
<%
String imagefilename = "/images/hdMaintenance.gif";
String titlename = Util.toScreen("数据中心",7,"0") ;
String needfav ="1";
String needhelp ="";
%>
<BODY>
<%@ include file="/systeminfo/TopTitle.jsp" %>
<table width=100% height=100% border="0" cellspacing="0" cellpadding="0">
<colgroup>
<col width="10">
<col width="">
<col width="10">
<tr>
<td height="10" colspan="3"></td>
</tr>
<tr>
<td ></td>
<td valign="top">
<TABLE class=Shadow>
<tr>
<td valign="top">
<TABLE class=viewform>
<COLGROUP>
<COL width="48%">
<COL width=24>
<COL width="48%">
<TBODY>
<TR>
<TD vAlign=top>
<TABLE class=viewform width="100%">
<TBODY>
<TR class=title>
<TH>报表设定</TH>
</TR>
<TR class=spacing>
<TD class=line1></TD>
</TR>
<tr class=spacing>
<td><a
href="/datacenter/maintenance/inputreport/InputReport.jsp">报表输入维护</a></td>
</tr>
<tr class=spacing>
<td><a
href="/datacenter/maintenance/condition/OutReportCondition.jsp">报表条件维护</a></td>
</tr>
<tr class=spacing>
<td><a
href="/datacenter/maintenance/outreport/OutReport.jsp">报表输出维护</a></td>
</tr>
</TBODY>
</TABLE>
</TD>
<TD></TD>
<TD vAlign=top>
<TABLE class=viewform width="100%">
<TBODY>
<TR class=title>
<TH>报表管理</TH>
</TR>
<TR class=spacing>
<TD class=line1></TD>
</TR>
<tr class=spacing>
<td><a
href="/datacenter/maintenance/reportstatus/ReportConfirm.jsp">报表输入确认</a></td>
</tr>
<% if(HrmUserVarify.checkUserRight("DataCenter:Maintenance", user)) {%>
<tr class=spacing>
<td><a
href="/datacenter/maintenance/reportstatus/ReportStatus.jsp">报表输入监控</a></td>
</tr>
<%}%>
<tr class=spacing>
<td height="8"></td>
</tr>
</TBODY>
</TABLE>
<TABLE class=viewform width="100%">
<TBODY>
<TR class=title>
<TH>用户管理</TH>
</TR>
<TR class=spacing>
<TD class=line1></TD>
</TR>
<tr class=spacing>
<td><a
href="/datacenter/maintenance/user/UserManager.jsp">用户管理</a></td>
</tr>
</TBODY>
</TABLE>
</TD></TR></TBODY></TABLE>
</td>
</tr>
</TABLE>
</td>
<td></td>
</tr>
<tr>
<td height="10" colspan="3"></td>
</tr>
</table>
</BODY></HTML>