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/icqPreauthorization.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="&preauth.title;"
- class="dialog">
-
- <script src="chrome://aim/content/icqAuthorization.js"/>
-
- <keyset id="keyset"/>
- <vbox flex="1">
- <hbox flex="1">
- <vbox flex="1">
- <label value="&icqnumber.msg;" control="fldIcqNumber"/>
- <textbox id="fldIcqnumber"/>
- </vbox>
- <vbox flex="1">
- <button id="sendButton" label="&send.label;"/>
- <button id="cancelButton" label="&cancel.label;"/>
- </vbox>
- </hbox>
- <hbox flex="1">
- <vbox flex="1">
- <label value="&preauth.msg;" control="fldMsg"/>
- <textbox id="fldMsg" multiline="true"/>
- </vbox>
- </hbox>
- </vbox>
-
- </window>
-