diff options
author | Marc Englund <marc.englund@itmill.com> | 2007-10-12 13:44:30 +0000 |
---|---|---|
committer | Marc Englund <marc.englund@itmill.com> | 2007-10-12 13:44:30 +0000 |
commit | a40125254a66443e5878237a7791b94bd5140f48 (patch) | |
tree | cc4537df9b39bd11807ccdcb0e89a539f922a990 /WebContent/reservr.html | |
parent | 16c170ca2e5a18e0e3692450e2fb42eac4f34553 (diff) | |
download | vaadin-framework-a40125254a66443e5878237a7791b94bd5140f48.tar.gz vaadin-framework-a40125254a66443e5878237a7791b94bd5140f48.zip |
Reservr look & feel mainly
svn changeset:2514/svn branch:trunk
Diffstat (limited to 'WebContent/reservr.html')
-rw-r--r-- | WebContent/reservr.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/WebContent/reservr.html b/WebContent/reservr.html index ac1270fdf5..a5acb63cf1 100644 --- a/WebContent/reservr.html +++ b/WebContent/reservr.html @@ -4,7 +4,7 @@ <title>IT Mill Toolkit 5 Demo: Reservr</title>
<script type="text/javascript">
var itmtk = {
- appUri:'Reservr', pathInfo: '/'
+ appUri:'/toolkit/Reservr', pathInfo: '/'
};
</script>
<script src="http://maps.google.com/maps?file=api&v=2" type="text/javascript"></script>
@@ -13,6 +13,11 @@ </head>
<body>
<iframe id="__gwt_historyFrame" style="width:0;height:0;border:0"></iframe>
+ <div id="header">
+ <img src="ITMILL/themes/reservr/reservr.jpg" align="top"/>
+ <span id="logo">Reservr Inc</span>
+ <span>» Representational cars on-the-road</span>
+ </div>
<div id="itmtk-ajax-window"></div>
</body>
</html>
|