partly working security: registration form, authorization, simple authentification
[proteocache.git] / webapp / view / support / Notpermitted.jsp
diff --git a/webapp/view/support/Notpermitted.jsp b/webapp/view/support/Notpermitted.jsp
deleted file mode 100644 (file)
index 260ecbb..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-<%@ page language="java" contentType="text/html; charset=UTF-8"
-       pageEncoding="UTF-8"%>
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-
-<%@ taglib uri="http://www.springframework.org/tags" prefix="spring"%>
-<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
-<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn"%>
-<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt"%>
-<%@page import="java.util.ArrayList"%>
-
-<html>
-<jsp:include page="../fragments/header.jsp" />
-<body>
-       <div class="container">
-               <jsp:include page="../fragments/mainmenu.jsp" />
-
-               <div class="panel panel-default">
-                       <div class="panel-heading">
-                               <div style="font-weight:bold;">The page is not available...</div>
-                       </div>
-                       <div class="panel-body">
-                               <p>You do not have unough permissions to view the page</p>
-                       </div>
-               </div>
-
-               <jsp:include page="../fragments/footer.jsp" />
-       </div>
-</body>
-</html>
\ No newline at end of file