|
|
|
@ -20,6 +20,7 @@ |
|
|
|
|
</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"/> |
|
|
|
@ -132,6 +133,7 @@ |
|
|
|
|
</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> |
|
|
|
@ -140,11 +142,6 @@ |
|
|
|
|
</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> |
|
|
|
@ -176,12 +173,18 @@ |
|
|
|
|
</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> |
|
|
|
|