home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2006 December
/
PCWorld_2006-12_cd.bin
/
komunikace
/
netscape
/
nsb-install-8-1-2.exe
/
chrome
/
aim.jar
/
content
/
aim
/
icqAuthSent.xul
< prev
next >
Wrap
Extensible Markup Language
|
2006-01-06
|
950b
|
30 lines
<?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="&authsent.title;"
class="dialog">
<script src="chrome://aim/content/icqAuthorization.js"/>
<keyset id="keyset"/>
<hbox flex="1">
<vbox flex="1">
<description>&authsent.msg1;</description>
<description>&authsent.msg2;</description>
<description>&authsent.msg3;</description>
</vbox>
<seperator/>
<vbox>
<spacer flex="1"/>
<button id="authsentButton" label="&authsentButton.label;" oncommand="window.close();" />
</vbox>
</hbox>
</window>