RdRegistResult.jsp 3.13 KB
<%@ page language="java" contentType="text/html; charset=UTF-8" %>
<%@ page import="weaver.general.Util" %>
<%@page import="weaver.systeminfo.SystemEnv"%>
<%@ taglib uri="/WEB-INF/weaver.tld" prefix="wea"%>
<jsp:useBean id="ResourceComInfo" class="weaver.hrm.resource.ResourceComInfo" scope="page" />
<jsp:useBean id="CompanyComInfo" class="weaver.hrm.company.CompanyComInfo" scope="page" />
<HTML>
<HEAD>
<LINK href="/css/Weaver_wev8.css" type=text/css rel=STYLESHEET>
<link href="/rdeploy/assets/css/index.css" rel="stylesheet" type="text/css">
<style>
	.e8_os{
	  height:35px; 
	}
	.e8_innerShowContent{
	  height: 30px;
	  padding: 7px 0 0 7px;
	}
	
	.e8_spanFloat{
	  padding: 5px 0 0 0;
	}
	.e8_browflow{
		
	}
	.back:hover{
	  background-color: #325fd4;
	}
	.inbtn:hover{
	  background-color: #325fd4!important;
	}
</style>
</head>

<%
String uid= Util.null2String(request.getParameter("uid"));

String uname = ResourceComInfo.getResourcename(uid);
String comname = CompanyComInfo.getCompanyname("1");

int languageId = 7;

String language= Util.null2String(request.getParameter("language"));

if(!"".equals(language)){
    languageId = Util.getIntValue(language,7);
}


%>
<BODY style="background-color:#F1F5F8; ">
<div style="width: 100%;height: 60px;background-color: #4A79EF;text-align: center;">
<center>
  <div style="width: 380px;">
	<div  style="height:50px; width: 100px;padding: 15px 30px 0 50px;position: relative;float: left;">
		<span style="height:100px;width:30px;">
			<img width="100px" height="30px" align="AbsMiddle" src="/rdeploy/assets/img/logo.png" />
		</span>
	</div>
	<div style=" font-size: 17px;color: #FFFFFF;height:42px;padding: 18px 10px 0 0;position: relative;float: left;">
	  <%=SystemEnv.getHtmlLabelName(125273,languageId)%>
	</div>
	</div>
</center>
</div>
<div style="width: 100%;padding: 60px 0 0 0;text-align: center;">	
<center>
<div style="background-color: #FFFFFF;width:1070px;height: 509px; ">
<table >
  <tr>
   <td  align="center" style="padding: 70px 0 10px 0; color: #4979ee;font-size: 18px;">
   	 <img src="/rdeploy/assets/img/hrm/submit.png" width="100px" height="100px" align="absMiddle" >
   </td>
 </tr>
   <tr>
     <td align="center">
     	<div style="width: 495px;height: 28px; padding: 13px 0 0 0;font-size: 16px;color: #797979;">
     		<span style="margin-top: 3px;"><%=SystemEnv.getHtmlLabelName(125308,languageId)%></span>
     	</div>
     </td>
   </tr>
   <tr>
     <td align="center">
       <div style="padding: 10px 0 20px 0; ">
		 <div style="width: 495px;height: 28px; padding: 10px 0 0 0;font-size: 16px;color: #797979;"><%=SystemEnv.getHtmlLabelName(125309,languageId)%></div>
	   </div>
     </td>
   </tr>
   <tr>
     <td align="center">
       <div  id="inadvancedmode" class="inbtn" class="back" onclick="go()"  style="background-color:#4A79EF;margin: 7px;width: 280px;text-align: center;height: 30px;font-size: 14px;padding-top: 10px;color: white;cursor:pointer;">
			 <%=SystemEnv.getHtmlLabelName(125310,languageId)%>
		</div>
     </td>
   </tr>
</table>
</div>
</center>
</div> 
<script language=javascript>

function go(){
 window.location.href="/login/Login.jsp?logintype=1";
}

</script>




</BODY>
</HTML>