aboutsummaryrefslogtreecommitdiff
path: root/js/panels/CSSPanel/CSSPanelBase.reel/CSSPanelBase.html
diff options
context:
space:
mode:
authorPierre Frisch2011-12-22 07:25:50 -0800
committerValerio Virgillito2012-01-27 11:18:17 -0800
commitb89a7ee8b956c96a1dcee995ea840feddc5d4b27 (patch)
tree0f3136ab0ecdbbbed6a83576581af0a53124d6f1 /js/panels/CSSPanel/CSSPanelBase.reel/CSSPanelBase.html
parent2401f05d1f4b94d45e4568b81fc73e67b969d980 (diff)
downloadninja-b89a7ee8b956c96a1dcee995ea840feddc5d4b27.tar.gz
First commit of Ninja to ninja-internal
Signed-off-by: Valerio Virgillito <rmwh84@motorola.com>
Diffstat (limited to 'js/panels/CSSPanel/CSSPanelBase.reel/CSSPanelBase.html')
-rw-r--r--js/panels/CSSPanel/CSSPanelBase.reel/CSSPanelBase.html64
1 files changed, 64 insertions, 0 deletions
diff --git a/js/panels/CSSPanel/CSSPanelBase.reel/CSSPanelBase.html b/js/panels/CSSPanel/CSSPanelBase.reel/CSSPanelBase.html
new file mode 100644
index 00000000..5d6273b6
--- /dev/null
+++ b/js/panels/CSSPanel/CSSPanelBase.reel/CSSPanelBase.html
@@ -0,0 +1,64 @@
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="CSSPanelBase.css" type="text/css">
11 <script type="text/montage-serialization">
12 {
13 "ComputedStyleSubPanel1": {
14 "module": "js/panels/CSSPanel/ComputedStyleSubPanel.reel",
15 "name": "ComputedStyleSubPanel",
16 "properties": {
17 "element": {"#": "nj-computed-sub-panel"}
18 }
19 },
20
21 "owner": {
22 "module": "js/panels/CSSPanel/CSSPanelBase.reel",
23 "name": "CSSPanelBase",
24 "properties": {
25 "element": {"#": "css_panel"},
26 "computedStyleSubPanel": {"@": "ComputedStyleSubPanel1"}
27 }
28 }
29
30 }
31 </script>
32 </head>
33<body>
34 <div id="css_panel" class="css_panel">
35 <!-- Stylesheet list subsection -->
36 <h2 id="nj-css-sheets-header" class="nj-section-header">
37 <div id="nj-css-sheets-arrow" class="panelDisclosureIcon"></div>
38 Stylesheets <span id="nj-current-doc-name"></span>
39 </h2>
40 <div id="nj-section-stylesheets" class="nj-sub-panel">
41 <ul id="nj-sheet-list"></ul>
42 </div>
43 <div id="nj-css-stylesheet-toolbar" class="nj-css-toolbar">
44 <a href="#" id="nj-css-add-stylesheet" title="Add Stylesheet">Add Rule</a>
45 </div>
46 <!-- Style Rule list subsection -->
47 <h2 id="nj-css-styles-header" class="nj-section-header">
48 <div id="nj-css-styles-arrow" class="panelDisclosureIcon"></div>
49 Styles <span id="nj-current-element-name"></span>
50 <span id="nj-status-heading" class="nj-css-panel-hide">
51 <span id="nj-num-items">0</span> elements selected
52 </span>
53 </h2>
54 <div id="nj-computed-sub-panel"></div>
55 <div id="nj-section-styles" class="nj-sub-panel">
56 <!-- <ul id="nj-css-rule-list"></ul> -->
57 </div>
58 <div id="nj-css-styles-toolbar" class="nj-css-toolbar">
59 <a href="#" id="nj-css-show-computed" title="Show Computed Styles">Computed</a>
60 <a href="#" id="nj-css-add-rule" title="Add Rule">Add Rule</a>
61 </div>
62 </div>
63</body>
64</html> \ No newline at end of file