mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 20:17:37 +00:00
149 lines
5.8 KiB
XML
149 lines
5.8 KiB
XML
<?xml version="1.0"?> <!-- -*- Mode: HTML; indent-tabs-mode: nil -*- -->
|
|
<!--
|
|
|
|
The contents of this file are subject to the Netscape Public License
|
|
Version 1.1 (the "NPL"); you may not use this file except in
|
|
compliance with the NPL. You may obtain a copy of the NPL at
|
|
http://www.mozilla.org/NPL/
|
|
|
|
Software distributed under the NPL is distributed on an "AS IS" basis,
|
|
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
|
|
for the specific language governing rights and limitations under the
|
|
NPL.
|
|
|
|
The Initial Developer of this code under the NPL is Netscape
|
|
Communications Corporation. Portions created by Netscape are
|
|
Copyright (C) 1999 Netscape Communications Corporation. All Rights
|
|
Reserved.
|
|
|
|
-->
|
|
|
|
<?xml-stylesheet href="chrome://communicator/content/sidebar/sidebarOverlay.css" type="text/css"?>
|
|
|
|
<!DOCTYPE window SYSTEM "chrome://communicator/locale/sidebar/sidebarOverlay.dtd">
|
|
|
|
<overlay id="sidebarOverlay"
|
|
xmlns:html="http://www.w3.org/1999/xhtml"
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
|
|
<!-- Overlay the sidebar panels -->
|
|
<box id="sidebar-box" align="vertical"
|
|
persist="hidden width collapsed">
|
|
<sidebarheader id="sidebar-title-box" class="sidebarheader-main"
|
|
value="&sidebar.panels.label;" persist="hidden state"
|
|
collapse="after" onmouseup="PersistHeight();">
|
|
<menu id="sidebar-panel-picker" class="standard" crop="right"
|
|
oncreate="SidebarBuildPickerPopup();"
|
|
value="&sidebar.picker.label;" >
|
|
<menupopup id="sidebar-panel-picker-popup" popupanchor="topright"
|
|
datasources="rdf:null"
|
|
ref="urn:sidebar:current-panel-list">
|
|
<template>
|
|
<rule>
|
|
<conditions>
|
|
<content uri="?uri"/>
|
|
<triple subject="?uri"
|
|
predicate="http://home.netscape.com/NC-rdf#panel-list"
|
|
object="?panel-list"/>
|
|
<member container="?panel-list" child="?panel"/>
|
|
<triple subject="?panel"
|
|
predicate="http://home.netscape.com/NC-rdf#title"
|
|
object="?title" />
|
|
</conditions>
|
|
<bindings>
|
|
<binding subject="?panel"
|
|
predicate="http://home.netscape.com/NC-rdf#exclude"
|
|
object="?exclude"/>
|
|
</bindings>
|
|
<action>
|
|
<menuitem uri="?panel" type="checkbox"
|
|
oncommand="SidebarTogglePanel(event.target);"
|
|
value="?title" exclude="?exclude"/>
|
|
</action>
|
|
</rule>
|
|
</template>
|
|
<menuitem value="&sidebar.customize.label;"
|
|
oncommand="SidebarCustomize();" />
|
|
<menuseparator />
|
|
</menupopup>
|
|
</menu>
|
|
</sidebarheader>
|
|
|
|
<box id="sidebar-panels" align="vertical"
|
|
datasources="rdf:null"
|
|
ref="urn:sidebar:current-panel-list"
|
|
persist='last-selected-panel height collapsed hidden' flex="1*">
|
|
<template id="sidebar-template">
|
|
<rule>
|
|
<conditions>
|
|
<content uri="?uri"/>
|
|
<triple subject="?uri" object="?panel-list"
|
|
predicate="http://home.netscape.com/NC-rdf#panel-list" />
|
|
<member container="?panel-list" child="?panel"/>
|
|
<triple subject="?panel" object="?title"
|
|
predicate="http://home.netscape.com/NC-rdf#title" />
|
|
<triple subject="?panel" object="?content"
|
|
predicate="http://home.netscape.com/NC-rdf#content" />
|
|
</conditions>
|
|
<bindings>
|
|
<binding subject="?panel" object="?exclude"
|
|
predicate="http://home.netscape.com/NC-rdf#exclude" />
|
|
</bindings>
|
|
<action>
|
|
<box uri="?panel" class="box-texttab texttab-sidebar" align="left"
|
|
onclick="SidebarSelectPanel(this)" hidden="true"
|
|
value="?title" exclude="?exclude" />
|
|
<box uri="?panel" flex='1*' hidden="true" orient="vertical">
|
|
<box flex='1' orient="vertical" class="iframe-panel">
|
|
<box orient="horizontal" flex="1" autostretch="never">
|
|
<image class="image-panel-loading"/>
|
|
<text class="text-panel-loading"
|
|
value="&sidebar.loading.label;"/>
|
|
</box>
|
|
<spring flex="100%"/>
|
|
</box>
|
|
<iframe class="iframe-panel" flex='1*'
|
|
hidden="true" collapsed="true" src="?content" />
|
|
<iframe class="iframe-panel" flex='1*'
|
|
hidden="true" collapsed="true" src="?content" type="content" />
|
|
</box>
|
|
</action>
|
|
</rule>
|
|
</template>
|
|
<box id="sidebar-iframe-no-panels" orient="vertical" flex="1"
|
|
hidden="true">
|
|
<html>&sidebar.no-panels.state;</html>
|
|
<html>&sidebar.no-panels.add;</html>
|
|
<html>&sidebar.no-panels.hide;</html>
|
|
</box>
|
|
</box>
|
|
</box>
|
|
|
|
<!-- Splitter on the right of sidebar -->
|
|
<splitter id="sidebar-splitter" collapse="before" persist="state hidden"
|
|
class="chromeclass-extrachrome sidebar-splitter" autostretch="never"
|
|
orient="vertical"
|
|
onmouseup="SidebarFinishDrag();">
|
|
<grippy class="sidebar-splitter-grippy"
|
|
onclick="SidebarExpandCollapse();"/>
|
|
</splitter>
|
|
|
|
<!-- View->Sidebar toggle -->
|
|
<menupopup id="menu_View_Popup">
|
|
<menuitem id="sidebar-menu" type="checkbox" value="&sidebarCmd.label;"
|
|
oncommand="SidebarShowHide();" position="2"/>
|
|
</menupopup>
|
|
|
|
<!-- open/close grippy for status (not yet)
|
|
<box id="status-bar">
|
|
<image id="sidebar-status-grippy" position="1"/>
|
|
</box>
|
|
-->
|
|
|
|
<!-- Scripts go last, because they peek at state to tweak menus -->
|
|
<script language="JavaScript"
|
|
src="chrome://communicator/content/sidebar/sidebarOverlay.js"/>
|
|
|
|
</overlay>
|
|
|