Prefix news entry links with "&enbase;/news" to prevents p4 conflicts.
There currently is no Dutch news session anyway.
This commit is contained in:
parent
02d5b7ed45
commit
38f1cee45e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=35515
1 changed files with 26 additions and 26 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
<!DOCTYPE xsl:stylesheet PUBLIC "-//FreeBSD//DTD FreeBSD XSLT 1.0 DTD//EN"
|
||||
"http://www.FreeBSD.org/XML/www/share/sgml/xslt10-freebsd.dtd">
|
||||
<!-- $FreeBSD: www/nl/share/sgml/libcommon.xsl,v 1.1 2009/06/01 20:02:31 rene Exp $
|
||||
<!-- $FreeBSD: www/nl/share/sgml/libcommon.xsl,v 1.2 2010/03/07 14:08:30 rene Exp $
|
||||
%SOURCE% share/sgml/libcommon.xsl
|
||||
%SRCID% 1.30
|
||||
-->
|
||||
|
|
@ -48,36 +48,36 @@
|
|||
<!-- template: "html-news-make-olditems-list" -->
|
||||
<xsl:template name="html-news-make-olditems-list">
|
||||
<p>Oude aankondigingen:
|
||||
<a href="2009/index.html">2009</a>,
|
||||
<a href="2008/index.html">2008</a>,
|
||||
<a href="2007/index.html">2007</a>,
|
||||
<a href="2006/index.html">2006</a>,
|
||||
<a href="2005/index.html">2005</a>,
|
||||
<a href="2004/index.html">2004</a>,
|
||||
<a href="2003/index.html">2003</a>,
|
||||
<a href="2002/index.html">2002</a>,
|
||||
<a href="2001/index.html">2001</a>,
|
||||
<a href="2000/index.html">2000</a>,
|
||||
<a href="1999/index.html">1999</a>,
|
||||
<a href="1998/index.html">1998</a>,
|
||||
<a href="1997/index.html">1997</a>,
|
||||
<a href="1996/index.html">1996</a></p>
|
||||
<a href="&enbase;/news/2009/index.html">2009</a>,
|
||||
<a href="&enbase;/news/2008/index.html">2008</a>,
|
||||
<a href="&enbase;/news/2007/index.html">2007</a>,
|
||||
<a href="&enbase;/news/2006/index.html">2006</a>,
|
||||
<a href="&enbase;/news/2005/index.html">2005</a>,
|
||||
<a href="&enbase;/news/2004/index.html">2004</a>,
|
||||
<a href="&enbase;/news/2003/index.html">2003</a>,
|
||||
<a href="&enbase;/news/2002/index.html">2002</a>,
|
||||
<a href="&enbase;/news/2001/index.html">2001</a>,
|
||||
<a href="&enbase;/news/2000/index.html">2000</a>,
|
||||
<a href="&enbase;/news/1999/index.html">1999</a>,
|
||||
<a href="&enbase;/news/1998/index.html">1998</a>,
|
||||
<a href="&enbase;/news/1997/index.html">1997</a>,
|
||||
<a href="&enbase;/news/1996/index.html">1996</a></p>
|
||||
</xsl:template>
|
||||
|
||||
<!-- template: "html-press-make-olditems-list" -->
|
||||
<xsl:template name="html-press-make-olditems-list">
|
||||
<p>Oude persberichten:
|
||||
<a href="2008/press.html">2008</a>,
|
||||
<a href="2007/press.html">2007</a>,
|
||||
<a href="2006/press.html">2006</a>,
|
||||
<a href="2005/press.html">2005</a>,
|
||||
<a href="2004/press.html">2004</a>,
|
||||
<a href="2003/press.html">2003</a>,
|
||||
<a href="2002/press.html">2002</a>,
|
||||
<a href="2001/press.html">2001</a>,
|
||||
<a href="2000/press.html">2000</a>,
|
||||
<a href="1999/press.html">1999</a>,
|
||||
<a href="1998/press.html">1998-1996</a></p>
|
||||
<a href="&enbase;/news/2008/press.html">2008</a>,
|
||||
<a href="&enbase;/news/2007/press.html">2007</a>,
|
||||
<a href="&enbase;/news/2006/press.html">2006</a>,
|
||||
<a href="&enbase;/news/2005/press.html">2005</a>,
|
||||
<a href="&enbase;/news/2004/press.html">2004</a>,
|
||||
<a href="&enbase;/news/2003/press.html">2003</a>,
|
||||
<a href="&enbase;/news/2002/press.html">2002</a>,
|
||||
<a href="&enbase;/news/2001/press.html">2001</a>,
|
||||
<a href="&enbase;/news/2000/press.html">2000</a>,
|
||||
<a href="&enbase;/news/1999/press.html">1999</a>,
|
||||
<a href="&enbase;/news/1998/press.html">1998-1996</a></p>
|
||||
</xsl:template>
|
||||
|
||||
<!-- template: "html-news-list-newsflash-preface" -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue