|
|
|
@ -90,7 +90,7 @@ |
|
|
|
|
</xsl:apply-templates> |
|
|
|
|
</li> |
|
|
|
|
<li> |
|
|
|
|
via dijjer (a mostly seemless bittorrent alternative): |
|
|
|
|
via dijjer (a mostly seamless bittorrent alternative): |
|
|
|
|
<xsl:apply-templates select="mediafile" > |
|
|
|
|
<xsl:with-param name="pre">http://dijjer.org/get/http://www.csclub.uwaterloo.ca</xsl:with-param> |
|
|
|
|
</xsl:apply-templates> |
|
|
|
@ -105,6 +105,7 @@ |
|
|
|
|
</p> |
|
|
|
|
<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script> |
|
|
|
|
<script language="javascript" src="http://reddit.com/button.js?t=3"></script> |
|
|
|
|
<!-- |
|
|
|
|
<script type="text/javascript"> |
|
|
|
|
google_ad_client = "pub-5235744946475097"; |
|
|
|
|
google_ad_width = 728; |
|
|
|
@ -117,6 +118,7 @@ google_ad_channel = "1106187834"; |
|
|
|
|
<script type="text/javascript" |
|
|
|
|
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> |
|
|
|
|
</script> |
|
|
|
|
--> |
|
|
|
|
<xsl:call-template name="footer"/> |
|
|
|
|
</body> |
|
|
|
|
</html> |
|
|
|
@ -127,7 +129,7 @@ google_ad_channel = "1106187834"; |
|
|
|
|
<xsl:template match="menuitem"> |
|
|
|
|
<td align="center" class="menuitem"> |
|
|
|
|
<a href="{@href}"><img border="0" src="/buttons/{@icon}.png" |
|
|
|
|
width="40" height="40" alt="" /><!--</a>--><br /> |
|
|
|
|
width="40" height="40" alt="{@title}" /><!--</a>--><br /> |
|
|
|
|
<!--<a href="{@href}">--><xsl:value-of select="@title"/></a> |
|
|
|
|
</td> |
|
|
|
|
</xsl:template> |
|
|
|
@ -152,9 +154,9 @@ google_ad_channel = "1106187834"; |
|
|
|
|
<div class="webtitle"><div class="webtitle-inner"> |
|
|
|
|
<table cellpadding="0" cellspacing="0" border="0" align="left"><tr> |
|
|
|
|
<td width="90"> |
|
|
|
|
<a href="/"><img src="/logos/csc_80_35_white.png"/></a> |
|
|
|
|
<a href="/"><img src="/logos/csc_80_35_white.png" alt="CSC Logo" /></a> |
|
|
|
|
</td><td> |
|
|
|
|
<a href="/"><img src="/logos/csc_title.png"/></a> |
|
|
|
|
<a href="/"><img src="/logos/csc_title.png" alt="CSC Title" /></a> |
|
|
|
|
</td><td valign="top" align="right"> |
|
|
|
|
</td> |
|
|
|
|
</tr></table> |
|
|
|
@ -201,7 +203,7 @@ google_ad_channel = "1106187834"; |
|
|
|
|
may find, including the version of your browser and your operating system. |
|
|
|
|
</p> |
|
|
|
|
<p> |
|
|
|
|
<a href="/"><img src="/logos/csc_80_35.png" align="right"/></a> |
|
|
|
|
<a href="/"><img src="/logos/csc_80_35.png" alt="CSC" align="right"/></a> |
|
|
|
|
Copyright |
|
|
|
|
<xsl:text disable-output-escaping="yes">&copy;</xsl:text> |
|
|
|
|
2002<xsl:text disable-output-escaping="yes">&ndash;</xsl:text>2007 |
|
|
|
@ -253,7 +255,7 @@ google_ad_channel = "1106187834"; |
|
|
|
|
<xsl:template match="events" name="events"> |
|
|
|
|
<tr> |
|
|
|
|
<th colspan="2" class="news" bgcolor="#aaaaff"> |
|
|
|
|
Upcoming Events |
|
|
|
|
Upcoming Events <a href="events.ics">ical</a> |
|
|
|
|
</th> |
|
|
|
|
</tr> |
|
|
|
|
<xsl:for-each select="document('events.xml')/eventdefs/eventitem"> |
|
|
|
@ -322,7 +324,7 @@ google_ad_channel = "1106187834"; |
|
|
|
|
</xsl:template> |
|
|
|
|
|
|
|
|
|
<xsl:template match="events-this-term" name="events-by-term"> |
|
|
|
|
<p>The events for <xsl:value-of select="csc:term($date)"/> are listed here.</p> |
|
|
|
|
<p>The events for <xsl:value-of select="csc:term($date)"/> are listed here or grab an <a href="/events.ics">ical</a>.</p> |
|
|
|
|
<xsl:for-each select="document('events.xml')/eventdefs/eventitem"> |
|
|
|
|
<xsl:sort select="translate(@date, '-', '')" |
|
|
|
|
order="ascending" |
|
|
|
|