summaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
authorJoonas Lehtinen <joonas.lehtinen@itmill.com>2007-06-06 16:13:26 +0000
committerJoonas Lehtinen <joonas.lehtinen@itmill.com>2007-06-06 16:13:26 +0000
commit61fe0c0df83621ea56f7a2cc16d7e57ba9a80edf (patch)
tree542d2191f70c1925c1087505e54f54bcaf71c687 /WebContent
parent5bfedc8dcce0f32879da9f8b00918aadc365e886 (diff)
downloadvaadin-framework-61fe0c0df83621ea56f7a2cc16d7e57ba9a80edf.tar.gz
vaadin-framework-61fe0c0df83621ea56f7a2cc16d7e57ba9a80edf.zip
Generated client
svn changeset:1626/svn branch:trunk
Diffstat (limited to 'WebContent')
-rwxr-xr-xWebContent/com.itmill.toolkit.terminal.gwt.Client/gwt-test.html49
-rwxr-xr-xWebContent/com.itmill.toolkit.terminal.gwt.Client/index.html49
2 files changed, 98 insertions, 0 deletions
diff --git a/WebContent/com.itmill.toolkit.terminal.gwt.Client/gwt-test.html b/WebContent/com.itmill.toolkit.terminal.gwt.Client/gwt-test.html
new file mode 100755
index 0000000000..8deac9d9e7
--- /dev/null
+++ b/WebContent/com.itmill.toolkit.terminal.gwt.Client/gwt-test.html
@@ -0,0 +1,49 @@
+<html>
+ <head>
+
+ <!-- -->
+ <!-- Any title is fine -->
+ <!-- -->
+ <title>IT Mill Toolkit 5 Prototype</title>
+
+ <!-- -->
+ <!-- Use normal html, such as style -->
+ <!-- -->
+ <style>
+ body,td,a,div,.p{font-family:arial,sans-serif}
+ div,td{color:#000000}
+ a:link,.w,.w a:link{color:#0000cc}
+ a:visited{color:#551a8b}
+ a:active{color:#ff0000}
+ </style>
+
+ <!-- -->
+ <!-- The module reference below is the link -->
+ <!-- between html and your Web Toolkit module -->
+ <!-- -->
+ <meta name='gwt:module' content='com.itmill.toolkit.terminal.gwt.Client'>
+
+ <!-- -->
+ <!-- The body can have arbitrary html, or -->
+ <!-- you can leave the body empty if you want -->
+ <!-- to create a completely dynamic ui -->
+ <!-- -->
+ <body>
+
+ <!-- -->
+ <!-- This script is required bootstrap stuff. -->
+ <!-- You can put it in the HEAD, but startup -->
+ <!-- is slightly faster if you include it here. -->
+ <!-- -->
+ <script language="javascript" src="gwt.js"></script>
+
+ <!-- OPTIONAL: include this if you want history support -->
+ <iframe id="__gwt_historyFrame" style="width:0;height:0;border:0"></iframe>
+
+ <div id="itmtk-ajax-window"></div>
+
+ <div id="itmtk-loki" style="position: absolute; width: 100%; margin: 0; left: 0; height: 150px; bottom: 0; border-top: 1px solid gray; background-color: #f6f6f6; overflow: scroll; font-size: x-small;color:red !important;"></div>
+ <div style="position: absolute; right: 25px; height: 145px; bottom: 0; color: gray; "><b>console</b></div>
+ <div style="position: absolute; right: 5px; top: 5; color: gray;"><b>IT Mill Toolkit 5 Prototype</b></div>
+ </body>
+</html>
diff --git a/WebContent/com.itmill.toolkit.terminal.gwt.Client/index.html b/WebContent/com.itmill.toolkit.terminal.gwt.Client/index.html
new file mode 100755
index 0000000000..8deac9d9e7
--- /dev/null
+++ b/WebContent/com.itmill.toolkit.terminal.gwt.Client/index.html
@@ -0,0 +1,49 @@
+<html>
+ <head>
+
+ <!-- -->
+ <!-- Any title is fine -->
+ <!-- -->
+ <title>IT Mill Toolkit 5 Prototype</title>
+
+ <!-- -->
+ <!-- Use normal html, such as style -->
+ <!-- -->
+ <style>
+ body,td,a,div,.p{font-family:arial,sans-serif}
+ div,td{color:#000000}
+ a:link,.w,.w a:link{color:#0000cc}
+ a:visited{color:#551a8b}
+ a:active{color:#ff0000}
+ </style>
+
+ <!-- -->
+ <!-- The module reference below is the link -->
+ <!-- between html and your Web Toolkit module -->
+ <!-- -->
+ <meta name='gwt:module' content='com.itmill.toolkit.terminal.gwt.Client'>
+
+ <!-- -->
+ <!-- The body can have arbitrary html, or -->
+ <!-- you can leave the body empty if you want -->
+ <!-- to create a completely dynamic ui -->
+ <!-- -->
+ <body>
+
+ <!-- -->
+ <!-- This script is required bootstrap stuff. -->
+ <!-- You can put it in the HEAD, but startup -->
+ <!-- is slightly faster if you include it here. -->
+ <!-- -->
+ <script language="javascript" src="gwt.js"></script>
+
+ <!-- OPTIONAL: include this if you want history support -->
+ <iframe id="__gwt_historyFrame" style="width:0;height:0;border:0"></iframe>
+
+ <div id="itmtk-ajax-window"></div>
+
+ <div id="itmtk-loki" style="position: absolute; width: 100%; margin: 0; left: 0; height: 150px; bottom: 0; border-top: 1px solid gray; background-color: #f6f6f6; overflow: scroll; font-size: x-small;color:red !important;"></div>
+ <div style="position: absolute; right: 25px; height: 145px; bottom: 0; color: gray; "><b>console</b></div>
+ <div style="position: absolute; right: 5px; top: 5; color: gray;"><b>IT Mill Toolkit 5 Prototype</b></div>
+ </body>
+</html>