Revert "xsl/xhtml5, pages/space: disable /status.png due to broken spaceapi"
This reverts commit d53d65efd8
.
Kudos-To: hakunamenta
master
parent
ecfbf6945b
commit
c8b2cad2b6
|
@ -5,7 +5,7 @@
|
|||
<page title="Hackspace">
|
||||
<p>
|
||||
<!-- status.png wird über space-api von einem server (auf pfade, definiert in json) umgeleitet -->
|
||||
<!--image class="spacestatus" title="Aktueller Öffnungszustand">/status.png</image-->
|
||||
<image class="spacestatus" title="Aktueller Öffnungszustand">/status.png</image>
|
||||
Wir sind in wesentlich größere Räume im gleichen Gebäudekomplex umgezogen. Damit gibt es
|
||||
bald mehr Platz für spannende Projekte und Hackerkultur. Wir suchen sowohl personelle als
|
||||
auch <link href="unterstuetzen.html">finanzielle Unterstützung</link>.
|
||||
|
|
|
@ -363,12 +363,12 @@
|
|||
<xsl:apply-templates select="item[position() >= 4 and position() <= 5]"/>
|
||||
|
||||
<!-- Hackerspace -->
|
||||
<!--article class="space">
|
||||
<article class="space">
|
||||
<a href="space.html">
|
||||
<h3>Hackerspace</h3>
|
||||
<p class="footer">Current status</p>
|
||||
</a>
|
||||
</article-->
|
||||
</article>
|
||||
|
||||
<!-- Items 6..7 -->
|
||||
<xsl:apply-templates select="item[position() >= 6 and position() <= 7]"/>
|
||||
|
|
Loading…
Reference in New Issue