home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
-
- <?xml-stylesheet href="chrome://aim/skin/dialogs.css" type="text/css"?>
-
- <?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
-
- <!DOCTYPE window SYSTEM "chrome://aim/locale/icqAuthIncoming.dtd">
-
- <window xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
- orient="vertical"
- title="&authaccept.title;"
- onload="OnLoadAuthAccept()"
- class="dialog">
-
- <script src="chrome://aim/content/icqAuthorization.js"/>
-
- <keyset id="keyset"/>
- <vbox flex="1">
- <hbox flex="1">
- <groupbox flex="1">
- <caption label="&from.label;"/>
- <hbox flex="1">
- <!-- <label value="&nickname.label;"/>
- <textbox id="nickname" flex="1" />
- <label value="&email.label;"/>
- <textbox id="email" flex="1" />-->
- </hbox>
- <hbox flex="1">
- <spacer flex="1"/>
- <label value="&icqnumber.label;"/>
- <textbox id="icqnumber" flex="1" />
- <spacer flex="1"/>
- </hbox>
- </groupbox>
- </hbox>
- <vbox flex="1">
- <description>&accept.msg;</description>
- <textbox id="acceptMsg" rows="5" flex="1" cols="75" readonly="true" multiline="true" wrap="soft" value="&defacceptMsg.label;" />
- </vbox>
- <hbox>
- <spacer flex="1"/>
- <button id="closeButton" label="&closeButton.label;" oncommand="onIcqCancel();"/>
- </hbox>
- </vbox>
-
- </window>
-