aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/popup
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/montage/ui/popup')
-rwxr-xr-xnode_modules/montage/ui/popup/alert.reel/alert.html56
-rwxr-xr-xnode_modules/montage/ui/popup/confirm.reel/confirm.html59
-rwxr-xr-xnode_modules/montage/ui/popup/notifier.reel/notifier.html24
-rwxr-xr-xnode_modules/montage/ui/popup/popup.reel/popup.html28
4 files changed, 75 insertions, 92 deletions
diff --git a/node_modules/montage/ui/popup/alert.reel/alert.html b/node_modules/montage/ui/popup/alert.reel/alert.html
index 2f35ff30..89201180 100755
--- a/node_modules/montage/ui/popup/alert.reel/alert.html
+++ b/node_modules/montage/ui/popup/alert.reel/alert.html
@@ -5,11 +5,11 @@
5 (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. 5 (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved.
6 </copyright> --> 6 </copyright> -->
7<html> 7<html>
8 <head> 8<head>
9 <meta http-equiv="content-type" content="text/html; charset=utf-8"/> 9 <meta charset="utf-8">
10 <link rel="stylesheet" type="text/css" href="alert.css"> 10 <link rel="stylesheet" href="alert.css">
11 <script type="text/montage-serialization">{ 11 <script type="text/montage-serialization">
12 12{
13 "dynamictext1": { 13 "dynamictext1": {
14 "prototype": "ui/dynamic-text.reel", 14 "prototype": "ui/dynamic-text.reel",
15 "properties": { 15 "properties": {
@@ -44,7 +44,7 @@
44 } 44 }
45 }, 45 },
46 "button1": { 46 "button1": {
47 "prototype": "ui/bluemoon/button.reel", 47 "prototype": "ui/button.reel",
48 "properties": { 48 "properties": {
49 "identifier": "Ok", 49 "identifier": "Ok",
50 "element": { 50 "element": {
@@ -68,30 +68,24 @@
68 } 68 }
69 } 69 }
70 } 70 }
71 71}
72 }</script> 72 </script>
73 73</head>
74 74<body>
75 </head> 75 <div data-montage-id="alert-container" class="montage-alert-dialog">
76 <body> 76 <div class="montage-popup-header">
77 <div data-montage-id="alert-container" class="montage-alert-dialog"> 77 <h3 data-montage-id="title" class="title"></h3>
78 78 </div>
79 <div class="montage-popup-header"> 79 <div class="montage-alert-content">
80 <h3 data-montage-id="title" class="title"></h3> 80 <div data-montage-id="msg" class="msg"></div>
81 </div> 81 <div data-montage-id="msg-detail" class="msg-detail"></div>
82 82 </div>
83 <div class="montage-alert-content"> 83 <div class="montage-popup-footer">
84 <div data-montage-id="msg" class="msg"></div> 84 <div class="montage-alert-actions">
85 <div data-montage-id="msg-detail" class="msg-detail"></div> 85 <button class="submit" data-montage-id="action-ok">OK</button>
86 </div>
87
88 <div class="montage-popup-footer">
89 <div class="montage-alert-actions">
90 <button class="submit" data-montage-id="action-ok">OK</button>
91 </div>
92 <div class="clearfix"></div>
93 </div> 86 </div>
94 87 <div class="clearfix"></div>
95 </div> 88 </div>
96 </body> 89 </div>
97</html> 90</body>
91</html> \ No newline at end of file
diff --git a/node_modules/montage/ui/popup/confirm.reel/confirm.html b/node_modules/montage/ui/popup/confirm.reel/confirm.html
index 1c9b7caf..ab72e46a 100755
--- a/node_modules/montage/ui/popup/confirm.reel/confirm.html
+++ b/node_modules/montage/ui/popup/confirm.reel/confirm.html
@@ -5,11 +5,11 @@
5 (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. 5 (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved.
6 </copyright> --> 6 </copyright> -->
7<html> 7<html>
8 <head> 8<head>
9 <meta http-equiv="content-type" content="text/html; charset=utf-8"/> 9 <meta charset="utf-8">
10 <link rel="stylesheet" type="text/css" href="confirm.css"> 10 <link rel="stylesheet" href="confirm.css">
11 <script type="text/montage-serialization">{ 11 <script type="text/montage-serialization">
12 12{
13 "dynamictext1": { 13 "dynamictext1": {
14 "prototype": "ui/dynamic-text.reel", 14 "prototype": "ui/dynamic-text.reel",
15 "properties": { 15 "properties": {
@@ -22,7 +22,7 @@
22 } 22 }
23 }, 23 },
24 "button1": { 24 "button1": {
25 "prototype": "ui/bluemoon/button.reel", 25 "prototype": "ui/button.reel",
26 "properties": { 26 "properties": {
27 "identifier": "Ok", 27 "identifier": "Ok",
28 "element": { 28 "element": {
@@ -42,7 +42,7 @@
42 ] 42 ]
43 }, 43 },
44 "button2": { 44 "button2": {
45 "prototype": "ui/bluemoon/button.reel", 45 "prototype": "ui/button.reel",
46 "properties": { 46 "properties": {
47 "identifier": "Cancel", 47 "identifier": "Cancel",
48 "element": { 48 "element": {
@@ -69,30 +69,25 @@
69 } 69 }
70 } 70 }
71 } 71 }
72 72}
73 }</script> 73 </script>
74 74</head>
75 75<body>
76 </head> 76 <div data-montage-id="confirm-container" class="montage-confirm-dialog">
77 <body> 77 <div class="montage-popup-header">
78 <div data-montage-id="confirm-container" class="montage-confirm-dialog"> 78 <h3 data-montage-id="title" class="title">Confirmation</h3>
79 79 </div>
80 <div class="montage-popup-header"> 80 <div class="montage-confirm-content">
81 <h3 data-montage-id="title" class="title">Confirmation</h3> 81 <div data-montage-id="msg" class="msg"></div>
82 </div> 82 <div data-montage-id="msg-detail" class="msg-detail"></div>
83 83 </div>
84 <div class="montage-confirm-content"> 84 <div class="montage-popup-footer">
85 <div data-montage-id="msg" class="msg"></div> 85 <div class="montage-confirm-actions">
86 <div data-montage-id="msg-detail" class="msg-detail"></div> 86 <button class="cancel" data-montage-id="action-cancel">Cancel</button>
87 </div> 87 <button class="submit" data-montage-id="action-ok">OK</button>
88
89 <div class="montage-popup-footer">
90 <div class="montage-confirm-actions">
91 <button class="cancel" data-montage-id="action-cancel">Cancel</button>
92 <button class="submit" data-montage-id="action-ok">OK</button>
93 </div>
94 <div class="clearfix"></div>
95 </div> 88 </div>
89 <div class="clearfix"></div>
96 </div> 90 </div>
97 </body> 91 </div>
98</html> 92</body>
93</html> \ No newline at end of file
diff --git a/node_modules/montage/ui/popup/notifier.reel/notifier.html b/node_modules/montage/ui/popup/notifier.reel/notifier.html
index 09fe57ac..451c0c55 100755
--- a/node_modules/montage/ui/popup/notifier.reel/notifier.html
+++ b/node_modules/montage/ui/popup/notifier.reel/notifier.html
@@ -5,10 +5,10 @@
5 (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. 5 (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved.
6 </copyright> --> 6 </copyright> -->
7<html> 7<html>
8 <head> 8<head>
9 <meta http-equiv="content-type" content="text/html; charset=utf-8"/> 9 <meta charset="utf-8">
10 <link rel="stylesheet" type="text/css" href="notifier.css"> 10 <link rel="stylesheet" href="notifier.css">
11 <script type="text/montage-serialization"> 11 <script type="text/montage-serialization">
12{ 12{
13 "owner": { 13 "owner": {
14 "prototype": "ui/popup/notifier.reel", 14 "prototype": "ui/popup/notifier.reel",
@@ -23,12 +23,10 @@
23 } 23 }
24} 24}
25 </script> 25 </script>
26 26</head>
27 27<body>
28 </head> 28 <div data-montage-id="notifier-main" class="montage-notifier">
29 <body> 29 <div data-montage-id="notifier-msg" class="montage-notifier-msg"></div>
30 <div data-montage-id="notifier-main" class="montage-notifier"> 30 </div>
31 <div data-montage-id="notifier-msg" class="montage-notifier-msg"></div> 31</body>
32 </div> 32</html> \ No newline at end of file
33 </body>
34</html>
diff --git a/node_modules/montage/ui/popup/popup.reel/popup.html b/node_modules/montage/ui/popup/popup.reel/popup.html
index 140d7850..866c23ef 100755
--- a/node_modules/montage/ui/popup/popup.reel/popup.html
+++ b/node_modules/montage/ui/popup/popup.reel/popup.html
@@ -5,10 +5,10 @@
5 (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. 5 (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved.
6 </copyright> --> 6 </copyright> -->
7<html> 7<html>
8 <head> 8<head>
9 <meta http-equiv="content-type" content="text/html; charset=utf-8"/> 9 <meta charset="utf-8">