From: Sasha Sherstnev Date: Mon, 2 Dec 2013 12:31:55 +0000 (+0000) Subject: New internal supporting JSP X-Git-Url: http://source.jalview.org/gitweb/?p=proteocache.git;a=commitdiff_plain;h=d3373cc068386d62231886971340a90034ddaeb6 New internal supporting JSP --- diff --git a/server/compbio/controllers/DBUpdateController.java b/server/compbio/controllers/DBUpdateController.java index c5b2154..a0e9e41 100644 --- a/server/compbio/controllers/DBUpdateController.java +++ b/server/compbio/controllers/DBUpdateController.java @@ -36,7 +36,7 @@ public class DBUpdateController { @RequestMapping(value = "/database/state", method = RequestMethod.GET) public String initDBStatRequest(Map model) { // return "queryDBState"; - return "support/Notimplemented"; + return "support/Notpermitted"; } @RequestMapping(value = "/database/remove/goreal", method = RequestMethod.GET) diff --git a/webapp/view/support/Notpermitted.jsp b/webapp/view/support/Notpermitted.jsp new file mode 100644 index 0000000..260ecbb --- /dev/null +++ b/webapp/view/support/Notpermitted.jsp @@ -0,0 +1,29 @@ +<%@ page language="java" contentType="text/html; charset=UTF-8" + pageEncoding="UTF-8"%> + + +<%@ 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"%> + + + + +
+ + +
+
+
The page is not available...
+
+
+

You do not have unough permissions to view the page

+
+
+ + +
+ + \ No newline at end of file