home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 December / PCWorld_2006-12_cd.bin / komunikace / netscape / nsb-install-8-1-2.exe / chrome / aim.jar / content / aim / migration.xul < prev    next >
Extensible Markup Language  |  2006-01-06  |  7KB  |  216 lines

  1. <?xml version="1.0"?>
  2.  
  3. <?xml-stylesheet href="chrome://communicator/skin/"?>
  4. <?xml-stylesheet href="chrome://aim/skin/wizards.css"?>
  5.  
  6. <!-- temp overlays -->
  7. <?xul-overlay href="chrome://aim/content/newActivationOverlay.xul"?>
  8.  
  9.  
  10.  
  11.  
  12. <!DOCTYPE window SYSTEM "chrome://aim/locale/migration.dtd">
  13.  
  14. <wizard windowtype="Aim:StartupWizard" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" 
  15.         id="migWiz" orient="vertical"
  16.         onwizardfinish="finishWizard()" onwizardcancel="return cancelWizard()" title="&window.title.label;" flex="1" 
  17.         width="500" 
  18.         height="480"
  19.         >
  20.  
  21.   <!-- NIM JS Files -->
  22.   <script type="application/x-javascript" src="chrome://aim/content/Aim.js"/>
  23.   <script type="application/x-javascript" src="chrome://aim/content/AimSession.js"/>
  24.   <script type="application/x-javaScript" src="chrome://aim/content/aimHelpers.js"/>
  25.   <!-- Wizard JS File -->
  26.   <script type="application/x-javascript" src="chrome://aim/content/migration.js"/>
  27.   <script type="application/x-javascript" src="chrome://aim/content/networkTransactions.js"/>
  28.  
  29.   <stringbundleset id="stringbundleset">
  30.     <stringbundle id="bundle_aim" src="chrome://aim/locale/aim.properties"/>
  31.   </stringbundleset>
  32.  
  33.   <!--
  34.     Page 1 can only go to page 2, 3, 4 or 5.  (This page chooses what option you want to take)
  35.     Page 2 can only finish.                   (This page is for using your activated screen name)
  36.     Page 3 can only finish.                   (This page is for picking an existing screen name, when none are found on your computer)
  37.     Page 4 can only finish.                   (This page is for picking an existing screen name, when AIM names ARE found on your computer)
  38.     Page 5 can only go to page 6.             (This page explains how to choose a new screen name in the next page)
  39.     Page 6 can only finish.                   (This page pops open the AOL web page for picking a new name, and lets you input it)
  40.   -->
  41.  
  42.  
  43.   <!--**************
  44.       *  Page One  *
  45.       **************-->
  46.       
  47.   <wizardpage id="p1" pageid="p1" label="&window.title.label;" description="&page1.description;" onpageshow="page1onLoad()" 
  48.               onpageadvanced="return page1Advanced();" finish="false" next="p2">
  49.     <description>&page1.intro.text;</description>
  50.  
  51.     <spacer flex="1"/>
  52.  
  53.     <vbox flex="1">
  54.       <radiogroup id="wizchoices">
  55.         <radio id="netcenter" label=""                     oncommand="setUseActivatedName();"/>
  56.         <radio id="migration" label="&page1.option2.text;" oncommand="setUseMyScreenName();" />
  57.         <radio id="setupname" label="&page1.option3.text;" oncommand="setUseNewScreenName();"/>
  58.       </radiogroup>
  59.     </vbox>  
  60.  
  61.     <spacer flex="1"/>
  62.  
  63.     <label value="&page1.next.text;"/> 
  64.   </wizardpage>
  65.  
  66.   <!--**************
  67.       *  Page Two  *
  68.       **************-->
  69.  
  70.   <wizardpage id="p2" pageid="p2" label="&window.title.label;" description="&page2.description;" onpageshow="page2onLoad()" finish="true">
  71.     <description>&page2.intro.text;</description>
  72.  
  73.     <spacer flex="1"/>
  74.  
  75.     <label value="&page2.finish.text;"/>
  76.   </wizardpage>
  77.   
  78.   <!--**************
  79.       * Page Three *
  80.       **************-->
  81.   
  82.   <wizardpage id="p3" pageid="p3" label="&window.title.label;" description="&page3.description;" onpageshow="page3onLoad()" finish="true">
  83.     <description>&page3.intro.text;</description>
  84.  
  85.     <spacer flex="1"/>
  86.  
  87.     <hbox>
  88.       <vbox flex="1">
  89.         <label control="inputscreenname" value="&page3.screenname.label;" />
  90.         <textbox id="p3inputscreenname"/>
  91.       </vbox>
  92.  
  93.       <spacer flex="1"/>
  94.  
  95.       <vbox flex="1">
  96.         <label control="inputpassword" value="&page3.password.label;" />
  97.         <textbox id="p3inputpassword" type="password"/>
  98.       </vbox>
  99.     </hbox>
  100.  
  101.     <spacer flex="1"/>
  102.  
  103.     <description>&page3.finish.text;</description>
  104.   </wizardpage>
  105.   
  106.   <!--**************
  107.       * Page Four  *
  108.       **************-->
  109.   
  110.   <wizardpage id="p4" pageid="p4" label="&window.title.label;" description="&page4.description;" onpageshow="page4onLoad()" finish="true">
  111.     <description>&page4.intro.text;</description> 
  112.  
  113.     <spacer flex="1"/>
  114.  
  115.     <hbox>
  116.       <vbox flex="1">
  117.         <label value="&page4.screenname.label;" control="inputscreenname"/>
  118.         <menulist id="p4inputscreenname" editable="true"/>
  119.       </vbox>
  120.   
  121.       <spacer flex="1"/>
  122.   
  123.       <vbox flex="1">
  124.         <label value="&page4.password.label;" control="inputpassword"/>
  125.         <textbox id="p4inputpassword" type="password"/>
  126.       </vbox>
  127.     </hbox>
  128.  
  129.     <checkbox id="p4migrateScreenNameCheck" label="&page4.dontmigrate.label;"/>
  130.  
  131.     <spacer flex="1"/>
  132.  
  133.     <description>&page4.finish.text;</description>
  134.   </wizardpage>
  135.   
  136.   <!--**************
  137.       *  Page Five  *
  138.       **************-->
  139.       
  140.   <wizardpage id="p5" pageid="p5" label="&window.title.label;" description="&page5.description;" onpageshow="page5onLoad()" finish="false" next="p6">
  141.     <description>&page5.intro.text;</description>
  142.  
  143.     <spacer flex="1"/>
  144.  
  145.     <description>&page5.finish.text;</description>
  146.   </wizardpage>
  147.   
  148.   <!--**************
  149.       *  Page Six  *
  150.       **************-->
  151.   
  152.   <wizardpage id="p6" pageid="p6" label="&window.title.label;" description="&page6.description;" onpageshow="page6onLoad()" finish="true">
  153.     <description>&page6.intro.text;</description>
  154.  
  155.     <spacer flex="1"/>
  156.  
  157.     <hbox>
  158.       <vbox flex="1">
  159.         <label control="inputscreenname" value="&page6.screenname.label;"/> 
  160.         <textbox id="p6inputscreenname"/>
  161.       </vbox>
  162.   
  163.       <spacer flex="1"/>
  164.   
  165.       <vbox flex="1">
  166.         <label control="inputpassword" value="&page6.password.label;"/> 
  167.         <textbox id="p6inputpassword" type="password"/>
  168.       </vbox>
  169.     </hbox>
  170.  
  171.     <spacer flex="1"/>
  172.  
  173.     <description>&page6.finish.text;</description> 
  174.   </wizardpage>
  175.  
  176.    <!--**************
  177.       *  Page Done  *
  178.       **************-->
  179.  
  180.   <wizardpage id="pdone" pageid="pdone" label="&window.title.label;" description="&pdone.description;" onpageshow="pdoneonLoad()" finish="true">
  181.     <description>&pdone.intro.text;</description>
  182.  
  183.     <separator/>
  184.  
  185.        <hbox>
  186.          <label class="label" value="&pdone.bullet;"/>
  187.          <label class="label" id="ImScreenName" value="&pdone.screennamedesc;"/>
  188.          <description flex="1" id="newScreenName" />
  189.        </hbox>
  190.  
  191.  
  192.     <spacer flex="1"/>
  193.  
  194.     <label value="&pdone.finish.text;"/>
  195.   </wizardpage>
  196.  
  197.  
  198.  <!-- overlay mail migration panels -->
  199.   <wizardpage id="ispPage1"/>
  200.   <wizardpage id="ispPage2"/>
  201.   <wizardpage id="ispPage3"/>
  202.   <wizardpage id="ispPage4"/>
  203.   <wizardpage id="ispPage5"/> 
  204.   <wizardpage id="ispPage6"/>
  205.   <wizardpage id="ispPage7"/>
  206.   <wizardpage id="ispPage8"/>
  207.   <wizardpage id="ispPage9"/>
  208.   <wizardpage id="ispPage10"/>
  209.   <wizardpage id="ispPage12"/>
  210.   <wizardpage id="ispPage13"/>
  211.   <wizardpage id="ispPage14"/>
  212.   <wizardpage id="ispPage15"/>
  213.   <wizardpage id="ispPage16"/>
  214.   <wizardpage id="ispPage17"/>
  215. </wizard>
  216.