Rev 899 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 899 | Rev 905 | ||
---|---|---|---|
Line 5... | Line 5... | ||
5 | <%@ taglib uri="/WEB-INF/ak-backpath.tld" prefix="backpath" %> |
5 | <%@ taglib uri="/WEB-INF/ak-backpath.tld" prefix="backpath" %> |
6 | <html> |
6 | <html> |
7 | 7 | ||
8 | <head> |
8 | <head> |
9 | <meta http-equiv="expires" content="0"> |
9 | <meta http-equiv="expires" content="0"> |
10 | <title><bean:message key="ak.webcontrol.page.error.title" /></title> |
10 | <title><bean:message key="ak.hostcaptain.page.error.title" /></title> |
11 | </head> |
11 | </head> |
12 | 12 | ||
13 | <body> |
13 | <body> |
14 | 14 | ||
15 | <h1><bean:message key="ak.webcontrol.page.error.title" /></h1> |
15 | <h1><bean:message key="ak.hostcaptain.page.error.title" /></h1> |
16 | 16 | ||
17 | <html:errors/> |
17 | <html:errors/> |
18 | 18 | ||
19 | <br> |
19 | <br> |
20 | <backpath:backlink><bean:message key="ak.webcontrol.page.error.back" /></backpath:backlink> |
20 | <backpath:backlink><bean:message key="ak.hostcaptain.page.error.back" /></backpath:backlink> |
21 | 21 | ||
22 | </body> |
22 | </body> |
23 | 23 | ||
24 | </html> |
24 | </html> |