weaverssoSettingTopTitle.jsp
2.52 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
<%@ page language="java" contentType="text/html; charset=UTF-8" %>
<%@ include file="/systeminfo/init_wev8.jsp" %>
<%@ page import="weaver.general.Util" %>
<%@ page import="weaver.systeminfo.SystemEnv" %>
<%@ page import="weaver.hrm.*" %>
<%
if(!HrmUserVarify.checkUserRight("SystemSetEdit:Edit", user)){
	  response.sendRedirect("/notice/noright.jsp");
	  return;
}
String _fromURL = Util.null2String(request.getParameter("_fromURL"));
if(_fromURL.equals("")){
	_fromURL = "1";
}
%>
	<table id="topTitle" cellpadding="0" cellspacing="0">
		<tr>
			<td></td>
			<td class="rightSearchSpan" style="text-align:right; width:500px!important">
				<%if(_fromURL.equals("1")|| _fromURL.equals("")){%>
							<input type="button" value="<%=SystemEnv.getHtmlLabelNames("25496",user.getLanguage())%>" class="e8_btn_top" onclick="document.contentframeRight.doTest()"/>
				<input type="button" value="<%=SystemEnv.getHtmlLabelName(86,user.getLanguage())%>" class="e8_btn_top" onclick="document.contentframeRight.onSubmit()"/>
						<%}else if(_fromURL.equals("2")){%>
				<input type="button" value="<%=SystemEnv.getHtmlLabelName(365,user.getLanguage())%>" class="e8_btn_top" onclick="document.contentframeRight.add()"/> 
			    <input type="button" value="<%=SystemEnv.getHtmlLabelName(32136,user.getLanguage())%>" class="e8_btn_top" onclick="document.contentframeRight.doDelete()"/> 
				<%}else if(_fromURL.equals("33")){%>
				<input type="button" value="<%=SystemEnv.getHtmlLabelName(125788,user.getLanguage())%>" class="e8_btn_top" onclick="document.contentframeRight.add()"/> 
				<input type="button" value="<%=SystemEnv.getHtmlLabelName(32136,user.getLanguage())%>" class="e8_btn_top" onclick="document.contentframeRight.doDelete()"/>
				<%}else if(_fromURL.equals("43")){%>
				<input type="button" value="<%=SystemEnv.getHtmlLabelName(125755,user.getLanguage())%>" class="e8_btn_top" onclick="document.contentframeRight.addXML()"/> 
				<input type="button" value="<%=SystemEnv.getHtmlLabelName(125756,user.getLanguage())%>" class="e8_btn_top" onclick="document.contentframeRight.addDB()"/> 
				<input type="button" value="<%=SystemEnv.getHtmlLabelName(32136,user.getLanguage())%>" class="e8_btn_top" onclick="document.contentframeRight.doDelete()"/>
				<%}%>
				<span id="advancedSearch" class="advancedSearch" style='display:none;'><%=SystemEnv.getHtmlLabelName(21995 ,user.getLanguage()) %></span>  
			<span title="<%=SystemEnv.getHtmlLabelName(23036 ,user.getLanguage()) %>" class="cornerMenu" onclick="showCornerMenu()"></span>
 			</td>
		</tr>
	</table>