www/nl:
- use "Verkrijg "FreeBSD" instead of "Download FreeBSD", since one can also get it on physical media. - Fix CSS and topnav overflow issues [1] Submitted by: gabor [1]
This commit is contained in:
parent
30321624f9
commit
80ba095d06
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=34371
2 changed files with 8 additions and 8 deletions
|
@ -38,8 +38,8 @@
|
||||||
CVS, CVSup, Nieuws, Commerciele Leveranciers, homepage, CTM, Unix"/>
|
CVS, CVSup, Nieuws, Commerciele Leveranciers, homepage, CTM, Unix"/>
|
||||||
<link rel="shortcut icon" href="&enbase;/favicon.ico" type="image/x-icon"/>
|
<link rel="shortcut icon" href="&enbase;/favicon.ico" type="image/x-icon"/>
|
||||||
<link rel="icon" href="&enbase;/favicon.ico" type="image/x-icon"/>
|
<link rel="icon" href="&enbase;/favicon.ico" type="image/x-icon"/>
|
||||||
<link rel="stylesheet" media="screen" href="&enbase;/layout/css/fixed.css?20060509" type="text/css" title="Normale tekst" />
|
<link rel="stylesheet" media="screen" href="&enbase;/layout/css/fixed.css?20060509" type="text/css" title="Normal Text" />
|
||||||
<link rel="alternate stylesheet" media="screen" href="&enbase;/layout/css/fixed_large.css" type="text/css" title="Grote tekst" />
|
<link rel="alternate stylesheet" media="screen" href="&enbase;/layout/css/fixed_large.css" type="text/css" title="Large Text" />
|
||||||
<script type="text/javascript" src="&enbase;/layout/js/styleswitcher.js"></script>
|
<script type="text/javascript" src="&enbase;/layout/js/styleswitcher.js"></script>
|
||||||
<link rel="alternate" type="application/rss+xml"
|
<link rel="alternate" type="application/rss+xml"
|
||||||
title="&os; Projectnieuws" href="&enbase;/news/rss.xml" />
|
title="&os; Projectnieuws" href="&enbase;/news/rss.xml" />
|
||||||
|
@ -98,7 +98,7 @@
|
||||||
<div class="frontgetroundbox">
|
<div class="frontgetroundbox">
|
||||||
<div class="frontgettop"><div><b style="display: none">.</b></div></div>
|
<div class="frontgettop"><div><b style="display: none">.</b></div></div>
|
||||||
<div class="frontgetcontent">
|
<div class="frontgetcontent">
|
||||||
<a href="&base;/where.html">Download &os;</a>
|
<a href="&base;/where.html">Verkrijg &os;</a>
|
||||||
</div> <!-- frontgetcontent -->
|
</div> <!-- frontgetcontent -->
|
||||||
<div class="frontgetbot"><div><b style="display: none">.</b></div></div>
|
<div class="frontgetbot"><div><b style="display: none">.</b></div></div>
|
||||||
</div> <!-- frontgetroundbox -->
|
</div> <!-- frontgetroundbox -->
|
||||||
|
|
|
@ -49,14 +49,14 @@
|
||||||
<!ENTITY header1.link '
|
<!ENTITY header1.link '
|
||||||
<link rel="shortcut icon" href="&enbase;/favicon.ico" type="image/x-icon" />
|
<link rel="shortcut icon" href="&enbase;/favicon.ico" type="image/x-icon" />
|
||||||
<link rel="icon" href="&enbase;/favicon.ico" type="image/x-icon" />
|
<link rel="icon" href="&enbase;/favicon.ico" type="image/x-icon" />
|
||||||
<link rel="stylesheet" media="screen" href="&stylesheet;" type="text/css" title="Normale tekst" />
|
<link rel="stylesheet" media="screen" href="&stylesheet;" type="text/css" title="Normal Text" />
|
||||||
<link rel="alternate stylesheet" media="screen" href="&stylesheetlarge;" type="text/css" title="Grote tekst" />'>
|
<link rel="alternate stylesheet" media="screen" href="&stylesheetlarge;" type="text/css" title="Large Text" />'>
|
||||||
]]>
|
]]>
|
||||||
<!ENTITY header1.link '
|
<!ENTITY header1.link '
|
||||||
<link rel="shortcut icon" href="&enbase;/favicon.ico" type="image/x-icon">
|
<link rel="shortcut icon" href="&enbase;/favicon.ico" type="image/x-icon">
|
||||||
<link rel="icon" href="&enbase;/favicon.ico" type="image/x-icon">
|
<link rel="icon" href="&enbase;/favicon.ico" type="image/x-icon">
|
||||||
<link rel="stylesheet" media="screen" href="&stylesheet;" type="text/css" title="Normale tekst ">
|
<link rel="stylesheet" media="screen" href="&stylesheet;" type="text/css" title="Normal Text ">
|
||||||
<link rel="alternate stylesheet" media="screen" href="&stylesheetlarge;" type="text/css" title="Grote tekst">'>
|
<link rel="alternate stylesheet" media="screen" href="&stylesheetlarge;" type="text/css" title="Large Text">'>
|
||||||
|
|
||||||
|
|
||||||
<!ENTITY % header.rss "IGNORE">
|
<!ENTITY % header.rss "IGNORE">
|
||||||
|
@ -128,7 +128,7 @@
|
||||||
|
|
||||||
<div id="TOPNAV">
|
<div id="TOPNAV">
|
||||||
<ul id="TOPNAVLIST">
|
<ul id="TOPNAVLIST">
|
||||||
<li><a href="&base;/" title="Beginpagina">Beginpagina</a></li>
|
<li><a href="&base;/" title="Beginpagina">Begin</a></li>
|
||||||
<li><a href="&base;/about.html" title="Over">Over</a></li>
|
<li><a href="&base;/about.html" title="Over">Over</a></li>
|
||||||
<li><a href="&base;/where.html" title="Verkrijg &os;">Verkrijg &os;</a></li>
|
<li><a href="&base;/where.html" title="Verkrijg &os;">Verkrijg &os;</a></li>
|
||||||
<li><a href="&base;/docs.html" title="Documentatie">Documentatie</a></li>
|
<li><a href="&base;/docs.html" title="Documentatie">Documentatie</a></li>
|
||||||
|
|
Loading…
Reference in a new issue