70 lines
5.5 KiB
HTML
70 lines
5.5 KiB
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html
|
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html lang="en-us" xml:lang="en-us">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="security" content="public" />
|
|
<meta name="Robots" content="index,follow" />
|
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
|
<meta name="DC.Type" content="concept" />
|
|
<meta name="DC.Title" content="Style sheets" />
|
|
<meta name="abstract" content="iSeries Access for Web uses Cascading Style Sheets (CSS) to control certain aspects of the appearance of page content." />
|
|
<meta name="description" content="iSeries Access for Web uses Cascading Style Sheets (CSS) to control certain aspects of the appearance of page content." />
|
|
<meta name="DC.Relation" scheme="URI" content="rzammlogintemplate.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzammcustomizedpage.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzammspecialtags.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzammhomepage.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzammpagetemplate.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzammlogintemplate.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2003, 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2003, 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="rzammstylesheet" />
|
|
<meta name="DC.Language" content="en-us" />
|
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
|
<!-- US Government Users Restricted Rights -->
|
|
<!-- Use, duplication or disclosure restricted by -->
|
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
|
<title>Style sheets</title>
|
|
</head>
|
|
<body id="rzammstylesheet"><a name="rzammstylesheet"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Style sheets</h1>
|
|
<div><p>iSeries™ Access
|
|
for Web uses Cascading Style Sheets (CSS) to control certain aspects of the
|
|
appearance of page content.</p>
|
|
<p>The default style sheet controls the look of the page header, page footer,
|
|
navigation bar and page content. This style sheet is referenced from the default
|
|
home page, default page template, and default login template using the %%STYLESHEET%%
|
|
special tag. The default style sheet is supplied in /QIBM/ProdData/Access/Web2/html/iwa_styles.css.</p>
|
|
<p>A second style sheet overrides the colors used in the default style sheet
|
|
with the colors used by iSeries Access for Web prior to V5R4M0. This style
|
|
sheet is referenced from the classic page template (/QIBM/ProdData/Access/Web2/html/webaccess_classic.html)
|
|
using the %%STYLESHEET_CLASSIC_COLORS%% special tag. This style sheet is supplied
|
|
in /QIBM/ProdData/Access/Web2/html/iwa_classic_colors.css.</p>
|
|
<p>The iSeries Access
|
|
for Web style sheets can be used with a customized home page, page template,
|
|
or login template. Use the %%STYLESHEET%% and %%STYLESHEET_CLASSIC_COLORS%%
|
|
special tags to include the style sheets in your customized files.</p>
|
|
<p>Customized style sheets can be created using the iSeries Access for Web style sheets as
|
|
a starting point. The customized style sheets must be referenced from a customized
|
|
home page, page template, or login template. This requires knowledge of using
|
|
CSS with HTML.</p>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzammlogintemplate.htm" title="The login template supplies content to display before and after the login form when iSeries Access for Web is configured for form-based, application server authentication.">Login template</a></div>
|
|
</div>
|
|
<div class="relconcepts"><strong>Related concepts</strong><br />
|
|
<div><a href="rzammcustomizedpage.htm" title="Portions of the iSeries Access for Web content are retrieved from static HTML files. A style sheet is also used to control aspects of the product's appearance. User-supplied files can be used in place of the default implementations. The following considerations exist for creating these user-supplied files:">Customized content</a></div>
|
|
<div><a href="rzammspecialtags.htm" title="Portions of the iSeries Access for Web content are retrieved from static HTML files. There are default implementations for this content. Alternatively, user-supplied files can be used. A number of special tags can be used within these files. When these tags are encountered, they are replaced with the appropriate content.">Special tags</a></div>
|
|
<div><a href="rzammhomepage.htm" title="The home page is displayed when the iSeries Access for Web home page URL is accessed.">Home page</a></div>
|
|
<div><a href="rzammpagetemplate.htm" title="The iSeries Access for Web page template contains static content to display before and after dynamically generated content on functional pages.">Page template</a></div>
|
|
<div><a href="rzammlogintemplate.htm" title="The login template supplies content to display before and after the login form when iSeries Access for Web is configured for form-based, application server authentication. For information on form-based, application server authentication, see Security considerations.">Login template</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |