home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
-
- <?xml-stylesheet href="chrome://aim/skin/imWindow.css" type="text/css"?>
- <?xml-stylesheet href="chrome://global/content/xul.css" type="text/css"?>
- <?xml-stylesheet href="chrome://global/skin/toolbar.css" type="text/css"?>
- <?xml-stylesheet href="chrome://global/skin/aim/toolbar.css" type="text/css"?>
- <?xml-stylesheet href="chrome://aim/skin/toolbar.css" type="text/css"?>
- <?xml-stylesheet href="chrome://global/skin/button.css" type="text/css"?>
- <?xml-stylesheet href="chrome://global/skin/toolbarbutton.css" type="text/css"?>
-
- <?xul-overlay href="chrome://global/content/globalOverlay.xul"?>
- <?xul-overlay href="chrome://communicator/content/tasksOverlay.xul"?>
- <?xul-overlay href="chrome://aim/content/IMKnockKnockOverlay.xul"?>
- <?xul-overlay href="chrome://aim/content/IMConverseOverlay.xul"?>
- <?xul-overlay href="chrome://communicator/content/communicatorOverlay.xul"?>
-
-
- <!DOCTYPE window SYSTEM "chrome://aim/locale/IM.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#"
- title="&AimIM.title;" id="AimIM" imMode="KnockKnock" name="AimIM" icqtitle="&AimIM_ICQ.title;"
- onload="AimIMOnWndLoad()" onunload="AimIMOnWndUnload()" windowtype="Aim:AimIM"
- orient="vertical" width="540" height="340" persist="screenX screenY width height">
-
- <broadcaster id="IMAttribs" imScreenName="" imMode="Normal" imAction="false" />
- <observes element="IMAttribs" attribute="imMode" />
- <observes element="IMAttribs" attribute="imAction" />
- <observes element="IMAttribs" attribute="imWarningPercent" onchange="AimIMUpdateWarningPercent()" />
- <!--<observes element="IMAttribs" attribute="imScreenName" onchange="AimIMUpdateFormTitle()" /> -->
- <broadcaster id="sessionComposeWatcher" sessionMode="Aim"/>
-
-
-
- <script language="JavaScript" src="chrome://aim/content/timestamps.js" />
- <script language="JavaScript" src="chrome://aim/content/aimHelpers.js" />
- <script language="JavaScript" src="chrome://global/content/strres.js" />
- <!-- <script language="JavaScript" src="chrome://communicator/content/utilityOverlay.js" /> S.Lang Jan 11 05 17:13 -->
- <script language="JavaScript" src="chrome://aim/content/Aim.js" />
- <script language="JavaScript" src="chrome://aim/content/AimIM.js" />
- <script language="JavaScript" src="chrome://aim/content/IM.js" />
- <script language="JavaScript" src="chrome://aim/content/AimAutoComplete.js"/>
- <script language="JavaScript" src="chrome://aim/content/AimBuddy.js"/>
- <script language="JavaScript" src="chrome://editor/content/editor.js"/>
- <!-- <script language="JavaScript" src="chrome://editor/content/editorUtilities.js"/> S.Lang Jan 11 05 18:20 -->
- <script language="JavaScript" src="chrome://aim/content/Warnings.js"/>
- <!-- <script language="JavaScript" src="chrome://editor/content/ComposerCommands.js"/> S.Lang Jan 11 05 18:28 -->
-
- <!-- image pre-cacheing -->
- <resourcebundle id="resource_bundle_aim_im" />
-
- <commandset id="tasksCommands">
- <commandset id="globalEditMenuItems"/>
- <commandset id="selectEditMenuItems"/>
- <commandset id="undoEditMenuItems"/>
- <commandset id="clipboardEditMenuItems"/>
- <commandset id="composerMenuItems"/>
- <commandset id="composerEditMenuItems"/>
- <commandset id="composerSaveMenuItems"/>
- <commandset id="composerStyleMenuItems"/>
- <!-- File Menu -->
- <command id="cmd_newNavigator"/>
- <command id="cmd_newMessage"/>
- <command id="cmd_IM" oncommand="aimIMInvokeIMForm(null)"/>
- <command id="cmd_close" oncommand="cmdFileClose()"/>
- <command id="cmd_printSetup" oncommand="goPageSetup()"/>
- <command id="cmd_print" oncommand="cmdFilePrint('im')"/>
- <command id="cmd_quit" disabled="true"/> <!-- MERC SL -->
- <command id="cmd_Send" disabled="true" oncommand="AimIMCmdSend(false)"/>
- <!-- Edit Menu -->
- <command id="cmd_undo"/>
- <command id="cmd_redo"/>
- <command id="cmd_cut"/>
- <command id="cmd_copy"/>
- <command id="cmd_paste"/>
- <command id="cmd_delete"/>
- <command id="cmd_selectAll"/>
- <command id="cmd_preferences" oncommand="openPrefWindow()"/>
- <!-- View Menu -->
- <command id="cmdViewToolbarsButtons" oncommand="goToggleToolbar( 'buttonToolbar','cmdViewToolbarsButtons');" checked="true"/>
- <command id="cmdViewToolbarsCompose" oncommand="goToggleToolbar( 'FormatToolbar','cmdViewToolbarsCompose');" checked="true"/>
- <!-- People Menu -->
- <commandset id="converseOverlayMenuItems"/>
- <command id="cmd_sendFile" oncommand="sendfile(AimIMGetFormScreenName())"/>
- </commandset>
-
-
- <keyset id="tasksKeys">
- <key id="key_newNavigator"/>
- <key id="key_newMessage"/>
- <key id="key_newIM" key="&IMCmd.key;" command="cmd_IM" modifiers="accel,shift"/>
- <key id="key_close"/>
- <key id="key_quit"/>
- <key id="key_sendIM" key="&IMSend.key;" command="cmd_Send" modifiers="alt"/>
- </keyset>
- <keyset id="editorKeys"/>
- <keyset id="converseOverlayMenuKeys"/>
-
- <popupset id="popup_set"/>
- <popupset id="aTooltipSet"/>
- <popupset id="aimContentContextPopup"/>
-
- <toolbox id="main_toolbox"/>
-
- <vbox id="KnockKnockOrg" name="KnockKnockOrg" flex="1" class="Hide-in-Icq">
- <observes element="sessionComposeWatcher" attribute="sessionMode"/>
- </vbox>
- <vbox id="ConverseOrg" name="ConverseOrg" flex="1"/>
-
- </window>
-