<?xml version="1.0" encoding="ISO-8859-1"?>
<xsl:stylesheet version="1.0"
                xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

  <xsl:template name="header">
<!-- MAP voor bovenste navigatiebalk -->
<MAP name="boven">
  <AREA shape="rect" coords="367, 9, 418, 30" alt="Home" href="{$lfroot}index.html"/>
  <AREA shape="rect" coords="423, 9, 457, 30" alt="Map" href="{$lfroot}map.html"/>
  <AREA shape="rect" coords="463, 9, 508, 30" alt="Index" href="{$lfroot}indice.html"/>
  <AREA shape="rect" coords="514, 9, 558, 30" alt="Zoek" href="{$lfroot}Search/index.html"/>
</MAP>
<!-- MAP voor onderste navigatiebalk -->
<MAP name="bottom">
  <AREA shape="rect" coords="78, 0, 163, 15"   alt="Nieuws" href="{$lfroot}News/index.html"/>
  <AREA shape="rect" coords="189, 0, 284, 15"  alt="Archieven" href="{$lfroot}Archives/index.html"/>
  <AREA shape="rect" coords="319, 0,  395, 15" alt="Links" href="{$lfroot}Links/index.html"/>
  <AREA shape="rect" coords="436, 0,  523, 15" alt="Over LF" href="{$lfroot}aboutus.html"/>
</MAP>
<CENTER>
<IMG src="{$lfroot}../common/images/Topbar-nl.gif" width="600" height="40" border="0" alt="[Bovenste Balk]" ismap="yes" usemap="#boven"/><BR/>
<IMG src="{$lfroot}../common/images/Bottombar-nl.gif" width="600" height="21" border="0" alt="[Onderste Balk]" ismap="yes" usemap="#onder"/>
</CENTER>
  </xsl:template>

  <xsl:template name="footer">
<!-- ARTICLE FOOT -->
<CENTER><TABLE WIDTH="95%">
<TR><TD ALIGN="CENTER" BGCOLOR="#666666">
<A HREF="{$lfroot}../common/lfteam.html"><FONT COLOR="#FFFFFF">Webpagina's onderhouden door het LinuxFocus Editors team</FONT></A>
<BR/><FONT COLOR="#FFFFFF">Copyright LinuxFocus 2001.</FONT>
</TD>
<TD ALIGN="RIGHT" BGCOLOR="#666666">
<FONT SIZE="1" COLOR="#FFFFFF"> Gemaakt door <xsl:value-of select="$stylesheetname"/>, versie <xsl:value-of select="$version"/></FONT></TD>
</TR></TABLE></CENTER>
  </xsl:template>

</xsl:stylesheet>