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">
-
- <window
- 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"/>
-
- <box id="GetUserOrg">
- <text class="label" value="&fldUserName.label;" for="fldUserName" />
- <box id="UserNameField" orient="horizontal" flex="100%">
- <textbox name="fldUserName" id="fldUserName" flex="100%"/>
- </box>
- </box>
- <box orient="vertical">
- <spring flex="1"/>
- <box id="okCancelButtons"/> <!-- XUL overlay -->
- </box>
- </window>
-
-