<?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">

    <!--  top navegation bar -->


<TABLE cellspacing="0" cellpadding="0" border="0" align="center" width="90%">
  <TR bgcolor="#2e2292">
    <TD class="top">
      <TABLE cellspacing="0" cellpadding="0" border="0" width="100%">
        <TR>
	  <TD width="144"><IMG src="{$lfroot}../common/images/logolftop.gif" alt="[LinuxFocus-icon]" width="350" height="45" align="left" border="0" /></TD>
          <TD class="top">
            <TABLE width="100%">
              <TR align="right">
                <TD class="top">
<A class="nodec" href="{$lfroot}index.shtml"><FONT color="#DDDDDD">Home</FONT></A> <xsl:call-template name="nbsp"/>|<xsl:call-template name="nbsp"/> 
<A class="nodec" href="{$lfroot}map.html"><FONT color="#DDDDDD">Map</FONT></A> <xsl:call-template name="nbsp"/>|<xsl:call-template name="nbsp"/> 
<A class="nodec" href="{$lfroot}indice.html"><FONT color="#DDDDDD">Index</FONT></A> <xsl:call-template name="nbsp"/>|<xsl:call-template name="nbsp"/> 
<A class="nodec" href="{$lfroot}Search/index.html"><FONT color="#DDDDDD">Zoek</FONT></A>
                </TD>
              </TR>
              <TR align="right">
                <TD class="top"><HR width="100%" size="1" class="ns" /></TD>
              </TR>
            </TABLE>
          </TD>
        </TR>
      </TABLE>
    </TD>
  </TR>
</TABLE>

<!--  end top navegation bar -->

<!--  blue bar -->
<TABLE cellspacing="0" cellpadding="0" border="0" align="center" width="90%">
  <TR bgcolor="#00ffff">
    <TD><IMG src="{$lfroot}../common/images/transpix.gif" width="1" height="2" alt="" /></TD>
  </TR>
</TABLE>
<!--  end blue bar -->
<!-- bottom navegation bar -->
 <TABLE cellspacing="0" cellpadding="0" border="0" align="center" width="94%">
   <TR bgcolor="#000000">
     <TD>
       <TABLE cellspacing="0" cellpadding="1" border="0" width="100%">
         <TR align="center">
           <TD><A class="nodec" href="{$lfroot}News/"><FONT color="#FFFFFF">Nieuws</FONT></A> </TD>
           <TD><FONT color="#FFFFFF">|</FONT> </TD>
           <TD><A class="nodec" href="{$lfroot}Archives/"><FONT color="#FFFFFF">Archieven</FONT></A> </TD>
           <TD><FONT color="#FFFFFF">|</FONT> </TD>
           <TD><A class="nodec" href="{$lfroot}Links/"><FONT color="#FFFFFF">Links</FONT></A> </TD>
           <TD><FONT color="#FFFFFF">|</FONT> </TD>
           <TD><A class="nodec" href="{$lfroot}aboutus.html"><FONT color="#FFFFFF">Over LF</FONT></A> </TD>
         </TR>
       </TABLE>
     </TD>
   </TR>
 </TABLE>
 <!-- end bottom navegation bar -->
<!-- stop navegation bar -->

  </xsl:template>

  <xsl:template name="footer">

<!-- ARTICLE FOOT -->
<CENTER><TABLE WIDTH="95%">
<TR><TD ALIGN="CENTER" BGCOLOR="#666666">
<FONT COLOR="#FFFFFF">Onderhouden door het <A href="mailto:dutch@linuxfocus.org"><FONT color="#FFFFFF">Nederlandse team</FONT></A></FONT>
<BR/><FONT COLOR="#FFFFFF">Copyright LinuxFocus 2001-2004.</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:template name="nbsp">
     <xsl:text disable-output-escaping="yes">&amp;nbsp;</xsl:text>
  </xsl:template>


</xsl:stylesheet>





