r43575 -> r45016
MFde: Resync latest changes to the start page. Obtained from: The FreeBSD German Documentation Project
This commit is contained in:
parent
4b44ef6e2f
commit
9c849e7188
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45052
1 changed files with 12 additions and 15 deletions
|
@ -6,7 +6,7 @@
|
|||
<!--
|
||||
$FreeBSD$
|
||||
$FreeBSDde$
|
||||
basiert auf: 43575
|
||||
basiert auf: 45016
|
||||
-->
|
||||
|
||||
<xsl:stylesheet version="1.0"
|
||||
|
@ -77,24 +77,21 @@
|
|||
<h2><a href="&base;/releases/">AKTUELLE VERSIONEN</a></h2>
|
||||
<ul id="frontreleaseslist">
|
||||
<li>
|
||||
Produktion: <a href="&u.rel.announce;">&rel.current;</a>
|
||||
</li>
|
||||
<li>
|
||||
Produktion (alt): <a href="&u.rel2.announce;">&rel2.current;</a>,
|
||||
Produktion: <a href="&u.rel.announce;">&rel.current;</a>,<br />
|
||||
<a href="&u.rel2.announce;">&rel2.current;</a>,
|
||||
<a href="&u.rel3.announce;">&rel3.current;</a>
|
||||
</li>
|
||||
<xsl:if test="'&beta.testing;' != 'IGNORE'">
|
||||
<li>
|
||||
Test: <a href="&base;/where.html#helptest">
|
||||
&betarel.current;-&betarel.vers;</a>
|
||||
</li>
|
||||
<xsl:if test="'&beta.upcoming;' != 'IGNORE'">
|
||||
<li>Test: <a
|
||||
href="&u.betarel.schedule;">&betarel.current;</a></li>
|
||||
</xsl:if>
|
||||
<xsl:if test="'&beta2.testing;' != 'IGNORE'">
|
||||
<li>
|
||||
Test: <a href="&base;/where.html#helptest">
|
||||
&betarel2.current;-&betarel2.vers;</a>
|
||||
</li>
|
||||
<xsl:if test="'&beta2.upcoming;' != 'IGNORE'">
|
||||
<li>Test: <a
|
||||
href="&u.betarel2.schedule;">&betarel2.current;</a></li>
|
||||
</xsl:if>
|
||||
<li><a
|
||||
href="&base;/security/security.html#sup">Unterstützte
|
||||
FreeBSD-Versionen</a></li>
|
||||
</ul>
|
||||
</div> <!-- FRONTRELEASESCONTENT -->
|
||||
</div> <!-- FRONTRELEASES -->
|
||||
|
|
Loading…
Reference in a new issue