aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/map.reel/map.html
diff options
context:
space:
mode:
authorJonathan Duran2012-03-29 07:27:27 -0700
committerJonathan Duran2012-03-29 07:27:27 -0700
commitab730848419a0b72c4c2747a3c928f2c8cc763e7 (patch)
tree6b48b82604e194016ca048ad912f8015de719999 /node_modules/montage/ui/map.reel/map.html
parent06f247d881f4cfd790d635c6e310ae7f97724339 (diff)
parent3fd2cdb59027b3f973b9165db9db4fdd22026941 (diff)
downloadninja-ab730848419a0b72c4c2747a3c928f2c8cc763e7.tar.gz
Merge branch 'refs/heads/NINJAmaster' into TimelineUber
Diffstat (limited to 'node_modules/montage/ui/map.reel/map.html')
-rw-r--r--node_modules/montage/ui/map.reel/map.html46
1 files changed, 46 insertions, 0 deletions
diff --git a/node_modules/montage/ui/map.reel/map.html b/node_modules/montage/ui/map.reel/map.html
new file mode 100644
index 00000000..abb51ddd
--- /dev/null
+++ b/node_modules/montage/ui/map.reel/map.html
@@ -0,0 +1,46 @@
1<!DOCTYPE html>
2<!-- <copyright>
3 This file contains proprietary software owned by Motorola Mobility, Inc.<br/>
4 No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/>
5 (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved.
6 </copyright> -->
7<html>
8<head>
9 <title></title>
10 <link rel="stylesheet" type="text/css" href="map.css">
11 <script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?sensor=false&callback=initialize&libraries=places"></script>
12
13
14 <script type="text/montage-serialization">
15 {
16
17 "owner": {
18 "prototype": "montage/ui/map.reel",
19 "properties": {
20 "element": {"#": "map-container"},
21 "mapEl": {"#": "map"}
22 }
23 }
24 }
25 </script>
26
27 <style>
28
29 .montage-google-map {
30 margin: 0;
31 padding: 0;
32 width: 100%;
33 height: 100%;
34 }
35
36 </style>
37
38</head>
39<body>
40
41 <div data-montage-id="map-container">
42 <div data-montage-id="map" id="map" class="montage-google-map">MAP</div>
43 </div>
44
45</body>
46</html>