]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixed #2108 : Removed broken test-files: embeddingiframe.html, embeddingexample.html...
authorJoonas Lehtinen <joonas.lehtinen@itmill.com>
Wed, 24 Sep 2008 06:56:01 +0000 (06:56 +0000)
committerJoonas Lehtinen <joonas.lehtinen@itmill.com>
Wed, 24 Sep 2008 06:56:01 +0000 (06:56 +0000)
svn changeset:5491/svn branch:trunk

WebContent/embeddingexample.html [deleted file]
WebContent/embeddingiframe.html [deleted file]
WebContent/multiapp.html [deleted file]

diff --git a/WebContent/embeddingexample.html b/WebContent/embeddingexample.html
deleted file mode 100644 (file)
index 35b2ffd..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\r
-<html xmlns="http://www.w3.org/1999/xhtml" >\r
-  <head>
-    <title>Embedding Example</title>\r
-
-    <!-- Set parameter for the IT Mill Toolkit Client-Side Engine. -->
-    <script type="text/javascript">
-           var itmill = {appUri:'Calc', pathInfo: '/'};\r
-    </script>
-    
-    <!-- Load the IT Mill Toolkit Client-Side Engine. -->\r
-    <script language='javascript' src='/itmill-toolkit-examples/ITMILL/widgetsets/com.itmill.toolkit.terminal.gwt.DefaultWidgetSet/com.itmill.toolkit.terminal.gwt.DefaultWidgetSet.nocache.js'></script>
-
-    <!-- We can stylize the web application. -->
-    <style>
-        #itmill-ajax-window {background: #c0c0ff;}
-        .i-button {background: pink;}
-    </style>
-  </head>\r
-
-  <body>
-    <!-- This <iframe> element is required by GWT. -->
-    <iframe id="__gwt_historyFrame" style="width:0;height:0;border:0"></iframe>
-    
-    <h1>This is a HTML page</h1>
-       <p>Below is the IT Toolkit Application inside a table:</p>
-       <table align="center" border="3" style="background: yellow;">
-         <tr><th>The Calculator</th></tr>
-         <tr>
-           <td>
-          <!-- Placeholder <div> for the IT Mill Toolkit application -->\r
-          <div id="itmill-ajax-window"/>
-        </td>
-      </tr>
-    </table>   \r
-  </body>\r
-</html>\r
diff --git a/WebContent/embeddingiframe.html b/WebContent/embeddingiframe.html
deleted file mode 100644 (file)
index 026a6d7..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\r
-<html xmlns="http://www.w3.org/1999/xhtml" >\r
-  <head>
-    <title>Embedding in IFrame</title>\r
-  </head>\r
-
-  <body style="background: #d0ffd0;">
-    <h1>This is a HTML page</h1>
-       <p>Below are two IT Mill Toolkit applications embedded inside a table:</p>
-
-       <table align="center" border="3">
-         <tr>
-           <th>The Calculator</th>
-           <th>The Color Picker</th>
-         </tr>
-         <tr valign="top">
-           <td>
-             <iframe src="/itmill-toolkit-examples/Calc" height="200" width="150" frameborder="0"></iframe>
-        </td>
-           <td>
-          <iframe src="/itmill-toolkit-examples/colorpicker" height="330" width="400" frameborder="0"></iframe>
-        </td>
-      </tr>
-    </table>
-  </body>\r
-</html>\r
diff --git a/WebContent/multiapp.html b/WebContent/multiapp.html
deleted file mode 100644 (file)
index 58aaf88..0000000
+++ /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