Last change
on this file since 538 was
538,
checked in by roberth, 12 years ago
|
Improved template editor. Moving fields and basic editing works already.
|
-
Property svn:keywords set to
Rev Author Date
|
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: 538 $ |
---|
12 | * $Author: roberth $ |
---|
13 | * $Date: 2010-06-07 14:39:11 +0000 (ma, 07 jun 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.