yet more netscapishness

This commit is contained in:
Stefanus Du Toit 2002-10-28 02:14:54 +00:00
parent c67ee50d4a
commit aa32f89328
1 changed files with 4 additions and 4 deletions

View File

@ -142,7 +142,7 @@
</tr>
<xsl:apply-templates select="document('news.xml')/newsdefs"/>
<tr>
<td class="newsitem" colspan="2">
<td class="newsitem" bgcolor="white" colspan="2">
<a href="news/">Older news items</a> are available. Make sure you
check out the <a href="nntp://uw.csc">uw.csc</a> newsgroup and our
announcement boards on the second and third floor of MC for more
@ -163,8 +163,8 @@
data-type="number"/>
<xsl:if test="translate(@date, '-', '') &gt;= translate($date, '-', '')">
<tr>
<td class="eventdate"><xsl:value-of select="@date"/></td>
<td rowspan="2" valign="top" class="eventitem">
<td class="eventdate" bgcolor="#eeffee"><xsl:value-of select="@date"/></td>
<td rowspan="2" valign="top" class="eventitem" bgcolor="white">
<a href="{translate(concat('/events/', @room, '-', @date, '-', @time, '.html'), ' ', '_')}">
<xsl:value-of select="@title"/>
</a>.
@ -172,7 +172,7 @@
</td>
</tr>
<tr>
<td class="eventroom"><xsl:value-of select="@time"/>,
<td class="eventroom" bgcolor="#eeffee"><xsl:value-of select="@time"/>,
<xsl:value-of select="@room"/></td>
</tr>
</xsl:if>