зеркало из https://github.com/mozilla/gecko-dev.git
89 строки
2.4 KiB
HTML
89 строки
2.4 KiB
HTML
<!-- -*- Mode: HTML; tab-width: 8; indent-tabs-mode: nil -*-
|
|
|
|
The contents of this file are subject to the Netscape Public
|
|
License Version 1.1 (the "License"); you may not use this file
|
|
except in compliance with the License. You may obtain a copy of
|
|
the License at http://www.mozilla.org/NPL/
|
|
|
|
Software distributed under the License is distributed on an "AS
|
|
IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
|
implied. See the License for the specific language governing
|
|
rights and limitations under the License.
|
|
|
|
The Original Code is mozilla.org code.
|
|
|
|
The Initial Developer of the Original Code is Netscape
|
|
Communications Corporation. Portions created by Netscape are
|
|
Copyright (C) 1998 Netscape Communications Corporation. All
|
|
Rights Reserved.
|
|
|
|
Contributor(s):
|
|
-->
|
|
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 3.0//EN">
|
|
<HTML>
|
|
|
|
|
|
|
|
<HEAD>
|
|
<TITLE>Account Setup</TITLE>
|
|
|
|
<SCRIPT LANGUAGE = "JavaScript" ARCHIVE="asw.jar" SRC="needs2.js">
|
|
</SCRIPT>
|
|
|
|
<LINK REL=STYLESHEET TYPE="text/JavaScript" ARCHIVE="asw.jar" HREF="sheet.js">
|
|
</LINK>
|
|
|
|
</HEAD>
|
|
|
|
|
|
|
|
<BODY BACKGROUND="images/bg.gif" BGCOLOR="cccccc" onLoad="loadData()" ID="needs200">
|
|
|
|
|
|
<!-- The layer below contains the Account Setup identifier. -->
|
|
|
|
<LAYER NAME = "tagtext" LEFT = 420 TOP = 0 VISIBILITY = SHOW>
|
|
|
|
<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=200 ID="nospace">
|
|
<TR><TD HEIGHT=20 VALIGN=MIDDLE BACKGROUND="images/tag.gif">
|
|
<B CLASS="previewtag">ACCOUNT SETUP</B>
|
|
</TD></TR>
|
|
</TABLE>
|
|
|
|
</LAYER>
|
|
|
|
|
|
<!-- The layer below contains the headline and text of this screen -->
|
|
|
|
|
|
<FORM>
|
|
|
|
<P CLASS="title"><B>Preparing to Set Up Access</B></P>
|
|
|
|
<P>To set up Communicator to access your Internet account, you need to provide some or all of the following information:</P>
|
|
|
|
<UL>
|
|
<LI>Your account login name and password.</LI>
|
|
<LI>Your email login name and password, if different from your account login name and password.</LI>
|
|
<LI>Your Internet access phone number.</LI>
|
|
<LI>The Internet addresses of your provider's email, news, and DNS servers.</LI>
|
|
</UL>
|
|
|
|
<P ID="nospace">Your Internet service provider might have given you this information when you created your account. If you don't have the information you need, contact your provider's technical support office.</P>
|
|
|
|
<SCRIPT LANGUAGE="JavaScript" ID="needs201">
|
|
displaySupportNumber();
|
|
</SCRIPT>
|
|
|
|
<P>Click Next to continue.</P>
|
|
|
|
|
|
</FONT>
|
|
</TD>
|
|
</TR>
|
|
</TABLE>
|
|
|
|
|
|
</BODY>
|
|
</HTML>
|