remind.xsl: linewrap fix, mention on news.html

git-svn-id: svn://svn.c3d2.de/c3d2-web/trunk@1440 31f61c52-7bfb-0310-b897-fc00f8a278f0
This commit is contained in:
astro 2008-11-26 01:44:18 +00:00
parent a6236ec83d
commit 368e22bb4f
2 changed files with 7 additions and 2 deletions

View File

@ -87,7 +87,7 @@
</xsl:template>
<xsl:template match="location">
<xsl:value-of select="string(.)"/>
<xsl:value-of select="translate(string(), '&#10;&#13;', ' ')"/>
</xsl:template>
</xsl:stylesheet>

View File

@ -247,7 +247,12 @@ div#akct a#akpeel:hover {
<xsl:template match="/page/news">
<p>
Die Neuigkeiten des C3D2 sind auch als <a href="{$baseurl}news-atom.xml">ATOM</a> und <a href="{$baseurl}news-rss.xml">RSS</a>, die Veranstaltungen als <a href="{$baseurl}ical.ics">iCal</a> und <a href="{$baseurl}xcal.xml">XCal</a> abrufbar.
Die Neuigkeiten des C3D2 sind auch
als <a href="{$baseurl}news-atom.xml">ATOM</a>
und <a href="{$baseurl}news-rss.xml">RSS</a>, die
Veranstaltungen
im <a href="{$baseurl}ical.ics">iCal-</a>, <a href="{$baseurl}xcal.xml">XCal-</a>
und <a href="{$baseurl}reminders">remind-Format</a> abrufbar.
Mehr News gibts im <a href="{$baseurl}news-archiv.html">Archiv</a>.
</p>