1032
ID | 1032 |
Data | 2012-10-15 |
Symbol | 2012/10/15/1032 |
Instytucja | Urząd Miasta Katowice |
Nazwa | Zgłoszenie zmiany sposobu użytkowania obiektu budowlanego lub jego części |
Czy Aktualny | 0 |
---|
Ustawy (1)
URI://Dziennik_Ustaw/2011/206/1216/27/2 | Par. 27 ust. 2 rozporządzenia Prezesa Rady Ministrów z dnia 14 września 2011r. w sprawie sporządzania pism w postaci dokumentów elektronicznych, doręczania dokumentów elektronicznych oraz udostępniania formularzy, wzorów i kopii dokumentów elektronic... |
---|
Pliki
Styl
<?xml version="1.0" encoding="UTF-8"?><xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml" xmlns:adr="http://crd.gov.pl/xml/schematy/adres/2009/11/09/" xmlns:str="http://crd.gov.pl/xml/schematy/struktura/2009/11/16/" xmlns:dok="http://crd.gov.pl/wzor/2012/10/15/1032/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:inst="http://crd.gov.pl/xml/schematy/instytucja/2009/11/16/" xmlns:oso="http://crd.gov.pl/xml/schematy/osoba/2009/11/16/" xmlns:meta="http://crd.gov.pl/xml/schematy/meta/2009/11/16/" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:typy="http://crd.gov.pl/xml/schematy/typy/2009/11/16/" version="1.0">
<xsl:output encoding="UTF-8" indent="yes" media-type="text/html" method="xml" version="1.0"/>
<xsl:template match="/dok:Dokument">
<html xml:lang="pl">
<head>
<meta content="text/html; charset=UTF-8" http-equiv="content-type"/>
<title>
Zgłoszenie zmiany sposobu użytkowania obiektu budowlanego lub jego
części
<xsl:text> (</xsl:text>
F.BAU.B.ZGL.ZM.UZY.O.B
<xsl:text>)</xsl:text>
</title>
<style type="text/css">
<xsl:text>.fform { font-family: sans-serif; font-size: 10pt; color: black; } </xsl:text>
<xsl:text>.fform * { font-family: inherit; font-size: inherit; color: inherit; } </xsl:text>
<xsl:text>.fform p { margin: 0 0 0.2em 0; } </xsl:text>
<xsl:text>.fform p.title { text-align: center; font-size: 1.2em; font-weight: bold; margin-top: 1em; margin-bottom: 1em; } </xsl:text>
<xsl:text>.fform p.title .symbol { color: Gray; } </xsl:text>
<xsl:text>.fform div.trescDok { margin-top: 1em; margin-bottom: 1em; border: solid 1px Gray; background-color: WhiteSmoke; } </xsl:text>
<xsl:text>.fform div.trescDok table td { padding: 3px 0px 4px 15px; } </xsl:text>
<xsl:text>.fform div.trescDok table table td.sublevel, .fform div.trescDok table table table { background-color: WhiteSmoke; } </xsl:text>
<xsl:text>.fform div.daneDok { margin-top: 1em; margin-bottom: 1em; border: solid 1px #7099c5; background-color: #f0f0ff; } </xsl:text>
<xsl:text>.fform div.daneDok table td { padding: 3px 0px 4px 15px; } </xsl:text>
<xsl:text>.fform div.daneDok table table td.sublevel, .fform div.daneDok table table table { background-color: #f0f0ff; } </xsl:text>
<xsl:text>.fform div.sigInfo { margin-top: 1em; margin-bottom: 1em; border: solid 1px #7099c5; background-color: #f0f0ff; } </xsl:text>
<xsl:text>.fform div.sigInfo table td { padding: 3px 0px 4px 15px; } </xsl:text>
<xsl:text>.fform td.label { width: 20%; color: Gray; } </xsl:text>
<xsl:text>.fform td.value { font-weight: bold; width: 80%; } </xsl:text>
<xsl:text>.fform td.value2 { width: 80%; } </xsl:text>
<xsl:text>.fform table { width: 100%; } </xsl:text>
<xsl:text>.fform table td.sublevel, .fform table table { background-color: White; } </xsl:text>
<xsl:text>.fform table table table td.sublevel, .fform table table table table { background-color: White; } </xsl:text>
</style>
</head>
<body class="fform">
<div class="trescDok">
<p class="title">
Zgłoszenie zmiany sposobu użytkowania obiektu
budowlanego lub jego części
</p>
<table>
<xsl:apply-templates select="dok:TrescDokumentu/*"/>
</table>
</div>
<div class="daneDok">
<p class="title">Metryka dokumentu</p>
<table>
<xsl:apply-templates select="dok:DaneDokumentu"/>
</table>
</div>
<div class="sigInfo">
<p class="title">Podpisy elektroniczne</p>
<xsl:choose>
<xsl:when test="ds:Signature">
<p>
<xsl:text>Dokument został podpisany</xsl:text>
<xsl:text> - aby go zweryfikować należy użyć oprogramowania do weryfikacji podpisu.</xsl:text>
</p>
<xsl:choose>
<xsl:when test="count(//dok:Dokument/ds:Signature/ds:Object/descendant::*[local-name() = 'SigningTime']) > 1">
<p>Daty złożenia podpisu:</p>
</xsl:when>
<xsl:when test="count(//dok:Dokument/ds:Signature/ds:Object/descendant::*[local-name() = 'SigningTime']) = 1">
<p>Data złożenia podpisu:</p>
</xsl:when>
<xsl:when test="0 >= count(//dok:Dokument/ds:Signature/ds:Object/descendant::*[local-name() = 'SigningTime'])">
</xsl:when>
</xsl:choose>
<table>
<xsl:for-each select="ds:Signature/ds:Object/descendant::*[local-name() = 'SigningTime']">
<tr>
<td>Data złożenia podpisu:</td>
<td>
<xsl:value-of select="."/>
</td>
</tr>
</xsl:for-each>
</table>
</xsl:when>
<xsl:otherwise>
<p>Dokument nie zawiera podpisu elektronicznego.</p>
</xsl:otherwise>
</xsl:choose>
</div>
</body>
</html>
</xsl:template>
<xsl:template match="dok:DaneDokumentu">
<xsl:if test="str:Naglowek/str:NazwaDokumentu">
<tr>
<td class="label">Nazwa dokumentu</td>
<td class="value">
<xsl:value-of select="str:Naglowek/str:NazwaDokumentu"/>
</td>
</tr>
</xsl:if>
<xsl:apply-templates select="meta:Identyfikator"/>
<xsl:for-each select="str:Adresaci">
<tr>
<td class="sublevel" colspan="2">
Adresat
<br/>
<table class="level2">
<xsl:apply-templates select="meta:Podmiot"/>
</table>
</td>
</tr>
</xsl:for-each>
<xsl:for-each select="str:Nadawcy">
<tr>
<td class="sublevel" colspan="2">
Nadawca
<br/>
<table>
<xsl:apply-templates select="meta:Podmiot"/>
</table>
</td>
</tr>
</xsl:for-each>
</xsl:template>
<!-- Adres -->
<xsl:template match="adr:Adres">
<xsl:apply-templates select="adr:KodPocztowy"/>
<xsl:apply-templates select="adr:Poczta"/>
<xsl:apply-templates select="adr:Miejscowosc"/>
<xsl:apply-templates select="adr:Ulica"/>
<xsl:apply-templates select="adr:Budynek"/>
<xsl:apply-templates select="adr:Lokal"/>
<xsl:apply-templates select="adr:SkrytkaPocztowa"/>
<xsl:apply-templates select="adr:Kraj"/>
<xsl:apply-templates select="adr:TERC"/>
<xsl:apply-templates select="adr:SIMC"/>
<xsl:apply-templates select="adr:ULIC"/>
<xsl:apply-templates select="adr:Wojewodztwo"/>
<xsl:apply-templates select="adr:Powiat"/>
<xsl:apply-templates select="adr:Gmina"/>
<xsl:apply-templates select="adr:Uwagi"/>
</xsl:template>
<xsl:template match="adr:KodPocztowy">
<tr>
<td class="label">Kod pocztowy</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="adr:Poczta">
<tr>
<td class="label">Poczta</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="adr:Miejscowosc">
<tr>
<td class="label">Miejscowość</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="adr:Ulica">
<tr>
<td class="label">Ulica</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="adr:Budynek">
<tr>
<td class="label">Nr budynku</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="adr:Lokal">
<tr>
<td class="label">Nr lokalu</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="adr:SkrytkaPocztowa">
<tr>
<td class="label">Nr skrytki pocztowej</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="adr:Kraj">
<tr>
<td class="label">Kod kraju</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="adr:TERC">
<tr>
<td class="label">Kod TERC</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="adr:SIMC">
<tr>
<td class="label">Kod SIMC</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="adr:ULIC">
<tr>
<td class="label">Kod ULIC</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="adr:Wojewodztwo">
<tr>
<td class="label">Województwo</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="adr:Powiat">
<tr>
<td class="label">Powiat</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="adr:Gmina">
<tr>
<td class="label">Gmina</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="adr:Uwagi">
<tr>
<td class="label">Uwagi dotyczące adresu</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="adr:Kontakt">
<xsl:apply-templates select="adr:Telefon|adr:Faks|adr:Email|adr:URIKontakt|adr:InnyKontakt"/>
</xsl:template>
<xsl:template match="adr:Telefon">
<tr>
<td class="label">Telefon</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="adr:Faks">
<tr>
<td class="label">Faks</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="adr:Email">
<tr>
<td class="label">E-mail</td>
<td class="value">
<a href="mailto:{text()}">
<xsl:value-of select="text()"/>
</a>
</td>
</tr>
</xsl:template>
<xsl:template match="adr:URIKontakt">
<tr>
<td class="label">Kontakt URI</td>
<td class="value">
<a href="{text()}">
<xsl:value-of select="text()"/>
</a>
</td>
</tr>
</xsl:template>
<xsl:template match="adr:InnyKontakt">
<tr>
<td class="label">Inny kontakt</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<!-- Osoba -->
<xsl:template match="oso:Osoba">
<xsl:apply-templates select="oso:IdOsoby"/>
<xsl:apply-templates select="oso:Imie"/>
<xsl:apply-templates select="oso:ImieDrugie"/>
<xsl:if test="oso:Nazwisko">
<tr>
<td class="label">Nazwisko</td>
<td class="value">
<xsl:if test="oso:Nazwisko[@rodzajCzlonu='pierwszy']">
<xsl:value-of select="oso:Nazwisko[@rodzajCzlonu='pierwszy']"/>
<xsl:text> </xsl:text>
</xsl:if>
<xsl:if test="oso:Nazwisko[@rodzajCzlonu='drugi']">
<xsl:value-of select="oso:Nazwisko[@rodzajCzlonu='pierwszy']"/>
<xsl:text> </xsl:text>
</xsl:if>
<xsl:if test="oso:Nazwisko[@rodzajCzlonu='trzeci']">
<xsl:value-of select="oso:Nazwisko[@rodzajCzlonu='pierwszy']"/>
<xsl:text> </xsl:text>
</xsl:if>
<xsl:if test="oso:Nazwisko[not(@rodzajCzlonu)]">
<xsl:value-of select="oso:Nazwisko[not(@rodzajCzlonu)]"/>
<xsl:text> </xsl:text>
</xsl:if>
</td>
</tr>
</xsl:if>
<xsl:apply-templates select="adr:Adres"/>
<xsl:apply-templates select="adr:Kontakt"/>
</xsl:template>
<xsl:template match="oso:IdOsoby">
<xsl:apply-templates select="oso:PESEL"/>
<xsl:apply-templates select="oso:NIP"/>
<xsl:apply-templates select="oso:InnyIdentyfikator"/>
</xsl:template>
<xsl:template match="oso:PESEL">
<tr>
<td class="label">Numer PESEL</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="oso:NIP">
<tr>
<td class="label">Numer NIP</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="oso:InnyIdentyfikator">
<tr>
<td class="label">
Identyfikator
<xsl:value-of select="oso:TypIdentyfikatora"/>
</td>
<td class="value">
<xsl:value-of select="oso:WartoscIdentyfikatora"/>
</td>
</tr>
</xsl:template>
<xsl:template match="oso:Imie">
<tr>
<td class="label">Imię</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="oso:ImieDrugie">
<tr>
<td class="label">Imię drugie</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="oso:ImieOjca">
<tr>
<td class="label">Imię ojca</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="oso:ImieMatki">
<tr>
<td class="label">Imię matki</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="oso:Nazwisko[not(@rodzajCzlonu)]">
<tr>
<td class="label">Nazwisko</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="oso:Nazwisko[@rodzajCzlonu='pierwszy']">
<tr>
<td class="label">Nazwisko - człon pierwszy</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="oso:Nazwisko[@rodzajCzlonu='drugi']">
<tr>
<td class="label">Nazwisko - człon drugi</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="oso:Nazwisko[@rodzajCzlonu='trzeci']">
<tr>
<td class="label">Nazwisko - człon trzeci</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="oso:NazwiskoRodowe">
<tr>
<td class="label">Nazwisko rodowe</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="oso:NazwiskoRodoweOjca">
<tr>
<td class="label">Nazwisko rodowe ojca</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="oso:NazwiskoRodoweMatki">
<tr>
<td class="label">Nazwisko rodowe matki</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="oso:NazwiskoPoprzednie">
<tr>
<td class="label">Nazwisko poprzednie</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="oso:MiejsceUrodzenia">
<tr>
<td class="label">Miejsce urodzenia</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="oso:DataUrodzenia">
<tr>
<td class="label">Data urodzenia</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="oso:Plec">
<tr>
<td class="label">Płeć</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="oso:RodzajDowoduTozsamosci">
<tr>
<td class="label">Rodzaj dowodu tożsamości</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="oso:NrDowoduTozsamosci">
<tr>
<td class="label">Nr dowodu tożsamości</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="oso:DataWydaniaDowoduTozsamosci">
<tr>
<td class="label">Data wydania dowodu tożsamości</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="oso:Obywatelstwo">
<tr>
<td class="label">Obywatelstwo</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="oso:Narodowosc">
<tr>
<td class="label">Narodowość</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="oso:StopienPokrewienstwa">
<tr>
<td class="label">Stopień pokrewieństwa</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="oso:StanCywilny">
<tr>
<td class="label">Stan cywilny</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="oso:WyksztalceniePoziom">
<tr>
<td class="label">Poziom wykształcenia</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="oso:WyksztalcenieOpis">
<tr>
<td class="label">Opis wykształcenia</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="oso:Zawod">
<tr>
<td class="label">Zawód</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<!-- Instytucja -->
<xsl:template match="inst:Instytucja">
<xsl:apply-templates select="inst:IdInstytucji/inst:KRS"/>
<xsl:apply-templates select="inst:IdInstytucji/inst:NIP"/>
<xsl:apply-templates select="inst:IdInstytucji/inst:REGON"/>
<xsl:apply-templates select="inst:IdInstytucji/inst:InnyIdentyfikator"/>
<xsl:apply-templates select="inst:NazwaInstytucji"/>
<xsl:if test="adr:Adres">
<tr>
<td class="sublevel" colspan="2">
Adres
<br/>
<table>
<xsl:apply-templates select="adr:Adres"/>
</table>
</td>
</tr>
</xsl:if>
<xsl:if test="adr:Kontakt">
<tr>
<td class="sublevel" colspan="2">
Kontakt
<br/>
<table>
<xsl:apply-templates select="adr:Kontakt"/>
</table>
</td>
</tr>
</xsl:if>
<xsl:if test="inst:Jednostka">
<tr>
<td class="sublevel" colspan="2">
Jednostka organizacyjna
<br/>
<table>
<xsl:apply-templates select="inst:Jednostka"/>
</table>
</td>
</tr>
</xsl:if>
<xsl:if test="inst:Pracownik">
<tr>
<td class="sublevel" colspan="2">
Pracownik
<br/>
<table>
<xsl:apply-templates select="inst:Pracownik"/>
</table>
</td>
</tr>
</xsl:if>
</xsl:template>
<xsl:template match="inst:Jednostka">
<xsl:apply-templates select="inst:NazwaInstytucji"/>
<xsl:if test="adr:Adres">
<tr>
<td class="sublevel" colspan="2">
Adres
<br/>
<table>
<xsl:apply-templates select="adr:Adres"/>
</table>
</td>
</tr>
</xsl:if>
<xsl:if test="adr:Kontakt">
<tr>
<td class="sublevel" colspan="2">
Kontakt
<br/>
<table>
<xsl:apply-templates select="adr:Kontakt"/>
</table>
</td>
</tr>
</xsl:if>
<xsl:if test="inst:Jednostka">
<tr>
<td class="sublevel" colspan="2">
Jednostka organizacyjna
<br/>
<table>
<xsl:apply-templates select="inst:Jednostka"/>
</table>
</td>
</tr>
</xsl:if>
<xsl:apply-templates select="inst:Poziom"/>
<xsl:if test="inst:Pracownik">
<tr>
<td class="sublevel" colspan="2">
Pracownik
<br/>
<table>
<xsl:apply-templates select="inst:Pracownik"/>
</table>
</td>
</tr>
</xsl:if>
</xsl:template>
<xsl:template match="inst:KRS">
<tr>
<td class="label">Numer KRS</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="inst:NIP">
<tr>
<td class="label">Numer NIP</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="inst:REGON">
<tr>
<td class="label">Numer REGON</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="inst:InnyIdentyfikator">
<tr>
<td class="label">
Identyfikator
<xsl:value-of select="inst:TypIdentyfikatora"/>
</td>
<td class="value">
<xsl:value-of select="inst:WartoscIdentyfikatora"/>
</td>
</tr>
</xsl:template>
<xsl:template match="inst:NazwaInstytucji">
<tr>
<td class="label">Nazwa</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="inst:Poziom">
<tr>
<td class="label">Poziom w strukturze organizacyjnej</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="inst:Pracownik">
<xsl:apply-templates select="oso:IdOsoby"/>
<xsl:apply-templates select="oso:Imie"/>
<xsl:apply-templates select="oso:ImieDrugie"/>
<xsl:if test="oso:Nazwisko">
<tr>
<td class="label">Nazwisko</td>
<td class="value">
<xsl:if test="oso:Nazwisko[@rodzajCzlonu='pierwszy']">
<xsl:value-of select="oso:Nazwisko[@rodzajCzlonu='pierwszy']"/>
<xsl:text> </xsl:text>
</xsl:if>
<xsl:if test="oso:Nazwisko[@rodzajCzlonu='drugi']">
<xsl:value-of select="oso:Nazwisko[@rodzajCzlonu='pierwszy']"/>
<xsl:text> </xsl:text>
</xsl:if>
<xsl:if test="oso:Nazwisko[@rodzajCzlonu='trzeci']">
<xsl:value-of select="oso:Nazwisko[@rodzajCzlonu='pierwszy']"/>
<xsl:text> </xsl:text>
</xsl:if>
<xsl:if test="oso:Nazwisko[not(@rodzajCzlonu)]">
<xsl:value-of select="oso:Nazwisko[not(@rodzajCzlonu)]"/>
<xsl:text> </xsl:text>
</xsl:if>
</td>
</tr>
</xsl:if>
<xsl:apply-templates select="adr:Kontakt"/>
<xsl:apply-templates select="inst:Funkcja"/>
</xsl:template>
<xsl:template match="inst:Funkcja">
<tr>
<td class="label">Funkcja</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<!-- Meta -->
<xsl:template match="meta:Data">
<tr>
<td class="label">
<xsl:choose>
<xsl:when test="@typDaty='dostepnyPo'">
Data udostępnienia
</xsl:when>
<xsl:when test="@typDaty='opublikowany'">
Data opublikowania
</xsl:when>
<xsl:when test="@typDaty='stworzony'">
Data stworzenia
</xsl:when>
<xsl:when test="@typDaty='uzyskany'">
Data uzyskania
</xsl:when>
<xsl:when test="@typDaty='otrzymany'">
Data otrzymania
</xsl:when>
<xsl:when test="@typDaty='wyslany'">
Data wysłania
</xsl:when>
<xsl:when test="@typDaty='zaakceptowany'">
Data zaakceptowania
</xsl:when>
<xsl:when test="@typDaty='zatwierdzony'">
Data zatwierdzenia
</xsl:when>
<xsl:when test="@typDaty='zmodyfikowany'">
Data zmodyfikowania
</xsl:when>
<xsl:when test="@typDaty='datySkrajne'">
Daty skrajne
</xsl:when>
<xsl:when test="@typDaty='zdarzenia'">
Data zdarzenie
</xsl:when>
<xsl:when test="@typDaty='waznosci'">
Data ważności
</xsl:when>
<xsl:when test="@typDaty='odrzucony'">
Data odrzucenia
</xsl:when>
<xsl:when test="@typDaty='inna'">
Inna data
</xsl:when>
</xsl:choose>
</td>
<td class="value">
<xsl:if test="meta:Czas">
<xsl:value-of select="meta:Czas"/>
<xsl:text> </xsl:text>
</xsl:if>
<xsl:if test="meta:Od">
<xsl:text>od </xsl:text>
<xsl:value-of select="meta:Od"/>
<xsl:text> </xsl:text>
</xsl:if>
<xsl:if test="meta:Do">
<xsl:text>do </xsl:text>
<xsl:value-of select="meta:Do"/>
<xsl:text> </xsl:text>
</xsl:if>
<xsl:if test="@typDatyUzupelnienie">
<br/>
<xsl:value-of select="@typDatyUzupelnienie"/>
</xsl:if>
</td>
</tr>
</xsl:template>
<xsl:template match="meta:Od">
<tr>
<td class="label">Od</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="meta:Do">
<tr>
<td class="label">Do</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="meta:Opis">
<tr>
<td class="label">Opis</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="meta:Identyfikator">
<tr>
<td class="label">
Identyfikator
<xsl:value-of select="@typIdentyfikatora"/>
</td>
<td class="value">
<xsl:value-of select="meta:Wartosc"/>
<xsl:if test="meta:Podmiot/inst:Instytucja/inst:NazwaInstytucji">
<br/>
Rejestr prowadzony przez
<xsl:value-of select="meta:Podmiot/inst:Instytucja/inst:NazwaInstytucji"/>
</xsl:if>
</td>
</tr>
</xsl:template>
<xsl:template match="meta:Podmiot">
<xsl:apply-templates select="inst:Instytucja"/>
<xsl:apply-templates select="oso:Osoba"/>
</xsl:template>
<xsl:template match="meta:ZnakSprawy">
<tr>
<td class="label">Znak sprawy</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<!-- Struktura -->
<xsl:template match="str:Zalaczniki">
<xsl:apply-templates select="str:Zalacznik"/>
</xsl:template>
<xsl:template match="str:Zalacznik">
<tr>
<td class="label">Załącznik</td>
<td class="value2">
<xsl:call-template name="str_ZalacznikTypValue"/>
</td>
</tr>
</xsl:template>
<xsl:template name="str_ZalacznikTypValue">
<xsl:choose>
<xsl:when test="@kodowanie='URI'">
<xsl:text>Załącznik zewnętrzny w formacie </xsl:text>
<b>
<xsl:value-of select="@format"/>
</b>
<xsl:text> dostępny pod adresem URI: </xsl:text>
<b>
<xsl:value-of select="str:DaneZalacznika"/>
</b>
</xsl:when>
<xsl:when test="@kodowanie='base64'">
<xsl:text>Załącznik w formacie </xsl:text>
<b>
<xsl:value-of select="@format"/>
</b>
<xsl:text> zapisany wewnątrz treści dokumentu.</xsl:text>
</xsl:when>
</xsl:choose>
<xsl:if test="@nazwaPliku">
<br/>
Nazwa pliku:
<b>
<xsl:value-of select="@nazwaPliku"/>
</b>
</xsl:if>
<xsl:if test="str:OpisZalacznika">
<br/>
Opis załącznika:
<br/>
<xsl:value-of select="str:OpisZalacznika"/>
</xsl:if>
</xsl:template>
<xsl:template match="str:OpisZalacznika">
<tr>
<td class="label">Opis załącznika</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="str:NumerDokumentu">
<tr>
<td class="label">Numer dokumentu</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<!-- XSD -->
<xsl:template name="xsd_boolean">
<xsl:choose>
<xsl:when test="text()='true'">
<xsl:text>TAK</xsl:text>
</xsl:when>
<xsl:when test="text()='1'">
<xsl:text>TAK</xsl:text>
</xsl:when>
<xsl:when test="text()='false'">
<xsl:text>NIE</xsl:text>
</xsl:when>
<xsl:when test="text()='0'">
<xsl:text>NIE</xsl:text>
</xsl:when>
</xsl:choose>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Data">
<tr>
<td class="label">Data</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Urzad">
<tr>
<td class="label">Do</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Wnioskodawca">
<tr>
<td class="sublevel" colspan="2">
Wnioskodawca - osoba fizyczna
<br/>
<table>
<xsl:apply-templates select="oso:Nazwisko"/>
<xsl:apply-templates select="oso:Imie"/>
<xsl:apply-templates select="oso:PESEL"/>
<xsl:apply-templates select="adr:Adres"/>
</table>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:WnioskodawcaOsobaPrawna">
<tr>
<td class="sublevel" colspan="2">
Wnioskodawca - osoba prawna
<br/>
<table>
<xsl:apply-templates select="dok:Nazwa"/>
<xsl:apply-templates select="inst:NIP"/>
<xsl:apply-templates select="inst:REGON"/>
<xsl:apply-templates select="dok:Adres"/>
</table>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:WnioskodawcaOsobaPrawna/dok:Nazwa">
<tr>
<td class="label">Nazwa</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:WnioskodawcaOsobaPrawna/dok:Adres">
<tr>
<td class="sublevel" colspan="2">
Adres siedziby
<br/>
<table>
<xsl:apply-templates select="adr:KodPocztowy"/>
<xsl:apply-templates select="adr:Poczta"/>
<xsl:apply-templates select="adr:Miejscowosc"/>
<xsl:apply-templates select="adr:Ulica"/>
<xsl:apply-templates select="adr:Budynek"/>
<xsl:apply-templates select="adr:Lokal"/>
<xsl:apply-templates select="adr:SkrytkaPocztowa"/>
<xsl:apply-templates select="adr:Kraj"/>
<xsl:apply-templates select="adr:TERC"/>
<xsl:apply-templates select="adr:SIMC"/>
<xsl:apply-templates select="adr:ULIC"/>
<xsl:apply-templates select="adr:Wojewodztwo"/>
<xsl:apply-templates select="adr:Powiat"/>
<xsl:apply-templates select="adr:Gmina"/>
<xsl:apply-templates select="adr:Uwagi"/>
</table>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Wniosek">
<tr>
<td class="sublevel" colspan="2">
Zgłoszenie zmiany sposobu użytkowania
obiektu
budowlanego lub jego części
<br/>
<table>
<xsl:apply-templates select="dok:Inwestor"/>
<xsl:apply-templates select="dok:DaneObiektu"/>
</table>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Wniosek/dok:Inwestor">
<tr>
<td class="sublevel" colspan="2">
Inwestor
<br/>
<table>
<xsl:apply-templates select="dok:OsobaFizyczna"/>
<xsl:apply-templates select="dok:OsobaPrawna"/>
</table>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Wniosek/dok:Inwestor/dok:OsobaFizyczna">
<tr>
<td class="sublevel" colspan="2">
Osoba
fizyczna
<br/>
<table>
<xsl:apply-templates select="oso:Nazwisko"/>
<xsl:apply-templates select="oso:Imie"/>
<xsl:apply-templates select="adr:Adres"/>
</table>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Wniosek/dok:Inwestor/dok:OsobaPrawna">
<tr>
<td class="sublevel" colspan="2">
Osoba prawna
<br/>
<table>
<xsl:apply-templates select="dok:Nazwa"/>
<xsl:apply-templates select="dok:Adres"/>
</table>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Wniosek/dok:Inwestor/dok:OsobaPrawna/dok:Nazwa">
<tr>
<td class="label">Nazwa</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Wniosek/dok:Inwestor/dok:OsobaPrawna/dok:Adres">
<tr>
<td class="sublevel" colspan="2">
Adres
siedziby
<br/>
<table>
<xsl:apply-templates select="adr:KodPocztowy"/>
<xsl:apply-templates select="adr:Poczta"/>
<xsl:apply-templates select="adr:Miejscowosc"/>
<xsl:apply-templates select="adr:Ulica"/>
<xsl:apply-templates select="adr:Budynek"/>
<xsl:apply-templates select="adr:Lokal"/>
<xsl:apply-templates select="adr:SkrytkaPocztowa"/>
<xsl:apply-templates select="adr:Kraj"/>
<xsl:apply-templates select="adr:TERC"/>
<xsl:apply-templates select="adr:SIMC"/>
<xsl:apply-templates select="adr:ULIC"/>
<xsl:apply-templates select="adr:Wojewodztwo"/>
<xsl:apply-templates select="adr:Powiat"/>
<xsl:apply-templates select="adr:Gmina"/>
<xsl:apply-templates select="adr:Uwagi"/>
</table>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Wniosek/dok:DaneObiektu">
<tr>
<td class="sublevel" colspan="2">
Dane identyfikacyjne obiektu
lub jego części
<br/>
<table>
<xsl:apply-templates select="dok:SposobDotychczasowy"/>
<xsl:apply-templates select="dok:SposobZamierzony"/>
<xsl:apply-templates select="adr:Adres"/>
<xsl:apply-templates select="dok:Numer"/>
<xsl:apply-templates select="dok:Arkusz"/>
<xsl:apply-templates select="dok:Obreb"/>
<xsl:apply-templates select="dok:Termin"/>
</table>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Wniosek/dok:DaneObiektu/dok:SposobDotychczasowy">
<tr>
<td class="label">Dotychczasowy
sposób
użytkowania</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Wniosek/dok:DaneObiektu/dok:SposobZamierzony">
<tr>
<td class="label">Zamierzony
sposób
użytkowania</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Wniosek/dok:DaneObiektu/dok:Numer">
<tr>
<td class="label">Numer działki</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Wniosek/dok:DaneObiektu/dok:Arkusz">
<tr>
<td class="label">Arkusz mapy</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Wniosek/dok:DaneObiektu/dok:Obreb">
<tr>
<td class="label">Obręb</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Wniosek/dok:DaneObiektu/dok:Termin">
<tr>
<td class="label">Przewidywany
termin zmiany
sposobu
użytkowania
obiektu
budowlanego lub
jego części</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Oswiadczenie">
<tr>
<td class="sublevel" colspan="2">
Oświadczenie o posiadanym prawie do
dysponowania nieruchomością na cele
budowlane
<br/>
<table>
<xsl:apply-templates select="dok:Ja"/>
<xsl:apply-templates select="dok:Tresc"/>
<xsl:apply-templates select="dok:PrawoWlasnosciWynikaZ"/>
<xsl:apply-templates select="dok:Pelnomocnictwo"/>
</table>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Oswiadczenie/dok:Ja">
<tr>
<td class="sublevel" colspan="2">
Ja, niżej podpisany(a)
<br/>
<table>
<xsl:apply-templates select="dok:Osoba"/>
</table>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Oswiadczenie/dok:Ja/dok:Osoba">
<tr>
<td class="sublevel" colspan="2">
osoba
<br/>
<table>
<xsl:apply-templates select="oso:Nazwisko"/>
<xsl:apply-templates select="oso:Imie"/>
<xsl:apply-templates select="dok:LegitymujacySie"/>
<xsl:apply-templates select="dok:Urodzony"/>
<xsl:apply-templates select="dok:W"/>
<xsl:apply-templates select="dok:Zamieszkaly"/>
</table>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Oswiadczenie/dok:Ja/dok:Osoba/dok:LegitymujacySie">
<tr>
<td class="sublevel" colspan="2">
legitymujący(a)
się
<br/>
<table>
<xsl:apply-templates select="dok:NumerDokumentu"/>
<xsl:apply-templates select="dok:OrganWydajacy"/>
</table>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Oswiadczenie/dok:Ja/dok:Osoba/dok:LegitymujacySie/dok:NumerDokumentu">
<tr>
<td class="label">Numer
dowodu
osobistego
lub
innego
dokumentu
stwierdzającego
tożsamość</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Oswiadczenie/dok:Ja/dok:Osoba/dok:LegitymujacySie/dok:OrganWydajacy">
<tr>
<td class="label">Organ
wydający</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Oswiadczenie/dok:Ja/dok:Osoba/dok:Urodzony">
<tr>
<td class="label">urodzony(a)</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Oswiadczenie/dok:Ja/dok:Osoba/dok:W">
<tr>
<td class="label">w</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Oswiadczenie/dok:Ja/dok:Osoba/dok:Zamieszkaly">
<tr>
<td class="sublevel" colspan="2">
zamieszkały(a)
<br/>
<table>
<xsl:apply-templates select="adr:KodPocztowy"/>
<xsl:apply-templates select="adr:Poczta"/>
<xsl:apply-templates select="adr:Miejscowosc"/>
<xsl:apply-templates select="adr:Ulica"/>
<xsl:apply-templates select="adr:Budynek"/>
<xsl:apply-templates select="adr:Lokal"/>
<xsl:apply-templates select="adr:SkrytkaPocztowa"/>
<xsl:apply-templates select="adr:Kraj"/>
<xsl:apply-templates select="adr:TERC"/>
<xsl:apply-templates select="adr:SIMC"/>
<xsl:apply-templates select="adr:ULIC"/>
<xsl:apply-templates select="adr:Wojewodztwo"/>
<xsl:apply-templates select="adr:Powiat"/>
<xsl:apply-templates select="adr:Gmina"/>
<xsl:apply-templates select="adr:Uwagi"/>
</table>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Oswiadczenie/dok:Tresc">
<tr>
<td class="sublevel" colspan="2">
po zapoznaniu się z art. 32
ust. 4 pkt 2
ustawy z dnia 7
lipca 1994 r. - Prawo
budowlane (tekst
jednolity
Dz. U. z 2010 r. Nr 243,
poz. 1623 z późn. zm.),
oświadczam, że posiadam
prawo do dysponowania
nieruchomością
oznaczoną w
ewidencji gruntów i budynków
jako:
<br/>
<table>
<xsl:apply-templates select="dok:NumerDzialki"/>
<xsl:apply-templates select="dok:Obreb"/>
<xsl:apply-templates select="dok:Jednostka"/>
</table>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Oswiadczenie/dok:Tresc/dok:NumerDzialki">
<tr>
<td class="label">działka numer</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Oswiadczenie/dok:Tresc/dok:Obreb">
<tr>
<td class="label">w obrębie
ewidencyjnym</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Oswiadczenie/dok:Tresc/dok:Jednostka">
<tr>
<td class="label">w jednostce
ewidencyjnej</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Oswiadczenie/dok:PrawoWlasnosciWynikaZ">
<tr>
<td class="sublevel" colspan="2">
na cele budowlane,
wynikające z tytułu:
<br/>
<table>
<xsl:apply-templates select="dok:Wlasnosc"/>
<xsl:apply-templates select="dok:PrawoWspolwlasnosc"/>
<xsl:apply-templates select="dok:PrawoUzytkowanieWieczyste"/>
<xsl:apply-templates select="dok:PrawoTrwalyZarzad"/>
<xsl:apply-templates select="dok:PrawoRzeczowe"/>
<xsl:apply-templates select="dok:PrawoStosunekZobowiazanego"/>
<xsl:apply-templates select="dok:Inne"/>
</table>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Oswiadczenie/dok:PrawoWlasnosciWynikaZ/dok:Wlasnosc">
<tr>
<td class="sublevel" colspan="2">
własności
<br/>
<table>
<xsl:apply-templates select="dok:Dokumenty"/>
</table>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Oswiadczenie/dok:PrawoWlasnosciWynikaZ/dok:Wlasnosc/dok:Dokumenty">
<tr>
<td class="label">wynikające
z
następujących
dokumentów
potwierdzających
powyższe
prawo
do
dysponowania
nieruchomością
na
cele
budowlane:</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Oswiadczenie/dok:PrawoWlasnosciWynikaZ/dok:PrawoWspolwlasnosc">
<tr>
<td class="sublevel" colspan="2">
współwłasności
<br/>
<table>
<xsl:apply-templates select="dok:Wspolwlasciciel"/>
<xsl:apply-templates select="dok:Zgoda"/>
<xsl:apply-templates select="dok:Dokumenty"/>
</table>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Oswiadczenie/dok:PrawoWlasnosciWynikaZ/dok:PrawoWspolwlasnosc/dok:Wspolwlasciciel">
<tr>
<td class="sublevel" colspan="2">
współwłaściciel
<br/>
<table>
<xsl:apply-templates select="dok:NazwiskoImie"/>
<xsl:apply-templates select="dok:Nazwa"/>
</table>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Oswiadczenie/dok:PrawoWlasnosciWynikaZ/dok:PrawoWspolwlasnosc/dok:Wspolwlasciciel/dok:NazwiskoImie">
<tr>
<td class="sublevel" colspan="2">
nazwisko,
imię
<br/>
<table>
<xsl:apply-templates select="oso:Nazwisko"/>
<xsl:apply-templates select="oso:Imie"/>
<xsl:apply-templates select="adr:Adres"/>
</table>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Oswiadczenie/dok:PrawoWlasnosciWynikaZ/dok:PrawoWspolwlasnosc/dok:Wspolwlasciciel/dok:Nazwa">
<tr>
<td class="sublevel" colspan="2">
nazwa
<br/>
<table>
<xsl:apply-templates select="dok:Nazwa"/>
<xsl:apply-templates select="dok:Adres"/>
</table>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Oswiadczenie/dok:PrawoWlasnosciWynikaZ/dok:PrawoWspolwlasnosc/dok:Wspolwlasciciel/dok:Nazwa/dok:Nazwa">
<tr>
<td class="label">Nazwa</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Oswiadczenie/dok:PrawoWlasnosciWynikaZ/dok:PrawoWspolwlasnosc/dok:Wspolwlasciciel/dok:Nazwa/dok:Adres">
<tr>
<td class="sublevel" colspan="2">
Adres
siedziby
<br/>
<table>
<xsl:apply-templates select="adr:KodPocztowy"/>
<xsl:apply-templates select="adr:Poczta"/>
<xsl:apply-templates select="adr:Miejscowosc"/>
<xsl:apply-templates select="adr:Ulica"/>
<xsl:apply-templates select="adr:Budynek"/>
<xsl:apply-templates select="adr:Lokal"/>
<xsl:apply-templates select="adr:SkrytkaPocztowa"/>
<xsl:apply-templates select="adr:Kraj"/>
<xsl:apply-templates select="adr:TERC"/>
<xsl:apply-templates select="adr:SIMC"/>
<xsl:apply-templates select="adr:ULIC"/>
<xsl:apply-templates select="adr:Wojewodztwo"/>
<xsl:apply-templates select="adr:Powiat"/>
<xsl:apply-templates select="adr:Gmina"/>
<xsl:apply-templates select="adr:Uwagi"/>
</table>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Oswiadczenie/dok:PrawoWlasnosciWynikaZ/dok:PrawoWspolwlasnosc/dok:Zgoda">
<tr>
<td class="sublevel" colspan="2">
oraz
zgodę
wszystkich
współwłaścicieli
na
wykonywanie
robót
budowlanych
objętych
wnioskiem
o
pozwolenie
na
budowę
<br/>
<table>
<xsl:apply-templates select="dok:Dzien"/>
</table>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Oswiadczenie/dok:PrawoWlasnosciWynikaZ/dok:PrawoWspolwlasnosc/dok:Zgoda/dok:Dzien">
<tr>
<td class="label">z
dnia</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Oswiadczenie/dok:PrawoWlasnosciWynikaZ/dok:PrawoWspolwlasnosc/dok:Dokumenty">
<tr>
<td class="label">wynikające
z
następujących
dokumentów
potwierdzających
powyższe
prawo
do
dysponowania
nieruchomością
na
cele
budowlane:</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Oswiadczenie/dok:PrawoWlasnosciWynikaZ/dok:PrawoUzytkowanieWieczyste">
<tr>
<td class="sublevel" colspan="2">
użytkowania
wieczystego
<br/>
<table>
<xsl:apply-templates select="dok:Dokumenty"/>
</table>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Oswiadczenie/dok:PrawoWlasnosciWynikaZ/dok:PrawoUzytkowanieWieczyste/dok:Dokumenty">
<tr>
<td class="label">wynikające
z
następujących
dokumentów
potwierdzających
powyższe
prawo
do
dysponowania
nieruchomością
na
cele
budowlane:</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Oswiadczenie/dok:PrawoWlasnosciWynikaZ/dok:PrawoTrwalyZarzad">
<tr>
<td class="sublevel" colspan="2">
trwałego
zarządu
<br/>
<table>
<xsl:apply-templates select="dok:Wlasciciel"/>
<xsl:apply-templates select="dok:Dokumenty"/>
</table>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Oswiadczenie/dok:PrawoWlasnosciWynikaZ/dok:PrawoTrwalyZarzad/dok:Wlasciciel">
<tr>
<td class="sublevel" colspan="2">
właściciel
<br/>
<table>
<xsl:apply-templates select="dok:NazwiskoImie"/>
<xsl:apply-templates select="dok:Nazwa"/>
</table>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Oswiadczenie/dok:PrawoWlasnosciWynikaZ/dok:PrawoTrwalyZarzad/dok:Wlasciciel/dok:NazwiskoImie">
<tr>
<td class="sublevel" colspan="2">
nazwisko,
imię
<br/>
<table>
<xsl:apply-templates select="oso:Nazwisko"/>
<xsl:apply-templates select="oso:Imie"/>
<xsl:apply-templates select="adr:Adres"/>
</table>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Oswiadczenie/dok:PrawoWlasnosciWynikaZ/dok:PrawoTrwalyZarzad/dok:Wlasciciel/dok:Nazwa">
<tr>
<td class="sublevel" colspan="2">
nazwa
<br/>
<table>
<xsl:apply-templates select="dok:Nazwa"/>
<xsl:apply-templates select="dok:Adres"/>
</table>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Oswiadczenie/dok:PrawoWlasnosciWynikaZ/dok:PrawoTrwalyZarzad/dok:Wlasciciel/dok:Nazwa/dok:Nazwa">
<tr>
<td class="label">Nazwa</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Oswiadczenie/dok:PrawoWlasnosciWynikaZ/dok:PrawoTrwalyZarzad/dok:Wlasciciel/dok:Nazwa/dok:Adres">
<tr>
<td class="sublevel" colspan="2">
Adres
siedziby
<br/>
<table>
<xsl:apply-templates select="adr:KodPocztowy"/>
<xsl:apply-templates select="adr:Poczta"/>
<xsl:apply-templates select="adr:Miejscowosc"/>
<xsl:apply-templates select="adr:Ulica"/>
<xsl:apply-templates select="adr:Budynek"/>
<xsl:apply-templates select="adr:Lokal"/>
<xsl:apply-templates select="adr:SkrytkaPocztowa"/>
<xsl:apply-templates select="adr:Kraj"/>
<xsl:apply-templates select="adr:TERC"/>
<xsl:apply-templates select="adr:SIMC"/>
<xsl:apply-templates select="adr:ULIC"/>
<xsl:apply-templates select="adr:Wojewodztwo"/>
<xsl:apply-templates select="adr:Powiat"/>
<xsl:apply-templates select="adr:Gmina"/>
<xsl:apply-templates select="adr:Uwagi"/>
</table>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Oswiadczenie/dok:PrawoWlasnosciWynikaZ/dok:PrawoTrwalyZarzad/dok:Dokumenty">
<tr>
<td class="label">wynikające
z
następujących
dokumentów
potwierdzających
powyższe
prawo
do
dysponowania
nieruchomością
na
cele
budowlane:</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Oswiadczenie/dok:PrawoWlasnosciWynikaZ/dok:PrawoRzeczowe">
<tr>
<td class="sublevel" colspan="2">
ograniczonego
prawa
rzeczowego
<br/>
<table>
<xsl:apply-templates select="dok:Wlasciciel"/>
<xsl:apply-templates select="dok:Dokumenty"/>
</table>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Oswiadczenie/dok:PrawoWlasnosciWynikaZ/dok:PrawoRzeczowe/dok:Wlasciciel">
<tr>
<td class="sublevel" colspan="2">
właściciel
<br/>
<table>
<xsl:apply-templates select="dok:NazwiskoImie"/>
<xsl:apply-templates select="dok:Nazwa"/>
</table>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Oswiadczenie/dok:PrawoWlasnosciWynikaZ/dok:PrawoRzeczowe/dok:Wlasciciel/dok:NazwiskoImie">
<tr>
<td class="sublevel" colspan="2">
nazwisko,
imię
<br/>
<table>
<xsl:apply-templates select="oso:Nazwisko"/>
<xsl:apply-templates select="oso:Imie"/>
<xsl:apply-templates select="adr:Adres"/>
</table>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Oswiadczenie/dok:PrawoWlasnosciWynikaZ/dok:PrawoRzeczowe/dok:Wlasciciel/dok:Nazwa">
<tr>
<td class="sublevel" colspan="2">
nazwa
<br/>
<table>
<xsl:apply-templates select="dok:Nazwa"/>
<xsl:apply-templates select="dok:Adres"/>
</table>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Oswiadczenie/dok:PrawoWlasnosciWynikaZ/dok:PrawoRzeczowe/dok:Wlasciciel/dok:Nazwa/dok:Nazwa">
<tr>
<td class="label">Nazwa</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Oswiadczenie/dok:PrawoWlasnosciWynikaZ/dok:PrawoRzeczowe/dok:Wlasciciel/dok:Nazwa/dok:Adres">
<tr>
<td class="sublevel" colspan="2">
Adres
siedziby
<br/>
<table>
<xsl:apply-templates select="adr:KodPocztowy"/>
<xsl:apply-templates select="adr:Poczta"/>
<xsl:apply-templates select="adr:Miejscowosc"/>
<xsl:apply-templates select="adr:Ulica"/>
<xsl:apply-templates select="adr:Budynek"/>
<xsl:apply-templates select="adr:Lokal"/>
<xsl:apply-templates select="adr:SkrytkaPocztowa"/>
<xsl:apply-templates select="adr:Kraj"/>
<xsl:apply-templates select="adr:TERC"/>
<xsl:apply-templates select="adr:SIMC"/>
<xsl:apply-templates select="adr:ULIC"/>
<xsl:apply-templates select="adr:Wojewodztwo"/>
<xsl:apply-templates select="adr:Powiat"/>
<xsl:apply-templates select="adr:Gmina"/>
<xsl:apply-templates select="adr:Uwagi"/>
</table>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Oswiadczenie/dok:PrawoWlasnosciWynikaZ/dok:PrawoRzeczowe/dok:Dokumenty">
<tr>
<td class="label">wynikające
z
następujących
dokumentów
potwierdzających
powyższe
prawo
do
dysponowania
nieruchomością
na
cele
budowlane:</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Oswiadczenie/dok:PrawoWlasnosciWynikaZ/dok:PrawoStosunekZobowiazanego">
<tr>
<td class="sublevel" colspan="2">
stosunku
zobowiązaniowego,
przewidującego
uprawnienie
do
wykonywania
robót i
obiektów
budowlanych
<br/>
<table>
<xsl:apply-templates select="dok:Wlasciciel"/>
<xsl:apply-templates select="dok:Dokumenty"/>
</table>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Oswiadczenie/dok:PrawoWlasnosciWynikaZ/dok:PrawoStosunekZobowiazanego/dok:Wlasciciel">
<tr>
<td class="sublevel" colspan="2">
właściciel
<br/>
<table>
<xsl:apply-templates select="dok:NazwiskoImie"/>
<xsl:apply-templates select="dok:Nazwa"/>
</table>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Oswiadczenie/dok:PrawoWlasnosciWynikaZ/dok:PrawoStosunekZobowiazanego/dok:Wlasciciel/dok:NazwiskoImie">
<tr>
<td class="sublevel" colspan="2">
nazwisko,
imię
<br/>
<table>
<xsl:apply-templates select="oso:Nazwisko"/>
<xsl:apply-templates select="oso:Imie"/>
<xsl:apply-templates select="adr:Adres"/>
</table>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Oswiadczenie/dok:PrawoWlasnosciWynikaZ/dok:PrawoStosunekZobowiazanego/dok:Wlasciciel/dok:Nazwa">
<tr>
<td class="sublevel" colspan="2">
nazwa
<br/>
<table>
<xsl:apply-templates select="dok:Nazwa"/>
<xsl:apply-templates select="dok:Adres"/>
</table>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Oswiadczenie/dok:PrawoWlasnosciWynikaZ/dok:PrawoStosunekZobowiazanego/dok:Wlasciciel/dok:Nazwa/dok:Nazwa">
<tr>
<td class="label">Nazwa</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Oswiadczenie/dok:PrawoWlasnosciWynikaZ/dok:PrawoStosunekZobowiazanego/dok:Wlasciciel/dok:Nazwa/dok:Adres">
<tr>
<td class="sublevel" colspan="2">
Adres
siedziby
<br/>
<table>
<xsl:apply-templates select="adr:KodPocztowy"/>
<xsl:apply-templates select="adr:Poczta"/>
<xsl:apply-templates select="adr:Miejscowosc"/>
<xsl:apply-templates select="adr:Ulica"/>
<xsl:apply-templates select="adr:Budynek"/>
<xsl:apply-templates select="adr:Lokal"/>
<xsl:apply-templates select="adr:SkrytkaPocztowa"/>
<xsl:apply-templates select="adr:Kraj"/>
<xsl:apply-templates select="adr:TERC"/>
<xsl:apply-templates select="adr:SIMC"/>
<xsl:apply-templates select="adr:ULIC"/>
<xsl:apply-templates select="adr:Wojewodztwo"/>
<xsl:apply-templates select="adr:Powiat"/>
<xsl:apply-templates select="adr:Gmina"/>
<xsl:apply-templates select="adr:Uwagi"/>
</table>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Oswiadczenie/dok:PrawoWlasnosciWynikaZ/dok:PrawoStosunekZobowiazanego/dok:Dokumenty">
<tr>
<td class="label">wynikające
z
następujących
dokumentów
potwierdzających
powyższe
prawo
do
dysponowania
nieruchomością
na
cele
budowlane:</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Oswiadczenie/dok:PrawoWlasnosciWynikaZ/dok:Inne">
<tr>
<td class="label">inne</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Oswiadczenie/dok:Pelnomocnictwo">
<tr>
<td class="sublevel" colspan="2">
Pełnomocnictwo do
reprezentowania osób
prawnych
<br/>
<table>
<xsl:apply-templates select="dok:Oswiadczenie"/>
</table>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Oswiadczenie/dok:Pelnomocnictwo/dok:Oswiadczenie">
<tr>
<td class="sublevel" colspan="2">
Oświadczam, że
posiadam
pełnomocnictwo
<br/>
<table>
<xsl:apply-templates select="dok:Zdnia"/>
<xsl:apply-templates select="dok:DoReprezentowania"/>
<xsl:apply-templates select="dok:DoZlozenia"/>
</table>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Oswiadczenie/dok:Pelnomocnictwo/dok:Oswiadczenie/dok:Zdnia">
<tr>
<td class="label">z
dnia</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Oswiadczenie/dok:Pelnomocnictwo/dok:Oswiadczenie/dok:DoReprezentowania">
<tr>
<td class="sublevel" colspan="2">
do
reprezentowania
osoby
prawnej
<br/>
<table>
<xsl:apply-templates select="dok:Nazwa"/>
<xsl:apply-templates select="dok:AdresOsobyPrawnej"/>
</table>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Oswiadczenie/dok:Pelnomocnictwo/dok:Oswiadczenie/dok:DoReprezentowania/dok:Nazwa">
<tr>
<td class="label">nazwa
osoby
prawnej</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Oswiadczenie/dok:Pelnomocnictwo/dok:Oswiadczenie/dok:DoReprezentowania/dok:AdresOsobyPrawnej">
<tr>
<td class="sublevel" colspan="2">
adres
osoby
prawnej
<br/>
<table>
<xsl:apply-templates select="adr:KodPocztowy"/>
<xsl:apply-templates select="adr:Poczta"/>
<xsl:apply-templates select="adr:Miejscowosc"/>
<xsl:apply-templates select="adr:Ulica"/>
<xsl:apply-templates select="adr:Budynek"/>
<xsl:apply-templates select="adr:Lokal"/>
<xsl:apply-templates select="adr:SkrytkaPocztowa"/>
<xsl:apply-templates select="adr:Kraj"/>
<xsl:apply-templates select="adr:TERC"/>
<xsl:apply-templates select="adr:SIMC"/>
<xsl:apply-templates select="adr:ULIC"/>
<xsl:apply-templates select="adr:Wojewodztwo"/>
<xsl:apply-templates select="adr:Powiat"/>
<xsl:apply-templates select="adr:Gmina"/>
<xsl:apply-templates select="adr:Uwagi"/>
</table>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Oswiadczenie/dok:Pelnomocnictwo/dok:Oswiadczenie/dok:DoZlozenia">
<tr>
<td class="sublevel" colspan="2">
upoważniające
mnie
do
złożenia
oświadczenia
o
posiadanym
prawie
do
dysponowania
nieruchomością
na
cele
budowlane
w
imieniu
osoby
prawnej.
<br/>
<table>
<xsl:apply-templates select="dok:Pelnomocnictwo"/>
</table>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Oswiadczenie/dok:Pelnomocnictwo/dok:Oswiadczenie/dok:DoZlozenia/dok:Pelnomocnictwo">
<tr>
<td class="label">Pełnomocnictwo
przedstawiam
w
załączeniu</td>
<td class="value">
<xsl:call-template name="str_ZalacznikTypValue"/>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:Swiadomy">
<tr>
<td class="label">Świadomy</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:InformacjeDodatkowe">
<tr>
<td class="label">Informacje dodatkowe</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="dok:Dokument/dok:TrescDokumentu/dok:FormaOdbioru">
<tr>
<td class="label">Forma odbioru dokumentów</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="typy:DataWszczeciaEgzekucji">
<tr>
<td class="label">Data wszczęcia egzekucji</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="typy:Rok">
<tr>
<td class="label">Rok</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="typy:NumerSystemowyOsoby">
<tr>
<td class="label">Numer systemowy osoby</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="typy:RodzajDecyzji">
<tr>
<td class="label">Rodzaj decyzji</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="typy:NumerDecyzji">
<tr>
<td class="label">Numer decyzji</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="typy:OznaczenieWaluty">
<tr>
<td class="label">Waluta</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="typy:NumerSystemowyWniosku">
<tr>
<td class="label">Numer systemowy wniosku</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="typy:OdbiorDecyzji">
<tr>
<td class="sublevel" colspan="2">
Osoba odbierająca decyzję
<br/>
<table>
<xsl:apply-templates select="typy:Data"/>
<xsl:apply-templates select="typy:Potwierdzajacy"/>
</table>
</td>
</tr>
</xsl:template>
<xsl:template match="typy:OdbiorDecyzji/typy:Data">
<tr>
<td class="label">Data</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="typy:OdbiorDecyzji/typy:Potwierdzajacy">
<tr>
<td class="sublevel" colspan="2">
Podpisujący
<br/>
<table>
<xsl:apply-templates select="oso:IdOsoby"/>
<xsl:apply-templates select="oso:Imie"/>
<xsl:apply-templates select="oso:Nazwisko"/>
<xsl:apply-templates select="adr:Kontakt"/>
<xsl:apply-templates select="inst:Funkcja"/>
</table>
</td>
</tr>
</xsl:template>
<xsl:template match="typy:OkresZlozenia">
<tr>
<td class="label">Okres złożenia</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="typy:DataWniosku">
<tr>
<td class="label">Data</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="typy:Decyzja">
<tr>
<td class="sublevel" colspan="2">
Decyzja
<br/>
<table>
<xsl:apply-templates select="typy:RodzajDecyzji"/>
<xsl:apply-templates select="typy:DataWydaniaDecyzji"/>
<xsl:apply-templates select="typy:NumerDecyzji"/>
</table>
</td>
</tr>
</xsl:template>
<xsl:template match="typy:NumerTytuluWykonawczego">
<tr>
<td class="label">Numer tytułu wykonawczego</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="typy:SeriaNumerDokumentu">
<tr>
<td class="label">Seria i numer dokumentu</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="typy:SygnaturaSprawy">
<tr>
<td class="label">Sygnatura sprawy</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="typy:OsobyObjeteDecyzjaLiczba">
<tr>
<td class="label">Liczba osób objętych decyzją</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="typy:DataWydaniaDecyzji">
<tr>
<td class="label">Data wydania decyzji</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="typy:PodpisWnioskodawcy">
<tr>
<td class="sublevel" colspan="2">
Podpis wnioskodawcy
<br/>
<table>
<xsl:apply-templates select="typy:Data"/>
<xsl:apply-templates select="typy:Potwierdzajacy"/>
</table>
</td>
</tr>
</xsl:template>
<xsl:template match="typy:PodpisWnioskodawcy/typy:Data">
<tr>
<td class="label">Data</td>
<td class="value">
<xsl:value-of select="text()"/>
</td>
</tr>
</xsl:template>
<xsl:template match="typy:PodpisWnioskodawcy/typy:Potwierdzajacy">
<tr>
<td class="sublevel" colspan="2">
Podpisujący
<br/>
<table>
<xsl:apply-templates select="oso:IdOsoby"/>
<xsl:apply-templates select="oso:Imie"/>
<xsl:apply-templates select="oso:Nazwisko"/>
<xsl:apply-templates select="adr:Kontakt"/>
<xsl:apply-templates select="inst:Funkcja"/>
</table>
</td>
</tr>
</xsl:template>
</xsl:stylesheet>