aboutsummaryrefslogtreecommitdiffstats
path: root/WebContent/reservr.html
blob: 764d81869f606aeed9c82ef26593fcec2703b4a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!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" xmlns:v="urn:schemas-microsoft-com:vml">
<head>
	<title>IT Mill Toolkit 5 Demo: Reservr</title>
	<script type="text/javascript">
		var itmill = {
			appUri:'Reservr', pathInfo: '/'
		};
	</script>
	<!-- 
		Google Maps needs an API key if you're not running this demo on "localhost". 
		
		You can get a Google Maps API key here:
			http://www.google.com/apis/maps/signup.html
		
		Append your Google Maps API key to the src -attribute below, like so:
			src="http://maps.google.com/maps?file=api&v=2&key=XXXXXXXX"
		where the X:s represent your key.
		Example for http://toolkit.itmill.com:
		<script src="http://maps.google.com/maps?file=api&v=2&key=ABQIAAAA4q5gw_y_N1Anvvn1KqbLwRTHuC2ERVOT66iQW8-FqpCQQUlHqBTZ0rGKdlKh9fxQOKN87TCwVNlIXQ" type="text/javascript"></script>	
	-->
	<script src="http://maps.google.com/maps?file=api&v=2" type="text/javascript"></script>
	<script language='javascript' src='ITMILL/widgetsets/com.itmill.toolkit.demo.reservation.gwt.ReservationWidgetSet/com.itmill.toolkit.demo.reservation.gwt.ReservationWidgetSet.nocache.js'></script>
	<link REL="stylesheet" TYPE="text/css" HREF="ITMILL/themes/reservr/styles.css">
</head>
<body>
	<iframe id="__gwt_historyFrame" style="width:0;height:0;border:0"></iframe>
	<div id="header">
		<span id="logo"> Reservr Inc</span>
		<span id="arrow"> </span>
		<span id="slogan">Representational cars on-the-road</span>
	</div>
	<div id="itmill-ajax-window"></div>	
</body>
</html>