84 lines
2.9 KiB
Cheetah
84 lines
2.9 KiB
Cheetah
<!-- -*- 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):
|
|
-->
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE>Account Setup</TITLE>
|
|
<SCRIPT LANGUAGE="JavaScript" SRC="metadata/html/compare.js"></SCRIPT>
|
|
<LINK REL=STYLESHEET TYPE="text/JavaScript" ARCHIVE="asw.jar" HREF="sheet.js"></LINK>
|
|
</HEAD>
|
|
|
|
<BODY BGCOLOR="FFFFFF" ONLOAD="loadData()">
|
|
|
|
<!-- The layer below contains the headline and text of this screen -->
|
|
|
|
<LAYER NAME="allisp" LEFT=0 VISIBILITY="hide">
|
|
|
|
<ILAYER LEFT=0 NAME="level1isp">
|
|
<LAYER NAME="control" HEIGHT=20>
|
|
<LAYER LEFT=200 NAME="hide"><P CLASS="compare"></P></LAYER>
|
|
<LAYER LEFT=200 NAME="show"></LAYER>
|
|
</LAYER>
|
|
<LAYER TOP=20 NAME="levelDisplay">
|
|
###level1###
|
|
</LAYER>
|
|
</ILAYER>
|
|
|
|
<ILAYER LEFT=0 NAME="level2isp">
|
|
<LAYER NAME="control" HEIGHT=20>
|
|
|
|
<LAYER LEFT=200 NAME="hide">
|
|
<A HREF="about:blank"
|
|
onClick="document.images['hide'].src='metadata/images/preshide.gif'; toggle( 'level2isp' ); document.images['hide'].src='metadata/images/nomohide.gif'; return false;"
|
|
onMouseOver="document.images['hide'].src='metadata/images/mohide.gif'"
|
|
onMouseOut="document.images['hide'].src='metadata/images/nomohide.gif'">
|
|
<IMG NAME="hide" SRC="metadata/images/nomohide.gif" BORDER=0 HEIGHT=29 WIDTH=129></A>
|
|
</LAYER>
|
|
<LAYER LEFT=200 NAME="show">
|
|
<A HREF="about:blank"
|
|
onClick="document.images['show'].src='metadata/images/presshow.gif'; toggle( 'level2isp' ); document.images['show'].src='metadata/images/nomoshow.gif'; return false;"
|
|
onMouseOver="document.images['show'].src='metadata/images/moshow.gif'"
|
|
onMouseOut="document.images['show'].src='metadata/images/nomoshow.gif'">
|
|
<IMG NAME="show" SRC="metadata/images/nomoshow.gif" BORDER=0 HEIGHT=29 WIDTH=129></A>
|
|
</LAYER>
|
|
|
|
</LAYER>
|
|
|
|
<LAYER TOP=20 NAME="levelDisplay">
|
|
###level2###
|
|
</LAYER>
|
|
</ILAYER>
|
|
|
|
</LAYER>
|
|
|
|
<SCRIPT LANGUAGE="JavaScript1.2">
|
|
document.allisp.visibility="show";
|
|
document.allisp.layers.level1isp.visibility="show";
|
|
document.allisp.layers.level1isp.layers.control.layers.hide.visibility="show";
|
|
document.allisp.layers.level2isp.visibility="show";
|
|
document.allisp.layers.level2isp.layers.control.layers.show.visibility="show";
|
|
syncTabs();
|
|
//toggleTab( null );
|
|
</SCRIPT>
|
|
|
|
</BODY>
|
|
</HTML>
|