]> source.dussan.org Git - vaadin-framework.git/commitdiff
moved test-page
authorJoonas Lehtinen <joonas.lehtinen@itmill.com>
Tue, 5 Jun 2007 14:19:58 +0000 (14:19 +0000)
committerJoonas Lehtinen <joonas.lehtinen@itmill.com>
Tue, 5 Jun 2007 14:19:58 +0000 (14:19 +0000)
svn changeset:1598/svn branch:trunk

WebContent/gwt-test.html [new file with mode: 0755]

diff --git a/WebContent/gwt-test.html b/WebContent/gwt-test.html
new file mode 100755 (executable)
index 0000000..7b0fe50
--- /dev/null
@@ -0,0 +1,49 @@
+<html>
+       <head>
+       
+               <!--                                           -->
+               <!-- Any title is fine                         -->
+               <!--                                           -->
+               <title>Wrapper HTML for GwtClient</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="com.itmill.toolkit.terminal.gwt.Client/gwt.js"></script>
+
+               <!-- OPTIONAL: include this if you want history support -->
+               <iframe id="__gwt_historyFrame" style="width:0;height:0;border:0"></iframe>
+
+               <h1>ITMILL Toolkit GwtClient proto</h1>
+               <div id="itmtk-ajax-window" style="border:3px dotted green;"></div>
+
+               <h1>K&ouml;yh&auml;nmiehen Firebugi (Firebug ei pelaa hosted modessa)</h1>
+               <div id="itmtk-loki" style="font-size: xx-small;color:red !important;"></div>
+       </body>
+</html>