hrmsystem.jsp
1.49 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
<%@ page language="java" contentType="text/html; charset=UTF-8" %>
<%@ include file="/systeminfo/init_wev8.jsp" %>
<%@ page import="weaver.general.Util" %>
<%
String sqlerror = Util.null2String(request.getParameter("sql")) ;
%>
<HTML>
<HEAD>
<LINK rel="stylesheet" type="text/css" href="/css/Weaver_wev8.css">
</HEAD>
<BODY>
<%@ include file="/systeminfo/RightClickMenuConent_wev8.jsp" %>
<%@ include file="/systeminfo/RightClickMenu_wev8.jsp" %>
<DIV class="HdrTitle">
<TABLE width=100% border=0 cellpadding=0 cellspacing=0>
<TR><TD width=55px align=left><IMG src="/images/hdMaintenance_wev8.gif" height=24px></TD><TD align=left><SPAN style="font-size:medium; font-weight:bold"><%=SystemEnv.getHtmlLabelName(16139,user.getLanguage())%></SPAN></TD><TD align=right> </TD></TR>
</TABLE>
</DIV>
<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=Form>
<TR>
<TD valign=top>
<TABLE>
<TR class=Section><TH style="font-size:8pt"><%=SystemEnv.getHtmlLabelName(19066,user.getLanguage())%></TH></TR>
<TR><TD><%=SystemEnv.getHtmlLabelName(19067,user.getLanguage())%></TD></TR>
</TABLE>
</TD>
</TR>
</TABLE>
</td>
</tr>
</TABLE>
</td>
<td></td>
</tr>
<tr>
<td height="10" colspan="3"></td>
</tr>
</table>
</BODY>
</HTML>