diff options
author | Joonas Lehtinen <joonas.lehtinen@itmill.com> | 2007-06-05 14:12:48 +0000 |
---|---|---|
committer | Joonas Lehtinen <joonas.lehtinen@itmill.com> | 2007-06-05 14:12:48 +0000 |
commit | f9bb81275298e6b35af8a19b2762a73fc21607ab (patch) | |
tree | 3db18cb2f4f99d00d9a3877c528e89c016ffc0a6 /WebContent | |
parent | 3cfca007a6d81e05492ddfafeab1fda94d55e05d (diff) | |
download | vaadin-framework-f9bb81275298e6b35af8a19b2762a73fc21607ab.tar.gz vaadin-framework-f9bb81275298e6b35af8a19b2762a73fc21607ab.zip |
svn changeset:1597/svn branch:trunk
Diffstat (limited to 'WebContent')
-rwxr-xr-x | WebContent/gwt/com.itmill.toolkit.terminal.gwt.Client/gwt-test.html | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/WebContent/gwt/com.itmill.toolkit.terminal.gwt.Client/gwt-test.html b/WebContent/gwt/com.itmill.toolkit.terminal.gwt.Client/gwt-test.html deleted file mode 100755 index 92901da21c..0000000000 --- a/WebContent/gwt/com.itmill.toolkit.terminal.gwt.Client/gwt-test.html +++ /dev/null @@ -1,52 +0,0 @@ -<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'> -<!-- - <script language="javascript" src="old/base/script/ajax-client.js"></script> - <script src="/toolkit/HelloWorld/RES/base/script/base-ajax-components.js" type="text/javascript"></script> - --> - <!-- --> - <!-- 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> - - <h1>ITMILL Toolkit GwtClient proto</h1> - <div id="itmtk-ajax-window" style="border:3px dotted green;"></div> - - <h1>Köyhänmiehen Firebugi (Firebug ei pelaa hosted modessa)</h1> - <div id="itmtk-loki" style="font-size: xx-small;color:red !important;"></div> - </body> -</html> |