home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
-
- <!DOCTYPE window SYSTEM "chrome://aim/locale/icqSearchOverlay.dtd">
- <?xul-overlay href="chrome://global/content/globalOverlay.xul"?>
-
- <overlay id="icqSearchOverlay"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
-
-
- <script type="application/x-javascript" src="chrome://global/content/dialogOverlay.js"/>
- <script type="application/x-javascript" src="chrome://aim/content/icqSearch.js"/>
-
-
- <hbox id="icqSearch" flex="1">
- <tabbox flex="1">
- <tabs id="icqSearchTabs">
- <tab label="&email.tab;"/>
- <tab label="&name.tab;"/>
- <tab label="&number.tab;"/>
- </tabs>
-
- <tabpanels id="icqTabPanels" flex="1">
-
- <!-- ** Email Tab ** -->
- <vbox index="email" flex="1">
- <label value="&email.title;"/>
- <spacer flex="1"/>
- <groupbox flex="1">
- <caption label="&email.box;"/>
- <hbox>
- <label control="email" value="&email.label;"/>
- <textbox id="email" flex="1"/>
- </hbox>
- </groupbox>
- </vbox>
-
- <!-- ** Name Tab ** -->
- <vbox index="name" flex="1">
- <groupbox flex="1">
- <caption label="&name.box;"/>
- <vbox flex="1">
- <hbox>
- <label control="nickname" value="&nickname.label;"/>
- <textbox id="nickname" flex="1"/>
- </hbox>
- <hbox>
- <label control="firstname" value="&firstname.label;"/>
- <textbox id="firstname" flex="1"/>
- </hbox>
- <hbox>
- <label control="lastname" value="&lastname.label;"/>
- <textbox id="lastname" flex="1"/>
- </hbox>
- </vbox>
- </groupbox>
- </vbox>
-
- <!-- ** ICQnumber Tab ** -->
- <vbox index="icqnumber" flex="1">
- <label value="&icqnumber.title;"/>
- <spacer flex="1"/>
- <groupbox flex="1">
- <caption label="&icqnumber.box;"/>
- <hbox>
- <label control="icqnumber" value="&icqnumber.label;"/>
- <textbox id="icqnumber" flex="1"/>
- </hbox>
- </groupbox>
- </vbox>
-
- </tabpanels>
- </tabbox>
-
- </hbox>
-
- </overlay>
-
-