</style>
</head>
<body bgcolor="#ffffff">
+<a name="pagetop"></a>
<xsl:apply-templates select="biglogo"/>
<xsl:apply-templates select="header">
<xsl:with-param name="title" select="@title"/>
</xsl:template>
<xsl:template match="header" name="header">
+ <a name="pagetop"></a>
<div id="vfeed"></div>
<div class="webtitle"><div class="webtitle-inner">
<table cellpadding="0" cellspacing="0" border="0" align="left"><tr>
</td><td>
<a href="/"><img src="/logos/csc_title.png"/></a>
</td><td valign="top" align="right">
- <script language="javascript" src="/ajax.js"></script>
- <script language="javascript" src="/vfeed.js"></script>
- <noscript>No Dynamic Visual Feed</noscript>
- <div id="extracmds">
- </div>
</td>
</tr></table>
</div></div>
</xsl:template>
<xsl:template match="footer" name="footer">
+ <a href="#pagetop">Go to top</a>
<div class="footer">
<xsl:call-template name="menu"/>
<p>
This page was generated on <xsl:value-of select="$date"/> at
<xsl:value-of select="$time"/>.
</p>
+ <p class="infobox">
+ The overall layout is designed specially for Mozilla-based browsers.
+ It is also printer-friendly version. Please report any difficulty you
+ may find, including the version of your browser and your operating system.
+ </p>
<p>
Copyright
<xsl:text disable-output-escaping="yes">&copy;</xsl:text>
height:60px;
}
+.pagetop,
+.pagetop:link,
+.pagetop:visited,
+.pagetop:hover {
+ display:block;
+ padding:0 10px 10px 10px;
+ margin:10px 0 0 0;
+ border-top:1px solid #ccc;
+ background-color:#eee;
+ color:#999;
+ font-size:9px;
+ text-align:right;
+ text-transform:uppercase;
+}
+
.footer {
- border-top:1px dotted #ccc;
+ margin-top:10px;
+ padding-top:10px;
+ border-top:1px solid #ccc;
font-size:10px;
color:#666;
}
+
+.infobox {
+ border:1px solid #ccc;
+}