mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-23 22:47:57 +01:00
34 lines
1.1 KiB
Plaintext
34 lines
1.1 KiB
Plaintext
|
<!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>
|
||
|
|
||
|
|
||
|
|