aboutsummaryrefslogtreecommitdiff
path: root/js/components/popup-manager.reel/popup-manager.html
diff options
context:
space:
mode:
authorPierre Frisch2011-12-22 07:25:50 -0800
committerValerio Virgillito2012-01-27 11:18:17 -0800
commitb89a7ee8b956c96a1dcee995ea840feddc5d4b27 (patch)
tree0f3136ab0ecdbbbed6a83576581af0a53124d6f1 /js/components/popup-manager.reel/popup-manager.html
parent2401f05d1f4b94d45e4568b81fc73e67b969d980 (diff)
downloadninja-b89a7ee8b956c96a1dcee995ea840feddc5d4b27.tar.gz
First commit of Ninja to ninja-internal
Signed-off-by: Valerio Virgillito <rmwh84@motorola.com>
Diffstat (limited to 'js/components/popup-manager.reel/popup-manager.html')
-rw-r--r--js/components/popup-manager.reel/popup-manager.html34
1 files changed, 34 insertions, 0 deletions
diff --git a/js/components/popup-manager.reel/popup-manager.html b/js/components/popup-manager.reel/popup-manager.html
new file mode 100644
index 00000000..7fbbc86e
--- /dev/null
+++ b/js/components/popup-manager.reel/popup-manager.html
@@ -0,0 +1,34 @@
1<!DOCTYPE html>
2<!--
3<copyright>
4 This file contains proprietary software owned by Motorola Mobility, Inc.
5 No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.
6 (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved.
7</copyright>
8-->
9<html lang="en">
10 <head>
11
12 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
13
14 <script type="text/montage-serialization">
15 {
16 "owner": {
17 "module": "js/components/popup-manager.reel",
18 "name": "PopupMananger",
19 "properties": {
20 "element": {"#": "popupWindows"}
21 }
22 }
23 }
24 </script>
25
26 </head>
27
28 <body>
29
30 <section id="popupWindows"></section>
31
32 </body>
33
34</html> \ No newline at end of file