Changed the display of donors with more than 10% of the yearly budget based on
feedback of ITZ; also some minor formatting changes. svn path=/trunk/; revision=33318
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
<donorset>
|
||||
<gold>
|
||||
<donor date="2015-06-05" img="donors/google.jpg">Google</donor>
|
||||
<donor date="2015-06-05" img="donors/google.jpg" mark="yes">Google</donor>
|
||||
<donor img="donors/linuxhotel.png">Linuxhotel Villa Vogelsang</donor>
|
||||
</gold>
|
||||
|
||||
|
@@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>FSFE - Our Donors</title>
|
||||
<title>Our Donors – FSFE</title>
|
||||
</head>
|
||||
|
||||
<body class="article thank-donors">
|
||||
@@ -20,10 +20,12 @@
|
||||
|
||||
<localmenu id="9999" style="number">Last 12 months</localmenu>
|
||||
|
||||
<h2>Gold Donors<a class="fn" id="ref-1" href="#fn-1">1</a></h2>
|
||||
<h2>Gold Donors</h2>
|
||||
|
||||
<p>
|
||||
Gold donors have donated 1000 Euro or more per month, or 12,000 Euro or more in a year.
|
||||
Donors who have contributed for <a href="/about/transparency-commitment.html">more than 10%</a>
|
||||
of our yearly budget are marked with a <span style="color:red">*</span>.
|
||||
</p>
|
||||
|
||||
<dynamic-content group="gold"/>
|
||||
@@ -58,17 +60,14 @@
|
||||
<a href="hardware.html">Hardware Donation website</a>. There, you can
|
||||
also find Information on how to support us with hardware.
|
||||
</p>
|
||||
<h2 id="fn">Footnotes</h2>
|
||||
<ol>
|
||||
<li id="fn-1">To know which donors contribute for <a href="/about/transparency-commitment.html">more than 10%</a> please visit our yearly donors pages.<a href="#ref-1" class="ref">↩</a></li>
|
||||
</ol>
|
||||
</body>
|
||||
|
||||
<sidebar promo="donate">
|
||||
<h3>FSFE’s Funds</h3>
|
||||
<ul>
|
||||
<li><a href="/about/funds/funds.html">Cash flow</a></li>
|
||||
<li><a href="/donate/hardware.html">Hardware donations</a></li>
|
||||
<li><a href="/about/graphics/sponsoring/sponsoring.html">Sponsoring graphics</a></li>
|
||||
<li><a href="/about/funds/funds.html">Cash flow</a></li>
|
||||
<li><a href="/donate/hardware.html">Hardware donations</a></li>
|
||||
<li><a href="/about/graphics/sponsoring/sponsoring.html">Sponsoring graphics</a></li>
|
||||
</ul>
|
||||
</sidebar>
|
||||
|
||||
|
@@ -32,6 +32,12 @@
|
||||
</xsl:element>
|
||||
<xsl:element name="td">
|
||||
<xsl:value-of select="node()"/>
|
||||
<xsl:if test="@mark">
|
||||
<xsl:element name="span">
|
||||
<xsl:attribute name="style">color:red</xsl:attribute>
|
||||
<xsl:text>*</xsl:text>
|
||||
</xsl:element>
|
||||
</xsl:if>
|
||||
</xsl:element>
|
||||
</xsl:element>
|
||||
</xsl:for-each>
|
||||
|
Reference in New Issue
Block a user