aboutsummaryrefslogtreecommitdiff
path: root/js/document/templates/banner/index.html
diff options
context:
space:
mode:
authorJohn Mayhew2012-07-09 17:28:24 -0700
committerJohn Mayhew2012-07-09 17:28:24 -0700
commit770bcb52422742ff741a88a75ecefbeb90bc9247 (patch)
tree64cb3e09a8daeb340261dd7f3869c73f7b90b643 /js/document/templates/banner/index.html
parent8c5ecaf90062f9e030386f338bdc19fd62b826c8 (diff)
parent2b2b5fbb4b6a786daa4e9d4ee9eba9ac78924842 (diff)
downloadninja-770bcb52422742ff741a88a75ecefbeb90bc9247.tar.gz
Merge branch 'master' of github.com:Motorola-Mobility/ninja-internal
Conflicts: manifest.json
Diffstat (limited to 'js/document/templates/banner/index.html')
-rwxr-xr-xjs/document/templates/banner/index.html159
1 files changed, 80 insertions, 79 deletions
diff --git a/js/document/templates/banner/index.html b/js/document/templates/banner/index.html
index 8b602867..a2b59814 100755
--- a/js/document/templates/banner/index.html
+++ b/js/document/templates/banner/index.html
@@ -1,25 +1,26 @@
1<!DOCTYPE html> 1<!doctype html>
2<!-- <copyright> 2<!-- <copyright>
3Copyright (c) 2012, Motorola Mobility, Inc 3Copyright (c) 2012, Motorola Mobility LLC.
4All Rights Reserved. 4All Rights Reserved.
5BSD License.
6 5
7Redistribution and use in source and binary forms, with or without 6Redistribution and use in source and binary forms, with or without
8modification, are permitted provided that the following conditions are met: 7modification, are permitted provided that the following conditions are met:
9 8
10 - Redistributions of source code must retain the above copyright notice, 9* Redistributions of source code must retain the above copyright notice,
11 this list of conditions and the following disclaimer. 10 this list of conditions and the following disclaimer.
12 - Redistributions in binary form must reproduce the above copyright 11
13 notice, this list of conditions and the following disclaimer in the 12* Redistributions in binary form must reproduce the above copyright notice,
14 documentation and/or other materials provided with the distribution. 13 this list of conditions and the following disclaimer in the documentation
15 - Neither the name of Motorola Mobility nor the names of its contributors 14 and/or other materials provided with the distribution.
16 may be used to endorse or promote products derived from this software 15
17 without specific prior written permission. 16* Neither the name of Motorola Mobility LLC nor the names of its
17 contributors may be used to endorse or promote products derived from this
18 software without specific prior written permission.
18 19
19THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 20THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
20AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 21AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 22IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
22ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE 23ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
23LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 24LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
24CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 25CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 26SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
@@ -28,32 +29,32 @@ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 29ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
29POSSIBILITY OF SUCH DAMAGE. 30POSSIBILITY OF SUCH DAMAGE.
30</copyright> --> 31</copyright> -->
31 32
32 33
33<!-- 34<!--
34 NOTE(s): 35 NOTE(s):
35 All elements in the head of the document to be exclude from I/O 36 All elements in the head of the document to be exclude from I/O
36 must set the 'data-ninja-template' 37 must set the 'data-ninja-template'
37 data-ninja-template="true" 38 data-ninja-template="true"
38--> 39-->
39<html> 40<html>
40 41
41 <head> 42 <head>
42 43
43 <style type="text/css" id="nj-stage-stylesheet" data-ninja-template="true"> 44 <style type="text/css" id="nj-stage-stylesheet" data-ninja-template="true">
44 * { 45 * {
45 -webkit-animation: none !important; 46 -webkit-animation: none !important;
46 -webkit-transition-duration: 0s !important; 47 -webkit-transition-duration: 0s !important;
47 -webkit-animation-duration: 0s !important; 48 -webkit-animation-duration: 0s !important;
48 -webkit-animation-name: none !important; 49 -webkit-animation-name: none !important;
49 -webkit-animation-fill-mode: none !important; 50 -webkit-animation-fill-mode: none !important;
50 } 51 }
51 52
52 body { 53 body {
53 margin: 0; 54 margin: 0;
54 padding: 0; 55 padding: 0;
55 position: absolute; 56 position: absolute;
56 } 57 }
57 58
58 html { 59 html {
59 overflow: scroll; 60 overflow: scroll;
@@ -65,38 +66,38 @@ POSSIBILITY OF SUCH DAMAGE.
65 background: #666; 66 background: #666;
66 } 67 }
67 68
68 .active-element-outline { 69 .active-element-outline {
69 outline: #adff2f solid 2px; 70 outline: #adff2f solid 2px;
70 } 71 }
71 72
72 .nj-preset-transition { 73 .nj-preset-transition {
73 -webkit-transition: all 450ms linear !important; 74 -webkit-transition: all 450ms linear !important;
74 } 75 }
75 76
76 ninjaloadinghack { 77 ninjaloadinghack {
77 display: none; 78 display: none;
78 } 79 }
79 80
80 ninja-viewport, ninja-content { 81 ninja-viewport, ninja-content {
81 display: block; 82 display: block;
82 margin: 0; 83 margin: 0;
83 padding: 0; 84 padding: 0;
84 border: 0; 85 border: 0;
85 position: absolute; 86 position: absolute;
86 overflow: visible; 87 overflow: visible;
87 top: 0; 88 top: 0;
88 left: 0; 89 left: 0;
89 background: transparent; 90 background: transparent;
90 } 91 }
91 92
92 ninja-viewport { 93 ninja-viewport {
93 background: #FFF; 94 background: #FFF;
94 } 95 }
95 96
96 ninja-content { 97 ninja-content {
97 -webkit-transform-style: preserve-3d; 98 -webkit-transform-style: preserve-3d;
98 -webkit-transform: perspective(1400) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); 99 -webkit-transform: perspective(1400) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
99 } 100 }
100 101
101 ::-webkit-scrollbar { width: 11px; height: 11px; } 102 ::-webkit-scrollbar { width: 11px; height: 11px; }
102 ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment { display: none; } 103 ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment { display: none; }
@@ -121,7 +122,7 @@ POSSIBILITY OF SUCH DAMAGE.
121 ::-webkit-resizer:disabled { display: block; } 122 ::-webkit-resizer:disabled { display: block; }
122 123
123 </style> 124 </style>
124 125
125 <script type="text/javascript" data-ninja-template="true"> 126 <script type="text/javascript" data-ninja-template="true">
126 127
127 function getElement(x,y) { 128 function getElement(x,y) {
@@ -144,11 +145,11 @@ POSSIBILITY OF SUCH DAMAGE.
144 set: function() { 145 set: function() {
145 } 146 }
146 }); 147 });
147 </script> 148 </script>
148 149
149 <!-- TODO: Determine if loading Montage is always needed or if it could be done author-time or on file open --> 150 <!-- TODO: Determine if loading Montage is always needed or if it could be done author-time or on file open -->
150 151
151 <script type="text/javascript" data-package="../app" src="../../../../node_modules/montage/montage.js" data-ninja-template="true"></script> 152 <script type="text/javascript" data-package="../app" src="../../../../node_modules/montage/montage.js" data-ninja-template="true"></script>
152 153
153 <script type="text/montage-serialization" data-ninja-template="true"> 154 <script type="text/montage-serialization" data-ninja-template="true">
154 { 155 {
@@ -158,18 +159,18 @@ POSSIBILITY OF SUCH DAMAGE.
158 } 159 }
159 </script> 160 </script>
160 161
161 </head> 162 </head>
163
164 <body>
165
166 <ninjaloadinghack></ninjaloadinghack>
162 167
163 <body>
164
165 <ninjaloadinghack></ninjaloadinghack>
166
167 <ninja-viewport> 168 <ninja-viewport>
168 169
169 <ninja-content></ninja-content> 170 <ninja-content></ninja-content>
170 171
171 </ninja-viewport> 172 </ninja-viewport>
172 173
173 </body> 174 </body>
174 175
175</html> 176</html>