Mercurial > dive4elements > river
comparison flys-client/src/main/webapp/FLYS.html @ 1:0e22a19852e7
Removed useless auto generated classes and added first ui elements with i18n support.
flys-client/trunk@1306 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 09 Feb 2011 09:59:27 +0000 |
parents | 4e8be5e7855f |
children | e4155a6833a9 |
comparison
equal
deleted
inserted
replaced
0:4e8be5e7855f | 1:0e22a19852e7 |
---|---|
6 <!-- differences in layout. --> | 6 <!-- differences in layout. --> |
7 | 7 |
8 <html> | 8 <html> |
9 <head> | 9 <head> |
10 <meta http-equiv="content-type" content="text/html; charset=UTF-8"> | 10 <meta http-equiv="content-type" content="text/html; charset=UTF-8"> |
11 | |
12 <meta name="gwt:property" content="locale=de"> | |
11 | 13 |
12 <!-- --> | 14 <!-- --> |
13 <!-- Consider inlining CSS to reduce the number of requested files --> | 15 <!-- Consider inlining CSS to reduce the number of requested files --> |
14 <!-- --> | 16 <!-- --> |
15 <link type="text/css" rel="stylesheet" href="FLYS.css"> | 17 <link type="text/css" rel="stylesheet" href="FLYS.css"> |
25 <!-- be added before this line. --> | 27 <!-- be added before this line. --> |
26 <!-- --> | 28 <!-- --> |
27 <script type="text/javascript" language="javascript" src="flys/flys.nocache.js"></script> | 29 <script type="text/javascript" language="javascript" src="flys/flys.nocache.js"></script> |
28 </head> | 30 </head> |
29 | 31 |
30 <!-- --> | 32 <!-- --> |
31 <!-- The body can have arbitrary html, or --> | 33 <!-- The body can have arbitrary html, or --> |
32 <!-- you can leave the body empty if you want --> | 34 <!-- you can leave the body empty if you want --> |
33 <!-- to create a completely dynamic UI. --> | 35 <!-- to create a completely dynamic UI. --> |
34 <!-- --> | 36 <!-- --> |
35 <body> | 37 <body> |
36 | 38 |
37 <!-- OPTIONAL: include this if you want history support --> | 39 <!-- OPTIONAL: include this if you want history support --> |
38 <iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe> | 40 <iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe> |
39 | |
40 <!-- RECOMMENDED if your web app will not function without JavaScript enabled --> | |
41 <noscript> | |
42 <div style="width: 22em; position: absolute; left: 50%; margin-left: -11em; color: red; background-color: white; border: 1px solid red; padding: 4px; font-family: sans-serif"> | |
43 Your web browser must have JavaScript enabled | |
44 in order for this application to display correctly. | |
45 </div> | |
46 </noscript> | |
47 | 41 |
48 <h1>Web Application Starter Project</h1> | 42 <!-- RECOMMENDED if your web app will not function without JavaScript enabled --> |
43 <noscript> | |
44 <div style="width: 22em; position: absolute; left: 50%; margin-left: -11em; color: red; background-color: white; border: 1px solid red; padding: 4px; font-family: sans-serif"> | |
45 Your web browser must have JavaScript enabled | |
46 in order for this application to display correctly. | |
47 </div> | |
48 </noscript> | |
49 | 49 |
50 <table align="center"> | 50 <div id="app"></div> |
51 <tr> | 51 </body> |
52 <td colspan="2" style="font-weight:bold;">Please enter your name:</td> | |
53 </tr> | |
54 <tr> | |
55 <td id="nameFieldContainer"></td> | |
56 <td id="sendButtonContainer"></td> | |
57 </tr> | |
58 <tr> | |
59 <td colspan="2" style="color:red;" id="errorLabelContainer"></td> | |
60 </tr> | |
61 </table> | |
62 </body> | |
63 </html> | 52 </html> |