|
|
|
@ -381,28 +381,8 @@
|
|
|
|
|
<p class="footer">ccc.de</p>
|
|
|
|
|
</article-->
|
|
|
|
|
|
|
|
|
|
<!-- 8..12 -->
|
|
|
|
|
<xsl:apply-templates select="item[position() >= 8 and position() <= 12]"/>
|
|
|
|
|
|
|
|
|
|
<!-- Zentralwerk-Issues -->
|
|
|
|
|
<article class="upcoming">
|
|
|
|
|
<h3>Hackspace-Umzug</h3>
|
|
|
|
|
<ul>
|
|
|
|
|
<xsl:for-each select="document('../portal/portal-redmine-zentralwerk.xml')/issues/issue[category/@name='public']">
|
|
|
|
|
<xsl:sort select="date:seconds(updated_on)" data-type="number" order="descending" />
|
|
|
|
|
|
|
|
|
|
<li>
|
|
|
|
|
<a href="https://redmine.c3d2.de/issues/{id}">
|
|
|
|
|
<xsl:value-of select="subject"/>
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
</xsl:for-each>
|
|
|
|
|
</ul>
|
|
|
|
|
<p class="footer">…ins Zentralwerk</p>
|
|
|
|
|
</article>
|
|
|
|
|
|
|
|
|
|
<!-- 13..30 -->
|
|
|
|
|
<xsl:apply-templates select="item[position() >= 13 and position() <= 30]"/>
|
|
|
|
|
<!-- 8..30 -->
|
|
|
|
|
<xsl:apply-templates select="item[position() >= 8 and position() <= 30]"/>
|
|
|
|
|
|
|
|
|
|
</section>
|
|
|
|
|
</xsl:template>
|
|
|
|
|