Rev 905 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 905 | Rev 913 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | <%@ page contentType="text/html;charset=UTF-8" language="java" %> |
1 | <%@ page contentType="text/html;charset=UTF-8" language="java" %> |
2 | <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> |
2 | <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> |
3 | <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %> |
3 | <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %> |
4 | <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %> |
4 | <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %> |
5 | <%@ taglib uri="/WEB-INF/ak-backpath.tld" prefix="backpath" %> |
5 | <%@ taglib uri="/WEB-INF/ak-backpath.tld" prefix="backpath" %> |
- | 6 | <%@ taglib uri="/WEB-INF/hostcaptain-core.tld" prefix="core" %> |
|
6 | <html> |
7 | <html> |
7 | 8 | ||
8 | <head> |
9 | <head> |
9 | <meta http-equiv="expires" content="0"> |
10 | <meta http-equiv="expires" content="0"> |
10 | <title><bean:message key="ak.hostcaptain.page.generalError.title" /></title> |
11 | <title><bean:message key="ak.hostcaptain.page.generalError.title" /></title> |
Line 14... | Line 15... | ||
14 | 15 | ||
15 | <h1><bean:message key="ak.hostcaptain.page.generalError.title" /></h1> |
16 | <h1><bean:message key="ak.hostcaptain.page.generalError.title" /></h1> |
16 | 17 | ||
17 | <p><bean:message key="ak.hostcaptain.page.generalError.message" /></p> |
18 | <p><bean:message key="ak.hostcaptain.page.generalError.message" /></p> |
18 | 19 | ||
19 | <backpath:link><bean:message key="ak.hostcaptain.page.generalError.index" /></backpath:link> |
20 | <!-- FIXME: backpath:link><bean:message key="ak.hostcaptain.page.generalError.index" /></ backpath : link--> |
20 | <br> |
21 | <br> |
21 | <backpath:backlink><bean:message key="ak.hostcaptain.page.generalError.back" /></backpath:backlink> |
22 | <backpath:backlink><bean:message key="ak.hostcaptain.page.generalError.back" /></backpath:backlink> |
22 | 23 | ||
23 | </body> |
24 | </body> |
24 | 25 |