Reverted fsfeurope.xsl.

svn path=/trunk/; revision=16355
This commit is contained in:
ato
2010-08-10 14:18:09 +00:00
parent 723c9fc24a
commit 292c6ca5e5
+28 -33
View File
@@ -238,40 +238,31 @@
</xsl:element>
<!-- Join the Fellowship -->
<xsl:element name="a">
<xsl:attribute name="href">http://fellowship.fsfe.org/about</xsl:attribute>
<xsl:element name="img">
<xsl:attribute name="alt">Join the Fellowship!</xsl:attribute>
<xsl:attribute name="src">/graphics/join-fellowship.png</xsl:attribute>
</xsl:element>
</xsl:element>
<!-- SFD 2010 -->
<xsl:element name="a">
<xsl:attribute name="href">http://softwarefreedomday.org/</xsl:attribute>
<xsl:element name="img">
<xsl:attribute name="id">sfd-2010</xsl:attribute>
<xsl:attribute name="alt">Software Freedom Day 2010</xsl:attribute>
<xsl:attribute name="src">/graphics/sfd-2010.png</xsl:attribute>
<xsl:element name="div">
<xsl:attribute name="id">fellowship</xsl:attribute>
<xsl:element name="a">
<xsl:attribute name="href">http://fellowship.fsfe.org/about</xsl:attribute>
<xsl:element name="img">
<xsl:attribute name="alt">Join the Fellowship!</xsl:attribute>
<xsl:attribute name="src">/graphics/join-fellowship.png</xsl:attribute>
</xsl:element>
</xsl:element>
</xsl:element>
<!--
<ul>
<li>
<p>
Subscribe to <a href="/news/">our newsletter</a>!
</p>
<form action="http://mail.fsfeurope.org/mailman/subscribe/press-release" method="post">
<p>
<input type="text" onclick="this.value = ''" value="your@email.com" name="email" />
<input type="submit" value="Sign up" />
</p>
</form>
</li>
</ul>
-->
<div id="newsletter">
<p>
Subscribe to <a href="/news/">our newsletter</a>!
</p>
<form action="http://mail.fsfeurope.org/mailman/subscribe/press-release" method="post">
<p>
<input type="text" name="email" placeholder="you@example.com" />
<input type="submit" value="Sign up" />
</p>
</form>
</div>
-->
</xsl:element>
<!-- End Menu bar -->
@@ -372,12 +363,14 @@
<xsl:text>To top</xsl:text>
</xsl:element>
</xsl:element>
<!-- Break -->
<div class="break"></div>
</xsl:element>
<!-- End Content -->
<!-- FSF* netwok note -->
<p id="fsfnetwork">
<xsl:apply-templates select="/buildinfo/textset/text[@id='fsfnetwork']/node()"/>
</p>
<!-- Footer -->
<div id="footer">
<div id="notice">
@@ -453,6 +446,7 @@
</p>
</div> <!-- /#notice -->
<!--
<div id="sister_organizations">
<h2>Sister organizations</h2>
@@ -461,7 +455,8 @@
<li><a href="http://fsf.org.in/">India</a></li>
<li><a href="http://fsfla.org/">Latin America</a></li>
</ul>
</div> <!-- /#sister_organizations -->
</div>
-->
</div> <!-- /#footer -->
</xsl:element>
</xsl:copy>