109 lines
4.1 KiB
HTML
109 lines
4.1 KiB
HTML
<!-- -*- Mode: HTML; tab-width: 2; 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.
|
|
-->
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
|
|
<HEAD>
|
|
<LINK REL=STYLESHEET TYPE="text/JavaScript" HREF="cpsheet.htm" TITLE="Account Setup">
|
|
|
|
<TITLE>Account Setup Editor Help</TITLE>
|
|
|
|
<SCRIPT>
|
|
function moveNavLayer()
|
|
{
|
|
var newTop = 0;
|
|
var docHeight = document.height;
|
|
var windowHeight = window.innerHeight;
|
|
|
|
if (windowHeight-docHeight > 20) {
|
|
newTop = windowHeight-40;
|
|
|
|
document.layers['navLayer'].top = newTop;
|
|
document.layers['navLayer'].visibility = "show";
|
|
}
|
|
|
|
else {
|
|
|
|
newTop = docHeight-40;
|
|
|
|
document.layers['navLayer'].top = newTop;
|
|
document.layers['navLayer'].visibility = "show";
|
|
}
|
|
|
|
}
|
|
</SCRIPT>
|
|
|
|
<SCRIPT LANGUAGE="JavaScript">
|
|
function getOnlineDocs(inFileName)
|
|
{
|
|
//get the platform
|
|
var thePlatform = new String(navigator.userAgent);
|
|
var x=thePlatform.indexOf("(")+1;
|
|
var y=thePlatform.indexOf(";",x+1);
|
|
thePlatform=thePlatform.substring(x,y);
|
|
|
|
if (thePlatform == "Macintosh") {
|
|
var theLoc = ("../../../Online Docs/" + inFileName);
|
|
top.open(theLoc, "newwing");
|
|
window.close("asehelp");
|
|
}
|
|
else {
|
|
var theLoc = ("../../../../Online docs/" + inFileName);
|
|
top.open(theLoc, "newwing");
|
|
window.close("asehelp");
|
|
}
|
|
}
|
|
</SCRIPT>
|
|
</HEAD>
|
|
|
|
<BODY TEXT="#000000" BGCOLOR="#CCCCFF" LINK="#FFFFFF" VLINK="#FFFFFF" ALINK="#0000FF" onLoad='moveNavLayer()'>
|
|
|
|
<P CLASS="title"><B>Style Sheets in Account Setup</B></P>
|
|
|
|
<P>Account Setup uses JavaScript Style Sheets to control some aspects of the display of text in its screens. The primary reason for using JavaScript Style Sheets is to ensure a uniform appearance and layout across all of the Windows and Macintosh platforms in the defined space of the Account Setup window. Style sheets also enable you to make global changes to fonts, positioning, and many other text attributes from a central file. </P>
|
|
|
|
<P>However, because the style sheets are signed, you can only change the styles if you are planning to re-sign the Account Setup files. Refer to <A HREF="about:blank" onclick="getOnlineDocs('asefm.htm?toc-link=docs/asehelp.htm#sheets'); return false" STYLE="color='0000EE'">Style Sheets in Account Setup</A> for more information.</P>
|
|
|
|
|
|
<P><B>Turning Off Style Sheets</B></P>
|
|
|
|
<P>If you don't want to use the style sheets referenced by Account Setup, you can turn off the style sheets by removing the <TT><LINK></LINK></TT> tag from the <TT>HEAD</TT> element of the files. You can then define fonts locally or use default HTML formatting for the files. </P>
|
|
|
|
|
|
<P><B>Style Sheets and JavaScript Signing</B></P>
|
|
|
|
<P>All of the screens of Account Setup are signed with Netscape's certificate, for security.</P>
|
|
|
|
<P>If you make changes to the style sheets, you must then re-sign the Account Setup files with your own signing certificate. For more information on how to re-sign the Account Setup files, refer to the <A HREF="about:blank" onclick="getOnlineDocs('jssfm.htm'); return false" STYLE="color='0000EE'">Signing the Account Setup Files</A> section of the Mission Control Guide.</P>
|
|
|
|
|
|
|
|
<LAYER NAME = "navLayer" HEIGHT=16 LEFT =10 visibility = "hide">
|
|
<TABLE WIDTH=100% CELLSPACING=0 CELLPADDING=0 BORDER=1>
|
|
<TR><TD HEIGHT=20 VALIGN=CENTER ALIGN=LEFT BGCOLOR="000066" >
|
|
<FONT STYLE="COLOR='FFFFFF';marginLeft='4';textDecoration='none';fontFamily='PrimaSans BT, Helvetica,Arial';fontSize='9';fontWeight='bold'">
|
|
|
|
[<A HREF = "javascript:history.back()">BACK</A>]
|
|
|
|
</FONT></TD></TR>
|
|
</TABLE>
|
|
</LAYER>
|
|
|
|
</BODY>
|
|
</HTML>
|