client/servlet/www/missing_parameters.jsp

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