mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 20:17:37 +00:00
152 lines
4.9 KiB
XML
152 lines
4.9 KiB
XML
<?xml version="1.0"?>
|
|
|
|
<!DOCTYPE window>
|
|
|
|
<window style="height: 100%; width: 100%;"
|
|
xmlns:html="http://www.w3.org/1999/xhtml"
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
|
|
<box align="vertical" flex="1">
|
|
<tabcontrol align="vertical" flex="100%" >
|
|
<tabbox align="horizontal">
|
|
<tab selected="true" value="centered"/>
|
|
<tab value="percent"/>
|
|
<tab value="html"/>
|
|
<tab><html:img src="resource:/res/toolbar/stop.gif"/></tab>
|
|
<tab value="native"/>
|
|
<tab value="iframe"/>
|
|
<tab value="dialog"/>
|
|
<spring flex="1"/>
|
|
</tabbox>
|
|
|
|
<tabpanel flex="100%" style="border: 2px outset gray">
|
|
|
|
<!-- tab 1 -->
|
|
<box align="horizontal">
|
|
<spring flex="100%"/>
|
|
<box align="vertical">
|
|
<spring flex="100%"/>
|
|
<button class="push" value="centered"/>
|
|
<!--html:button>This is a test</html:button-->
|
|
<spring flex="100%"/>
|
|
</box>
|
|
<spring flex="100%"/>
|
|
</box>
|
|
|
|
<!-- tab2 -->
|
|
<box align="horizontal">
|
|
<button class="push" value="10%" flex="10%"/>
|
|
<button class="push" value="20%" flex="20%"/>
|
|
<button class="push" value="30%" flex="30%"/>
|
|
<button class="push" value="40%" flex="40%"/>
|
|
</box>
|
|
|
|
<!-- tab3 -->
|
|
<html:div>
|
|
This is just some basic html.
|
|
<html:input type="text" value="text" flex="100%"/>
|
|
</html:div>
|
|
|
|
<!-- tab4 -->
|
|
<toolbox>
|
|
<toolbar>
|
|
<button id="back-button" align="bottom" value="Back"/>
|
|
<button src="resource:/res/toolbar/forward.gif" align="bottom" value="Forward"/>
|
|
<button src="resource:/res/toolbar/reload.gif" align="bottom" value="Reload"/>
|
|
<button src="resource:/res/toolbar/stop.gif" align="bottom" value="Stop"/>
|
|
<button src="resource:/res/toolbar/home.gif" align="bottom" value="Home"/>
|
|
<button src="resource:/res/toolbar/print.gif" align="bottom" value="Print"/>
|
|
|
|
<spring flex="100%"/>
|
|
|
|
<button src="resource:/res/throbber/anims00.gif" align="right"/>
|
|
|
|
</toolbar>
|
|
|
|
<toolbar>
|
|
<button align="right" src="resource:/res/toolbar/location.gif" value="Mozilla" />
|
|
<button align="right" src="resource:/res/toolbar/location.gif" value="ABC News"/>
|
|
</toolbar>
|
|
</toolbox>
|
|
|
|
<!-- tab 5 -->
|
|
<box align="vertical">
|
|
<html:input type="text" value="text" flex="100%"/>
|
|
</box>
|
|
|
|
<html:iframe src="http://www.yahoo.com" />
|
|
|
|
<!-- tab 6 -->
|
|
<box align="vertical">
|
|
<html:div>
|
|
Category:
|
|
</html:div>
|
|
<box align="horizontal" flex="100%">
|
|
<html:div style="width: 100px; background-color: rgb(255,255,255)">
|
|
table
|
|
</html:div>
|
|
|
|
<box align="vertical" flex="100%">
|
|
<box align="horizontal" style="margin: 10px; margin-top: 0; margin-bottom: 0; background-color: #8080c0; color: white">
|
|
<html:div><html:B>Navigator</html:B></html:div>
|
|
<spring flex="100%"/>
|
|
<html:div>Specify you preferences for browsing the web</html:div>
|
|
</box>
|
|
|
|
<box align="vertical" style="margin: 10px; padding: 10px; border: 2px groove white">
|
|
<html:div><html:input type="radio"/>Blank Page </html:div>
|
|
<html:div><html:input type="radio"/>Home Page </html:div>
|
|
<html:div><html:input type="radio"/>Last Visited</html:div>
|
|
</box>
|
|
|
|
<box align="vertical" style="margin: 10px; padding: 10px; border: 2px groove white">
|
|
<html:div>Clicking the home button will take you to this page.</html:div>
|
|
<box align="horizontal">
|
|
<html:div>Location: </html:div>
|
|
<html:input type="text" flex="100%"/>
|
|
</box>
|
|
<box align="horizontal">
|
|
<spring flex="100%"/>
|
|
<html:input disabled="true" type="button" value="Use current page"/>
|
|
<spring style="width:10px"/>
|
|
<html:input type="button" value="Browse"/>
|
|
</box>
|
|
</box>
|
|
|
|
<box align="vertical" style="margin: 10px; padding: 10px; border: 2px groove white">
|
|
<html:div>History is a list a pages you have previously visited.</html:div>
|
|
<box align="horizontal">
|
|
<html:div>Pages in history expire in: <html:input type="text" value="9"/> days. </html:div>
|
|
<spring flex="100%"/>
|
|
<html:input type="button" value="Clear History"/>
|
|
</box>
|
|
<box align="horizontal">
|
|
<html:div>Clear the list of sites on the location bar.</html:div>
|
|
<spring flex="100%"/>
|
|
<html:input type="button" value="Clear Location Bar"/>
|
|
</box>
|
|
</box>
|
|
|
|
<spring flex="100%"/>
|
|
|
|
</box>
|
|
|
|
</box>
|
|
<box align="horizontal" style="margin: 5px;">
|
|
<spring flex="100%"/>
|
|
<html:input type="button" value="Ok"/>
|
|
<spring style="width:10px"/>
|
|
<html:input type="button" value="Cancel"/>
|
|
<spring style="width:10px"/>
|
|
<html:input type="button" value="Help"/>
|
|
</box>
|
|
</box>
|
|
|
|
|
|
</tabpanel>
|
|
</tabcontrol>
|
|
</box>
|
|
|
|
</window>
|
|
|