home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
-
- <?xml-stylesheet href="chrome://communicator/skin/"?>
- <?xml-stylesheet href="chrome://aim/skin/wizards.css"?>
-
- <!-- temp overlays -->
- <?xul-overlay href="chrome://aim/content/newActivationOverlay.xul"?>
-
-
-
-
- <!DOCTYPE window SYSTEM "chrome://aim/locale/migration.dtd">
-
- <wizard windowtype="Aim:StartupWizard" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
- id="migWiz" orient="vertical"
- onwizardfinish="finishWizard()" onwizardcancel="return cancelWizard()" title="&window.title.label;" flex="1"
- width="500"
- height="480"
- >
-
- <!-- NIM JS Files -->
- <script type="application/x-javascript" src="chrome://aim/content/Aim.js"/>
- <script type="application/x-javascript" src="chrome://aim/content/AimSession.js"/>
- <script type="application/x-javaScript" src="chrome://aim/content/aimHelpers.js"/>
- <!-- Wizard JS File -->
- <script type="application/x-javascript" src="chrome://aim/content/migration.js"/>
- <script type="application/x-javascript" src="chrome://aim/content/networkTransactions.js"/>
-
- <stringbundleset id="stringbundleset">
- <stringbundle id="bundle_aim" src="chrome://aim/locale/aim.properties"/>
- </stringbundleset>
-
- <!--
- Page 1 can only go to page 2, 3, 4 or 5. (This page chooses what option you want to take)
- Page 2 can only finish. (This page is for using your activated screen name)
- Page 3 can only finish. (This page is for picking an existing screen name, when none are found on your computer)
- Page 4 can only finish. (This page is for picking an existing screen name, when AIM names ARE found on your computer)
- Page 5 can only go to page 6. (This page explains how to choose a new screen name in the next page)
- Page 6 can only finish. (This page pops open the AOL web page for picking a new name, and lets you input it)
- -->
-
-
- <!--**************
- * Page One *
- **************-->
-
- <wizardpage id="p1" pageid="p1" label="&window.title.label;" description="&page1.description;" onpageshow="page1onLoad()"
- onpageadvanced="return page1Advanced();" finish="false" next="p2">
- <description>&page1.intro.text;</description>
-
- <spacer flex="1"/>
-
- <vbox flex="1">
- <radiogroup id="wizchoices">
- <radio id="netcenter" label="" oncommand="setUseActivatedName();"/>
- <radio id="migration" label="&page1.option2.text;" oncommand="setUseMyScreenName();" />
- <radio id="setupname" label="&page1.option3.text;" oncommand="setUseNewScreenName();"/>
- </radiogroup>
- </vbox>
-
- <spacer flex="1"/>
-
- <label value="&page1.next.text;"/>
- </wizardpage>
-
- <!--**************
- * Page Two *
- **************-->
-
- <wizardpage id="p2" pageid="p2" label="&window.title.label;" description="&page2.description;" onpageshow="page2onLoad()" finish="true">
- <description>&page2.intro.text;</description>
-
- <spacer flex="1"/>
-
- <label value="&page2.finish.text;"/>
- </wizardpage>
-
- <!--**************
- * Page Three *
- **************-->
-
- <wizardpage id="p3" pageid="p3" label="&window.title.label;" description="&page3.description;" onpageshow="page3onLoad()" finish="true">
- <description>&page3.intro.text;</description>
-
- <spacer flex="1"/>
-
- <hbox>
- <vbox flex="1">
- <label control="inputscreenname" value="&page3.screenname.label;" />
- <textbox id="p3inputscreenname"/>
- </vbox>
-
- <spacer flex="1"/>
-
- <vbox flex="1">
- <label control="inputpassword" value="&page3.password.label;" />
- <textbox id="p3inputpassword" type="password"/>
- </vbox>
- </hbox>
-
- <spacer flex="1"/>
-
- <description>&page3.finish.text;</description>
- </wizardpage>
-
- <!--**************
- * Page Four *
- **************-->
-
- <wizardpage id="p4" pageid="p4" label="&window.title.label;" description="&page4.description;" onpageshow="page4onLoad()" finish="true">
- <description>&page4.intro.text;</description>
-
- <spacer flex="1"/>
-
- <hbox>
- <vbox flex="1">
- <label value="&page4.screenname.label;" control="inputscreenname"/>
- <menulist id="p4inputscreenname" editable="true"/>
- </vbox>
-
- <spacer flex="1"/>
-
- <vbox flex="1">
- <label value="&page4.password.label;" control="inputpassword"/>
- <textbox id="p4inputpassword" type="password"/>
- </vbox>
- </hbox>
-
- <checkbox id="p4migrateScreenNameCheck" label="&page4.dontmigrate.label;"/>
-
- <spacer flex="1"/>
-
- <description>&page4.finish.text;</description>
- </wizardpage>
-
- <!--**************
- * Page Five *
- **************-->
-
- <wizardpage id="p5" pageid="p5" label="&window.title.label;" description="&page5.description;" onpageshow="page5onLoad()" finish="false" next="p6">
- <description>&page5.intro.text;</description>
-
- <spacer flex="1"/>
-
- <description>&page5.finish.text;</description>
- </wizardpage>
-
- <!--**************
- * Page Six *
- **************-->
-
- <wizardpage id="p6" pageid="p6" label="&window.title.label;" description="&page6.description;" onpageshow="page6onLoad()" finish="true">
- <description>&page6.intro.text;</description>
-
- <spacer flex="1"/>
-
- <hbox>
- <vbox flex="1">
- <label control="inputscreenname" value="&page6.screenname.label;"/>
- <textbox id="p6inputscreenname"/>
- </vbox>
-
- <spacer flex="1"/>
-
- <vbox flex="1">
- <label control="inputpassword" value="&page6.password.label;"/>
- <textbox id="p6inputpassword" type="password"/>
- </vbox>
- </hbox>
-
- <spacer flex="1"/>
-
- <description>&page6.finish.text;</description>
- </wizardpage>
-
- <!--**************
- * Page Done *
- **************-->
-
- <wizardpage id="pdone" pageid="pdone" label="&window.title.label;" description="&pdone.description;" onpageshow="pdoneonLoad()" finish="true">
- <description>&pdone.intro.text;</description>
-
- <separator/>
-
- <hbox>
- <label class="label" value="&pdone.bullet;"/>
- <label class="label" id="ImScreenName" value="&pdone.screennamedesc;"/>
- <description flex="1" id="newScreenName" />
- </hbox>
-
-
- <spacer flex="1"/>
-
- <label value="&pdone.finish.text;"/>
- </wizardpage>
-
-
- <!-- overlay mail migration panels -->
- <wizardpage id="ispPage1"/>
- <wizardpage id="ispPage2"/>
- <wizardpage id="ispPage3"/>
- <wizardpage id="ispPage4"/>
- <wizardpage id="ispPage5"/>
- <wizardpage id="ispPage6"/>
- <wizardpage id="ispPage7"/>
- <wizardpage id="ispPage8"/>
- <wizardpage id="ispPage9"/>
- <wizardpage id="ispPage10"/>
- <wizardpage id="ispPage12"/>
- <wizardpage id="ispPage13"/>
- <wizardpage id="ispPage14"/>
- <wizardpage id="ispPage15"/>
- <wizardpage id="ispPage16"/>
- <wizardpage id="ispPage17"/>
- </wizard>
-