| <!--  | 
 |   Licensed to the Apache Software Foundation (ASF) under one | 
 |   or more contributor license agreements.  See the NOTICE file | 
 |   distributed with this work for additional information | 
 |   regarding copyright ownership.  The ASF licenses this file | 
 |   to you under the Apache License, Version 2.0 (the | 
 |   "License"); you may not use this file except in compliance | 
 |   with the License.  You may obtain a copy of the License at | 
 |  | 
 |    http://www.apache.org/licenses/LICENSE-2.0 | 
 |  | 
 |   Unless required by applicable law or agreed to in writing, | 
 |   software distributed under the License is distributed on an | 
 |   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | 
 |   KIND, either express or implied.  See the License for the | 
 |   specific language governing permissions and limitations | 
 |   under the License. | 
 |  -->  | 
 | <%@ page contentType="text/html;charset=UTF-8" language="java" %> | 
 | <%@ taglib prefix="s" uri="/struts-tags" %> | 
 | <%@ taglib prefix="e" uri="/empire-tags" %> | 
 | <html> | 
 | <head> | 
 |     <title>Error Page</title> | 
 |     <link href="<s:url value='/css/main.css'/>" rel="stylesheet" type="text/css"/> | 
 | </head> | 
 | <body> | 
 | <e:actionerrors /> | 
 | <br/> | 
 | In order that the development team can address this error, please report what you were doing that caused this error. | 
 | <br/><br/> | 
 | The following information can help the development | 
 | team find where the error happened and what can be done to prevent it from | 
 | happening in the future. | 
 |  | 
 | </body> | 
 | </html> |