<?xml version="1.0" ?>
<!-- Header and footer for the listings -->
<!-- To learn about this file, visit:
		http://larve.net/people/hugo/2000/10/concerts/generation    -->
<!-- $Id: header-footer.xsl 6490 2008-01-06 23:55:22Z larve $ -->
<!-- Copyright (c) 2000 Hugo Haas <hugo@larve.net> -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
                xmlns="http://www.w3.org/1999/xhtml">

<xsl:template name="head">
  <xsl:param name="what"/>
  <head>
    <title>
      Hugo Haas's Concert Reviews: listings by
      <xsl:value-of select="$what"/>
    </title>
    <meta name="keywords"
	  content="music, live, concerts, shows, reviews" />
    <link rel="stylesheet" type="text/css" href="/stylesheets/base" />
    <link rel="stylesheet" type="text/css" href="reviews" />
  </head>
</xsl:template>

<xsl:template name="header" match="concerts">
  <p><a href="byname">By band name</a> &#183; <a href="bydate">By date</a> &#183; <a href="../../../concerts">About the concert reviews</a></p>
  <p>The reviews are usually written in the language that the band
  uses, which makes more or less sense, unless I don't speak this
  language.</p>
  <p>Read also on this site:</p>
  <ul>
    <li><a href="../../../../../2007/mublog/">Music reviews blog</a></li>
    <li><a href="../../../pictures/fb/public/tags/concert">Concert photography</a></li>
  </ul>
<div class="centered">
<script type="text/javascript" src="ad_banner.js"></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
  <hr />
</xsl:template>

<xsl:template name="footer" match="concerts">
<div class="centered">
<script type="text/javascript" src="ad_banner.js"></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
  <hr />
  <address>
    <a href='../../../'>Hugo Haas</a>
  <br />
  <small>This page was automatically generated by an XSL style sheet.
  <a href="generation">Read about the XML/XSLT generation</a>.</small>
  </address>
</xsl:template>

</xsl:stylesheet>
