hyatt%netscape.com 8b19c3d8bd This is a sample XUL file that nobody uses. Completely harmless.
git-svn-id: svn://10.0.0.236/trunk@41564 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-30 00:34:09 +00:00

139 lines
4.3 KiB
XML

<?xml version="1.0"?>
<!-- The contents of this file are subject to the Netscape Public
License Version 1.1 (the "License"); you may not use this file
except in compliance with the License. You may obtain a copy of
the License at http://www.mozilla.org/NPL/
Software distributed under the License is distributed on an "AS
IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
implied. See the License for the specific language governing
rights and limitations under the License.
The Original Code is Mozilla Communicator client code, released
March 31, 1998.
The Initial Developer of the Original Code is Netscape
Communications Corporation. Portions created by Netscape are
Copyright (C) 1998-1999 Netscape Communications Corporation. All
Rights Reserved.
Contributor(s): ______________________________________. -->
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<window id="main-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"
align="vertical">
<toolbox>
<xpmenubar chromeclass="menubar">
<xpmenu value="File" accesskey="f">
<html:div><html:u>F</html:u>ile</html:div>
<xpmenuchildren>
<xpmenu value="New" accesskey="n" key="newKey">
<titledbutton class="menu-left"/>
<html:div><html:u>N</html:u>ew </html:div>
<spring flex="100%"/>
<html:div>Ctrl+N</html:div>
<titledbutton class="menu-right"/>
<xpmenuchildren>
<xpmenuitem><html:div>Nested Item One</html:div></xpmenuitem>
<xpmenuitem><html:div>Nested Item Two</html:div></xpmenuitem>
</xpmenuchildren>
</xpmenu>
<xpmenuitem>
<titledbutton class="menu-left"/>
<html:div><html:u>O</html:u>pen...</html:div>
<spring flex="100%"/>
<html:div>Ctrl+O</html:div>
<titledbutton class="menu-right"/>
</xpmenuitem>
<xpmenuitem>
<titledbutton class="menu-left"/>
<html:div><html:u>C</html:u>lose</html:div>
<spring flex="100%"/>
<titledbutton class="menu-right"/>
</xpmenuitem>
<xpmenuseparator/>
<xpmenuitem disabled="true">
<titledbutton class="menu-left"/>
<html:div><html:u>S</html:u>ave</html:div>
<spring flex="100%"/>
<html:div>Ctrl+S</html:div>
<titledbutton class="menu-right"/>
</xpmenuitem>
<xpmenuitem>
<titledbutton class="menu-left"/>
<html:div>S<html:u>a</html:u>ve as...</html:div>
<spring flex="100%"/>
<titledbutton class="menu-right"/>
</xpmenuitem>
<xpmenuitem>
<titledbutton class="menu-left"/>
<html:div><html:u>Q</html:u>uit</html:div>
<spring flex="100%"/>
<html:div>Ctrl+Q</html:div>
<titledbutton class="menu-right"/>
</xpmenuitem>
</xpmenuchildren>
</xpmenu>
<xpmenu>
<html:div><html:u>E</html:u>dit</html:div>
<xpmenuchildren>
<xpmenuitem><html:div>Sample Item</html:div></xpmenuitem>
</xpmenuchildren>
</xpmenu>
<xpmenu>
<html:div><html:u>V</html:u>iew</html:div>
<xpmenuchildren>
<xpmenuitem><html:div>Sample Item</html:div></xpmenuitem>
</xpmenuchildren>
</xpmenu>
<xpmenu>
<html:div><html:u>S</html:u>earch</html:div>
<xpmenuchildren>
<xpmenuitem><html:div>Sample Item</html:div></xpmenuitem>
</xpmenuchildren>
</xpmenu>
<xpmenu>
<html:div><html:u>G</html:u>o</html:div>
<xpmenuchildren>
<xpmenuitem><html:div>Sample Item</html:div></xpmenuitem>
</xpmenuchildren>
</xpmenu>
<xpmenu>
<html:div><html:u>B</html:u>ookmarks</html:div>
<xpmenuchildren>
<xpmenuitem><html:div>Sample Item</html:div></xpmenuitem>
</xpmenuchildren>
</xpmenu>
<xpmenu>
<html:div><html:u>T</html:u>asks</html:div>
<xpmenuchildren>
<xpmenuitem><html:div>Sample Item</html:div></xpmenuitem>
</xpmenuchildren>
</xpmenu>
<xpmenu>
<html:div><html:u>D</html:u>ebug</html:div>
<xpmenuchildren>
<xpmenuitem><html:div>Sample Item</html:div></xpmenuitem>
</xpmenuchildren>
</xpmenu>
<xpmenu>
<html:div><html:u>Q</html:u>A</html:div>
<xpmenuchildren>
<xpmenuitem><html:div>Sample Item</html:div></xpmenuitem>
</xpmenuchildren>
</xpmenu>
<spring flex="100%"/>
</xpmenubar>
</toolbox>
<html:iframe style="height: 300px" src="http://www.mozillazine.org/"/>
</window>