]> source.dussan.org Git - vaadin-framework.git/commitdiff
added; static html for reservr, since it needs google maps script + namespace
authorMarc Englund <marc.englund@itmill.com>
Tue, 18 Sep 2007 14:34:26 +0000 (14:34 +0000)
committerMarc Englund <marc.englund@itmill.com>
Tue, 18 Sep 2007 14:34:26 +0000 (14:34 +0000)
svn changeset:2313/svn branch:trunk

WebContent/reservr.html [new file with mode: 0644]

diff --git a/WebContent/reservr.html b/WebContent/reservr.html
new file mode 100644 (file)
index 0000000..f540cee
--- /dev/null
@@ -0,0 +1,18 @@
+<!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" xmlns:v="urn:schemas-microsoft-com:vml">\r
+<head>\r
+       <title>IT Mill Toolkit 5 Demo: Reservr</title>\r
+       <script type="text/javascript">\r
+               var itmtk = {\r
+                       appUri:'/toolkit/Reservr', pathInfo: '/'\r
+               };\r
+       </script>\r
+       <script src="http://maps.google.com/maps?file=api&amp;v=2" type="text/javascript"></script>\r
+       <script language='javascript' src='com.itmill.toolkit.demo.reservation.gwt.WidgetSet/com.itmill.toolkit.demo.reservation.gwt.WidgetSet.nocache.js'></script>\r
+       <link REL="stylesheet" TYPE="text/css" HREF="/toolkit/theme/reservr/styles.css">\r
+</head>\r
+<body>\r
+       <iframe id="__gwt_historyFrame" style="width:0;height:0;border:0"></iframe>\r
+       <div id="itmtk-ajax-window"></div>      \r
+</body>\r
+</html>\r