2916

ID2916
Data2015-12-03
Symbol2015/12/03/2916
InstytucjaMinisterstwo Środowiska
NazwaWniosek o wydanie zezwolenia na usunięcie drzew lub krzewów
Czy Aktualny1

Ustawy (1)

  • URI://Dziennik_Ustaw/2014/1114/16b/1
  • Art. 16b ust. 1 ustawy z dnia 17 lutego 2005 r. o informatyzacji działalności podmiotów realizujących zadania publiczne (t. j. z 2014r. poz. 1114)

    Pliki

    Styl

    <?xml version="1.0" encoding="UTF-8"?><xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:adr="http://crd.gov.pl/xml/schematy/adres/2009/11/09/" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:inst="http://crd.gov.pl/xml/schematy/instytucja/2009/11/16/" xmlns:meta="http://crd.gov.pl/xml/schematy/meta/2009/11/16/" xmlns:oso="http://crd.gov.pl/xml/schematy/osoba/2009/11/16/" xmlns:str="http://crd.gov.pl/xml/schematy/struktura/2009/11/16/" xmlns:wnio="http://crd.gov.pl/wzor/2015/12/03/2916/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" version="1.0">
        <xsl:template match="wnio:Dokument">
    
            <html xmlns="http://www.w3.org/1999/xhtml">
                <head>
                    <style>
    					table {
    						border-collapse: collapse; 
    						width: 100%; 
    						padding: 10px 5px 5px 5px;
    						margin-bottom:10px;
    					}
    
    					table tr {
    						padding: 5px;
    					}
    					div.tabelaOdpowiedz {
    						border:1px solid red;
    					}
    
    
    					div.headerOdpowiedz {
    						padding:10px 5px 10px 5px;
    						background-color: white;
    						font-weight: bold;
    					}
    
    					div.rowOdpowiedz {
    
    						border-top:1px solid red;
    						padding:10px 5px 10px 5px;
    						background-color:white;
    					}
    					table td {
    						padding: 5px;
    						border: 1px solid black;
    						vertical-align:top;
    					}
    
    					.tbl1 td {
    						height:61px;
    					}
    					.tbl3 td {
    						height:91px;
    					}
    
    					table th {
    						text-align: left;
    						font-weight:bold;
    						padding: 5px;
    						background-color: #F0F0F0;
    						border: 1px solid black;
    						vertical-align:top;
    					}
    
    					.right {
    						float: right;
    					} 
    
    					.border {
    						border: 1px solid black;
    					}
    
    					.border_top {
    						border-top: 1px solid black;
    					}
    
    					.border_right {
    						border-right: 1px solid black;
    					}
    
    					.border_bottom {
    						border-bottom: 1px solid black;
    					}
    
    					.border_left {
    						border-left: 1px solid black;
    					}
    
    					.height {
    						height: 50px;
    					}
    
    					.width_15 {
    						width: 15px;
    					}
    
    					.width_600 {
    						width: 600px;
    					}
    
    					.padding_top {
    						padding-top: 10px;
    					}
    					.padding_left {
    						padding-left: 10px;
    					}
    
    					.padding_bottom {
    						padding-bottom: 10px;
    					}
    
    					.padding_right {
    						padding-right: 10px;
    					}
                        table.noBorder {
                            border:none;
                            font-family:Arial;
                        }
    
                        table.noBorder tr{
                            border:none;
                        }
    
                        table.noBorder td{
                            border:none;
                        }
                    </style>
                </head>
                <body>
                    <!--===================================================== VARS =====================================================-->
                    <xsl:variable name="czyPosiadaczNieruchomosci" select="wnio:TrescDokumentu/wnio:OkreslenieTypuWnioskodawcy/wnio:CzyPosiadaczNieruchomosci"/>
                    <xsl:variable name="daneAdresata" select="wnio:TrescDokumentu/wnio:DaneAdresata"/>
                    <xsl:variable name="czyWB" select="wnio:TrescDokumentu/wnio:CzyWB"/>
                    <xsl:variable name="czyPM" select="wnio:TrescDokumentu/wnio:CzyPM"/>
                    <xsl:variable name="czyWKZ" select="wnio:TrescDokumentu/wnio:CzyWKZ"/>
    
    
                    <xsl:variable name="wnioskodawcaNazwa" select="wnio:TrescDokumentu/wnio:DaneWnioskodawcy/wnio:Nazwa"/>
                    <xsl:variable name="wnioskodawcaImie" select="wnio:TrescDokumentu/wnio:DaneWnioskodawcy/wnio:Imie"/>
                    <xsl:variable name="wnioskodawcaNazwisko" select="wnio:TrescDokumentu/wnio:DaneWnioskodawcy/wnio:Nazwisko"/>
                    <xsl:variable name="wnioskodawcaMiejscowosc" select="wnio:TrescDokumentu/wnio:DaneWnioskodawcy/wnio:Adres/wnio:Miejscowosc"/>
                    <xsl:variable name="wnioskodawcaKodPocztowy" select="wnio:TrescDokumentu/wnio:DaneWnioskodawcy/wnio:Adres/wnio:KodPocztowy"/>
                    <xsl:variable name="wnioskodawcaNrDomu" select="wnio:TrescDokumentu/wnio:DaneWnioskodawcy/wnio:Adres/wnio:NrDomu"/>
                    <xsl:variable name="wnioskodawcaNrLokalu" select="wnio:TrescDokumentu/wnio:DaneWnioskodawcy/wnio:Adres/wnio:NrLokalu"/>
                    <xsl:variable name="wnioskodawcaUlica" select="wnio:TrescDokumentu/wnio:DaneWnioskodawcy/wnio:Adres/wnio:Ulica"/>
                    <xsl:variable name="wnioskodawcaTelefon" select="wnio:TrescDokumentu/wnio:DaneWnioskodawcy/wnio:Telefon"/>
    
                    <xsl:variable name="czyWlasciciel" select="wnio:TrescDokumentu/wnio:DaneWnioskodawcy/wnio:CzyWlasciciel"/>
                    <xsl:variable name="czyUzytkownikWieczysty" select="wnio:TrescDokumentu/wnio:DaneWnioskodawcy/wnio:CzyUzytkownikWieczysty"/>
                    <xsl:variable name="czyZalaczSkan" select="wnio:TrescDokumentu/wnio:DaneWnioskodawcy/wnio:CzyZalaczSkan"/>
                    <xsl:variable name="tytulPrawny" select="wnio:TrescDokumentu/wnio:DaneWnioskodawcy/wnio:TytulPrawny"/>
    
                    <xsl:variable name="czyRejestrZabytkow" select="wnio:TrescDokumentu/wnio:PrzedmiotWniosku/wnio:CzyRejestrZabytkow"/>
                    <xsl:variable name="polozenieNieruchomosciUlica" select="wnio:TrescDokumentu/wnio:PrzedmiotWniosku/wnio:PolozenieNieruchomosci/wnio:Ulica"/>
                    <xsl:variable name="polozenieNieruchomosciMiejscowosc" select="wnio:TrescDokumentu/wnio:PrzedmiotWniosku/wnio:PolozenieNieruchomosci/wnio:Miejscowosc"/>
                    <xsl:variable name="polozenieNieruchomosciNrDzialki" select="wnio:TrescDokumentu/wnio:PrzedmiotWniosku/wnio:PolozenieNieruchomosci/wnio:NrDzialki"/>
                    <xsl:variable name="polozenieNieruchomosciNazwaObrebu" select="wnio:TrescDokumentu/wnio:PrzedmiotWniosku/wnio:PolozenieNieruchomosci/wnio:NazwaObrebu"/>
                    <xsl:variable name="polozenieNieruchomosciNrObrebu" select="wnio:TrescDokumentu/wnio:PrzedmiotWniosku/wnio:PolozenieNieruchomosci/wnio:NrObrebu"/>
    
                    <xsl:variable name="przyczynaUsuniecia" select="wnio:TrescDokumentu/wnio:PrzedmiotWniosku/wnio:PrzyczynaUsuniecia/wnio:Opis"/>
                    <xsl:variable name="czyZezwolenie" select="wnio:TrescDokumentu/wnio:PrzedmiotWniosku/wnio:PrzyczynaUsuniecia/wnio:CzyZezwolenie"/>
                   
    				<xsl:variable name="dataRR" select="substring(wnio:TrescDokumentu/wnio:PrzedmiotWniosku/wnio:PlanowanyTermin/wnio:DataOd,1,4)"/>
    				<xsl:variable name="dataMM" select="substring(wnio:TrescDokumentu/wnio:PrzedmiotWniosku/wnio:PlanowanyTermin/wnio:DataOd,6,2)"/>
    				<xsl:variable name="dataDD" select="substring(wnio:TrescDokumentu/wnio:PrzedmiotWniosku/wnio:PlanowanyTermin/wnio:DataOd,9,2)"/>
    				<xsl:variable name="planowanyTerminOd" select="concat($dataDD,'.',$dataMM,'.',$dataRR)"/>
                    
    				<xsl:variable name="dataRR_Do" select="substring(wnio:TrescDokumentu/wnio:PrzedmiotWniosku/wnio:PlanowanyTermin/wnio:DataDo,1,4)"/>
    				<xsl:variable name="dataMM_Do" select="substring(wnio:TrescDokumentu/wnio:PrzedmiotWniosku/wnio:PlanowanyTermin/wnio:DataDo,6,2)"/>
    				<xsl:variable name="dataDD_Do" select="substring(wnio:TrescDokumentu/wnio:PrzedmiotWniosku/wnio:PlanowanyTermin/wnio:DataDo,9,2)"/>
    				<xsl:variable name="planowanyTerminDo" select="concat($dataDD_Do,'.',$dataMM_Do,'.',$dataRR_Do)"/>
                    <xsl:variable name="opisPrzeznaczenia" select="wnio:TrescDokumentu/wnio:PrzedmiotWniosku/wnio:OpisPrzeznaczenia"/>
                    <xsl:variable name="czyRysunek" select="wnio:TrescDokumentu/wnio:PrzedmiotWniosku/wnio:CzyRysunek"/>
                    <xsl:variable name="uwagi" select="wnio:TrescDokumentu/wnio:Uwagi"/>
                    <!-- ===================================================== **** =====================================================-->
                    <xsl:variable name="odpowiedz" select="wnio:TrescDokumentu/wnio:FormularzOdpowiedzi"/> 
                    <xsl:if test="$odpowiedz != ''">
                        <div class="tabelaOdpowiedz">
                            <div class="headerOdpowiedz">Odpowiedź:
                            </div>
                            <div class="rowOdpowiedz">
                                <xsl:value-of select="$odpowiedz"/>
                            </div>
                        </div>
                        <br/>
                    </xsl:if>
                    <div class="right" style="width:350px; font-size:17px; text-align:center;">
                        <xsl:if test="$czyWB = '1'">
    				Wójt gminy
                        </xsl:if>
                        <xsl:if test="$czyWB = '2'">
    				Burmistrz gminy
                        </xsl:if>
                        <xsl:if test="$czyPM = '3'">
    				Burmistrz gminy
                        </xsl:if>
                        <xsl:if test="$czyWKZ = '4'">
    				Wojewódzki konserwator zabytków
                        </xsl:if>
                        <br/>
                        <xsl:value-of select="$daneAdresata"/>
                    </div>
                    <br/>
                    <br/>
                    <br/>
                    <br/>
                    <br/>
                    <div style="text-align:center; font-size:24px; font-weight:bold;">WNIOSEK O WYDANIE ZEZWOLENIA NA USUNIĘCIE DRZEW I KRZEWÓW</div>
                    <br/>
                    <br/>
                    <table class="tbl1">
                        <colgroup>
                            <col style="width: 20%"/>
                            <col style="width: 25%"/>
                            <col style="width: 55%"/>
                        </colgroup>
                        <tr>
                            <th class="border_top border_right border_left" colspan="3" style="background-color: #GGGGGG;">Wnioskodawca</th>
                        </tr>
                        <tr>
                            <th class="border_top border_left" rowspan="2">Określenie typu Wnioskodawcy</th>
                            <td class="border height">Posiadacz nieruchomości</td>
                            <td class="border">
                                <xsl:choose>
                                    <xsl:when test="$czyPosiadaczNieruchomosci = 'Tak'">
    								☒
                                    </xsl:when>
                                    <xsl:otherwise>
    								☐
                                    </xsl:otherwise>
                                </xsl:choose>
                            </td>
                        </tr>
                        <tr>
                            <td class="border">Właściciel urządzeń, o których mowa w art. 49 § 1 Kodeksu Cywilnego</td>
                            <td class="border">
                                <xsl:choose>
                                    <xsl:when test="$czyPosiadaczNieruchomosci = 'Nie'">
    								☒
                                    </xsl:when>
                                    <xsl:otherwise>
    								☐
                                    </xsl:otherwise>
                                </xsl:choose>
                            </td>
                        </tr>
                        <tr>
                            <th class="border_top border_left" rowspan="7">Dane Wnioskodawcy</th>
                            <td class="border">
    						Imię, nazwisko, albo nazwa Wnioskodawcy
                            </td>
                            <td class="border">
                                <xsl:value-of select="concat($wnioskodawcaImie, ' ', $wnioskodawcaNazwisko)"/>
                                <xsl:value-of select="$wnioskodawcaNazwa"/>
                            </td>
                        </tr>
    
                        <tr>
                            <td class="border">Adres Wnioskodawcy</td>
                            <td class="border">
                                <xsl:if test="$wnioskodawcaUlica != ''">
                                    <xsl:value-of select="concat($wnioskodawcaUlica, ' ', $wnioskodawcaNrDomu)"/>
                                    <xsl:if test="$wnioskodawcaNrLokalu != ''">
                                        <xsl:value-of select="concat('/', $wnioskodawcaNrLokalu)"/> 
                                    </xsl:if>
                                    <xsl:value-of select="concat(', ', $wnioskodawcaMiejscowosc,', kod pocztowy: ', $wnioskodawcaKodPocztowy)"/>
                                </xsl:if>
                                <xsl:if test="$wnioskodawcaUlica = ''">
                                    <xsl:value-of select="concat($wnioskodawcaMiejscowosc,' ',$wnioskodawcaNrDomu)"/>
                                    <xsl:if test="$wnioskodawcaNrLokalu != ''">
                                        <xsl:value-of select="concat('/', $wnioskodawcaNrLokalu)"/> 
                                    </xsl:if>
                                    <xsl:value-of select="concat(', kod pocztowy: ',$wnioskodawcaKodPocztowy, ', ', $wnioskodawcaMiejscowosc)"/>
                                </xsl:if>
                            </td>
                        </tr>
                        <tr>
                            <td class="border">Dane kontaktowe</td>
                            <td class="border">
                                <xsl:value-of select="$wnioskodawcaTelefon"/>
                            </td>
                        </tr>
                        <tr>
                            <td class="border">Czy posiadacz nieruchomości jest jej właścicielem?</td>
                            <td class="border">
                                <xsl:choose>
                                    <xsl:when test="$czyWlasciciel = 'Tak'">
    								TAK
                                    </xsl:when>
                                    <xsl:when test="$czyWlasciciel = 'Nie'">
    								NIE
                                    </xsl:when>
                                    <xsl:otherwise>
    
                                    </xsl:otherwise>
                                </xsl:choose>
                            </td>
                        </tr>
                        <tr>
                            <td class="border">Czy posiadacz nieruchomości jest jej użytkownikiem wieczystym?</td>
                            <td class="border">
                                <xsl:choose>
                                    <xsl:when test="$czyUzytkownikWieczysty = 'Tak'">
    								TAK
                                    </xsl:when>
                                    <xsl:when test="$czyUzytkownikWieczysty = 'Nie'">
    								NIE
                                    </xsl:when>
                                    <xsl:otherwise>
    
                                    </xsl:otherwise>
                                </xsl:choose>
                            </td>
                        </tr>
                        <tr>
                            <td class="border">Skan zgody właściciela nieruchomości</td>
                            <td class="border">
                                <xsl:choose>
                                    <xsl:when test="$czyZalaczSkan = 'Tak'">
    								☒
                                    </xsl:when>
                                    <xsl:when test="$czyZalaczSkan = 'Nie' and $czyUzytkownikWieczysty ='Nie'">
    								☐
                                    </xsl:when>
                                    <xsl:otherwise>
    
                                    </xsl:otherwise>
                                </xsl:choose>
                            </td>
                        </tr>
                        <tr>
                            <td class="border">Posiadacz nieruchomości ma inny tytuł prawny władania nieruchomością (np. dzierżawca, współwłaściciel, zarząd trwały)</td>
                            <td class="border">
                                <xsl:value-of select="$tytulPrawny"/>
                            </td>
                        </tr>
                    </table>
    
                    <table class="tbl1">
                        <colgroup>
                            <col style="width: 20%"/>
                            <col style="width: 25%"/>
                            <col style="width: 55%"/>
                        </colgroup>
                        <xsl:if test="count(wnio:TrescDokumentu/wnio:DaneWlascicielaNieruchomosciSekcja/wnio:DaneWlascicielaNieruchomosciLista/wnio:DaneWlascicielaNieruchomosciTabela)&gt;0">
                            <tr>
                                <th class="border_top border_right border_left" colspan="3" style="background-color: #GGGGGG;">Właściciel nieruchomości</th>
                            </tr>
                        </xsl:if>
    
                        <xsl:for-each select="wnio:TrescDokumentu/wnio:DaneWlascicielaNieruchomosciSekcja/wnio:DaneWlascicielaNieruchomosciLista/wnio:DaneWlascicielaNieruchomosciTabela">
                            <tr>
                                <th class="border_top border_left" rowspan="3">Dane Właściciela nieruchomości <xsl:value-of select="position()"/>
                                </th>
                                <td class="border">
    						Imię, nazwisko, albo nazwa Właściciela nieruchomości
                                </td>
                                <td class="border">
                                    <xsl:value-of select="concat(wnio:Imie, ' ', wnio:Nazwisko)"/>
                                    <xsl:value-of select="wnio:Nazwa"/>
                                </td>
                            </tr>
    
                            <tr>
                                <td class="border">Adres Właściciela nieruchomości</td>
                                <td class="border">
                                    <xsl:if test="wnio:Adres/wnio:Ulica != ''">
                                        <xsl:value-of select="concat(wnio:Adres/wnio:Ulica, ' ', wnio:Adres/wnio:NrDomu)"/>
                                        <xsl:if test="wnio:Adres/wnio:NrLokalu != ''">
                                            <xsl:value-of select="concat('/', wnio:Adres/wnio:NrLokalu)"/> 
                                        </xsl:if>
                                        <xsl:value-of select="concat(', ', wnio:Adres/wnio:Miejscowosc,', kod pocztowy: ', wnio:Adres/wnio:KodPocztowy)"/>
                                    </xsl:if>
                                    <xsl:if test="wnio:Adres/wnio:Ulica = ''">
                                        <xsl:value-of select="concat(wnio:Adres/wnio:Miejscowosc,' ',wnio:Adres/wnio:NrDomu)"/>
                                        <xsl:if test="wnio:Adres/wnio:NrLokalu != ''">
                                            <xsl:value-of select="concat('/', wnio:Adres/wnio:NrLokalu)"/> 
                                        </xsl:if>
                                        <xsl:value-of select="concat(', kod pocztowy: ',wnio:Adres/wnio:KodPocztowy, ', ', wnio:Adres/wnio:Miejscowosc)"/>
                                    </xsl:if>
                                </td>
                            </tr>
                            <tr>
                                <td class="border">Dane kontaktowe</td>
                                <td class="border">
                                    <xsl:value-of select="wnio:Telefon"/>
                                </td>
                            </tr>
    
    
                        </xsl:for-each>
    
                        <tr>
                            <th class="border_right border_left" colspan="3" style="background-color: #GGGGGG;">Przedmiot wniosku</th>
                        </tr>
                        <tr>
                            <td class="border" colspan="2">Czy nieruchomość jest wpisana do rejestru zabytków?</td>
                            <td class="border">
                                <xsl:if test="$czyRejestrZabytkow = 'Tak'">
    							TAK
                                </xsl:if>
                                <xsl:if test="$czyRejestrZabytkow = 'Nie'">
    							NIE
                                </xsl:if>
                            </td>
                        </tr>
                        <tr>
                            <th class="border_left" rowspan="4">Położenie nieruchomości</th>
                            <td class="border">Adres nieruchomości</td>
                            <td class="border">
    
                                <xsl:if test="$polozenieNieruchomosciUlica != ''">
                                    <xsl:value-of select="concat($polozenieNieruchomosciUlica,', ',$polozenieNieruchomosciMiejscowosc)"/>
                                </xsl:if>
                                <xsl:if test="$polozenieNieruchomosciUlica = ''">
                                    <xsl:value-of select="$polozenieNieruchomosciMiejscowosc"/>
                                </xsl:if>
                            </td>
                        </tr>
                        <tr>
                            <td class="border">Nr ewidencyjny działki</td>
                            <td class="border">
                                <xsl:value-of select="$polozenieNieruchomosciNrDzialki"/>
                            </td>
                        </tr>
                        <tr>
                            <td class="border">Nazwa obrębu ewidencyjnego</td>
                            <td class="border">
                                <xsl:value-of select="$polozenieNieruchomosciNazwaObrebu"/>
                            </td>
                        </tr>
                        <tr>
                            <td class="border">Nr obrębu ewidencyjnego</td>
                            <td class="border">
                                <xsl:value-of select="$polozenieNieruchomosciNrObrebu"/>
                            </td>
                        </tr>
                    </table>
                    <table class="tbl2">
                        <colgroup>
                            <col style="width: 20%"/>
                            <col style="width: 25%"/>
                            <col style="width: 55%"/>
                        </colgroup>
                        <tr>
                            <th class="border_right border_left" colspan="3" style="background-color: #GGGGGG;">Usunięcie drzew</th>
                        </tr>
                        <tr>
                            <td class="border">Lp.</td>
                            <td class="border">Gatunek</td>
                            <td class="border">Obwód pnia (cm)</td>
                        </tr>
                        <xsl:for-each select="wnio:TrescDokumentu/wnio:PrzedmiotWniosku/wnio:UsuniecieDrzewSekcja/wnio:ListaDrzew/wnio:UsuniecieDrzewTabela">
                            <tr>
                                <td class="border">
                                    <xsl:value-of select="position()"/>
                                </td>
                                <td class="border">
                                    <xsl:value-of select="wnio:Gatunek"/>
                                </td>
                                <td class="border">
                                    <xsl:value-of select="wnio:Obwod"/>
                                </td>
                            </tr>
                        </xsl:for-each>
                    </table>
    
                    <table class="tbl2">
                        <colgroup>
                            <col style="width: 20%"/>
                            <col style="width: 25%"/>
                            <col style="width: 55%"/>
                        </colgroup>
                        <tr>
                            <th class="border_right border_left" colspan="3" style="background-color: #GGGGGG;">Usunięcie krzewów</th>
                        </tr>
                        <tr>
                            <td class="border">Lp.</td>
                            <td class="border">Gatunek</td>
                            <td class="border">Wielkość powierzchni, z której zostaną usunięte krzewy (m<sup>2</sup>)</td>
                        </tr>
                        <xsl:for-each select="wnio:TrescDokumentu/wnio:PrzedmiotWniosku/wnio:UsuniecieKrzewowSekcja/wnio:ListaKrzewow/wnio:UsuniecieKrzewowTabela">
                            <tr>
                                <td class="border">
                                    <xsl:value-of select="position()"/>
                                </td>
                                <td class="border">
                                    <xsl:value-of select="wnio:Gatunek"/>
                                </td>
                                <td class="border">
                                    <xsl:value-of select="wnio:WielkoscPowierzchni"/>
                                </td>
                            </tr>
                        </xsl:for-each>
                    </table>
                    <table class="tbl3">
                        <colgroup>
                            <col style="width: 20%"/>
                            <col style="width: 25%"/>
                            <col style="width: 55%"/>
                        </colgroup>
                        <tr>
                            <th class="border_left" rowspan="2">Przyczyna usunięcia</th>
                            <td class="border_left">Przyczyna usunięcia drzew i/lub krzewów:</td>
                            <td class="border_right border_left">
                                <xsl:value-of select="$przyczynaUsuniecia"/>
                            </td>
                        </tr>
                        <tr>
                            <td class="border_left">Czy zezwolenie będzie wydane na cele związane z prowadzeniem działalności gospodarczej?</td>
                            <td class="border_right border_left">
                                <xsl:if test="$czyZezwolenie = 'Tak'">
    							TAK
                                </xsl:if>
                                <xsl:if test="$czyZezwolenie = 'Nie'">
    							NIE
                                </xsl:if>
                            </td>
                        </tr>
                        <tr>
                            <th class="border" style="height:auto;">Termin usunięcia <br/>
                                <br/>
                                <span style="font-size:14px; font-weight:normal;">Planowany termin usunięcia:</span>
                            </th>
                            <td class="border" colspan="2">
    						Od: <xsl:value-of select="$planowanyTerminOd"/>
                                <br/>
    						Do: <xsl:value-of select="$planowanyTerminDo"/>
                            </td>
                        </tr>
                        <tr>
                            <th class="border">Przeznaczenie terenu <br/>
                                <br/>
                                <span style="font-size:14px; font-weight:normal;">Przeznaczenie terenu, na którym rosną drzewa i/lub krzewy przeznaczone do usunięcia:</span>
                            </th>
                            <td class="border" colspan="2">
                                <xsl:value-of select="$opisPrzeznaczenia"/>
                            </td>
                        </tr>
                        <tr>
                            <th class="border">
                                <span style="font-size:14px; font-weight:normal;">Rysunek lub mapa określająca usytuowanie drzewa lub krzewu w stosunku do granic nieruchomości i obiektów budowlanych  istniejących  lub budowanych na tej nieruchomości.</span>
                            </th>
                            <td class="border" colspan="2">
                                <xsl:choose>
                                    <xsl:when test="$czyRysunek = 'Tak'">
    								☒
                                    </xsl:when>
                                    <xsl:otherwise>
    								☐
                                    </xsl:otherwise>
                                </xsl:choose>
                            </td>
                        </tr>
                        <tr>
                            <th class="border">Uwagi<br/>
                            </th>
                            <td class="border" colspan="2">
                                <xsl:value-of select="$uwagi"/>
                            </td>
                        </tr>
                    </table>
                    <br/>
                    <br/>
                    <br/>
                    <table class="noBorder">
                        <tr>
                            <td style="width:65%"/>
                            <td style="width:35%; text-align:right; font-size:8pt">
                                <i>
                                    <b>Dokument został podpisany, aby go zweryfikować, należy użyć oprogramowania do weryfikacji podpisu</b>
                                </i>
                            </td>
                        </tr>
                        <tr style="height:10pt"/>
                        <tr>
                            <td/>
                            <td style="text-align:right; font-size:8pt">
                                <i>
                                    <b>Podpis elektroniczny</b>
                                </i>
                            </td>
                        </tr>
                    </table>
                </body>
            </html>
        </xsl:template>
    </xsl:stylesheet>