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 / IM.xul < prev    next >
Extensible Markup Language  |  2006-01-06  |  6KB  |  112 lines

  1. <?xml version="1.0"?> 
  2.  
  3. <?xml-stylesheet href="chrome://aim/skin/imWindow.css" type="text/css"?>
  4. <?xml-stylesheet href="chrome://global/content/xul.css" type="text/css"?>
  5. <?xml-stylesheet href="chrome://global/skin/toolbar.css" type="text/css"?>
  6. <?xml-stylesheet href="chrome://global/skin/aim/toolbar.css" type="text/css"?>
  7. <?xml-stylesheet href="chrome://aim/skin/toolbar.css" type="text/css"?>
  8. <?xml-stylesheet href="chrome://global/skin/button.css" type="text/css"?>
  9. <?xml-stylesheet href="chrome://global/skin/toolbarbutton.css" type="text/css"?>
  10.  
  11. <?xul-overlay href="chrome://global/content/globalOverlay.xul"?>
  12. <?xul-overlay href="chrome://communicator/content/tasksOverlay.xul"?>
  13. <?xul-overlay href="chrome://aim/content/IMKnockKnockOverlay.xul"?>
  14. <?xul-overlay href="chrome://aim/content/IMConverseOverlay.xul"?>
  15. <?xul-overlay href="chrome://communicator/content/communicatorOverlay.xul"?>
  16.  
  17.  
  18. <!DOCTYPE window SYSTEM "chrome://aim/locale/IM.dtd" >
  19.  
  20. <window xmlns:html="http://www.w3.org/1999/xhtml"
  21.         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  22.         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
  23.         title="&AimIM.title;" id="AimIM" imMode="KnockKnock" name="AimIM" icqtitle="&AimIM_ICQ.title;"
  24.         onload="AimIMOnWndLoad()" onunload="AimIMOnWndUnload()" windowtype="Aim:AimIM"
  25.         orient="vertical" width="540" height="340" persist="screenX screenY width height">
  26.  
  27.   <broadcaster id="IMAttribs" imScreenName="" imMode="Normal" imAction="false" />
  28.   <observes element="IMAttribs" attribute="imMode" />
  29.   <observes element="IMAttribs" attribute="imAction" />
  30.   <observes element="IMAttribs" attribute="imWarningPercent" onchange="AimIMUpdateWarningPercent()" />
  31.   <!--<observes element="IMAttribs" attribute="imScreenName" onchange="AimIMUpdateFormTitle()" /> -->
  32.   <broadcaster id="sessionComposeWatcher" sessionMode="Aim"/>
  33.  
  34.  
  35.  
  36.   <script language="JavaScript" src="chrome://aim/content/timestamps.js" />
  37.   <script language="JavaScript" src="chrome://aim/content/aimHelpers.js" />
  38.   <script language="JavaScript" src="chrome://global/content/strres.js" />
  39.   <!-- <script language="JavaScript" src="chrome://communicator/content/utilityOverlay.js" /> S.Lang Jan 11 05 17:13 -->
  40.   <script language="JavaScript" src="chrome://aim/content/Aim.js" />
  41.   <script language="JavaScript" src="chrome://aim/content/AimIM.js" />
  42.   <script language="JavaScript" src="chrome://aim/content/IM.js" />
  43.   <script language="JavaScript" src="chrome://aim/content/AimAutoComplete.js"/>
  44.   <script language="JavaScript" src="chrome://aim/content/AimBuddy.js"/>
  45.   <script language="JavaScript" src="chrome://editor/content/editor.js"/>
  46.   <!-- <script language="JavaScript" src="chrome://editor/content/editorUtilities.js"/>  S.Lang Jan 11 05 18:20 -->
  47.   <script language="JavaScript" src="chrome://aim/content/Warnings.js"/>
  48.   <!-- <script language="JavaScript" src="chrome://editor/content/ComposerCommands.js"/> S.Lang Jan 11 05 18:28 -->
  49.  
  50.   <!-- image pre-cacheing  -->
  51.   <resourcebundle id="resource_bundle_aim_im" />
  52.     
  53.   <commandset id="tasksCommands">
  54.     <commandset id="globalEditMenuItems"/>
  55.     <commandset id="selectEditMenuItems"/>
  56.     <commandset id="undoEditMenuItems"/>
  57.     <commandset id="clipboardEditMenuItems"/>
  58.     <commandset id="composerMenuItems"/>
  59.     <commandset id="composerEditMenuItems"/>
  60.     <commandset id="composerSaveMenuItems"/>    
  61.     <commandset id="composerStyleMenuItems"/>
  62.     <!-- File Menu -->
  63.     <command id="cmd_newNavigator"/>
  64.     <command id="cmd_newMessage"/>
  65.     <command id="cmd_IM"  oncommand="aimIMInvokeIMForm(null)"/>
  66.     <command id="cmd_close" oncommand="cmdFileClose()"/>
  67.     <command id="cmd_printSetup" oncommand="goPageSetup()"/>
  68.     <command id="cmd_print" oncommand="cmdFilePrint('im')"/>
  69.     <command id="cmd_quit" disabled="true"/>   <!-- MERC SL -->
  70.     <command id="cmd_Send" disabled="true" oncommand="AimIMCmdSend(false)"/>
  71.     <!-- Edit Menu -->
  72.     <command id="cmd_undo"/>
  73.     <command id="cmd_redo"/>
  74.     <command id="cmd_cut"/>
  75.     <command id="cmd_copy"/>
  76.     <command id="cmd_paste"/>
  77.     <command id="cmd_delete"/>
  78.     <command id="cmd_selectAll"/>
  79.     <command id="cmd_preferences" oncommand="openPrefWindow()"/> 
  80.     <!-- View Menu -->
  81.     <command id="cmdViewToolbarsButtons" oncommand="goToggleToolbar( 'buttonToolbar','cmdViewToolbarsButtons');" checked="true"/>
  82.     <command id="cmdViewToolbarsCompose" oncommand="goToggleToolbar( 'FormatToolbar','cmdViewToolbarsCompose');" checked="true"/>
  83.     <!-- People Menu -->
  84.     <commandset id="converseOverlayMenuItems"/>
  85.     <command id="cmd_sendFile" oncommand="sendfile(AimIMGetFormScreenName())"/>
  86.   </commandset>
  87.  
  88.   
  89.   <keyset id="tasksKeys">
  90.     <key id="key_newNavigator"/>
  91.     <key id="key_newMessage"/>
  92.     <key id="key_newIM"  key="&IMCmd.key;" command="cmd_IM" modifiers="accel,shift"/>
  93.     <key id="key_close"/>
  94.     <key id="key_quit"/> 
  95.     <key id="key_sendIM" key="&IMSend.key;" command="cmd_Send" modifiers="alt"/>
  96.   </keyset>
  97.   <keyset id="editorKeys"/>
  98.   <keyset id="converseOverlayMenuKeys"/>
  99.  
  100.   <popupset id="popup_set"/>
  101.   <popupset id="aTooltipSet"/>
  102.   <popupset id="aimContentContextPopup"/>
  103.  
  104.   <toolbox id="main_toolbox"/>
  105.   
  106.   <vbox id="KnockKnockOrg" name="KnockKnockOrg" flex="1" class="Hide-in-Icq">
  107.     <observes element="sessionComposeWatcher"  attribute="sessionMode"/>
  108.   </vbox>
  109.   <vbox id="ConverseOrg" name="ConverseOrg" flex="1"/>
  110.         
  111. </window>
  112.