Last change
on this file since 1425 was
959,
checked in by j.a.m.wesbeek@…, 12 years ago
|
|
-
Property svn:keywords set to
Author Date Rev
|
File size:
501 bytes
|
Line | |
---|
1 | <% |
---|
2 | /** |
---|
3 | * Template Editor error |
---|
4 | * |
---|
5 | * @author Jeroen Wesbeek |
---|
6 | * @since 20100422 |
---|
7 | * @package wizard |
---|
8 | * @see dbnp.studycapturing.TemplateEditorController |
---|
9 | * |
---|
10 | * Revision information: |
---|
11 | * $Rev: 959 $ |
---|
12 | * $Author: s.h.sikkema@gmail.com $ |
---|
13 | * $Date: 2010-10-20 19:13:14 +0000 (wo, 20 okt 2010) $ |
---|
14 | */ |
---|
15 | %> |
---|
16 | <%@ page contentType="text/html;charset=UTF-8" %> |
---|
17 | <html> |
---|
18 | <head> |
---|
19 | <meta name="layout" content="dialog"/> |
---|
20 | <title>error</title> |
---|
21 | </head> |
---|
22 | <body> |
---|
23 | |
---|
24 | <h1>ERRORRRRRR!!!!</h1> |
---|
25 | <img src="http://www.walyou.com/img/microsoft_error_blue_screen_of_death.jpg"/> |
---|
26 | |
---|
27 | </body> |
---|
28 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.