Make more netscape-compatible.

This commit is contained in:
Stefanus Du Toit 2002-10-28 02:11:31 +00:00
parent b52f9a0a89
commit c32bb8946c
1 changed files with 6 additions and 6 deletions

View File

@ -18,7 +18,7 @@
<![CDATA[<!-- @import url('/default.css'); -->]]>
</style>
</head>
<body>
<body bgcolor="#ffffff">
<xsl:apply-templates select="biglogo"/>
<xsl:apply-templates select="header">
<xsl:with-param name="title" select="@title"/>
@ -51,7 +51,7 @@
</xsl:template>
<xsl:template match="menuitem">
<td class="button">
<td bgcolor="#eeeeee" class="button">
<a href="{@href}"><img border="0" src="/buttons/{@icon}.png"
width="40" height="40" alt="" /></a><br />
<a href="{@href}"><xsl:value-of select="@title"/></a>
@ -199,7 +199,7 @@
<![CDATA[<!-- @import url('/default.css'); -->]]>
</style>
</head>
<body>
<body bgcolor="#ffffff">
<xsl:call-template name="header">
<xsl:with-param name="title" select="@title"/>
</xsl:call-template>
@ -307,7 +307,7 @@
<![CDATA[<!-- @import url('/default.css'); -->]]>
</style>
</head>
<body>
<body bgcolor="#ffffff">
<xsl:call-template name="header">
<xsl:with-param name="title" select="@title"/>
<xsl:with-param name="pwd" select="concat($pwd, '/books')"/>
@ -359,7 +359,7 @@
<![CDATA[<!-- @import url('/default.css'); -->]]>
</style>
</head>
<body>
<body bgcolor="#ffffff">
<xsl:call-template name="header">
<xsl:with-param name="title" select="concat('Events for ', csc:term(@date))"/>
</xsl:call-template>
@ -402,7 +402,7 @@
<![CDATA[<!-- @import url('/default.css'); -->]]>
</style>
</head>
<body>
<body bgcolor="#ffffff">
<xsl:call-template name="header">
<xsl:with-param name="title" select="concat('News for ', csc:term(@date))"/>
</xsl:call-template>