mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 12:15:51 +00:00
59 lines
1.8 KiB
XML
59 lines
1.8 KiB
XML
<?xml version="1.0"?>
|
|
<?xml-stylesheet href="xulTest.css" type="text/css"?>
|
|
|
|
<!DOCTYPE window>
|
|
|
|
<window xmlns:html="http://www.w3.org/TR/REC-html40"
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
onConstruction="Startup()">
|
|
|
|
<html:h1>Toolbar Test 1</h1>
|
|
|
|
<html:h3>
|
|
You should see a two toolbars with buttons that don't do anything. This test is useful for checking layout
|
|
and look/feel of rollover and clicks. Note that the last toolbar is empty, and should be of
|
|
normal size because of min-height.
|
|
</html:h3>
|
|
|
|
<html:hr/>
|
|
|
|
<toolbox>
|
|
|
|
<toolbar>
|
|
<html:table width="100%" cellpadding=0 cellspacing=0><html:tr>
|
|
|
|
<html:td width="340px">
|
|
|
|
<titledbutton src="resource:/res/toolbar/TB_Back.gif" align="bottom" value="Back"/>
|
|
<titledbutton src="resource:/res/toolbar/TB_Forward.gif" align="bottom" value="Forward"/>
|
|
<titledbutton src="resource:/res/toolbar/TB_Reload.gif" align="bottom" value="Reload"/>
|
|
<titledbutton src="resource:/res/toolbar/TB_Stop.gif" align="bottom" value="Stop"/>
|
|
<titledbutton src="resource:/res/toolbar/TB_Home.gif" align="bottom" value="Home"/>
|
|
<titledbutton src="resource:/res/toolbar/TB_Print.gif" align="bottom" value="Print"/>
|
|
|
|
</html:td>
|
|
|
|
<html:td>
|
|
<html:input html:id="urlbar" html:style="vertical-align: center width: 100%" html:type="text"/>
|
|
</html:td>
|
|
|
|
<html:td width="65px">
|
|
<titledbutton src="resource:/res/throbber/anims00.gif" align="right"/>
|
|
</html:td>
|
|
|
|
</html:tr></html:table>
|
|
|
|
</toolbar>
|
|
|
|
<toolbar>
|
|
<titledbutton align="right" src="resource:/res/toolbar/TB_Location.gif" value="Mozilla" />
|
|
<titledbutton align="right" src="resource:/res/toolbar/TB_Location.gif" value="ABC News"/>
|
|
</toolbar>
|
|
|
|
<toolbar>
|
|
</toolbar>
|
|
|
|
</toolbox>
|
|
|
|
</window>
|