source: trunk/src/anaToMia/GDL_Widgets/war/GDL_Widgets.html

Last change on this file was 932, checked in by lgiessmann, 13 years ago

gdl-frontend: Widgets: added the class LoadScreenPanel?, that can be used to show the user that the frontend is waiting for data

File size: 2.4 KB
Line 
1<!doctype html>
2<!-- The DOCTYPE declaration above will set the    -->
3<!-- browser's rendering engine into               -->
4<!-- "Standards Mode". Replacing this declaration  -->
5<!-- with a "Quirks Mode" doctype may lead to some -->
6<!-- differences in layout.                        -->
7
8<html>
9  <head>
10    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
11
12    <!--                                                               -->
13    <!-- Consider inlining CSS to reduce the number of requested files -->
14    <!--                                                               -->
15    <link type="text/css" rel="stylesheet" href="GDL_Widgets.css">
16
17    <!--                                           -->
18    <!-- Any title is fine                         -->
19    <!--                                           -->
20    <title>TextGrid ServiceRegistry</title>
21   
22    <!--                                           -->
23    <!-- This script loads your compiled module.   -->
24    <!-- If you add any GWT meta tags, they must   -->
25    <!-- be added before this line.                -->
26    <!--                                           -->
27    <script type="text/javascript" language="javascript" src="gdl_widgets/gdl_widgets.nocache.js"></script>
28  </head>
29
30  <!--                                           -->
31  <!-- The body can have arbitrary html, or      -->
32  <!-- you can leave the body empty if you want  -->
33  <!-- to create a completely dynamic UI.        -->
34  <!--                                           -->
35  <body>
36
37    <!-- 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>
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
48        <center>
49                <div id="GWT_Content"/>
50                <a href="http://www.textgrid.org/"><image style="position:fixed; bottom:0px; right:0px; border-style: none;" src="http://127.0.0.1:8888/gdl_widgets/textgrid_small.png"/></a>
51        </center>
52  </body>
53</html>
Note: See TracBrowser for help on using the repository browser.