summaryrefslogtreecommitdiffstats
path: root/WebContent/multiapp.html
diff options
context:
space:
mode:
authorJoonas Lehtinen <joonas.lehtinen@itmill.com>2008-09-24 06:56:01 +0000
committerJoonas Lehtinen <joonas.lehtinen@itmill.com>2008-09-24 06:56:01 +0000
commit52bda3d7a9c26468d82d8a275d9b78dca9f0134e (patch)
treef07cc2a4e430d8cf7058e1f04664c1da172173d5 /WebContent/multiapp.html
parent420523142edba0ff315c63c127c9d8817b2fb70e (diff)
downloadvaadin-framework-52bda3d7a9c26468d82d8a275d9b78dca9f0134e.tar.gz
vaadin-framework-52bda3d7a9c26468d82d8a275d9b78dca9f0134e.zip
Fixed #2108 : Removed broken test-files: embeddingiframe.html, embeddingexample.html and multiapp.html
svn changeset:5491/svn branch:trunk
Diffstat (limited to 'WebContent/multiapp.html')
-rw-r--r--WebContent/multiapp.html42
1 files changed, 0 insertions, 42 deletions
diff --git a/WebContent/multiapp.html b/WebContent/multiapp.html
deleted file mode 100644
index 58aaf88346..0000000000
--- a/WebContent/multiapp.html
+++ /dev/null
@@ -1,42 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" style="width:100%;height:100%;border:0;margin:0;">
-<head>
-<title>IT Mill Toolkit 5</title>
-<script type="text/javascript">
- var itmill = {
- toolkitConfigurations: {
- 'fb' :{
- appUri:'/FeatureBrowser',
- pathInfo: '/',
- themeUri: '/ITMILL/themes/example',
- versionInfo : {toolkitVersion:"5.9.9-INTERNAL-NONVERSIONED-DEBUG-BUILD",applicationVersion:"NONVERSIONED"}
- },
- 'calc' :{
- appUri:'/Calc',
- pathInfo: '/',
- themeUri: '/ITMILL/themes/example',
- versionInfo : {toolkitVersion:"5.9.9-INTERNAL-NONVERSIONED-DEBUG-BUILD",applicationVersion:"NONVERSIONED"}
- },
- 'hello' :{
- appUri:'/HelloWorld',
- pathInfo: '/',
- themeUri: '/ITMILL/themes/example',
- versionInfo : {toolkitVersion:"5.9.9-INTERNAL-NONVERSIONED-DEBUG-BUILD",applicationVersion:"NONVERSIONED"}
- }
-
-
- }};
-</script>
-<script language='javascript' src='/ITMILL/widgetsets/com.itmill.toolkit.terminal.gwt.DefaultWidgetSet/com.itmill.toolkit.terminal.gwt.DefaultWidgetSet.nocache.js'></script>
-<link REL="stylesheet" TYPE="text/css" HREF="/ITMILL/themes/example/styles.css">
-</head>
-<body>
- <iframe id="__gwt_historyFrame" style="width:0;height:0;border:0;overflow:hidden" src="javascript:false"></iframe>
-
- <p>Multiple toolkits per html file test page</p>
-
- <div id="fb" style="height:400px;border:2px solid red;margin:0"></div>
- <div id="calc" style="border:2px solid green;margin:0"></div>
- <div id="hello" style="border:2px solid blue;margin:0"></div>
- </body>
-</html> \ No newline at end of file