init
This commit is contained in:
@@ -0,0 +1,68 @@
|
||||
<%@ page contentType="text/html; charset=utf-8"%>
|
||||
<%@ page session="true" autoFlush="true"%>
|
||||
<%@ taglib uri="http://www.springframework.org/tags" prefix="spring"%>
|
||||
<%@ include file="/jsp/common/include/localemessage.jsp" %>
|
||||
<html>
|
||||
<head>
|
||||
<title><%= localeMessage.getString("common.POSITION_ROOT") %></title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<link rel="stylesheet"
|
||||
href="<%=request.getContextPath()%>/common/css/Sitemapstyle.css"
|
||||
type="text/css">
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF" text="#000000" topmargin="0">
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td>
|
||||
<table width="626" border="0" cellspacing="0" cellpadding="0"
|
||||
align="center">
|
||||
<tr>
|
||||
<td height="80" width="565"></td>
|
||||
<td height="330" rowspan="4" width="61"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="137" width="565">
|
||||
<img src="<%=request.getContextPath()%>/common/image/access.gif"
|
||||
width="565" height="137">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="88"
|
||||
background="<%=request.getContextPath()%>/common/image/error_bg.gif"
|
||||
class="left2" width="565">
|
||||
<div align="center">
|
||||
|
||||
|
||||
<br>
|
||||
<%-- <%= localeMessage.getString("errors.access") %> --%>
|
||||
<br>
|
||||
<table width="25%" border="0" cellspacing="0" cellpadding="0"
|
||||
align="right">
|
||||
<tr>
|
||||
<td>
|
||||
<div align="center">
|
||||
<a href="#" onClick="history.back()"><img
|
||||
src="<%=request.getContextPath()%>/common/image/btn6_previous.gif"
|
||||
width="79" height="22" border="0"> </a>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div align="right"></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="25" width="565">
|
||||
<img
|
||||
src="<%=request.getContextPath()%>/common/image/error02.gif"
|
||||
width="565" height="25">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -0,0 +1,58 @@
|
||||
<%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%>
|
||||
<%@ page session="true" autoFlush="true"%>
|
||||
<%@ taglib uri="http://www.springframework.org/tags" prefix="spring"%>
|
||||
<%@ include file="/jsp/common/include/localemessage.jsp" %>
|
||||
<html>
|
||||
<head>
|
||||
<title><%= localeMessage.getString("common.POSITION_ROOT") %></title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<link rel="stylesheet"
|
||||
href="/monitoring/common/css/Sitemapstyle.css" type="text/css">
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF" text="#000000" topmargin="0">
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td>
|
||||
<table width="626" border="0" cellspacing="0" cellpadding="0"
|
||||
align="center">
|
||||
<tr>
|
||||
<td height="80" width="565"></td>
|
||||
<td height="330" rowspan="4" width="61"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="137" width="565"><img
|
||||
src="/monitoring/common/image/error01.gif" width="565"
|
||||
height="137"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="88"
|
||||
background="/monitoring/common/image/error_bg.gif"
|
||||
class="left2" width="565"><br>
|
||||
<b>[ <%= localeMessage.getString("errors.title") %> ]</b>
|
||||
<div align="center"><br><%-- <%= localeMessage.getString("errors.checklog") %> --%><br>
|
||||
<table width="25%" border="0" cellspacing="0" cellpadding="0"
|
||||
align="right">
|
||||
<tr>
|
||||
<td>
|
||||
<div align="center"><a href="#" onClick="history.back()"><img
|
||||
src="/monitoring/common/images/btn6_previous.gif"
|
||||
width="79" height="22" border="0"></a></div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div align="right"></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="25" width="565"><img
|
||||
src="/monitoring/common/image/error02.gif" width="565"
|
||||
height="25"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -0,0 +1,70 @@
|
||||
<%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%>
|
||||
<%@ page session="true" autoFlush="true"%>
|
||||
<%@ taglib uri="http://www.springframework.org/tags" prefix="spring"%>
|
||||
<%@ include file="/jsp/common/include/localemessage.jsp" %>
|
||||
<%
|
||||
|
||||
Object obj = session.getAttribute("LAST_DECORATOR");
|
||||
String decoratorName = null;
|
||||
decoratorName = (String)obj;
|
||||
if (decoratorName == null || decoratorName.equals("")) {
|
||||
decoratorName = "none";
|
||||
}
|
||||
%>
|
||||
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title><%= localeMessage.getString("common.POSITION_ROOT") %></title>
|
||||
<link rel="stylesheet"
|
||||
href="/monitoring/common/css/Sitemapstyle.css"" type="text/css">
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF" text="#000000" topmargin="0">
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td>
|
||||
<table width="626" border="0" cellspacing="0" cellpadding="0"
|
||||
align="center">
|
||||
<tr>
|
||||
<td height="80" width="565"></td>
|
||||
<td height="330" rowspan="4" width="61"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="137" width="565"><img
|
||||
src="/monitoring/common/image/error01.gif" width="565"
|
||||
height="137"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="88"
|
||||
background="/monitoring/common/image/error_bg.gif"
|
||||
class="left2" width="565">
|
||||
<div align="center"><br>
|
||||
<%-- <span class="left1"> [404 - Not Found]</span><%= localeMessage.getString("errors.404") %> --%>
|
||||
<br>
|
||||
<br>
|
||||
<table width="25%" border="0" cellspacing="0" cellpadding="0"
|
||||
align="right">
|
||||
<tr>
|
||||
<td>
|
||||
<div align="center"><a href="#" onClick="history.back()"><img
|
||||
src="/monitoring/common/image/btn6_previous.gif"
|
||||
width="79" height="22" border="0"></a></div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div align="right"></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="25" width="565"><img
|
||||
src="/monitoring/common/image/error02.gif" width="565"
|
||||
height="25"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -0,0 +1,78 @@
|
||||
<%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%>
|
||||
<%@ page isErrorPage="true"%>
|
||||
<%@ taglib uri="http://www.springframework.org/tags" prefix="spring"%>
|
||||
<%@ include file="/jsp/common/include/localemessage.jsp" %>
|
||||
|
||||
<%
|
||||
Object obj = session.getAttribute("LAST_DECORATOR");
|
||||
String decoratorName = null;
|
||||
decoratorName = (String)obj;
|
||||
if (decoratorName == null || decoratorName.equals("")) {
|
||||
decoratorName = "adapterSnaPage";
|
||||
}
|
||||
|
||||
String errorMessage = (String)request.getAttribute("errorMessage")==null?"":(String)request.getAttribute("errorMessage");
|
||||
%>
|
||||
<html>
|
||||
<head>
|
||||
<title><%= localeMessage.getString("common.POSITION_ROOT") %></title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<jsp:include page="/jsp/common/include/css.jsp"/>
|
||||
<jsp:include page="/jsp/common/include/script.jsp"/>
|
||||
<script language="javascript" src="<c:url value="/js/jquery.form.min.js"/>"></script>
|
||||
<link rel="stylesheet"
|
||||
href="/monitoring/common/css/Sitemapstyle.css" type="text/css">
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF" text="#000000" topmargin="0">
|
||||
<table width="765" border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td>
|
||||
<table width="626" border="0" cellspacing="0" cellpadding="0"
|
||||
align="center" >
|
||||
<tr>
|
||||
<td height="80" width="565"> </td>
|
||||
<td height="330" rowspan="4" width="61"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="137" width="565"><img
|
||||
src="/monitoring/common/image/error01.gif" width="565"
|
||||
height="137"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="88" width="565" align="left"
|
||||
background="/monitoring/common/image/error_bg.gif"
|
||||
class="left2" width="565" ><br>
|
||||
<%-- <b>[ <%= localeMessage.getString("errors.title") %> ]</b> --%>
|
||||
<div align="center"><br>
|
||||
|
||||
<table width="25%" border="0" cellspacing="0" cellpadding="0"
|
||||
align="right">
|
||||
<tr>
|
||||
<td >
|
||||
<div align="center"><a href="#" onClick="history.back()"><img
|
||||
src="/monitoring/common/image/btn6_previous.gif"
|
||||
width="79" height="22" border="0"></a></div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div align="right"></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="25" width="565"><img
|
||||
src="/monitoring/common/image/error02.gif" width="565"
|
||||
height="25"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table width="765" border="0" >
|
||||
<tr>
|
||||
<td align="left" valign="top" width="765" >
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,66 @@
|
||||
<%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%>
|
||||
<%@ page session="true" autoFlush="true"%>
|
||||
<%@ taglib uri="/WEB-INF/tld/c.tld" prefix="c"%>
|
||||
<%@ taglib uri="http://www.springframework.org/tags" prefix="spring"%>
|
||||
<%@ include file="/jsp/common/include/localemessage.jsp" %>
|
||||
<%--@ taglib uri="netui-tags-html.tld" prefix="netui"--%>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title><%= localeMessage.getString("common.POSITION_ROOT") %></title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<link rel="stylesheet"
|
||||
href="<c:url value="/common/css/Sitemapstyle.css" />" type="text/css">
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF" text="#000000" topmargin="0">
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td>
|
||||
<table width="626" border="0" cellspacing="0" cellpadding="0"
|
||||
align="center">
|
||||
<tr>
|
||||
<td height="80" width="565"></td>
|
||||
<td height="330" rowspan="4" width="61"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="137" width="565"><img
|
||||
src="<c:url value="/common/image/error01.gif" />" width="565"
|
||||
height="137"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="88"
|
||||
background="<c:url value="/common/image/error_bg.gif" />"
|
||||
class="left2" width="565"><br>
|
||||
<b>[ <%= localeMessage.getString("errors.title") %> ]</b>
|
||||
<div align="center"><br>
|
||||
<%--
|
||||
<netui:label value="{request.errorMessage}" defaultValue="" />
|
||||
<br/>
|
||||
<netui:exceptions showMessage="true" />
|
||||
--%>
|
||||
<table width="25%" border="0" cellspacing="0" cellpadding="0"
|
||||
align="right">
|
||||
<tr>
|
||||
<td>
|
||||
<div align="center"><a href="#" onClick="history.back()"><img
|
||||
src="<c:url value="/common/images/btn6_previous.gif" />"
|
||||
width="79" height="22" border="0"></a></div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div align="right"></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="25" width="565"><img
|
||||
src="<c:url value="/common/image/error02.gif" />" width="565"
|
||||
height="25"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -0,0 +1,82 @@
|
||||
<%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%>
|
||||
<%@ page isErrorPage="true"%>
|
||||
|
||||
<%
|
||||
Object obj = session.getAttribute("rms.LOGON_ERR_TITLE");
|
||||
String errorTitle = "" ;
|
||||
if( obj != null ) {
|
||||
errorTitle = (String)obj;
|
||||
session.removeAttribute("rms.LOGON_ERR_TITLE");
|
||||
}
|
||||
|
||||
obj = session.getAttribute("rms.LOGON_ERR_BODY");
|
||||
String errorBody = "" ;
|
||||
if( obj != null ) {
|
||||
errorBody = (String)obj;
|
||||
session.removeAttribute("rms.LOGON_ERR_BODY");
|
||||
}
|
||||
%>
|
||||
<html>
|
||||
<head>
|
||||
<title>RMS Monitoring System</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<link rel="stylesheet"
|
||||
href="/monitoring/common/css/Sitemapstyle.css" type="text/css">
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF" text="#000000" topmargin="0">
|
||||
<table width="765" border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td>
|
||||
<table width="626" border="0" cellspacing="0" cellpadding="0"
|
||||
align="center" >
|
||||
<tr>
|
||||
<td height="80" width="565"> </td>
|
||||
<td height="330" rowspan="4" width="61"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="137" width="565"><img
|
||||
src="/monitoring/common/image/error01.gif" width="565"
|
||||
height="137"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="88" width="565" align="left"
|
||||
background="/monitoring/common/image/error_bg.gif"
|
||||
class="left2" width="565" ><br>
|
||||
<b><%-- [ <%=errorTitle %> ] --%></b>
|
||||
<div align="center"><br>
|
||||
<%-- <%=errorBody %>--%>
|
||||
<%
|
||||
if (request.getAttribute("loginErrorMessage") != null) {
|
||||
out.print(request.getAttribute("loginErrorMessage"));
|
||||
}
|
||||
%>
|
||||
<table width="25%" border="0" cellspacing="0" cellpadding="0" align="right">
|
||||
<tr>
|
||||
<td >
|
||||
<div align="center"><a href="#" onClick="history.back()"><img
|
||||
src="/monitoring/common/image/btn6_previous.gif"
|
||||
width="79" height="22" border="0"></a></div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div align="right"></div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="25" width="565"><img
|
||||
src="/monitoring/common/image/error02.gif" width="565"
|
||||
height="25"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table width="765" border="0" >
|
||||
<tr>
|
||||
<td align="left" valign="top" width="765" >
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user