client/servlet/www/system_error.jsp

Code
Comments
Other
Rev Date Author Line
755 12 Oct 06 gregory 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
755 12 Oct 06 gregory 2 "http://www.w3.org/TR/html4/loose.dtd">
755 12 Oct 06 gregory 3 <%-- 
755 12 Oct 06 gregory 4   $Id$
755 12 Oct 06 gregory 5   
1916 31 Aug 07 jari 6   Copyright (C) 2006, 2007 Gregory Vincic
755 12 Oct 06 gregory 7   
755 12 Oct 06 gregory 8   Files are copyright by their respective authors. The contributions to
755 12 Oct 06 gregory 9   files where copyright is not explicitly stated can be traced with the
755 12 Oct 06 gregory 10   source code revision system.
755 12 Oct 06 gregory 11   
755 12 Oct 06 gregory 12   This file is part of Proteios.
755 12 Oct 06 gregory 13   Available at http://www.proteios.org/
755 12 Oct 06 gregory 14   
755 12 Oct 06 gregory 15   Proteios is free software; you can redistribute it and/or
755 12 Oct 06 gregory 16   modify it under the terms of the GNU General Public License
755 12 Oct 06 gregory 17   as published by the Free Software Foundation; either version 2
755 12 Oct 06 gregory 18   of the License, or (at your option) any later version.
755 12 Oct 06 gregory 19   
755 12 Oct 06 gregory 20   Proteios is distributed in the hope that it will be useful,
755 12 Oct 06 gregory 21   but WITHOUT ANY WARRANTY; without even the implied warranty of
755 12 Oct 06 gregory 22   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
755 12 Oct 06 gregory 23   GNU General Public License for more details.
755 12 Oct 06 gregory 24   
755 12 Oct 06 gregory 25   You should have received a copy of the GNU General Public License
755 12 Oct 06 gregory 26   along with this program; if not, write to the Free Software
755 12 Oct 06 gregory 27   Foundation, Inc., 59 Temple Place - Suite 330,
755 12 Oct 06 gregory 28   Boston, MA  02111-1307, USA.
755 12 Oct 06 gregory 29 --%>
755 12 Oct 06 gregory 30 <html>
755 12 Oct 06 gregory 31   <head>   
755 12 Oct 06 gregory 32     <title>Proteios - System Error</title>
755 12 Oct 06 gregory 33     <%@ include file="/view/fragments/global_css.jspf"%>
755 12 Oct 06 gregory 34   </head>
755 12 Oct 06 gregory 35   <body>  
756 12 Oct 06 gregory 36   <div id="container">
756 12 Oct 06 gregory 37   <br/>
755 12 Oct 06 gregory 38   <div class="dotted hiliteColor">
756 12 Oct 06 gregory 39   <center><h2>System error</h2></center>
755 12 Oct 06 gregory 40   <table class="layout" style="margin: auto auto">
755 12 Oct 06 gregory 41   <tr><td>
756 12 Oct 06 gregory 42   <img src="<%=(String) request.getContextPath()%>/static/img/dialog-error_003.png" style="margin: 30px 30px"/>
755 12 Oct 06 gregory 43   </td><td>
756 12 Oct 06 gregory 44   <dl>
756 12 Oct 06 gregory 45       <dt>Message</dt>
756 12 Oct 06 gregory 46       <dd><b><%=request.getAttribute("ERROR_MESSAGE")%></b></dd>
756 12 Oct 06 gregory 47       <dt>Action</dt>
756 12 Oct 06 gregory 48       <dd><%=request.getAttribute("RESPONSE_ACTION_CLASS")%></dd>
756 12 Oct 06 gregory 49       <dt>Template</dt>
756 12 Oct 06 gregory 50       <dd><%=request.getAttribute("RESPONSE_TEMPLATE")%></dd>
756 12 Oct 06 gregory 51     </dl>
756 12 Oct 06 gregory 52
756 12 Oct 06 gregory 53 </td></tr>
756 12 Oct 06 gregory 54 </table>
755 12 Oct 06 gregory 55   </div>
755 12 Oct 06 gregory 56   <br/>
755 12 Oct 06 gregory 57   <div class="solid">
755 12 Oct 06 gregory 58   <div class="outset frontColor">Reporting an error</div>
755 12 Oct 06 gregory 59   <div class="contentColor padded text">
755 12 Oct 06 gregory 60   Please <a href="javascript:history.back()">go back</a> and try again. If the error remains
755 12 Oct 06 gregory 61     <ol>      
755 12 Oct 06 gregory 62       <li>Search our <a href="http://www.proteios.org/#Mailinglists">mailinglists</a> for the above error message.</li>
755 12 Oct 06 gregory 63       <li>Search our bug/issue tracking system at <a href="http://www.proteios.org">www.proteios.org</a> for the above error message.</li>
755 12 Oct 06 gregory 64       <li>Report this error through the Proteios ticket system at <a href="http://www.proteios.org">www.proteios.org</a>.<br/>
755 12 Oct 06 gregory 65       (Login with username: <i>proteios</i> and password: <i>proteios</i>.</li>
755 12 Oct 06 gregory 66     </ol>                
755 12 Oct 06 gregory 67   </div>
755 12 Oct 06 gregory 68   </div>
755 12 Oct 06 gregory 69     <%@ include file="/view/fragments/footer.jspf" %>
755 12 Oct 06 gregory 70     </div>
755 12 Oct 06 gregory 71   </body>
755 12 Oct 06 gregory 72 </html>
755 12 Oct 06 gregory 73
755 12 Oct 06 gregory 74