diff options
| author | bjorn <bjorn@bringert.net> | 2008-11-20 14:06:06 +0000 |
|---|---|---|
| committer | bjorn <bjorn@bringert.net> | 2008-11-20 14:06:06 +0000 |
| commit | b56a06fdda47e49faf35df0408282fabac0f3c78 (patch) | |
| tree | bd93b1d97caff298c17805b12d4b1168104b888c /src/server/gwt/www | |
| parent | 61507730e85c2f35150d650e4cb2b7d00e99395c (diff) | |
gwt: rearragne html files and paths to get nicer URLs.
Diffstat (limited to 'src/server/gwt/www')
| -rw-r--r-- | src/server/gwt/www/fridge/index.html | 36 | ||||
| -rw-r--r-- | src/server/gwt/www/translate/index.html | 36 |
2 files changed, 72 insertions, 0 deletions
diff --git a/src/server/gwt/www/fridge/index.html b/src/server/gwt/www/fridge/index.html new file mode 100644 index 000000000..b530946d5 --- /dev/null +++ b/src/server/gwt/www/fridge/index.html @@ -0,0 +1,36 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<!-- The HTML 4.01 Transitional DOCTYPE declaration--> +<!-- above set at the top of the file will set --> +<!-- the browser's rendering engine into --> +<!-- "Quirks Mode". Replacing this declaration --> +<!-- with a "Standards Mode" doctype is supported, --> +<!-- but may lead to some differences in layout. --> + +<html> + <head> + <meta http-equiv="content-type" content="text/html; charset=UTF-8"> + <!-- --> + <!-- Any title is fine --> + <!-- --> + <title>Fridge</title> + + <!-- --> + <!-- This script loads your compiled module. --> + <!-- If you add any GWT meta tags, they must --> + <!-- be added before this line. --> + <!-- --> + <script type="text/javascript" language="javascript" src="se.chalmers.cs.gf.gwt.FridgeApp/se.chalmers.cs.gf.gwt.FridgeApp.nocache.js"></script> + </head> + + <!-- --> + <!-- The body can have arbitrary html, or --> + <!-- you can leave the body empty if you want --> + <!-- to create a completely dynamic UI. --> + <!-- --> + <body> + + <!-- OPTIONAL: include this if you want history support --> + <iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe> + + </body> +</html> diff --git a/src/server/gwt/www/translate/index.html b/src/server/gwt/www/translate/index.html new file mode 100644 index 000000000..8bad4c250 --- /dev/null +++ b/src/server/gwt/www/translate/index.html @@ -0,0 +1,36 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<!-- The HTML 4.01 Transitional DOCTYPE declaration--> +<!-- above set at the top of the file will set --> +<!-- the browser's rendering engine into --> +<!-- "Quirks Mode". Replacing this declaration --> +<!-- with a "Standards Mode" doctype is supported, --> +<!-- but may lead to some differences in layout. --> + +<html> + <head> + <meta http-equiv="content-type" content="text/html; charset=UTF-8"> + <!-- --> + <!-- Any title is fine --> + <!-- --> + <title>Translate</title> + + <!-- --> + <!-- This script loads your compiled module. --> + <!-- If you add any GWT meta tags, they must --> + <!-- be added before this line. --> + <!-- --> + <script type="text/javascript" language="javascript" src="se.chalmers.cs.gf.gwt.TranslateApp/se.chalmers.cs.gf.gwt.TranslateApp.nocache.js"></script> + </head> + + <!-- --> + <!-- The body can have arbitrary html, or --> + <!-- you can leave the body empty if you want --> + <!-- to create a completely dynamic UI. --> + <!-- --> + <body> + + <!-- OPTIONAL: include this if you want history support --> + <iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe> + + </body> +</html> |
