|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <!-- This Source Code Form is subject to the terms of the Mozilla Public |
|
3 - License, v. 2.0. If a copy of the MPL was not distributed with this |
|
4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> |
|
5 <!DOCTYPE window [ |
|
6 <!ENTITY % appMgrDTD SYSTEM "chrome://browser/locale/devtools/app-manager.dtd" > |
|
7 %appMgrDTD; |
|
8 ]> |
|
9 |
|
10 <?xml-stylesheet href="chrome://global/skin/global.css"?> |
|
11 <?xml-stylesheet href="chrome://browser/skin/devtools/app-manager/index.css"?> |
|
12 |
|
13 <window id="app-manager-window" |
|
14 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" |
|
15 title="&index.title;" |
|
16 windowtype="devtools:app-manager" |
|
17 macanimationtype="document" |
|
18 fullscreenbutton="true" |
|
19 screenX="4" screenY="4" |
|
20 width="800" height="600" |
|
21 persist="screenX screenY width height sizemode"> |
|
22 |
|
23 <vbox id="root" flex="1"> |
|
24 <hbox id="content" flex="1"> |
|
25 <vbox id="tabs" onclick="UI.selectTabFromButton(event.target)"> |
|
26 <button class="button projects-button" panel="projects">&index.projects2;</button> |
|
27 <button class="button device-button" panel="device">&index.device2;</button> |
|
28 <vbox id="toolbox-tabs" flex="1"/> |
|
29 <button class="button help-button" panel="help">&index.help;</button> |
|
30 </vbox> |
|
31 <hbox id="tab-panels" flex="1"> |
|
32 <iframe flex="1" class="panel projects-panel" src="chrome://browser/content/devtools/app-manager/projects.xhtml"/> |
|
33 <iframe flex="1" class="panel device-panel" src="chrome://browser/content/devtools/app-manager/device.xhtml"/> |
|
34 <iframe flex="1" class="panel help-panel" src="chrome://browser/content/devtools/app-manager/help.xhtml"></iframe> |
|
35 </hbox> |
|
36 </hbox> |
|
37 <iframe id="connection-footer" src="chrome://browser/content/devtools/app-manager/connection-footer.xhtml"></iframe> |
|
38 </vbox> |
|
39 |
|
40 <script type="application/javascript;version=1.8" src="chrome://browser/content/devtools/app-manager/index.js"></script> |
|
41 </window> |