Chapter 13. Basic Subsystem Management
Figure 13.2. CA End-Entities Services Page
Most of the index.html file is JavaScript to dynamically create the tabs, profile lists, and menu
options. The HTML markup within the script can be edited to change the logo, colors, and text. For
example, this designs the top heading text and logo.
function loadTabs()
{
with (top.tabsf.document) {
writeln('<body onresize="top.doResize();" bgcolor="#cc0000" link="#FFFFFF"
vlink="#FFFFFF" alink="#CCCCFF">');
writeln('<table border=0 width="100%" cellspacing="0" cellpadding="0"
bgcolor="#cc0000">');
writeln('<tr><td>');
writeln('<table border=0 cellspacing=12 cellpadding=0>');
writeln('<tr>');
writeln('<td><img src="/ca/admin/console/img/logo_header.gif"></td>');
writeln('<td>
writeln('<td><font size="+1" face="PrimaSans BT, Verdana, sans-serif"
color="white"><b>Red Hat<sup><font color="#cccccc" size="-2">®</font></sup> Certificate
Manager</b> this is a test about stuff</font></td>');
writeln('</tr>');
writeln('</table>');
Likewise, the *.template files also use JavaScript to generate the pages, and the HTML markup
can be edited. The profile HTML pages use standard HTML markup with little generated content. For
example, this is from the Manual Enrollment profile, ManCAEnroll.html:
<body bgcolor="#FFFFFF">
<font size="+1" face="PrimaSans BT, Verdana, Arial, Helvetica, sans-serif">
Certificate Manager Enrollment (for Certificate Manager Administrators)
</font><br>
<Font size="-1" face="PrimaSans BT, Verdana, Arial, Helvetica, sans-serif">
Use this form to submit a request for a subordinate certificate authority's
signing certificate.
<p>
After you click the Submit button, your request will be submitted to an
issuing agent for approval. The certificate will be emailed to you.
</font>
302
</td>');
Need help?
Do you have a question about the CERTIFICATE SYSTEM 8.0 - ADMINISTRATION and is the answer not in the manual?
Questions and answers