gecko/testing/extensions/community/chrome/content/setup.xul
2007-07-19 15:55:03 -07:00

99 lines
3.4 KiB
XML

<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<?xml-stylesheet href="chome://qa/skin/" type="text/css"?>
<!DOCTYPE overlay [
<!ENTITY % qaDTD SYSTEM "chrome://qa/locale/qa.dtd"> %qaDTD;
]>
<wizard
id="qa-setup"
title="&qa.setup.title;"
height="625"
width="850"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:html="http://www.w3.org/1999/xhtml">
<stringbundleset id="stringbundleset">
<stringbundle id="bundle_qa" src="chrome://qa/locale/qa.properties" />
</stringbundleset>
<script type="application/x-javascript" src="chrome://qa/content/MochiKit/MochiKit.js" />
<script type="application/x-javascript" src="chrome://qa/content/prefs.js" />
<script type="application/x-javascript" src="chrome://qa/content/common.js" />
<script type="application/x-javascript" src="chrome://qa/content/litmus.js" />
<script type="application/x-javascript" src="chrome://qa/content/settings.js" />
<wizardpage pageid="welcome" label="&qa.setup.welcomeheader;">
<description>&qa.setup.welcometext;</description>
</wizardpage>
<wizardpage pageid="about" label="&qa.setup.aboutheader;">
<description>&qa.setup.abouttext;</description>
</wizardpage>
<wizardpage pageid="account" label="&qa.setup.accountheader;"
onpageshow="qaSetup.loadAccountSettings();"
onpageadvanced="return qaSetup.validateAccount();">
<description>&qa.setup.accounttext;</description>
<spacer height="20px" />
<label value="&qa.setup.haveaccount;"/>
<radiogroup id="qa-setup-account-haveaccount">
<radio value="0" label="&qa.setup.accountno;" onclick="qaSetup.accountSetting('0');"/>
<radio value="1" label="&qa.setup.accountyes;" onclick="qaSetup.accountSetting('1');"/>
</radiogroup>
<spacer height="20px" />
<vbox id="qa-setup-accountyes" style="display: none;">
<label value="&qa.setup.accountyes.enterinfo;"/>
<groupbox>
<hbox>
<vbox>
<label control="username" value="&qa.preferences.litmus.username;"/>
<textbox id="username" size="35"/>
<label control="password" value="&qa.preferences.litmus.password;"/>
<textbox id="password" type="password" size="35"/>
</vbox>
</hbox>
</groupbox>
<label id="qa-setup-accountconfirmloading"/>
</vbox>
<vbox id="qa-setup-accountno" style="display: none;">
<description>&qa.setup.accountno.text;</description>
<html:iframe id="qa-setup-createaccount-iframe"
height="280"/>
</vbox>
</wizardpage>
<wizardpage pageid="sysconfig" onpageshow="qaSetup.loadSysconfig();"
label="&qa.setup.sysconfig.header;"
onpageadvanced="return qaSetup.validateSysconfig();">
<vbox>
<description>&qa.setup.sysconfig.text;</description>
<spacer height="20px" />
<hbox>
<label control="qa-setup-platform" value="&qa.setup.sysconfig.platform;"/>
<menulist id="qa-setup-platform">
<menupopup>
</menupopup>
</menulist>
</hbox>
<spacer height="20px" />
<hbox>
<label control="qa-setup-opsys" value="&qa.setup.sysconfig.opsys;"/>
<menulist id="qa-setup-opsys">
<menupopup>
</menupopup>
</menulist>
</hbox>
<spacer height="20px" />
<label id="qa-setup-sysconfig-loading"/>
</vbox>
</wizardpage>
<wizardpage pageid="finish" onpageshow="qaSetup.finish();">
<description>&qa.setup.accountdone;</description>
</wizardpage>
</wizard>