DS2k7 zur News gemacht

<link/> fixed


git-svn-id: svn://svn.c3d2.de/c3d2-web/trunk@907 31f61c52-7bfb-0310-b897-fc00f8a278f0
This commit is contained in:
astro 2007-05-02 11:53:17 +00:00
parent 93153a132d
commit 84f496216d
4 changed files with 36 additions and 3 deletions

View File

@ -95,12 +95,12 @@
<location>Finowfurt</location>
<link>http://events.ccc.de/camp/2007/</link>
</event-->
<event title="Datenspuren 2007">
<!--event title="Datenspuren 2007">
<start>2007-05-05</start>
<end>2007-05-06</end>
<location>Kulturzentrum Scheune, Alaunstr. 36-40, 01099 Dresden</location>
<link>http://www.datenspuren.de/</link>
</event>
</event-->
<event title="Easterhegg 2007">
<start>2007-04-06</start>
<end>2007-04-09</end>

View File

@ -0,0 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE item SYSTEM "http://www.c3d2.de/dtd/c3d2web.dtd">
<?xml-stylesheet type="text/xsl" href="../../xsl/html.xsl" ?>
<item title="Datenspuren 2007" date="2007-05-02T13:37:37" author="Datenelch">
<image title="Datenspuren 2007">datenspuren-2007.png</image>
<event>
<start>2007-05-05</start>
<end>2007-05-06</end>
<location>Dresden, Scheune, Alaunstraße 36-40</location>
</event>
<p>
Vorträge und Diskussion über Videoüberwachung, Informationsfreiheit, Kryptographie, Wahlcomputer, RFID-Tracking und mehr!
</p>
<dl>
<dt>Fahrplan unter</dt>
<dd>
<link>http://www.datenspuren.de/fahrplan/index.de.html</link>
</dd>
<dt>iCal</dt>
<dd>
<link>http://www.datenspuren.de/fahrplan/schedule.de.ics</link>
</dd>
<dt>Samstag Abend</dt>
<dd>Lounge-Party &amp; Filme</dd>
</dl>
<p>
Eintritt frei!
</p>
</item>

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

View File

@ -61,7 +61,7 @@
<xsl:template match="link">
<xsl:variable name="href">
<xsl:choose>
<xsl:when test="not(contains(@href, ':'))">
<xsl:when test="@href and not(contains(@href, ':'))">
<xsl:value-of select="concat($baseurl,@href)"/>
</xsl:when>
<xsl:when test="@href">