CVS webwml/dutch/News
Update of /cvs/webwml/webwml/dutch/News
In directory alioth:/tmp/cvs-serv21217/dutch/News
Modified Files:
index.wml
Log Message:
modified the past news list in a flat, comma separated one
--- /cvs/webwml/webwml/dutch/News/index.wml 2009/07/29 15:41:25 1.17
+++ /cvs/webwml/webwml/dutch/News/index.wml 2011/03/08 22:57:33 1.18
@@ -2,8 +2,8 @@
#use wml::debian::recent_list
#use wml::debian::translation-check translation="1.28"
-# $Author: fjp $
-# $Date: 2009/07/29 15:41:25 $
+# $Author: madamezou-guest $
+# $Date: 2011/03/08 22:57:33 $
<h1><a href="$(CUR_YEAR)/">Het laatste Nieuws</a></h1>
@@ -32,15 +32,14 @@
<p>Nieuws berichten van vorige jaren kunnen via de volgende pagina's
bekeken worden:
-<ul>
<:
- for ($year = $(CUR_YEAR) - 1; $year >= 1997; $year --)
+ for ($year = $(CUR_YEAR) - 1; $year > 1997; $year --)
{
- print qq' <li>Nieuws uit <a href="$year/">$year</a>\n'
+ print qq'<a href="$year/">$year</a>,\n'
if -d "$(ENGLISHDIR)/News/$year";
}
:>
-</ul>
+en <a href="1997/">1997</a>.</p>
<hrline>
Reply to: