80 lines
2.8 KiB
Cheetah
80 lines
2.8 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.0 (the "NPL"); you may not use this file except in
|
|
compliance with the NPL. You may obtain a copy of the NPL at
|
|
http://www.mozilla.org/NPL/
|
|
|
|
Software distributed under the NPL is distributed on an "AS IS" basis,
|
|
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
|
|
for the specific language governing rights and limitations under the
|
|
NPL.
|
|
|
|
The Initial Developer of this code under the NPL is Netscape
|
|
Communications Corporation. Portions created by Netscape are
|
|
Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
|
Reserved.
|
|
-->
|
|
<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>
|