*** empty log message ***

svn path=/trunk/; revision=13535
This commit is contained in:
att
2009-11-17 23:31:34 +00:00
parent 17ca99940d
commit 05d26beef2
2 changed files with 63 additions and 39 deletions

View File

@@ -18,7 +18,7 @@
</tr> </tr>
<tr> <tr>
<td>Donations&#160;<a href="#1">[1]</a></td> <td>Donations<a class="fn" href="#fn1">1</a></td>
<td align="right">245,629.79</td> <td align="right">245,629.79</td>
</tr> </tr>
@@ -28,7 +28,7 @@
</tr> </tr>
<tr> <tr>
<td>EU project funding&#160;<a href="#2">[2]</a></td> <td>EU project funding <a class="fn" href="#fn2">2</a></td>
<td align="right">29,505.19</td> <td align="right">29,505.19</td>
</tr> </tr>
@@ -53,7 +53,7 @@
</tr> </tr>
<tr> <tr>
<td colspan="2">&#160;</td> <td colspan="2">&nbsp;</td>
</tr> </tr>
<tr> <tr>
@@ -62,7 +62,7 @@
</tr> </tr>
<tr> <tr>
<td>Basic infrastructure costs&#160;<a href="#3">[3]</a></td> <td>Basic infrastructure costs<a class="fn" href="#fn3">3</a></td>
<td align="right">70,079.18</td> <td align="right">70,079.18</td>
</tr> </tr>
@@ -72,7 +72,7 @@
</tr> </tr>
<tr> <tr>
<td>Public Awareness&#160;<a href="#4">[4]</a></td> <td>Public Awareness<a class="fn" href="#fn4">4</a></td>
<td align="right">12,243.94</td> <td align="right">12,243.94</td>
</tr> </tr>
@@ -87,7 +87,7 @@
</tr> </tr>
<tr> <tr>
<td>Policy work&#160;<a href="#5">[5]</a></td> <td>Policy work<a class="fn" href="#fn5">5</a></td>
<td align="right">41,830.14</td> <td align="right">41,830.14</td>
</tr> </tr>
@@ -112,41 +112,41 @@
</tr> </tr>
</table> </table>
<hr/>
<p> <h2 id="fn">Footnotes</h2>
<a name="#1"/>[1] A list of all FSFE donors that did not wish anonymity
is available on the <a href="/help/thankgnus-2008.html">ThankGNUs</a>
list.
</p>
<p> <ol>
<a name="#2"/>[2] For FSFE's work on the <li id="fn1">
<a href="/projects/self/self.html">SELF</a> and A list of all FSFE donors that did not wish anonymity is
<a href="/projects/stacs/stacs.html">STACS</a> Projects. available on the <a
</p> href="/help/thankgnus-2008.html">ThankGNUs</a> list.
</li>
<p> <li id="fn2">
<a name="#3"/>[3] Includes office rent, shipping, telephone, office For FSFE's work on the <a
supplies, office personell, and fees from tax consultant and lawyer. href="/projects/self/self.html">SELF</a> and <a
</p> href="/projects/stacs/stacs.html">STACS</a> projects.
</li>
<p> <li id="fn3">
<a name="#4"/>[4] All activities of FSFE that create and foster public Includes office rent, shipping, telephone, office supplies,
awareness about Free Software. This includes office personell, and fees from tax consultant and lawyer.
<a href="/contribute/booth/booth.html">booths</a> at fairs and other </li>
public events, public speeches, and <li id="fn4">
<a href="/documents/printable/printable.html">information material</a>. All activities of FSFE that create and foster public awareness
</p> about Free Software. This includes <a
href="/contribute/booth/booth.html">booths</a> at fairs and
<p> other public events, public speeches, and <a
<a name="#5"/>[5] FSFE's work in UN organisations href="/documents/printable/printable.html">information
(<a href="/projects/wipo/wipo.html">WIPO</a> and material</a>.
<a href="/projects/igf/igf.html">IGF</a>), </li>
EU level (<a href="/projects/swpat/swpat.html">Software Patents</a> <li id="fn5">
and <a href="/projects/ipred2/ipred2.html">IPRED2</a>), and in the FSFE's work in UN organisations (<a
support of <a href="/projects/os/os.html">Open Standards</a>. href="/projects/wipo/wipo.html">WIPO</a> and <a
</p> href="/projects/igf/igf.html">IGF</a>), EU level (<a
href="/projects/swpat/swpat.html">Software Patents</a> and <a
href="/projects/ipred2/ipred2.html">IPRED2</a>), and in the
support of <a href="/projects/os/os.html">Open Standards</a>.
</li>
</ol>
</body> </body>
<timestamp>$Date$ $Author$</timestamp> <timestamp>$Date$ $Author$</timestamp>

View File

@@ -409,6 +409,30 @@ div.actionbox a {
} }
/* ------------------------------------------------------------------------- */
/* Footer */
/* ------------------------------------------------------------------------- */
h2#fn {
display: none;
}
h2#fn + ol {
width: 30%;
margin-top: 3em;
font-size: 90%;
}
h2#fn + ol li {
width: 300%;
}
a.fn {
bottom: .5em;
font-size: 70%;
position: relative;
}
/* ------------------------------------------------------------------------- */ /* ------------------------------------------------------------------------- */
/* Styles used only on some pages */ /* Styles used only on some pages */
/* ------------------------------------------------------------------------- */ /* ------------------------------------------------------------------------- */