Mercurial > dive4elements > river
diff 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 |
line wrap: on
line diff
--- a/flys-client/src/main/webapp/FLYS.html Tue Feb 08 10:29:49 2011 +0000 +++ b/flys-client/src/main/webapp/FLYS.html Wed Feb 09 09:59:27 2011 +0000 @@ -9,6 +9,8 @@ <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> + <meta name="gwt:property" content="locale=de"> + <!-- --> <!-- Consider inlining CSS to reduce the number of requested files --> <!-- --> @@ -27,37 +29,24 @@ <script type="text/javascript" language="javascript" src="flys/flys.nocache.js"></script> </head> - <!-- --> - <!-- The body can have arbitrary html, or --> - <!-- you can leave the body empty if you want --> - <!-- to create a completely dynamic UI. --> - <!-- --> - <body> + <!-- --> + <!-- The body can have arbitrary html, or --> + <!-- you can leave the body empty if you want --> + <!-- to create a completely dynamic UI. --> + <!-- --> + <body> - <!-- OPTIONAL: include this if you want history support --> - <iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe> - - <!-- RECOMMENDED if your web app will not function without JavaScript enabled --> - <noscript> - <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"> - Your web browser must have JavaScript enabled - in order for this application to display correctly. - </div> - </noscript> - - <h1>Web Application Starter Project</h1> + <!-- OPTIONAL: include this if you want history support --> + <iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe> - <table align="center"> - <tr> - <td colspan="2" style="font-weight:bold;">Please enter your name:</td> - </tr> - <tr> - <td id="nameFieldContainer"></td> - <td id="sendButtonContainer"></td> - </tr> - <tr> - <td colspan="2" style="color:red;" id="errorLabelContainer"></td> - </tr> - </table> - </body> + <!-- RECOMMENDED if your web app will not function without JavaScript enabled --> + <noscript> + <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"> + Your web browser must have JavaScript enabled + in order for this application to display correctly. + </div> + </noscript> + + <div id="app"></div> + </body> </html>