aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/progress.reel/progress.html
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/montage/ui/progress.reel/progress.html')
-rw-r--r--node_modules/montage/ui/progress.reel/progress.html28
1 files changed, 28 insertions, 0 deletions
diff --git a/node_modules/montage/ui/progress.reel/progress.html b/node_modules/montage/ui/progress.reel/progress.html
new file mode 100644
index 00000000..1dff2f61
--- /dev/null
+++ b/node_modules/montage/ui/progress.reel/progress.html
@@ -0,0 +1,28 @@
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 charset="utf-8">
10 <link rel="stylesheet" href="progress.css">
11 <script type="text/montage-serialization">
12{
13 "owner": {
14 "prototype": "ui/progress.reel",
15 "properties": {
16 "element": {"#": "progress"},
17 "_barElement": {"#": "bar"}
18 }
19 }
20}
21 </script>
22</head>
23<body>
24 <div data-montage-id="progress" class="montage-progress">
25 <div data-montage-id="bar" class="montage-progress-bar"></div>
26 </div>
27</body>
28</html> \ No newline at end of file