Remove trunk directory
This commit is contained in:
33
wise-webapp/src/main/webapp/jsp/embeddedViewError.jsp
Normal file
33
wise-webapp/src/main/webapp/jsp/embeddedViewError.jsp
Normal file
@@ -0,0 +1,33 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<%@ include file="/jsp/init.jsp" %>
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
<spring:message code="NO_ENOUGH_PERMISSIONS"/>
|
||||
</title>
|
||||
<meta http-equiv="Content-type" value="text/html; charset=utf-8">
|
||||
<link rel="stylesheet" type="text/css" href="../css/wisehome.css">
|
||||
<link rel="stylesheet" type="text/css" href="../css/embedded.css">
|
||||
<link rel="icon" href="${pageContext.request.contextPath}/images/favicon.ico" type="image/x-icon">
|
||||
<link rel="shortcut icon" href="${pageContext.request.contextPath}/images/favicon.ico" type="image/x-icon">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="pageBodyContent" style="padding:40px;padding-top:100px;">
|
||||
<h1>
|
||||
<spring:message code="NO_ENOUGH_PERMISSIONS"/>
|
||||
</h1>
|
||||
<p>
|
||||
<spring:message code="NO_ENOUGH_PERMISSIONS_DETAILS"/>
|
||||
</p>
|
||||
</div>
|
||||
<div id="embFooter">
|
||||
<a href="${pageContext.request.contextPath}/c/home.htm" target="new">
|
||||
<div id="logo"></div>
|
||||
</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user