home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
-
- <?xml-stylesheet href="chrome://aim/skin/prefPanels.css" type="text/css"?>
-
- <?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
-
- <!DOCTYPE window SYSTEM "chrome://communicator/locale/pref/pref-IM_getuser.dtd">
-
- <page xmlns:html="http://www.w3.org/1999/xhtml"
- 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" onload="GetUserOnLoad();" title="&GetUser.title;">
-
- <script language="JavaScript" src="chrome://aim/content/aimHelpers.js"/>
- <script language="JavaScript" src="chrome://aim/content/prefIM.js"/>
-
- <!-- must include keyset for "esc" and "return" to function properly -->
- <keyset id="dialogKeys"/>
-
- <hbox id="GetUserOrg">
- <label value="&fldUserName.label;" control="fldUserName" />
- <hbox id="UserNameField" flex="1">
- <textbox name="fldUserName" id="fldUserName" flex="100%"/>
- </hbox>
- </hbox>
-
- <hbox id="okCancelButtonsRight"/>
-
- </page>
-