home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
-
- <?xml-stylesheet href="chrome://aim/content/activation.css" type="text/css"?>
- <!DOCTYPE window [
- <!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" >
- %brandDTD;
- <!ENTITY % newActivationOverlayDTD SYSTEM "chrome://communicator/locale/profile/newActivationOverlay.dtd" >
- %newActivationOverlayDTD;
- ]>
-
- <overlay id="activationOverlay"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
-
- <script type="application/x-javascript" src="chrome://aim/content/newActivationOverlay.js"/>
- <stringbundle id="bundle_activation" src="chrome://communicator/locale/profile/activation.properties"/>
- <stringbundle id="bundle_brand" src="chrome://global/locale/brand.properties"/>
-
- <wizardpage id="ispPage1" pageid="ispPage1"
- onpageshow="return accountTypeLoad();"
- onpageadvanced="return accountTypeUnLoad();"
- label="&webMailAccountTitle.label;">
-
- <script type="application/x-javascript" src="chrome://communicator/content/profile/acctTypeOverlay.js"/>
-
- <vbox id="act_accounttype">
- <description>&chooseAccount.label;</description>
- <separator/>
- <radiogroup name="webmailAccount" id="webmailAccount">
- <radio id="existingaccount" value="existingaccount"
- oncommand="selectedExistingAccount();"
- selected="true"
- label="&existingWebmailAccount.label;"/>
-
- <radio id="newaccount" value="newaccount"
- oncommand="selectedNewAccount();"
- label="&newWebmailAccount.label;"/>
- </radiogroup>
- </vbox>
- </wizardpage>
-
- </overlay>
-