aboutsummaryrefslogtreecommitdiff
path: root/war
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2014-03-10 15:55:25 +0100
committerPacien TRAN-GIRARD2014-03-10 15:55:25 +0100
commit67503963112b3d3a225ae00ebc899a34e54b6519 (patch)
treeefc2f288fd57e742c6921b5713695c54364d333f /war
parent44260a59df288b2c1225ec0a70cb02c215844f69 (diff)
downloadesieequest-67503963112b3d3a225ae00ebc899a34e54b6519.tar.gz
Refactoring (structure + doc)
Diffstat (limited to 'war')
-rw-r--r--war/esieequest.css1
-rw-r--r--war/esieequest.html21
2 files changed, 2 insertions, 20 deletions
diff --git a/war/esieequest.css b/war/esieequest.css
index b8978a0..1236080 100644
--- a/war/esieequest.css
+++ b/war/esieequest.css
@@ -36,6 +36,7 @@ button {
36 margin-right: 1px; 36 margin-right: 1px;
37 margin-top: 3px; 37 margin-top: 3px;
38 margin-bottom: 2px; 38 margin-bottom: 2px;
39 white-space: pre-line;
39} 40}
40 41
41.console .gwt-TabLayoutPanelContentContainer { 42.console .gwt-TabLayoutPanelContentContainer {
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>