removing datenspuren cfp froim main site

This commit is contained in:
nek0 2016-10-26 02:58:37 +02:00
parent 1d76539833
commit fd71ec9977
1 changed files with 18 additions and 17 deletions

View File

@ -334,7 +334,7 @@
<xsl:template match="/page/portal"> <xsl:template match="/page/portal">
<!-- Portal tiles --> <!-- Portal tiles -->
<section id="portal"> <section id="portal">
<!-- Datenspuren CfP --> <!-- Datenspuren CfP
<article class="news"> <article class="news">
<a href="https://c3d2.de/news/ds16-cfp.html" <a href="https://c3d2.de/news/ds16-cfp.html"
style="background: url('images/news/ds2016.png') 40% 53% no-repeat"> style="background: url('images/news/ds2016.png') 40% 53% no-repeat">
@ -343,14 +343,15 @@
<p class="footer">Engel und Vorträge gesucht!</p> <p class="footer">Engel und Vorträge gesucht!</p>
</a> </a>
</article> </article>
<!-- Item 1 -->
<xsl:apply-templates select="item[position() = 1]"/>
<!-- Items 1..2
<xsl:apply-templates select="item[position() &lt;= 2]"/>
--> -->
<!-- Item 1
<xsl:apply-templates select="item[position() = 1]"/>
-->
<!-- Items 1..2 -->
<xsl:apply-templates select="item[position() &lt;= 2]"/>
<!-- Upcoming events --> <!-- Upcoming events -->
<article class="upcoming"> <article class="upcoming">
<h3> <h3>
@ -361,8 +362,8 @@
</xsl:call-template> </xsl:call-template>
</article> </article>
<!-- Item 2 --> <!-- Item 3 -->
<xsl:apply-templates select="item[position() = 2]"/> <xsl:apply-templates select="item[position() = 3]"/>
<!-- Advertisement --> <!-- Advertisement -->
<article> <article>
@ -373,8 +374,8 @@
</a> </a>
</article> </article>
<!-- Items 3..4 --> <!-- Items 4..5 -->
<xsl:apply-templates select="item[position() &gt;= 3 and position() &lt;= 4]"/> <xsl:apply-templates select="item[position() &gt;= 4 and position() &lt;= 5]"/>
<!-- Hackspace --> <!-- Hackspace -->
<!--article class="space"> <!--article class="space">
@ -384,8 +385,8 @@
</a> </a>
</article--> </article-->
<!-- Items 5..6 --> <!-- Items 6..7 -->
<xsl:apply-templates select="item[position() &gt;= 5 and position() &lt;= 6]"/> <xsl:apply-templates select="item[position() &gt;= 6 and position() &lt;= 7]"/>
<!-- Chaosupdates --> <!-- Chaosupdates -->
<!--article class="chaosupdates"> <!--article class="chaosupdates">
@ -395,8 +396,8 @@
<p class="footer">ccc.de</p> <p class="footer">ccc.de</p>
</article--> </article-->
<!-- 7..11 --> <!-- 8..12 -->
<xsl:apply-templates select="item[position() &gt;= 7 and position() &lt;= 11]"/> <xsl:apply-templates select="item[position() &gt;= 8 and position() &lt;= 12]"/>
<!-- Zentralwerk-Issues --> <!-- Zentralwerk-Issues -->
<article class="upcoming"> <article class="upcoming">
@ -415,8 +416,8 @@
<p class="footer">…ins Zentralwerk</p> <p class="footer">…ins Zentralwerk</p>
</article> </article>
<!-- 12..30 --> <!-- 13..30 -->
<xsl:apply-templates select="item[position() &gt;= 12 and position() &lt;= 30]"/> <xsl:apply-templates select="item[position() &gt;= 13 and position() &lt;= 30]"/>
</section> </section>
</xsl:template> </xsl:template>