From: <rv...@us...> - 2010-01-15 14:19:25
|
Revision: 446 http://treebase.svn.sourceforge.net/treebase/?rev=446&view=rev Author: rvos Date: 2010-01-15 14:19:19 +0000 (Fri, 15 Jan 2010) Log Message: ----------- Changed access violation jsp Modified Paths: -------------- trunk/treebase-web/src/main/webapp/WEB-INF/pages/accessviolation.jsp Modified: trunk/treebase-web/src/main/webapp/WEB-INF/pages/accessviolation.jsp =================================================================== --- trunk/treebase-web/src/main/webapp/WEB-INF/pages/accessviolation.jsp 2010-01-15 13:56:27 UTC (rev 445) +++ trunk/treebase-web/src/main/webapp/WEB-INF/pages/accessviolation.jsp 2010-01-15 14:19:19 UTC (rev 446) @@ -1 +1,8 @@ -<h2><strong>Sorry! your action is not authorized.</strong></h2> \ No newline at end of file +<%@ include file="/common/taglibs.jsp"%> +<head> + <title>Access denied</title> + <content tag="heading">Access denied</content> +</head> +<body> + <strong>Sorry! your action is not authorized.</strong> +</body> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |