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 / sendfile.xul < prev    next >
Extensible Markup Language  |  2006-01-06  |  2KB  |  52 lines

  1. <?xml version="1.0"?> 
  2.  
  3. <?xml-stylesheet href="chrome://aim/skin/dialogs.css" type="text/css"?>
  4.  
  5. <?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
  6. <?xul-overlay href="chrome://global/content/globalOverlay.xul"?>
  7.  
  8. <!DOCTYPE window SYSTEM "chrome://aim/locale/sendfile.dtd">
  9.  
  10. <window 
  11.   xmlns:html="http://www.w3.org/1999/xhtml" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  12.   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" id="OutgoingFile" class="dialog"
  13.   name="Incoming File Alert" 
  14.   title="window.title" 
  15.   onload="outgoingFileOnWinLoad()" onunload="outgoingFileOnWinUnLoad()" 
  16.   orient="vertical" screenX="10" screenY="10"
  17.   windowtype="Aim:IncomingFile" persist="screenX screenY">
  18.   
  19.   <script language="JavaScript" src="chrome://aim/content/aimHelpers.js" />
  20.   <script language="JavaScript" src="chrome://aim/content/sendfile.js" />
  21.  
  22. <vbox id="sendfileouterbox" flex="1" >
  23.    <hbox id="chooseFileBox" >
  24.       <label value="&browse.label;"/>
  25.       <spacer flex="1"/>
  26.       <button oncommand="openfilepicker()" id="btnOpenFile" label="&file.label;" accesskey="F"/>
  27. <!--
  28.       <button oncommand="openfilepicker()" id="btnOpenDirectory" label="Directory" accesskey="D"/>
  29. -->
  30.    </hbox>
  31.    <hbox>
  32.       <textbox multiline="false" rows="1" columns="2" flex="1" id="filelocation" />
  33.    </hbox>
  34. <!--
  35.    <checkbox id="chkShowFullPath" label="Show full pathname of file to buddy"/>
  36. -->
  37.    <description flex="1">
  38.      &description.label;
  39.    </description>
  40.    <textbox id="message" class="sendfiletextbox" multiline="true" rows="5" flex="1" />
  41.   <description flex="1">
  42.     &warning.label;
  43.   </description>
  44.   <description flex="1">
  45.     &trust.label;
  46.   </description>
  47.   <spacer flex="10"/>
  48.   <box id="okCancelButtonsRight"/>
  49.  
  50. </vbox>
  51. </window>
  52.