MFen the Dutch website:
- index.xsl r40335 -> r40361 (and add missing process.footer text) - header.l10n.ent r40313 -> r40361
This commit is contained in:
parent
48a2526e3c
commit
8d500e5a49
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=40365
2 changed files with 25 additions and 11 deletions
nl_NL.ISO8859-1
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- Vertaald door: Siebrand Mazeland / Rene Ladan
|
||||
%SOURCE% en_US.ISO8859-1/htdocs/index.xsl
|
||||
%SRCID% 40335
|
||||
%SRCID% 40361
|
||||
-->
|
||||
<!DOCTYPE xsl:stylesheet PUBLIC "-//FreeBSD//DTD FreeBSD XSLT 1.0 DTD//EN"
|
||||
"http://www.FreeBSD.org/XML/www/share/xml/xslt10-freebsd.dtd" [
|
||||
|
@ -187,14 +187,6 @@
|
|||
</div> <!-- FRONTSHORTCUTSCONTENT -->
|
||||
</div> <!-- FRONTSHORTCUTS -->
|
||||
|
||||
<div class="frontnewroundbox">
|
||||
<div class="frontnewtop"><div><b style="display: none">.</b></div></div>
|
||||
<div class="frontnewcontent">
|
||||
<a href="http://www.FreeBSDFoundation.org/donate/">Doneer aan &os;</a>
|
||||
</div> <!-- frontnewcontent -->
|
||||
<div class="frontnewbot"><div><b style="display: none">.</b></div></div>
|
||||
</div> <!-- frontnewroundbox -->
|
||||
|
||||
<div class="frontnewroundbox">
|
||||
<div class="frontnewtop"><div><b style="display: none">.</b></div></div>
|
||||
<div class="frontnewcontent">
|
||||
|
@ -332,4 +324,14 @@
|
|||
</div> <!-- FRONTMAIN -->
|
||||
</div> <!-- FRONTCONTAINER -->
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template name="process.footer">
|
||||
©right;
|
||||
|
||||
Het merk &os; is een geregistreerd handelsmerk van de &os; Foundation
|
||||
en wordt gebruikt door The &os; Project met toestemming van <a
|
||||
href="http://www.freebsdfoundation.org/documents/Guidelines.shtml">The
|
||||
&os; Foundation</a>.
|
||||
<a href="&base;/mailto.html" title="&header2.word.contact;">&header2.word.contact;</a>
|
||||
</xsl:template>
|
||||
</xsl:stylesheet>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
<!-- $FreeBSD$
|
||||
%SOURCE% share/xml/header.ent
|
||||
%SRCID% 40313
|
||||
%SRCID% 40361
|
||||
-->
|
||||
|
||||
<!-- FreeBSD HTML Header Entiteiten -->
|
||||
|
@ -31,6 +31,17 @@
|
|||
<!ENTITY header2.word.donate 'Doneer'>
|
||||
<!ENTITY header2.word.contact 'Contact'>
|
||||
|
||||
<!ENTITY header2.donatebutton '
|
||||
<div xmlns="http://www.w3.org/1999/xhtml" class="frontdonateroundbox">
|
||||
<div class="frontdonatetop"><div><b style="display: none;">.</b></div></div>
|
||||
<div class="frontdonatecontent">
|
||||
<a
|
||||
href="http://www.FreeBSDFoundation.org/donate/">Doneer aan &os;</a>
|
||||
</div>
|
||||
<div class="frontdonatebot"><div><b style="display: none;">.</b></div></div>
|
||||
</div>
|
||||
'>
|
||||
|
||||
<!ENTITY header2.topnav '
|
||||
<div xmlns="http://www.w3.org/1999/xhtml" id="menu">
|
||||
<ul class="first">
|
||||
|
@ -98,7 +109,8 @@
|
|||
<ul>
|
||||
<li><a href="http://www.freebsdfoundation.org">Foundation</a>
|
||||
<ul>
|
||||
<li><a href="http://www.freebsdfoundation.org/donate/">Doneer</a></li>
|
||||
<li><a href="http://www.freebsdfoundation.org/donate/">Geldelijke donaties</a></li>
|
||||
<li><a href="&enbase;/donations/">Hardware-donaties</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in a new issue