gecko-dev/rdf/resources/sidebar-browser.xul

29 строки
896 B
Plaintext
Исходник Обычный вид История

<?xml version="1.0"?>
1999-05-11 22:19:15 +04:00
<?xml-stylesheet href="resource:/res/samples/xul.css" type="text/css"?>
<?xml-stylesheet href="resource:/res/rdf/sidebar-browser.css" type="text/css"?>
1999-05-15 05:45:09 +04:00
<!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">
1999-05-15 05:45:09 +04:00
<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>