client/servlet/www/denied403.jsp

Code
Comments
Other
Rev Date Author Line
672 22 Sep 06 gregory 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
672 22 Sep 06 gregory 2 "http://www.w3.org/TR/html4/loose.dtd">
672 22 Sep 06 gregory 3 <%-- 
672 22 Sep 06 gregory 4   $Id$
672 22 Sep 06 gregory 5   
1916 31 Aug 07 jari 6   Copyright (C) 2006, 2007 Gregory Vincic
672 22 Sep 06 gregory 7   
672 22 Sep 06 gregory 8   Files are copyright by their respective authors. The contributions to
672 22 Sep 06 gregory 9   files where copyright is not explicitly stated can be traced with the
672 22 Sep 06 gregory 10   source code revision system.
672 22 Sep 06 gregory 11   
672 22 Sep 06 gregory 12   This file is part of Proteios.
672 22 Sep 06 gregory 13   Available at http://www.proteios.org/
672 22 Sep 06 gregory 14   
672 22 Sep 06 gregory 15   Proteios is free software; you can redistribute it and/or
672 22 Sep 06 gregory 16   modify it under the terms of the GNU General Public License
672 22 Sep 06 gregory 17   as published by the Free Software Foundation; either version 2
672 22 Sep 06 gregory 18   of the License, or (at your option) any later version.
672 22 Sep 06 gregory 19   
672 22 Sep 06 gregory 20   Proteios is distributed in the hope that it will be useful,
672 22 Sep 06 gregory 21   but WITHOUT ANY WARRANTY; without even the implied warranty of
672 22 Sep 06 gregory 22   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
672 22 Sep 06 gregory 23   GNU General Public License for more details.
672 22 Sep 06 gregory 24   
672 22 Sep 06 gregory 25   You should have received a copy of the GNU General Public License
672 22 Sep 06 gregory 26   along with this program; if not, write to the Free Software
672 22 Sep 06 gregory 27   Foundation, Inc., 59 Temple Place - Suite 330,
672 22 Sep 06 gregory 28   Boston, MA  02111-1307, USA.
672 22 Sep 06 gregory 29 --%>
672 22 Sep 06 gregory 30 <%
672 22 Sep 06 gregory 31   request.getSession().invalidate();
672 22 Sep 06 gregory 32 %>
672 22 Sep 06 gregory 33 <html>
672 22 Sep 06 gregory 34   <head>   
672 22 Sep 06 gregory 35     <title>Proteios - Warning</title>
672 22 Sep 06 gregory 36     <%@ include file="/view/fragments/global_css.jspf"%>
672 22 Sep 06 gregory 37   </head>
672 22 Sep 06 gregory 38   <body>  
672 22 Sep 06 gregory 39   <div id="container" style="width: 42em; margin: 10% auto">
672 22 Sep 06 gregory 40   <div class="appRow sectionTitle">Warning</div>
672 22 Sep 06 gregory 41   <div class="appRow yellow">
672 22 Sep 06 gregory 42   <table style="margin: auto auto">
672 22 Sep 06 gregory 43   <tr><td>
672 22 Sep 06 gregory 44   <img src="<%=(String) request.getContextPath()%>/static/img/dialog-warning_003.png" style="margin: 3px 3px"/>
672 22 Sep 06 gregory 45   </td><td>
672 22 Sep 06 gregory 46
672 22 Sep 06 gregory 47   Insuffiecient permissions to access Proteios
672 22 Sep 06 gregory 48   
672 22 Sep 06 gregory 49   </td></tr></table>
672 22 Sep 06 gregory 50   </div>
672 22 Sep 06 gregory 51   <div class="appRow sectionTitle">Request permission</div>
672 22 Sep 06 gregory 52   <div class="appRow appContent padded text">
672 22 Sep 06 gregory 53   Contact your facility administrator about extending your permissions.<br/>
672 22 Sep 06 gregory 54   <a href="<%=request.getContextPath()%>">Go back</a>
672 22 Sep 06 gregory 55   </div>
672 22 Sep 06 gregory 56     <%@ include file="/view/fragments/footer.jspf" %>
672 22 Sep 06 gregory 57     </div>
672 22 Sep 06 gregory 58   </body>
672 22 Sep 06 gregory 59 </html>
672 22 Sep 06 gregory 60
672 22 Sep 06 gregory 61