aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/popup/popup.reel/popup.html
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/montage/ui/popup/popup.reel/popup.html')
-rwxr-xr-xnode_modules/montage/ui/popup/popup.reel/popup.html54
1 files changed, 54 insertions, 0 deletions
diff --git a/node_modules/montage/ui/popup/popup.reel/popup.html b/node_modules/montage/ui/popup/popup.reel/popup.html
new file mode 100755
index 00000000..69bf075c
--- /dev/null
+++ b/node_modules/montage/ui/popup/popup.reel/popup.html
@@ -0,0 +1,54 @@
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 <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
10 <link rel="stylesheet" type="text/css" href="popup.css">
11 <script type="text/montage-serialization">
12{
13 "slot1": {
14 "module": "montage/ui/slot.reel",
15 "name": "Slot",
16 "properties": {
17 "element": {
18 "#": "popup-content"
19 }
20 }
21 },
22 "owner": {
23 "module": "montage/ui/popup/popup.reel",
24 "name": "Popup",
25 "properties": {
26 "element": {
27 "#": "popup-container"
28 },
29 "slot": {
30 "@": "slot1"
31 },
32 "contentEl": {
33 "#": "popup-content"
34 },
35 "containerEl": {
36 "#": "popup-wrapper"
37 }
38 }
39 }
40}
41 </script>
42
43 </head>
44 <body>
45 <div id="popup-container" class="montage-hide montage-popup-container">
46 <div id="popup-wrapper" class="montage-popup-tooltip montage-popup-wrapper montage-popup-border">
47 <div id="popup-content" class="montage-popup-content"></div>
48 </div>
49 </div>
50
51
52
53 </body>
54</html>