354
ID | 354 |
Data | 2010-04-22 |
Symbol | 2010/04/22/354 |
Instytucja | Gmina Miasto Częstochowa |
Nazwa | Wniosek o wydawanie zaświadczenia o stanie majątkowym mieszkańców |
Czy Aktualny | 1 |
---|
Ustawy (2)
Pliki
Styl
<?xml version="1.0" encoding="UTF-8"?><xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xmlns:adr="http://crd.gov.pl/xml/schematy/adres/2009/03/06/" xmlns:inst="http://crd.gov.pl/xml/schematy/instytucja/2009/03/06/" xmlns:meta="http://crd.gov.pl/xml/schematy/meta/2009/03/06/" xmlns:oso="http://crd.gov.pl/xml/schematy/osoba/2009/03/06/" xmlns:str="http://crd.gov.pl/xml/schematy/struktura/2009/03/06/" xmlns:wnio="http://crd.gov.pl/wzor/2010/04/22/354/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
<xsl:template name="Naglowek">
<xsl:param name="dokument"/>
<table width="100%" cellspacing="0">
<tr>
<td align="right" valign="top" class="cssRight">
<span class="cssRight">
<xsl:value-of select="$dokument/wnio:Miejscowosc"/>
<xsl:if test="$dokument/wnio:Data != ''">, <xsl:value-of select="$dokument/wnio:Data"/>
</xsl:if>
</span>
</td>
</tr>
<tr>
<td>
<xsl:choose>
<xsl:when test="$dokument/wnio:RodzajWnioskodawcy = 'osoba fizyczna'">
<table cellspacing="0" align="left">
<tr>
<td class="cssContent">
<span class="cssContentText">
<xsl:value-of select="$dokument/wnio:DaneWnioskOF/wnio:ImieOF"/> <xsl:value-of select="$dokument/wnio:DaneWnioskOF/wnio:NazwiskoOF"/>
</span>
</td>
</tr>
<tr>
<td class="cssContent">
<span class="cssContentText">
<xsl:value-of select="$dokument/wnio:AdrZamieszkania/wnio:NazwaUlicyZamieszkania"/> <xsl:value-of select="$dokument/wnio:AdrZamieszkania/wnio:BudynekZamieszkania"/>
<xsl:if test="$dokument/wnio:AdrZamieszkania/wnio:LokalZamieszkania != ''"> lok. <xsl:value-of select="$dokument/wnio:AdrZamieszkania/wnio:LokalZamieszkania"/>
</xsl:if>
</span>
</td>
</tr>
<tr>
<td class="cssContent">
<span class="cssContentText">
<xsl:value-of select="$dokument/wnio:AdrZamieszkania/wnio:KodPocztowyZamieszkania"/> <xsl:value-of select="$dokument/wnio:AdrZamieszkania/wnio:MiejscowoscZamieszkania"/>
</span>
</td>
</tr>
<tr>
<td class="cssContent">
<span class="cssContentText">PESEL: <xsl:value-of select="$dokument/wnio:DaneWnioskOF/wnio:PESELOF"/>
</span>
</td>
</tr>
</table>
</xsl:when>
<xsl:when test="contains($dokument/wnio:RodzajWnioskodawcy, 'osoba prawna')">
<table cellspacing="0" align="left">
<tr>
<td class="cssContent">
<span class="cssContentText">
<xsl:value-of select="$dokument/wnio:DaneJednostkiOP/wnio:NazwaJednostki_OP"/>
</span>
</td>
</tr>
<tr>
<td class="cssContent">
<span class="cssContentText">
<xsl:value-of select="$dokument/wnio:AdrSiedziby/wnio:UlicaSiedziby"/> <xsl:value-of select="$dokument/wnio:AdrSiedziby/wnio:BudynekSiedziby"/>
<xsl:if test="$dokument/wnio:AdrSiedziby/wnio:LokalSiedziby != ''"> lok. <xsl:value-of select="$dokument/wnio:AdrSiedziby/wnio:LokalSiedziby"/>
</xsl:if>
</span>
</td>
</tr>
<tr>
<td class="cssContent">
<span class="cssContentText">
<xsl:value-of select="$dokument/wnio:AdrSiedziby/wnio:KodPocztowySiedziby"/> <xsl:value-of select="$dokument/wnio:AdrSiedziby/wnio:MiejscowoscSiedziby"/>
</span>
</td>
</tr>
<tr>
<td class="cssContent">
<span class="cssContentText">REGON: <xsl:value-of select="$dokument/wnio:DaneJednostkiOP/wnio:REGON_OP"/>
</span>
</td>
</tr>
</table>
</xsl:when>
<xsl:when test="contains($dokument/wnio:RodzajWnioskodawcy, 'gospodarczą')">
<table cellspacing="0" align="left">
<tr>
<td class="cssContent">
<span class="cssContentText">
<xsl:value-of select="$dokument/wnio:DaneWnioskOFG/wnio:ImieOFG"/> <xsl:value-of select="$dokument/wnio:DaneWnioskOFG/wnio:NazwiskoOFG"/>
</span>
</td>
</tr>
<tr>
<td class="cssContent">
<span class="cssContentText">
<xsl:value-of select="$dokument/wnio:DaneWnioskOFG/wnio:NazwaFirmyOFG"/>
</span>
</td>
</tr>
<tr>
<td class="cssContent">
<span class="cssContentText">
<xsl:value-of select="$dokument/wnio:AdrSiedziby/wnio:UlicaSiedziby"/> <xsl:value-of select="$dokument/wnio:AdrSiedziby/wnio:BudynekSiedziby"/>
<xsl:if test="$dokument/wnio:AdrSiedziby/wnio:LokalSiedziby != ''"> lok. <xsl:value-of select="$dokument/wnio:AdrSiedziby/wnio:LokalSiedziby"/>
</xsl:if>
</span>
</td>
</tr>
<tr>
<td class="cssContent">
<span class="cssContentText">
<xsl:value-of select="$dokument/wnio:AdrSiedziby/wnio:KodPocztowySiedziby"/> <xsl:value-of select="$dokument/wnio:AdrSiedziby/wnio:MiejscowoscSiedziby"/>
</span>
</td>
</tr>
<tr>
<td class="cssContent">
<span class="cssContentText">REGON: <xsl:value-of select="$dokument/wnio:DaneWnioskOFG/wnio:REGONOFG"/>
</span>
</td>
</tr>
</table>
</xsl:when>
<xsl:when test="contains($dokument/wnio:RodzajWnioskodawcy, 'jednostka')">
<table cellspacing="0" align="left">
<tr>
<td class="cssContent">
<span class="cssContentText">
<xsl:value-of select="$dokument/wnio:DaneJednostkiJO/wnio:NazwaJednostki_JO"/>
</span>
</td>
</tr>
<tr>
<td class="cssContent">
<span class="cssContentText">
<xsl:value-of select="$dokument/wnio:AdrSiedziby/wnio:UlicaSiedziby"/> <xsl:value-of select="$dokument/wnio:AdrSiedziby/wnio:BudynekSiedziby"/>
<xsl:if test="$dokument/wnio:AdrSiedziby/wnio:LokalSiedziby != ''"> lok. <xsl:value-of select="$dokument/wnio:AdrSiedziby/wnio:LokalSiedziby"/>
</xsl:if>
</span>
</td>
</tr>
<tr>
<td class="cssContent">
<span class="cssContentText">
<xsl:value-of select="$dokument/wnio:AdrSiedziby/wnio:KodPocztowySiedziby"/> <xsl:value-of select="$dokument/wnio:AdrSiedziby/wnio:MiejscowoscSiedziby"/>
</span>
</td>
</tr>
<tr>
<td class="cssContent">
<span class="cssContentText">REGON: <xsl:value-of select="$dokument/wnio:DaneJednostkiJO/wnio:REGON_JO"/>
</span>
</td>
</tr>
</table>
</xsl:when>
</xsl:choose>
</td>
</tr>
<xsl:if test="$dokument/wnio:DaneKontaktowe/wnio:TelefonKontaktowy != ''">
<tr>
<td class="cssContent">
<span class="cssContentText">Tel. <xsl:value-of select="$dokument/wnio:DaneKontaktowe/wnio:TelefonKontaktowy"/>
</span>
</td>
</tr>
</xsl:if>
<xsl:if test="$dokument/wnio:DaneKontaktowe/wnio:FaksKontaktowy != ''">
<tr>
<td class="cssContent">
<span class="cssContentText">Faks <xsl:value-of select="$dokument/wnio:DaneKontaktowe/wnio:FaksKontaktowy"/>
</span>
</td>
</tr>
</xsl:if>
<xsl:if test="$dokument/wnio:DaneKontaktowe/wnio:EmailKontaktowy != ''">
<tr>
<td class="cssContent">
<span class="cssContentText">E-mail:
<xsl:choose>
<xsl:when test="string-length($dokument/wnio:DaneKontaktowe/wnio:EmailKontaktowy) > 25">
<xsl:value-of select="substring($dokument/wnio:DaneKontaktowe/wnio:EmailKontaktowy,1,20)"/>
<br/>
<xsl:value-of select="substring($dokument/wnio:DaneKontaktowe/wnio:EmailKontaktowy,21)"/>
</xsl:when>
<xsl:otherwise>
<xsl:value-of select="$dokument/wnio:DaneKontaktowe/wnio:EmailKontaktowy"/>
</xsl:otherwise>
</xsl:choose>
</span>
</td>
</tr>
</xsl:if>
</table>
</xsl:template>
<xsl:template name="Dla">
<xsl:param name="dokument"/>
<table width="100%" cellspacing="0">
<tr>
<td>
<xsl:choose>
<xsl:when test="$dokument/wnio:RodzajWnioskZas = 'osoba fizyczna'">
<table cellspacing="0" align="left">
<tr>
<td>
<p class="cssNormal">
<b><xsl:value-of select="$dokument/wnio:DaneWnioskOFZas/wnio:ImieOFZas"/> <xsl:value-of select="$dokument/wnio:DaneWnioskOFZas/wnio:NazwiskoOFZas"/></b>
<br/>
<xsl:value-of select="$dokument/wnio:AdrZamieszkaniaZas/wnio:NazwaUlicyZamieszkaniaZas"/> <xsl:value-of select="$dokument/wnio:AdrZamieszkaniaZas/wnio:BudynekZamieszkaniaZas"/>
<xsl:if test="$dokument/wnio:AdrZamieszkaniaZas/wnio:LokalZamieszkaniaZas != ''"> lok. <xsl:value-of select="$dokument/wnio:AdrZamieszkaniaZas/wnio:LokalZamieszkaniaZas"/>
</xsl:if>
<br/>
<xsl:value-of select="$dokument/wnio:AdrZamieszkaniaZas/wnio:KodPocztowyZamieszkaniaZas"/> <xsl:value-of select="$dokument/wnio:AdrZamieszkaniaZas/wnio:MiejscowoscZamieszkaniaZas"/>
<br/>
PESEL: <xsl:value-of select="$dokument/wnio:DaneWnioskOFZas/wnio:PESELOFZas"/>
</p>
</td>
</tr>
</table>
</xsl:when>
<xsl:when test="contains($dokument/wnio:RodzajWnioskZas, 'osoba prawna')">
<table cellspacing="0" align="left">
<tr>
<td>
<p class="cssNormal">
<b> <xsl:value-of select="$dokument/wnio:DaneJednostkiOPZas/wnio:NazwaJednostki_OPZas"/></b>
<br/>
<xsl:value-of select="$dokument/wnio:AdrSiedzibyZas/wnio:UlicaSiedziby"/> <xsl:value-of select="$dokument/wnio:AdrSiedzibyZas/wnio:BudynekSiedziby"/>
<xsl:if test="$dokument/wnio:AdrSiedzibyZas/wnio:LokalSiedzib != ''"> lok. <xsl:value-of select="$dokument/wnio:AdrSiedzibyZas/wnio:LokalSiedzib"/>
</xsl:if>
<br/>
<xsl:value-of select="$dokument/wnio:AdrSiedzibyZas/wnio:KodPocztowySiedziby"/> <xsl:value-of select="$dokument/wnio:AdrSiedzibyZas/wnio:MiejscowoscSiedziby"/>
<br/>
REGON: <xsl:value-of select="$dokument/wnio:DaneJednostkiOPZas/wnio:REGON_OPZas"/>
</p>
</td>
</tr>
</table>
</xsl:when>
<xsl:when test="contains($dokument/wnio:RodzajWnioskZas, 'gospodarczą')">
<table cellspacing="0" align="left">
<tr>
<td>
<p class="cssNormal">
<b> <xsl:value-of select="$dokument/wnio:DaneWnioskOFGZas/wnio:ImieOFGZas"/> <xsl:value-of select="$dokument/wnio:DaneWnioskOFGZas/wnio:NazwiskoOFGZas"/></b>
<br/>
<xsl:value-of select="$dokument/wnio:DaneWnioskOFGZas/wnio:NazwaFirmyOFGZas"/>
<br/>
<xsl:value-of select="$dokument/wnio:AdrSiedzibyZas/wnio:UlicaSiedziby"/> <xsl:value-of select="$dokument/wnio:AdrSiedzibyZas/wnio:BudynekSiedziby"/>
<xsl:if test="$dokument/wnio:AdrSiedzibyZas/wnio:LokalSiedzib != ''"> lok. <xsl:value-of select="$dokument/wnio:AdrSiedzibyZas/wnio:LokalSiedzib"/>
</xsl:if>
<br/>
<xsl:value-of select="$dokument/wnio:AdrSiedzibyZas/wnio:KodPocztowySiedziby"/> <xsl:value-of select="$dokument/wnio:AdrSiedzibyZas/wnio:MiejscowoscSiedziby"/>
<br/>
REGON: <xsl:value-of select="$dokument/wnio:DaneWnioskOFGZas/wnio:REGONOFGZas"/>
</p>
</td>
</tr>
</table>
</xsl:when>
<xsl:when test="contains($dokument/wnio:RodzajWnioskZas, 'jednostka')">
<table cellspacing="0" align="left">
<tr>
<td>
<p class="cssNormal">
<b> <xsl:value-of select="$dokument/wnio:DaneJednostkiJOZas/wnio:NazwaJednostki_JOZas"/></b>
<br/>
<xsl:value-of select="$dokument/wnio:AdrSiedzibyZas/wnio:UlicaSiedziby"/> <xsl:value-of select="$dokument/wnio:AdrSiedzibyZas/wnio:BudynekSiedziby"/>
<xsl:if test="$dokument/wnio:AdrSiedzibyZas/wnio:LokalSiedzib != ''"> lok. <xsl:value-of select="$dokument/wnio:AdrSiedzibyZas/wnio:LokalSiedzib"/>
</xsl:if>
<br/>
<xsl:value-of select="$dokument/wnio:AdrSiedzibyZas/wnio:KodPocztowySiedziby"/> <xsl:value-of select="$dokument/wnio:AdrSiedzibyZas/wnio:MiejscowoscSiedziby"/>
<br/>
REGON: <xsl:value-of select="$dokument/wnio:DaneJednostkiJOZas/wnio:REGON_JOZas"/>
</p>
</td>
</tr>
</table>
</xsl:when>
</xsl:choose>
</td>
</tr>
</table>
</xsl:template>
<xsl:template match="/">
<xsl:for-each select="wnio:Dokument">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta content="HTML Tidy, see www.w3.org" name="generator"/>
</head>
<body>
<STYLE type="text/css"> .cssContent {
font-family : Arial; font-size : 13px;
color: #000; text-align: left;
} .cssContentText {
font-family : Arial; font-size : 13px;
color: #000; text-align: left;
} .cssContent2 {
font-family : Arial; font-size : 12px;
color: #000; text-align: left;
} .cssContent2Text {
font-family : Arial; font-size : 12px;
color: #000; text-align: left;
} .cssLine {
border-bottom : 1px solid black;
} .cssDescr {
font-family : Arial; font-size : 12px;
color: #000; text-align: left;
} .cssDescr2 {
font-family : Arial; font-size : 11px;
color: #000; }
.cssRecipient { font-family : Arial;
font-size : 15px; text-align: center;
color: #000; }
.cssSubject { font-family : Arial;
font-size : 18px; color: #000;
font-weight: bold; text-align: center;
} .cssNormal {
font-family : Arial; text-align: justify;
line-height: 100%; color: #000;
font-size : 15px; line-height: 1.5;
} .cssNormalB {
font-family : Arial; text-align: left;
line-height: 100%; color: #000;
font-size : 15px; line-height: 1.5;
font-weight: bold; }
cssNormalG { font-family : Arial;
text-align: left; line-height: 100%;
color: gray; font-size : 15px;
line-height: 1.5; }
.cssSmall { font-family : Arial;
text-align: left; color: #000;
font-size : 11px; }
.cssCenter { font-family : Arial;
font-size : 10px; text-align: center;
} .cssRight {
font-family : Arial; text-align: right;
color: #000; font-size : 13px;
}</STYLE>
<table width="90%" align="center" cellspacing="0" cellpadding="5">
<tr>
<td>
<xsl:call-template name="Naglowek">
<xsl:with-param name="dokument" select="//wnio:TrescDokumentu/wnio:Wartosc"/>
</xsl:call-template>
<br/>
<br/>
<p align="right">
<table cellspacing="0" align="right">
<tr>
<td>
<span class="cssRecipient">
<b><xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:DaneUrzedu/wnio:NazwaOrganu"/><br/>
<xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:DaneUrzedu/wnio:UlicaOrganu"/> <xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:DaneUrzedu/wnio:BudynekOrganu"/><xsl:if test="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:DaneUrzedu/wnio:LokalOrganu != ''"> lok. <xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:DaneUrzedu/wnio:LokalOrganu"/></xsl:if><br/>
<xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:DaneUrzedu/wnio:KodPocztowyOrganu"/> <xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:DaneUrzedu/wnio:MiejscowoscOrganu"/></b>
</span>
</td>
</tr>
</table>
</p>
</td>
</tr>
<tr>
<td>
<br/>
<br/>
</td>
</tr>
<tr>
<td>
<p align="center" class="cssSubject"> WNIOSEK </p>
</td>
</tr>
<tr>
<td>
<p align="center" class="cssSubject">o wydanie zaświadczenia o stanie majątkowym </p>
</td>
</tr>
<tr>
<td>
<br/>
<br/>
</td>
</tr>
<tr>
<td>
<p class="cssNormal">Zwracam się z prośba o wydanie zaświadczenia o: </p>
<p class="cssNormal">
<xsl:if test="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:Zaswiadczenie/wnio:rodzajZaswiadczenia != 'inne' ">
<xsl:for-each select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:Zaswiadczenie">
<xsl:value-of select="wnio:rodzajZaswiadczenia"/>
<br/>
</xsl:for-each>
</xsl:if>
<xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:InneZaswiadczenie"/>
</p>
</td>
</tr>
<tr>
<td>
<p class="cssNormal">dla: </p>
<xsl:choose>
<xsl:when test="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:RodzajWnioskZas = 'inne osoby' ">
<xsl:choose>
<xsl:when test="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:DlaInnaOsoba/wnio:InnyWnioskodawca = 'osoba fizyczna' ">
<table cellspacing="0" align="left">
<tr>
<td>
<span class="cssNormalB">
<xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:DlaInnaOsoba/wnio:InnaOF/wnio:Imie"/> <xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:DlaInnaOsoba/wnio:InnaOF/wnio:Nazwisko"/>
</span>
</td>
</tr>
<tr>
<td>
<span class="cssNormalB">
<xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:DlaInnaOsoba/wnio:InnyAdrOsFiz/wnio:NazwaUlicyZamieszkania"/> <xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:DlaInnaOsoba/wnio:InnyAdrOsFiz/wnio:BudynekZamieszkania"/>
<xsl:if test="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:DlaInnaOsoba/wnio:InnyAdrOsFiz/wnio:LokalZamieszkania != ''"> lok. <xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:DlaInnaOsoba/wnio:InnyAdrOsFiz/wnio:LokalZamieszkania"/>
</xsl:if>
</span>
</td>
</tr>
<tr>
<td>
<span class="cssNormalB">
<xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:DlaInnaOsoba/wnio:InnyAdrOsFiz/wnio:KodPocztowyZamieszkania"/> <xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:DlaInnaOsoba/wnio:InnyAdrOsFiz/wnio:MiejscowoscZamieszkania"/>
</span>
</td>
</tr>
<tr>
<td>
<span class="cssNormalB">
PESEL: <xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:DlaInnaOsoba/wnio:InnaOF/wnio:PESEL"/>
</span>
</td>
</tr>
</table>
</xsl:when>
<xsl:when test="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:DlaInnaOsoba/wnio:InnyWnioskodawca = 'osoba prawna' ">
<table cellspacing="0" align="left">
<tr>
<td>
<span class="cssNormalB">
<xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:DlaInnaOsoba/wnio:InnaJednostkaOP/wnio:NazwaJednostki_JO"/> <br/>
<xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:DlaInnaOsoba/wnio:InnyAdrSiedz/wnio:UlicaSiedziby"/>
<xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:DlaInnaOsoba/wnio:InnyAdrSiedz/wnio:BudynekSiedziby"/>
<xsl:if test="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:DlaInnaOsoba/wnio:InnyAdrSiedz/wnio:LokalSiedziby != ''"> lok. <xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:DlaInnaOsoba/wnio:InnyAdrSiedz/wnio:LokalSiedziby"/>
</xsl:if><br/>
<xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:DlaInnaOsoba/wnio:InnyAdrSiedz/wnio:KodPocztowySiedziby"/> <xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:DlaInnaOsoba/wnio:InnyAdrSiedz/wnio:MiejscowoscSiedziby"/>
</span>
</td>
</tr>
<tr>
<td>
<span class="cssNormalB">
NIP: <xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:DlaInnaOsoba/wnio:InnaJednostkaOP/wnio:NIP"/> <br/>
REGON: <xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:DlaInnaOsoba/wnio:InnaJednostkaOP/wnio:REGON"/> <br/>
Numer w KRS: <xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:DlaInnaOsoba/wnio:InnaJednostkaOP/wnio:KRS"/>
</span>
</td>
</tr>
</table>
</xsl:when>
<xsl:when test=" contains(/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:DlaInnaOsoba/wnio:InnyWnioskodawca , 'gospodarczą' )">
<table cellspacing="0" align="left">
<tr>
<td>
<span class="cssNormalB">
<xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:DlaInnaOsoba/wnio:InnaOFPD/wnio:NazwaJedn"/> <br/>
<xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:DlaInnaOsoba/wnio:InnaOFPD/wnio:Imie"/> <xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:DlaInnaOsoba/wnio:InnaOFPD/wnio:Nazwisko"/><br/>
<xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:DlaInnaOsoba/wnio:InnyAdrSiedz/wnio:UlicaSiedziby"/>
<xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:DlaInnaOsoba/wnio:InnyAdrSiedz/wnio:BudynekSiedziby"/>
<xsl:if test="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:DlaInnaOsoba/wnio:InnyAdrSiedz/wnio:LokalSiedziby != ''"> lok. <xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:DlaInnaOsoba/wnio:InnyAdrSiedz/wnio:LokalSiedziby"/>
</xsl:if><br/>
<xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:DlaInnaOsoba/wnio:InnyAdrSiedz/wnio:KodPocztowySiedziby"/> <xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:DlaInnaOsoba/wnio:InnyAdrSiedz/wnio:MiejscowoscSiedziby"/>
</span>
</td>
</tr>
<tr>
<td>
<span class="cssNormalB">
PESEL: <xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:DlaInnaOsoba/wnio:InnaOFPD/wnio:PESEL"/> <br/>
REGON: <xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:DlaInnaOsoba/wnio:InnaOFPD/wnio:REGON"/> <br/>
</span>
</td>
</tr>
</table>
</xsl:when>
<xsl:when test=" contains(/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:DlaInnaOsoba/wnio:InnyWnioskodawca , 'organizacyjna' )">
<table cellspacing="0" align="left">
<tr>
<td>
<span class="cssNormalB">
<xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:DlaInnaOsoba/wnio:InnaJednostkaO/wnio:NazwaJednostki_JO"/> <br/>
<xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:DlaInnaOsoba/wnio:InnyAdrSiedz/wnio:UlicaSiedziby"/>
<xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:DlaInnaOsoba/wnio:InnyAdrSiedz/wnio:BudynekSiedziby"/>
<xsl:if test="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:DlaInnaOsoba/wnio:InnyAdrSiedz/wnio:LokalSiedziby != ''"> lok. <xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:DlaInnaOsoba/wnio:InnyAdrSiedz/wnio:LokalSiedziby"/>
</xsl:if><br/>
<xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:DlaInnaOsoba/wnio:InnyAdrSiedz/wnio:KodPocztowySiedziby"/> <xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:DlaInnaOsoba/wnio:InnyAdrSiedz/wnio:MiejscowoscSiedziby"/>
</span>
</td>
</tr>
<tr>
<td>
<span class="cssNormalB">
NIP: <xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:DlaInnaOsoba/wnio:InnaJednostkaO/wnio:NIP"/> <br/>
REGON: <xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:DlaInnaOsoba/wnio:InnaJednostkaO/wnio:REGON"/> <br/>
Numer w KRS: <xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:DlaInnaOsoba/wnio:InnaJednostkaO/wnio:KRS"/>
</span>
</td>
</tr>
</table>
</xsl:when>
</xsl:choose>
</xsl:when>
<xsl:when test="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:RodzajWnioskZas = 'wnioskujący' ">
<xsl:choose>
<xsl:when test="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:RodzajWnioskodawcy = 'osoba fizyczna'">
<table cellspacing="0" align="left">
<tr>
<td>
<span class="cssNormalB">
<xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:DaneWnioskOFZas/wnio:ImieOFZas"/> <xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:DaneWnioskOFZas/wnio:NazwiskoOFZas"/>
</span>
</td>
</tr>
<tr>
<td>
<span class="cssNormalB">
<xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:AdrZamieszkaniaZas/wnio:NazwaUlicyZamieszkaniaZas"/> <xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:AdrZamieszkaniaZas/wnio:BudynekZamieszkaniaZas"/>
<xsl:if test="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:AdrZamieszkaniaZas/wnio:LokalZamieszkaniaZas != ''"> lok. <xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:AdrZamieszkaniaZas/wnio:LokalZamieszkaniaZas"/>
</xsl:if>
</span>
</td>
</tr>
<tr>
<td>
<span class="cssNormalB">
<xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:AdrZamieszkaniaZas/wnio:KodPocztowyZamieszkaniaZas"/> <xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:AdrZamieszkaniaZas/wnio:MiejscowoscZamieszkaniaZas"/>
</span>
</td>
</tr>
<tr>
<td>
<span class="cssNormalB">
PESEL: <xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:DaneWnioskOFZas/wnio:PESELOFZas"/>
</span>
</td>
</tr>
</table>
</xsl:when>
<xsl:when test="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:RodzajWnioskodawcy = 'osoba prawna'">
<table cellspacing="0" align="left">
<tr>
<td>
<span class="cssNormalB">
<xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:DaneJednostkiOPZas/wnio:NazwaJednostki_OPZas"/> <br/>
<xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:AdrSiedzibyZas/wnio:UlicaSiedziby"/>
<xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:AdrSiedzibyZas/wnio:BudynekSiedziby"/>
<xsl:if test="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:AdrSiedzibyZas/wnio:LokalSiedzib != ''"> lok. <xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:AdrSiedzibyZas/wnio:LokalSiedzib"/>
</xsl:if><br/>
<xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:AdrSiedzibyZas/wnio:KodPocztowySiedziby"/> <xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:AdrSiedzibyZas/wnio:MiejscowoscSiedziby"/>
</span>
</td>
</tr>
<tr>
<td>
<span class="cssNormalB">
NIP: <xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:DaneJednostkiOPZas/wnio:NIP_OPZas"/> <br/>
REGON: <xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:DaneJednostkiOPZas/wnio:REGON_OPZas"/> <br/>
Numer w KRS: <xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:DaneJednostkiOPZas/wnio:KRS_OPZas"/>
</span>
</td>
</tr>
</table>
</xsl:when>
<xsl:when test="contains(/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:RodzajWnioskodawcy ,'gospodarczą') ">
<table cellspacing="0" align="left">
<tr>
<td>
<span class="cssNormalB">
<xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:DaneWnioskOFGZas/wnio:NazwaFirmyOFGZas"/> <br/>
<xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:DaneWnioskOFGZas/wnio:ImieOFGZas"/> <xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:DaneWnioskOFGZas/wnio:NazwiskoOFGZas"/><br/>
<xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:AdrSiedzibyZas/wnio:UlicaSiedziby"/>
<xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:AdrSiedzibyZas/wnio:BudynekSiedziby"/>
<xsl:if test="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:AdrSiedzibyZas/wnio:LokalSiedzib != ''"> lok. <xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:AdrSiedzibyZas/wnio:LokalSiedzib"/>
</xsl:if><br/>
<xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:AdrSiedzibyZas/wnio:KodPocztowySiedziby"/> <xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:AdrSiedzibyZas/wnio:MiejscowoscSiedziby"/>
</span>
</td>
</tr>
<tr>
<td>
<span class="cssNormalB">
PESEL: <xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:DaneWnioskOFGZas/wnio:PESELOFGZas"/> <br/>
REGON: <xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:DaneWnioskOFGZas/wnio:REGONOFGZas"/> <br/>
</span>
</td>
</tr>
</table>
</xsl:when>
<xsl:when test="contains(/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:RodzajWnioskodawcy ,'organizacyjna') ">
<table cellspacing="0" align="left">
<tr>
<td>
<span class="cssNormalB">
<xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:DaneJednostkiJOZas/wnio:NazwaJednostki_JOZas"/> <br/>
<xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:AdrSiedzibyZas/wnio:UlicaSiedziby"/>
<xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:AdrSiedzibyZas/wnio:BudynekSiedziby"/>
<xsl:if test="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:AdrSiedzibyZas/wnio:LokalSiedzib != ''"> lok. <xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:AdrSiedzibyZas/wnio:LokalSiedzib"/>
</xsl:if><br/>
<xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:AdrSiedzibyZas/wnio:KodPocztowySiedziby"/> <xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:AdrSiedzibyZas/wnio:MiejscowoscSiedziby"/>
</span>
</td>
</tr>
<tr>
<td>
<span class="cssNormalB">
NIP: <xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:DaneJednostkiJOZas/wnio:NIP_JOZas"/> <br/>
REGON: <xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:DaneJednostkiJOZas/wnio:REGON_JOZas"/> <br/>
Numer w KRS: <xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:DaneJednostkiJOZas/wnio:KRS_JOZas"/>
</span>
</td>
</tr>
</table>
</xsl:when>
</xsl:choose>
</xsl:when>
</xsl:choose>
</td>
</tr>
<tr>
<td>
<xsl:if test="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:NazwaInstytucji !=''">
<p class="cssNormal">Nadmieniam, iż ww. zaświadczenie potrzebne jest mi celem przedłożenia w <b><xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:NazwaInstytucji"/></b> w sprawie:</p>
</xsl:if>
<xsl:if test="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:NazwaInstytucji =''">
<p class="cssNormal">Nadmieniam, iż ww. zaświadczenie potrzebne jest mi celem przedłożenia w sprawie:<br/></p>
</xsl:if>
<p class="cssNormal">
<xsl:if test="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:ListaSpraw/wnio:Lista !='' and /wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:ListaSpraw/wnio:Lista !='inna'">
<xsl:for-each select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:ListaSpraw">
<xsl:value-of select="wnio:Lista"/><br/>
</xsl:for-each>
</xsl:if>
<xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:TrescFormularza/wnio:InnaSprawa"/></p>
</td>
</tr>
<xsl:if test="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:Pelnomocnik = 'ustanowiony pełnomocnik' or /wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:WyborAdrKores = 'adres korespondencyjny inny niż adres zamieszkania lub siedziby firmy'">
<tr>
<td class="cssLine"> </td>
</tr>
<tr>
<td>
<br/>
</td>
</tr>
<tr>
<td>
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tbody>
<tr>
<td width="48%" valign="top">
<xsl:if test="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:Pelnomocnik = 'ustanowiony pełnomocnik'">
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tbody>
<tr>
<td class="cssNormalB">
<span class="cssNormalB">Pełnomocnik:</span>
</td>
</tr>
<tr>
<td>
<p class="cssNormal">
<xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:DanePelnomocnika/wnio:ImiePelnomocnika"/> <xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:DanePelnomocnika/wnio:NazwiskoPelnomocnika"/>
<br/>
<xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:DanePelnomocnika/wnio:UlicaPelnomocnika"/> <xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:DanePelnomocnika/wnio:BudynekPelnomocnika"/>
<xsl:if test="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:DanePelnomocnika/wnio:LokalPelnomocnika != ''"> lok. <xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:DanePelnomocnika/wnio:LokalPelnomocnika"/>
</xsl:if>
<br/>
<xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:DanePelnomocnika/wnio:KodPocztowyPelnomocnika"/> <xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:DanePelnomocnika/wnio:MiejscowoscPelnomocnika"/>
<br/>PESEL: <xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:DanePelnomocnika/wnio:PESELPelnomocnika"/>
</p>
</td>
</tr>
</tbody>
</table>
</xsl:if>
</td>
<td width="4%" valign="top"/>
<td width="48%" valign="top">
<xsl:if test="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:WyborAdrKores = 'adres korespondencyjny inny niż adres zamieszkania lub siedziby firmy'">
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tbody>
<tr>
<td class="cssNormalB">
<span class="cssNormalB">Adres korespondencyjny:</span>
</td>
</tr>
<tr>
<td>
<p class="cssNormal">
<xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:AdrKorespondencyjny/wnio:UlicaAdresKor"/> <xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:AdrKorespondencyjny/wnio:BudynekAdresKor"/>
<xsl:if test="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:AdrKorespondencyjny/wnio:LokalAdresKor != ''"> lok. <xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:AdrKorespondencyjny/wnio:LokalAdresKor"/>
</xsl:if>
<br/>
<xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:AdrKorespondencyjny/wnio:KodPocztowyAdresKor"/> <xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:AdrKorespondencyjny/wnio:MiejscowoscAdresKor"/>
</p>
</td>
</tr>
</tbody>
</table>
</xsl:if>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="cssLine"> </td>
</tr>
</xsl:if>
<tr>
<td>
<br/>
</td>
</tr>
<tr>
<td>
<p class="cssNormalB">Sposób przesłania odpowiedzi:</p>
<p class="cssNormal">
<xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:SposobWyslaniaOdpowiedzi"/>
</p>
</td>
</tr>
<tr>
<td>
<br/>
<br/>
</td>
</tr>
<tr>
<td>
<xsl:call-template name="Zalaczniki">
<xsl:with-param name="zalaczniki" select="//wnio:TrescDokumentu/wnio:Wartosc/str:Zalaczniki"/>
</xsl:call-template>
</td>
</tr>
<tr>
<td>
<br/>
<br/>
</td>
</tr>
<tr>
<td>
<p class="cssNormal" align="right">
<xsl:call-template name="Podpis"/>
</p>
</td>
</tr>
</table>
</body>
</html>
</xsl:for-each>
</xsl:template>
<xsl:template name="Zalaczniki">
<xsl:param name="zalaczniki"/>
<xsl:if test="$zalaczniki//str:Zalacznik/@nazwaPliku != ''">
<table width="100%" cellspacing="0">
<tr>
<td align="left" colspan="2">
<span class="cssNormalB">Załączniki: </span>
</td>
</tr>
<tr>
<td>
<br/>
</td>
</tr>
<xsl:for-each select="$zalaczniki//str:Zalacznik">
<tr>
<td align="left">
<span class="cssNormal">
<xsl:value-of select="@nazwaPliku"/>
<xsl:if test="str:OpisZalacznika != ''">
- <xsl:value-of select="str:OpisZalacznika"/></xsl:if>
</span>
</td>
</tr>
</xsl:for-each>
<tr>
<td>
<br/>
</td>
</tr>
</table>
</xsl:if>
</xsl:template>
<xsl:template name="Podpis">
<table cellspacing="0" align="left">
<tr>
<td class="cssContent2">
<span class="cssNormalB">
<xsl:text>Dane dotyczące podpisu:</xsl:text>
</span>
<br/>
<xsl:if test="//ds:Signature!=''">
<span class="cssContent2Text">
<xsl:text>Lista podpisanych elementów (referencji):</xsl:text>
</span>
<br/>
<xsl:for-each select="//ds:Signature/ds:SignedInfo/ds:Reference">
<span class="cssContent2Text">
<xsl:text>refenrencja </xsl:text>
<xsl:value-of select="@Id"/>
<xsl:text> : </xsl:text>
<xsl:value-of select="@URI"/>
</span>
<br/>
</xsl:for-each>
</xsl:if>
<span class="cssContent2Text">
<xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:ImieUzytkownika"/> <xsl:value-of select="/wnio:Dokument/wnio:TrescDokumentu/wnio:Wartosc/wnio:NazwiskoUzytkownika"/>
</span>
</td>
</tr>
</table>
</xsl:template>
</xsl:stylesheet>