update the account wizard to specs, fix typos, fix layout, and summarize the account at the end of the setup

This commit is contained in:
alecf%netscape.com 1999-09-22 06:08:08 +00:00
Родитель 381ae43187
Коммит a147d0e107
5 изменённых файлов: 28 добавлений и 4 удалений

Просмотреть файл

@ -125,6 +125,8 @@ function initializePage(win, hash) {
for (var i=0; i<inputs.length; i++) {
restoreValue(hash, inputs[i]);
}
if (win.onInit) win.onInit();
}

Просмотреть файл

@ -1,6 +1,7 @@
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://messenger/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://messenger/skin/wizard.css" type="text/css"?>
<!--
The contents of this file are subject to the Netscape Public

Просмотреть файл

@ -1,7 +1,7 @@
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://messenger/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://messenger/skin/wizard.css" type="text/css"?>
<!--
The contents of this file are subject to the Netscape Public
License Version 1.1 (the "License"); you may not use this file
@ -26,6 +26,27 @@ Rights Reserved.
<window id="done" xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
align="vertical"
onload="parent.wizardPageLoaded('done');">
<html:script src="aw-done.js"/>
<box class="title" align="horizontal">
<html:div class="title">&completionTitle.label;</html:div>
<spring flex="100%"/>
<titledbutton class="plain" src="chrome://navigator/skin/animthrob_single.gif"/>
</box>
<html:input type="hidden" name="server.username" id="server.username"/>
<html:input type="hidden" name="identity.email" id="identity.email"/>
<html:div>&completionText.label;</html:div>
<html:p/>
<box align="horizontal">
<html:div>&userNamePrefix.label;</html:div>
<html:div id="server.username.text"/>
</box>
<box align="horizontal">
<html:div>&emailPrefix.label;</html:div>
<html:div id="identity.email.text"/>
</box>
<html:p/>
<html:div>&setupAnother.label;</html:div>
</window>

Просмотреть файл

@ -28,6 +28,7 @@ Rights Reserved.
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
align="vertical"
onload="parent.wizardPageLoaded('login');">
<box class="title" align="horizontal">
<html:div class="title">&loginTitle.label;</html:div>
<spring flex="100%"/>
@ -55,7 +56,7 @@ Rights Reserved.
<html:div>&passwordDesc.label;</html:div>
<html:div>
&passwordLabel.label;
<html:input type="password" name="password" id="password"/>
<html:input type="password" name="server.password" id="server.password"/>
</html:div>
</html:div>
</box>

Просмотреть файл

@ -26,9 +26,9 @@ Rights Reserved.
<!DOCTYPE window SYSTEM "chrome://messenger/locale/aw-server.dtd" >
<window id="serverpage" xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
align="vertical"
onload="parent.wizardPageLoaded('server');">
<box align="vertical" style="width: 100%; height: 100%; margin: 10px">
<box class="title" align="horizontal">
<html:div class="title">&serverTitle.label;</html:div>
<spring flex="100%"/>
@ -62,5 +62,4 @@ Rights Reserved.
<html:input type="text" id="smtp.hostname" name="smtp.hostname"/>
</html:div>
</box>
</box>
</window>