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"?>
- <?xul-overlay href="chrome://global/content/globalOverlay.xul"?>
-
- <!DOCTYPE window SYSTEM "chrome://aim/locale/sendfile.dtd">
-
- <window
- xmlns:html="http://www.w3.org/1999/xhtml" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" id="OutgoingFile" class="dialog"
- name="Incoming File Alert"
- title="window.title"
- onload="outgoingFileOnWinLoad()" onunload="outgoingFileOnWinUnLoad()"
- orient="vertical" screenX="10" screenY="10"
- windowtype="Aim:IncomingFile" persist="screenX screenY">
-
- <script language="JavaScript" src="chrome://aim/content/aimHelpers.js" />
- <script language="JavaScript" src="chrome://aim/content/sendfile.js" />
-
- <vbox id="sendfileouterbox" flex="1" >
- <hbox id="chooseFileBox" >
- <label value="&browse.label;"/>
- <spacer flex="1"/>
- <button oncommand="openfilepicker()" id="btnOpenFile" label="&file.label;" accesskey="F"/>
- <!--
- <button oncommand="openfilepicker()" id="btnOpenDirectory" label="Directory" accesskey="D"/>
- -->
- </hbox>
- <hbox>
- <textbox multiline="false" rows="1" columns="2" flex="1" id="filelocation" />
- </hbox>
- <!--
- <checkbox id="chkShowFullPath" label="Show full pathname of file to buddy"/>
- -->
- <description flex="1">
- &description.label;
- </description>
- <textbox id="message" class="sendfiletextbox" multiline="true" rows="5" flex="1" />
- <description flex="1">
- &warning.label;
- </description>
- <description flex="1">
- &trust.label;
- </description>
- <spacer flex="10"/>
- <box id="okCancelButtonsRight"/>
-
- </vbox>
- </window>
-