зеркало из https://github.com/mozilla/pjs.git
29 строки
898 B
XML
29 строки
898 B
XML
<?xml version="1.0"?>
|
|
<?xml-stylesheet href="resource:/res/samples/xul.css" type="text/css"?>
|
|
<?xml-stylesheet href="resource:/res/rdf/sidebar-browser.css" type="text/css"?>
|
|
|
|
<!DOCTYPE window
|
|
[
|
|
<!ENTITY sidebar.title.label "Sidebar">
|
|
<!ENTITY sidebar.reload.label "Reload">
|
|
<!ENTITY sidebar.customize.label "Customize">
|
|
]>
|
|
|
|
<window
|
|
xmlns:html="http://www.w3.org/TR/REC-html40"
|
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
|
|
<html:script src="sidebar.js" />
|
|
|
|
<box id="sidebox" align="vertical">
|
|
<box class="sidebartitle">
|
|
<titledbutton class="sidebartitle" value="&sidebar.title.label;"/>
|
|
<spring flex="100%"/>
|
|
<titledbutton value="&sidebar.reload.label;"
|
|
onclick="window.location.reload()"/>
|
|
<titledbutton value="&sidebar.customize.label;"/>
|
|
</box>
|
|
</box>
|
|
</window>
|