aboutsummaryrefslogtreecommitdiff
path: root/war/esieequest.html
diff options
context:
space:
mode:
Diffstat (limited to 'war/esieequest.html')
-rw-r--r--war/esieequest.html21
1 files changed, 1 insertions, 20 deletions
diff --git a/war/esieequest.html b/war/esieequest.html
index f96990d..5d27c7a 100644
--- a/war/esieequest.html
+++ b/war/esieequest.html
@@ -2,36 +2,17 @@
2<html> 2<html>
3 <head> 3 <head>
4 <meta http-equiv="content-type" content="text/html; charset=UTF-8"> 4 <meta http-equiv="content-type" content="text/html; charset=UTF-8">
5
6 <link type="text/css" rel="stylesheet" href="esieequest.css"> 5 <link type="text/css" rel="stylesheet" href="esieequest.css">
7
8 <title>ESIEEquest Web View</title> 6 <title>ESIEEquest Web View</title>
9
10 <!-- -->
11 <!-- This script loads your compiled module. -->
12 <!-- If you add any GWT meta tags, they must -->
13 <!-- be added before this line. -->
14 <!-- -->
15 <script type="text/javascript" src="esieequest/esieequest.nocache.js"></script> 7 <script type="text/javascript" src="esieequest/esieequest.nocache.js"></script>
16 </head> 8 </head>
17 9 <body oncontextmenu="return false">
18 <!-- -->
19 <!-- The body can have arbitrary html, or -->
20 <!-- you can leave the body empty if you want -->
21 <!-- to create a completely dynamic UI. -->
22 <!-- -->
23 <body>
24
25 <!-- OPTIONAL: include this if you want history support -->
26 <iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe> 10 <iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe>
27
28 <!-- RECOMMENDED if your web app will not function without JavaScript enabled -->
29 <noscript> 11 <noscript>
30 <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"> 12 <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">
31 Your web browser must have JavaScript enabled 13 Your web browser must have JavaScript enabled
32 in order for this application to display correctly. 14 in order for this application to display correctly.
33 </div> 15 </div>
34 </noscript> 16 </noscript>
35
36 </body> 17 </body>
37</html> 18</html>