﻿<?xml version="1.0" encoding="utf-8" ?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:msxsl="urn:schemas-microsoft-com:xslt" exclude-result-prefixes="msxsl">
  <xsl:output method="html" indent="yes" version="4.0" />
  <xsl:output omit-xml-declaration="yes" />
  <xsl:template match="pers">
    <table>
      <tr style="height:80px;">
        <td>
          <a target="_blank">
            <xsl:attribute name="href">
              <xsl:value-of select='concat("/ASP/Authenticate.asp?a=1&amp;r=BZW&amp;g=", @guid)'/>
            </xsl:attribute>
            Ledenlijst
          </a>
        </td>
      </tr>
      <tr style="height:80px;">
        <td>
          <a target="_blank">
            <xsl:attribute name="href">
              <xsl:value-of select='concat("/ASP/Authenticate.asp?a=2&amp;r=BZW&amp;g=", @guid)'/>
            </xsl:attribute>
            Uw gegevens wijzigen
          </a>
        </td>
      </tr>
      <tr style="height:80px;">
        <td>
          <a target="_blank">
            <xsl:attribute name="href">
              <xsl:value-of select='concat("/ASP/Authenticate.asp?a=3&amp;r=BZW&amp;g=", @guid)'/>
            </xsl:attribute>
            Bijeenkomstenkalender
          </a>
        </td>
      </tr>
      <tr style="height:80px;">
        <td>
          <a target="_blank">
            <xsl:attribute name="href">
              <xsl:value-of select='concat("/ASP/Authenticate.asp?a=4&amp;r=BZW&amp;g=", @guid)'/>
            </xsl:attribute>
            Wachtwoord wijzigen
          </a>
        </td>
      </tr>

    </table>
  </xsl:template>
</xsl:stylesheet>
