46 lines
1.9 KiB
XML
46 lines
1.9 KiB
XML
<?xml version="1.0"?>
|
|
<?xml-stylesheet href="chrome://communicator/skin/search/search.css" type="text/css"?>
|
|
|
|
<!DOCTYPE window SYSTEM "chrome://communicator/locale/search/search.dtd">
|
|
|
|
<window id="search-window" title="&window.title.label;"
|
|
class="dialog" windowtype="search:window"
|
|
width="500" height="400" x="20" y="20" persist="width height x y"
|
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
onload="loadPage(window.arguments[0], window.arguments[1])" onunload="doUnload()" >
|
|
|
|
<menubar>
|
|
<menu label="&menu.file.label;">
|
|
<menupopup>
|
|
<menuitem label="&menuitem.close.label;" oncommand="window.close()" />
|
|
</menupopup>
|
|
</menu>
|
|
<menu label="&menu.edit.label;">
|
|
<menupopup>
|
|
<menuitem label="x&menuitem.undo.label;"/>
|
|
<menuseparator/>
|
|
<menuitem label="x&menuitem.cut.label;"/>
|
|
<menuitem label="x&menuitem.copy.label;"/>
|
|
<menuitem label="x&menuitem.paste.label;"/>
|
|
</menupopup>
|
|
</menu>
|
|
</menubar>
|
|
|
|
<script type="application/x-javascript" src="chrome://communicator/content/search/search.js" />
|
|
|
|
<tabbox>
|
|
<tabs>
|
|
<tab id="findTab" oncommand="loadPage('find', null);" label="&find.title.label;"/>
|
|
<tab id="internetTab" oncommand="loadPage('internet', null);" label="&internet.title.label;"/>
|
|
<tab id="mailnewsTab" oncommand="loadPage('mail', null);" label="&mailnews.title.label;"/>
|
|
<tab id="addressbookTab" oncommand="loadPage('addressbook', null);" label="&addressbook.title.label;"/>
|
|
</tabs>
|
|
|
|
<tabpanels/>
|
|
</tabbox>
|
|
|
|
<iframe src="about:blank" height="150" width="100%" style="height: 150; width: 100%;" id="content" />
|
|
<iframe src="about:blank" height="100%" width="100%" style="height: 100%; width: 100%;" flex="100%" id="results" />
|
|
</window>
|