aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/loading-panel.reel/loading-panel.html
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/montage/ui/loading-panel.reel/loading-panel.html')
-rwxr-xr-xnode_modules/montage/ui/loading-panel.reel/loading-panel.html93
1 files changed, 43 insertions, 50 deletions
diff --git a/node_modules/montage/ui/loading-panel.reel/loading-panel.html b/node_modules/montage/ui/loading-panel.reel/loading-panel.html
index c434f80f..df6929b0 100755
--- a/node_modules/montage/ui/loading-panel.reel/loading-panel.html
+++ b/node_modules/montage/ui/loading-panel.reel/loading-panel.html
@@ -6,57 +6,51 @@
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 <title>Loading Panel</title>
11
12 <link rel="stylesheet" href="loading-panel.css"> 10 <link rel="stylesheet" href="loading-panel.css">
13 11 <script type="text/montage-serialization">
14 <script type="text/montage-serialization">{ 12{
15 13 "owner": {
16 "owner": { 14 "prototype": "ui/loading-panel.reel",
17 "prototype": "ui/loading-panel.reel", 15 "properties": {
18 "properties": { 16 "element": {"#": "loadingPanel"}
19 "element": {"#": "loadingPanel"} 17 }
20 } 18 },
21 }, 19
22 20 "loadingIndicator": {
23 "loadingIndicator": { 21 "prototype": "ui/progress.reel",
24 "prototype": "ui/bluemoon/progress.reel", 22 "properties": {
25 "properties": { 23 "element": {"#": "loadingIndicator"}
26 "element": {"#": "loadingIndicator"} 24 },
27 }, 25 "bindings": {
28 "bindings": { 26 "value": {"<-": "@owner.initializedModuleCount"},
29 "value": {"<-": "@owner.initializedModuleCount"}, 27 "max": {"<-": "@owner.requiredModuleCount"}
30 "max": {"<-": "@owner.requiredModuleCount"} 28 }
31 } 29 },
32 }, 30
33 31 "loadedCount": {
34 "loadedCount": { 32 "prototype": "ui/dynamic-text.reel",
35 "prototype": "ui/dynamic-text.reel", 33 "properties": {
36 "properties": { 34 "element": {"#": "loadedCount"}
37 "element": {"#": "loadedCount"} 35 },
38 }, 36 "bindings": {
39 "bindings": { 37 "value": {"<-": "@owner.initializedModuleCount"}
40 "value": {"<-": "@owner.initializedModuleCount"} 38 }
41 } 39 },
42 }, 40
43 41 "requiredCount": {
44 "requiredCount": { 42 "prototype": "ui/dynamic-text.reel",
45 "prototype": "ui/dynamic-text.reel", 43 "properties": {
46 "properties": { 44 "element": {"#": "requiredCount"}
47 "element": {"#": "requiredCount"} 45 },
48 }, 46 "bindings": {
49 "bindings": { 47 "value": {"<-": "@owner.requiredModuleCount"}
50 "value": {"<-": "@owner.requiredModuleCount"} 48 }
51 } 49 }
52 } 50}
53 51 </script>
54
55 }</script>
56
57</head> 52</head>
58<body> 53<body>
59
60 <div data-montage-id="loadingPanel" class="montage-loading-panel"> 54 <div data-montage-id="loadingPanel" class="montage-loading-panel">
61 <div data-montage-id="loadingIndicator" class="loadingIndicator"></div> 55 <div data-montage-id="loadingIndicator" class="loadingIndicator"></div>
62 <div data-montage-id="loadingCount" class="loadingCount"> 56 <div data-montage-id="loadingCount" class="loadingCount">
@@ -65,6 +59,5 @@
65 <span data-montage-id="requiredCount" class="requiredCount">0</span> 59 <span data-montage-id="requiredCount" class="requiredCount">0</span>
66 </div> 60 </div>
67 </div> 61 </div>
68
69</body> 62</body>
70</html> 63</html> \ No newline at end of file