diff options
author | Armen Kesablyan | 2012-05-14 10:32:59 -0700 |
---|---|---|
committer | Armen Kesablyan | 2012-05-14 10:32:59 -0700 |
commit | 336e0e0ef242f5c472757fe3bbcdd54c04a00f1f (patch) | |
tree | 3afc008f7837233f4c3a701972e108c133c7a188 /js/panels/binding-panel.reel/binding-panel.html | |
parent | c80e7df1702dff09b5cc8447ab0619747fed2024 (diff) | |
download | ninja-336e0e0ef242f5c472757fe3bbcdd54c04a00f1f.tar.gz |
Workspace: has customized
Signed-off-by: Armen Kesablyan <armen@motorola.com>
Diffstat (limited to 'js/panels/binding-panel.reel/binding-panel.html')
-rw-r--r-- | js/panels/binding-panel.reel/binding-panel.html | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/js/panels/binding-panel.reel/binding-panel.html b/js/panels/binding-panel.reel/binding-panel.html new file mode 100644 index 00000000..0db7b95f --- /dev/null +++ b/js/panels/binding-panel.reel/binding-panel.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 lang="en"> | ||
8 | <head> | ||
9 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | ||
10 | <link rel="stylesheet" href="binding-panel.css" type="text/css"> | ||
11 | <script type="text/montage-serialization"> | ||
12 | { | ||
13 | "owner": { | ||
14 | "prototype": "js/panels/binding-panel.reel", | ||
15 | "properties": { | ||
16 | "element": {"#": "binding"} | ||
17 | } | ||
18 | } | ||
19 | |||
20 | } | ||
21 | </script> | ||
22 | </head> | ||
23 | <body> | ||
24 | <div data-montage-id="binding"> | ||
25 | this is a test | ||
26 | </div> | ||
27 | </body> | ||
28 | </html> \ No newline at end of file | ||