Statistics
| Branch: | Tag: | Revision:

root / src / gr / ebs / gss / admin / public / TwoAdmin.html @ 0a37ac21

History | View | Annotate | Download (2.2 kB)

1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
<!-- The HTML 4.01 Transitional DOCTYPE declaration-->
3
<!-- above set at the top of the file will set     -->
4
<!-- the browser's rendering engine into           -->
5
<!-- "Quirks Mode". Replacing this declaration     -->
6
<!-- with a "Standards Mode" doctype is supported, -->
7
<!-- but may lead to some differences in layout.   -->
8

    
9

    
10
<html>
11
  <head>
12
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
13

    
14
    <!--                                                               -->
15
    <!-- Consider inlining CSS to reduce the number of requested files -->
16
    <!--                                                               -->
17
    <link type="text/css" rel="stylesheet" href="TwoAdmin.css">
18
    <link type="text/css" rel="stylesheet" href="gss.css">
19

    
20
    <!--                                           -->
21
    <!-- Any title is fine                         -->
22
    <!--                                           -->
23
    <title>Administration Application</title>
24
    
25
    <!--                                           -->
26
    <!-- This script loads your compiled module.   -->
27
    <!-- If you add any GWT meta tags, they must   -->
28
    <!-- be added before this line.                -->
29
    <!--                                           -->
30
    <script type="text/javascript" src="http://www.google.com/jsapi"></script>
31
    <script type="text/javascript">
32
    google.load("visualization", "1", {'packages' : ["piechart"] });
33
  </script>
34
    <script type="text/javascript" language="javascript" src="gr.ebs.gss.admin.TwoAdmin.nocache.js"></script>
35
  </head>
36

    
37
  <!--                                           -->
38
  <!-- The body can have arbitrary html, or      -->
39
  <!-- you can leave the body empty if you want  -->
40
  <!-- to create a completely dynamic UI.        -->
41
  <!--                                           -->
42
 <body>
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
  </body>
50
</html>