2608
ID | 2608 |
Data | 2015-09-11 |
Symbol | 2015/09/11/2608 |
Instytucja | Ministerstwo Administracji i Cyfryzacji |
Nazwa | Wniosek o udostępnienie materiałów powiatowego zasobu geodezyjnego i kartograficznego |
Czy Aktualny | 1 |
---|
Ustawy (1)
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/09/11/2608/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" version="1.0">
<xsl:template match="/">
<xsl:apply-templates select="wnio:Dokument"/>
</xsl:template>
<xsl:template match="wnio:Dokument">
<xsl:param name="nadawca" select="wnio:DaneDokumentu/str:Nadawcy/meta:Podmiot"/>
<xsl:param name="tresc" select="wnio:TrescDokumentu"/>
<xsl:param name="zalaczniki" select="wnio:TrescDokumentu/str:Zalaczniki"/>
<html>
<head>
<style type="text/css">
body * {
font-family: Arial, Verdana;
font-size: 12px !important;
}
table.main {
border-collapse: collapse;
width: 100%;
vertical-align: top;
}
table.main1 {
border-collapse: collapse;
width: 100%;
height: 200px;
vertical-align: top;
}
table.inner1, table.inner2, table.inner3, table.inner4 {
border: 1px solid black;
border-collapse: collapse;
width: 100%;
}
table.inner1, table.inner2, table.inner3 {
height: 100%
}
table.inner4 {
height: 90%
}
td.header {
height: 12px;
background-color: RGB(200, 191, 231);
padding: 10px;
padding-left: 10px;
font-size: 11px !important;
}
td.left {
width: 12px;
background-color: RGB(200, 191, 231);
}
td.content.info {
font-size: 11px !important;
font-style: italic;
}
td.content {
border-top: 1px solid black;
border-left: 1px solid black;
border-bottom: 1px solid black;
background-color:white;
vertical-align:top;
}
.ASG {
font-family: Arial, Verdana;
font-size: 14px !important;
font-weight: bold;
text-align: center;
}
.szpalta1 {
width: 45%;
float: left;
height: 100%;
}
.szpalta2 {
width: 45%;
float: right;
height: 100%;
}
input[readonly] {
border:1px solid black !important;
background-color:white !important;
}
.table-with-border {
width: 100%;
border-collapse: collapse;
}
.table-with-border td {
padding: 5px;
}
input, textarea {
color: black;
}
.tytul{
width:100%;
}
ul {
list-style-type:numbers;
font-style: italic;
}
.div1 {
display:inline-block;
vertical-align:top;
padding:5px;
}
.div2 {
padding-top:20px;
}
.przypisy {
margin-top:10px;
}
textarea {
resize: vertical;
}
.podpis-wnioskodawca-header {
float:right;
padding-right:115px;
}
.lamacz{
width:300px; word-wrap:break-word;
}
.lamacz1{
word-wrap:break-word;
}
.top-td{
vertical-align:top;
}
.chkLabel input { float: left; vertical-align:top;}
.chkLabel label { display: block; margin-left: 2.0em; vertical-align:top;}
</style>
</head>
<body>
<table class="tytul" style="margin-bottom:20px;">
<tr>
<td style="background: #15508C;height: 25px;text-align: center;font-weight: bold;color:#F8F9FB;font-size: 10pt; padding:10px;">
<div>WNIOSEK O UDOSTĘPNIENIE MATERIAŁÓW POWIATOWEGO ZASOBU GEODEZYJNEGO I KARTOGRAFICZNEGO</div>
</td>
</tr>
</table>
<table style="width:100%;">
<tr>
<td style="width:49%; height:550px;">
<table class="inner1">
<tr>
<td class="header" colspan="2" style="height:10px;">
<b>1. Imię i nazwisko / Nazwa wnioskodawcy</b>
</td>
</tr>
<tr style="">
<td class="left"/>
<td style="border:1px solid black; height:70px;">
<p class="lamacz">
<xsl:for-each select="$nadawca/oso:Osoba">
<xsl:value-of select="oso:Imie"/>
<xsl:value-of select="oso:Nazwisko"/>
</xsl:for-each>
<xsl:for-each select="$nadawca/inst:Instytucja">
<xsl:value-of select="inst:NazwaInstytucji"/>
</xsl:for-each>
</p>
</td>
</tr>
<tr>
<td class="header" colspan="2" style="height:10px;">
<b>2. Adres miejsca zamieszkania / siedziby wnioskodawcy</b>
</td>
</tr>
<tr style="height:200px;">
<td class="left"/>
<td class="content">
<xsl:for-each select="$nadawca//adr:Adres">
<div style="clear:both; padding-top:5px;">
<div style="width:100px; float:left;">
Kraj:
</div>
<div class="lamacz1" style="width:220px; float:left">
<xsl:value-of select="$tresc/wnio:WnioskodawcaTeryt/wnio:K"/>
</div>
</div>
<xsl:if test="string-length(adr:Wojewodztwo)>0">
<div style="clear:both; padding-top:5px;">
<div style="width:100px; float:left;">
Województwo:
</div>
<div class="lamacz1" style="width:220px; float:left">
<xsl:value-of select="adr:Wojewodztwo"/>
</div>
</div>
</xsl:if>
<xsl:if test="string-length(adr:Powiat)>0">
<div style="clear:both; padding-top:5px;">
<div style="width:100px; float:left;">
Powiat:
</div>
<div class="lamacz1" style="width:220px; float:left">
<xsl:value-of select="adr:Powiat"/>
</div>
</div>
</xsl:if>
<xsl:if test="string-length(adr:Gmina)>0">
<div style="clear:both; padding-top:5px;">
<div style="width:100px; float:left;">
Gmina:
</div>
<div class="lamacz1" style="width:220px; float:left">
<xsl:value-of select="adr:Gmina"/>
</div>
</div>
</xsl:if>
<div style="clear:both; padding-top:5px;">
<div style="width:100px; float:left;">
Miejscowość:
</div>
<div class="lamacz1" style="width:220px; float:left">
<xsl:value-of select="adr:Miejscowosc"/>
</div>
</div>
<xsl:if test="string-length(adr:Ulica)>0">
<div style="clear:both; padding-top:5px;">
<div style="width:100px; float:left;">
Ulica
</div>
<div class="lamacz1" style="width:220px; float:left">
<xsl:value-of select="adr:Ulica"/>
</div>
</div>
</xsl:if>
<div style="clear:both; padding-top:5px;">
<div style="width:100px; float:left;">
Nr budynku:
</div>
<div class="lamacz1" style="width:220px; float:left">
<xsl:value-of select="adr:Budynek"/>
</div>
</div>
<xsl:if test="string-length(adr:Lokal)>0">
<div style="clear:both; padding-top:5px;">
<div style="width:100px; float:left;">
Nr lokalu:
</div>
<div class="lamacz1" style="width:220px; float:left">
<xsl:value-of select="adr:Lokal"/>
</div>
</div>
</xsl:if>
<div style="clear:both; padding-top:5px;">
<div style="width:100px; float:left;">
Kod pocztowy:
</div>
<div class="lamacz1" style="width:220px; float:left">
<xsl:value-of select="adr:KodPocztowy"/>
</div>
</div>
<div style="clear:both; padding-top:5px;">
<div style="width:100px; float:left;">
Poczta:
</div>
<div class="lamacz1" style="width:220px; float:left">
<xsl:value-of select="adr:Poczta"/>
</div>
</div>
</xsl:for-each>
</td>
</tr>
<tr>
<td class="header" colspan="2" style="height:10px;">
<b>3. Oznaczenie wniosku nadane przez wnioskodawcę</b>
</td>
</tr>
<tr style="height:30px">
<td class="left"/>
<td class="content">
<div class="lamacz">
<xsl:value-of select="$tresc/wnio:Oznaczenie"/>
</div>
</td>
</tr>
<tr>
<td class="header" colspan="2" style="height:10px;">
<b>4. Dane kontaktowe wnioskodawcy: nr telefonu/adres poczty elektronicznej</b>
</td>
</tr>
<tr style="height: 70px">
<td class="left"/>
<td class="content">
<xsl:for-each select="$nadawca//adr:Kontakt">
<div>
<xsl:if test="string-length(adr:Telefon) > 0">
<div style="width:170px; float:left;">
Numer telefonu:
</div>
<div class="lamacz" style="width:200px; float:left">
<xsl:value-of select="adr:Telefon"/>
</div>
</xsl:if>
</div>
<div style="clear:both">
<xsl:if test="string-length(adr:Email)>0">
<div style="width:170px; float:left;">
Adres poczty elektronicznej:
</div>
<div class="lamacz" style="width:200px; float:left">
<xsl:value-of select="adr:Email"/>
</div>
</xsl:if>
</div>
</xsl:for-each>
</td>
</tr>
</table>
</td>
<td style="width:49%; height:550px;">
<table class="inner2">
<tr>
<td class="header" colspan="2" style="height:10px;">
<b>5. Miejscowość i data</b>
</td>
<td rowspan="2" class="header" style="width:50px; border:1px solid black;">
<div class="ASG">P</div>
</td>
</tr>
<tr colspan="2">
<td class="left"/>
<td class="content" colspan="1" style="width:300px; height:70px; border:1px solid black;">
<p style="width:250px;" class="lamacz1"><xsl:value-of select="$tresc/wnio:MiejscowoscDokumentu"/>,
<xsl:value-of select="//meta:Data/meta:Czas"/></p>
</td>
</tr>
<tr>
<td class="header" colspan="3" style="height:10px;">
<b>6. Adresat wniosku - nazwa i adres organu lub jednostki organizacyjnej, która w imieniu organu prowadzi państwowy
zasób geodezyjny i kartograficzny
</b>
</td>
</tr>
<tr>
<td class="left"/>
<td class="content" colspan="2" style="height:165px;">
<p class="lamacz">
<xsl:value-of select="wnio:DaneDokumentu/str:Adresaci/meta:Podmiot/inst:Instytucja/inst:NazwaInstytucji"/>
</p>
</td>
</tr>
<tr>
<td class="header" colspan="3" style="height:10px;">
<b>7. Oznaczenie kancelaryjne wniosku nadane przez adresata wniosku</b>
</td>
</tr>
<tr>
<td class="left"/>
<td class="content" colspan="2" style="background-color:lightgoldenrodyellow; height:150px;">
<p class="lamacz">
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table style="margin-top:20px; margin-left:-2px; width:100%;">
<td>
<xsl:for-each select="$tresc/wnio:PrzedmiotWniosku">
<table class="inner2" cellpadding="5">
<tr>
<td class="header" colspan="6">
<b>8. Przedmiot wniosku</b>
</td>
</tr>
<tr>
<td class="left"/>
<td class="" colspan="5" style="border: 1px solid black; border-bottom:none;">
<p>
<b>Określenie materiałów zasobu będących przedmiotem wniosku</b>
</p>
</td>
</tr>
<tr style="" class="chkLabel">
<td class="left"/>
<td colspan="2" style="vertical-align: top; border: 1px solid black; border-top:0px; border-right:none; ">
<p>
<xsl:choose>
<xsl:when test="wnio:ZbiorDanychEwidencjiGiB='true'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
Zbiór danych ewidencji gruntów i budynków
</p>
<p>
<xsl:choose>
<xsl:when test="wnio:RejestryKartoteki='true'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
Rejestry, kartoteki, skorowidze, wykazy, zestawienia tworzone na podstawie bazy danych EGiB
</p>
<p>
<xsl:choose>
<xsl:when test="wnio:MapaEwidencjiGiB='true'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
Mapa ewidencji gruntów i budynków
</p>
<p>
<xsl:choose>
<xsl:when test="wnio:RejestrCeniWartosciNieruchomosci='true'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
Rejestr cen i wartości nieruchomości
</p>
</td>
<td colspan="2" style="vertical-align: top; border: 1px solid black; border-left:none; border-top:none; ">
<p>
<xsl:choose>
<xsl:when test="wnio:GESUT='true'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
Baza danych geodezyjnej ewidencji sieci uzbrojenia terenu (GESUT)
</p>
<p>
<xsl:choose>
<xsl:when test="wnio:BDSOG='true'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
Baza danych szczegółowych osnów geodezyjnych (BDSOG)
</p>
<p>
<xsl:choose>
<xsl:when test="wnio:BDOT500='true'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
Baza danych obiektów topograficznych, o której mowa w art. 4 ust. 1b ustawy (BDOT500)
</p>
<p>
<xsl:choose>
<xsl:when test="wnio:MapaZasadnicza='true'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
Mapa zasadnicza
</p>
<p>
<xsl:choose>
<xsl:when test="wnio:InneMaterialy='true'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
Inne materiały:
</p>
<xsl:if test="wnio:InneMaterialy='true'">
<p>
<xsl:value-of select="wnio:InneMaterialyWartosc"/>
</p>
</xsl:if>
</td>
</tr>
</table>
</xsl:for-each>
</td>
</table>
<table style="margin-top:20px; margin-left:-2px; width:100%;">
<td>
<table class="inner2" cellpadding="5">
<tr>
<td class="header" colspan="6">
<b>9. Parametry charakteryzujące zakres uprawnień do przetwarzania materiałów zasobu</b>
</td>
</tr>
<tr style="height:12%">
<td class="left"/>
<td class="content" style="border-right: 1px solid black;">
<table>
<tr class="chkLabel">
<td>
<xsl:choose>
<xsl:when test="$tresc/wnio:zakresUprawnien='1'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
<br/>
<p>dla potrzeb własnych niezwiązanych z działalnością gospodarczą, bez prawa publikacji w sieci Internet</p>
<br/>
<br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:zakresUprawnien='2'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
<br/>
<p>na cele i podmiotom, o których mowa w art. 40a ust. 2 pkt 2 ustawy</p>
</td>
<td>
<xsl:choose>
<xsl:when test="$tresc/wnio:zakresUprawnien='3'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
dla potrzeb związanych z działalnością gospodarczą lub w celu publikacji opracowań kartograficznych - pochodnych materiałów zasobu w
sieci Internet zgodnie z poniższą tabelą
<table border="1" class="table-with-border">
<tr>
<td/>
<td>Wartość współczynnika CL</td>
<td>
Maksymalna liczba urządzeń, na których mogą być przetwarzane materiały zasobu lub opracowania kartograficzne -
pochodne materiałów zasobu, o których mowa w ust. 4 pkt 2 załącznika do ustawy, z wyłączeniem publikacji w sieci
Internet
</td>
<td>
Łączny maksymalny nakład drukowanych lub kopii elektronicznych materiałów zasobu lub opracowań kartograficznych -
pochodnych materiałów zasobu, o których mowa w ust. 4 pkt 2 załącznika do ustawy, w przeliczeniu na arkusze formatu
A4
</td>
<td>Sposób publikacji w sieci Internet</td>
</tr>
<tr>
<td>
<xsl:choose>
<xsl:when test="$tresc/wnio:wartoscZTabeli='1'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
</td>
<td>1,1</td>
<td>10</td>
<td>500</td>
<td>
Pojedynczy obraz statyczny o rozmiarze maksimum do 1 000 000 pikseli
</td>
</tr>
<tr>
<td>
<xsl:choose>
<xsl:when test="$tresc/wnio:wartoscZTabeli='2'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
</td>
<td>1,2</td>
<td>100</td>
<td>2 000</td>
<td rowspan="6" style="vertical-align: middle;">
Pojedynczy obraz statyczny o rozmiarze maksimum do 2 100 000 pikseli
</td>
</tr>
<tr>
<td>
<xsl:choose>
<xsl:when test="$tresc/wnio:wartoscZTabeli='3'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
</td>
<td>1,3</td>
<td>500</td>
<td>5 000</td>
</tr>
<tr>
<td>
<xsl:choose>
<xsl:when test="$tresc/wnio:wartoscZTabeli='4'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
</td>
<td>1,4</td>
<td>1 000</td>
<td>10 000</td>
</tr>
<tr>
<td>
<xsl:choose>
<xsl:when test="$tresc/wnio:wartoscZTabeli='5'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
</td>
<td>1,7</td>
<td>10 000</td>
<td>50 000</td>
</tr>
<tr>
<td>
<xsl:choose>
<xsl:when test="$tresc/wnio:wartoscZTabeli='6'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
</td>
<td>2,0</td>
<td>60 000</td>
<td>200 000</td>
</tr>
<tr>
<td>
<xsl:choose>
<xsl:when test="$tresc/wnio:wartoscZTabeli='7'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
</td>
<td>2,5</td>
<td>200 000</td>
<td>500 000</td>
</tr>
<tr>
<td>
<xsl:choose>
<xsl:when test="$tresc/wnio:wartoscZTabeli='8'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
</td>
<td>3,0</td>
<td>Bez ograniczeń</td>
<td>Bez ograniczeń</td>
<td>Bez ograniczeń</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</table>
<table style="margin-top:20px; margin-left:-2px; width:100%;">
<td>
<xsl:for-each select="$tresc/wnio:PrzedmiotWniosku">
<table class="inner2" cellpadding="5">
<tr>
<td class="header" colspan="4">
<b>10. Osoba wyznaczona do kontaktów ze strony wnioskodawcy</b>
</td>
</tr>
<tr>
<td class="left"/>
<td style="border-left: 1px solid black; border-top: 1px solid black;">
<p>Imię, nazwisko:</p>
</td>
<td style="border-top: 1px solid black;">
<p>e-mail:</p>
</td>
<td style="border-top: 1px solid black; border-right:border: 1px solid black;">
<p>telefon:</p>
</td>
</tr>
<tr>
<td class="left"/>
<td style="border-left: 1px solid black;">
<p class="lamacz" style="width:200px;"><xsl:value-of select="concat($tresc/oso:Osoba/oso:Imie,' ',$tresc/oso:Osoba/oso:Nazwisko)"/>
</p>
</td>
<td>
<p class="lamacz" style="width:200px;"><xsl:value-of select="$tresc/oso:Osoba//adr:Email"/>
</p>
</td>
<td>
<p class="lamacz" style="width:200px;"><xsl:value-of select="$tresc/oso:Osoba//adr:Telefon"/>
</p>
</td>
</tr>
</table>
</xsl:for-each>
</td>
</table>
<table style="margin-top:20px; margin-left:-2px; width:100%;">
<tr>
<td>
<table class="inner2" cellpadding="5" style="border-bottom:none;">
<tr style="height:15px">
<td class="header" colspan="5">
<b>11. Forma przekazania i sposób odbioru materiałów</b>
</td>
</tr>
</table>
<table class="inner3" cellpadding="5" style="border-top: 1px solid #c8bfe7;">
<tr>
<td class="left"/>
<td class="content" style="border-right: none">
<div style="padding-left:20px; width:300px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:FormaPrzekazania,'1')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
postać nieelektroniczna
</div>
<div style="padding-left:20px; width:300px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:FormaPrzekazania,'2')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
postać elektroniczna
</div>
<div style="clear:both; padding-top:5px; width:300px;">
<div style="clear:both; padding-top:5px;">
<div style="padding-left: 20px;">
<xsl:choose>
<xsl:when test="$tresc/wnio:FormaPrzekazaniaElektr='1'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
serwer FTP/e-mail
</div>
<div class="lamacz1" style="width:450px; padding-left:40px;">
<p class="lamacz"><xsl:if test="$tresc/wnio:FormaPrzekazaniaElektr='1'">
<xsl:value-of select="$tresc/wnio:formaPrzekazaniaElektrFTPEmail"/>
</xsl:if></p>
</div>
</div>
</div>
<div style="clear:both; padding-left:20px; width:300px;">
<xsl:choose>
<xsl:when test="$tresc/wnio:FormaPrzekazaniaElektr='2'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
płyta CD/DVD
</div>
<div style="padding-left:20px; width:300px;">
<xsl:choose>
<xsl:when test="$tresc/wnio:FormaPrzekazaniaElektr='3'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
nośnik zewnętrzny wnioskodawcy
</div>
<div style="padding-left:20px; width:310px;">
<xsl:choose>
<xsl:when test="$tresc/wnio:FormaPrzekazaniaElektr='4'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
usługa sieciowa udostępniania
</div>
<div style="padding-left:40px; width:90px; float:left">
<xsl:choose>
<xsl:when test="$tresc/wnio:FormaPrzekazaniaElektrCzas='1'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
1 rok
</div>
<div style="width:100px; float:left">
<xsl:choose>
<xsl:when test="$tresc/wnio:FormaPrzekazaniaElektrCzas='2'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
6 miesięcy
</div>
<div style="width:100px; float:left">
<xsl:choose>
<xsl:when test="$tresc/wnio:FormaPrzekazaniaElektrCzas='3'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
3 miesiące
</div>
</td>
<td class="content" style="border-left:none; border-right: 1px solid black;">
<div style="width:250px;">
<p style="width:250px;"> <b>Sposób udostępnienia:</b></p>
</div>
<div style="padding-left:20px; width:300px;">
<p style="width:250px;"><xsl:choose>
<xsl:when test="$tresc/wnio:SposobUdostepnienia='1'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
Odbiór osobisty</p>
</div>
<div style="padding-left:20px; width:250px;">
<p style="width:250px;"><xsl:choose>
<xsl:when test="$tresc/wnio:SposobUdostepnienia='2'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
Wysyłka na adres:</p>
</div>
<div style="padding-left:40px; width:250px;">
<p style="width:250px;"><xsl:choose>
<xsl:when test="$tresc/wnio:SposobUdostepnianiaAdres='1'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
jak w nagłówku</p>
</div>
<div style="padding-left:40px; width:250px;">
<p style="width:250px;"><xsl:choose>
<xsl:when test="$tresc/wnio:SposobUdostepnianiaAdres='2'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
inny</p>
</div>
<xsl:if test="$tresc/wnio:SposobUdostepnienia='2'">
<div style="clear:both; padding-top:5px; width:250px;">
<div style="width:100px; float:left;">
Kraj:
</div>
<div class="lamacz1" style="width:180px; float:left">
<xsl:value-of select="$tresc/wnio:sposobUdostepnieniaInnyAdres/wnio:Kraj"/>
</div>
<xsl:if test="string-length($tresc/wnio:sposobUdostepnieniaInnyAdres/wnio:Wojewodztwo)>0">
<div style="clear:both; padding-top:5px;">
<div style="width:100px; float:left;">
Województwo:
</div>
<div class="lamacz1" style="width:180px; float:left">
<xsl:value-of select="$tresc/wnio:sposobUdostepnieniaInnyAdres/wnio:Wojewodztwo"/>
</div>
</div>
</xsl:if>
<xsl:if test="string-length($tresc/wnio:sposobUdostepnieniaInnyAdres/wnio:Powiat)>0">
<div style="clear:both; padding-top:5px;">
<div style="width:100px; float:left;">
Powiat
</div>
<div class="lamacz1" style="width:180px; float:left">
<xsl:value-of select="$tresc/wnio:sposobUdostepnieniaInnyAdres/wnio:Powiat"/>
</div>
</div>
</xsl:if>
<xsl:if test="string-length($tresc/wnio:sposobUdostepnieniaInnyAdres/wnio:Gmina)>0">
<div style="clear:both; padding-top:5px;">
<div style="width:100px; float:left;">
Gmina
</div>
<div class="lamacz1" style="width:180px; float:left">
<xsl:value-of select="$tresc/wnio:sposobUdostepnieniaInnyAdres/wnio:Gmina"/>
</div>
</div>
</xsl:if>
<div style="clear:both; padding-top:5px;">
<div style="width:100px; float:left;">
Miejscowość
</div>
<div class="lamacz1" style="width:180px; float:left">
<xsl:value-of select="$tresc/wnio:sposobUdostepnieniaInnyAdres/wnio:Miejscowosc"/>
</div>
</div>
<xsl:if test="string-length($tresc/wnio:sposobUdostepnieniaInnyAdres/wnio:Ulica)>0">
<div style="clear:both; padding-top:5px;">
<div style="width:100px; float:left;">
Ulica
</div>
<div class="lamacz1" style="width:180px; float:left">
<xsl:value-of select="$tresc/wnio:sposobUdostepnieniaInnyAdres/wnio:Ulica"/>
</div>
</div>
</xsl:if>
<div style="clear:both; padding-top:5px;">
<div style="width:100px; float:left;">
Numer budynku
</div>
<div class="lamacz1" style="width:180px; float:left">
<xsl:value-of select="$tresc/wnio:sposobUdostepnieniaInnyAdres/wnio:Budynek"/>
</div>
</div>
<xsl:if test="string-length($tresc/wnio:sposobUdostepnieniaInnyAdres/wnio:Lokal)>0">
<div style="clear:both; padding-top:5px;">
<div style="width:100px; float:left;">
Numer lokalu
</div>
<div class="lamacz1" style="width:180px; float:left">
<xsl:value-of select="$tresc/wnio:sposobUdostepnieniaInnyAdres/wnio:Lokal"/>
</div>
</div>
</xsl:if>
<div style="clear:both; padding-top:5px;">
<div style="width:100px; float:left;">
Kod pocztowy
</div>
<div class="lamacz1" style="width:180px; float:left">
<xsl:value-of select="$tresc/wnio:sposobUdostepnieniaInnyAdres/wnio:KodPocztowy"/>
</div>
</div>
<div style="clear:both; padding-top:5px;">
<div style="width:100px; float:left;">
Poczta
</div>
<div class="lamacz1" style="width:180px; float:left">
<xsl:value-of select="$tresc/wnio:sposobUdostepnieniaInnyAdres/wnio:Poczta"/>
</div>
</div>
</div>
</xsl:if>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table style="margin-top:20px; margin-left:-2px; width:100%;">
<td>
<table class="inner2" cellpadding="5" style="border-bottom:none;">
<tr>
<td class="header" colspan="2">
<b>12. Dodatkowe wyjaśnienia i uwagi wnioskodawcy</b>
</td>
</tr>
</table>
<table class="inner3" cellpadding="5" style="border-top: 1px solid #c8bfe7; border-bottom:1px solid #c8bfe7;">
<tr>
<td class="left"/>
<td class="content" style=" border: 1px solid black;">
<p>
<textarea rows="10" disabled="disabled" style="width: 98%;">
<xsl:value-of select="$tresc/wnio:Uwagi"/>
</textarea>
</p>
</td>
</tr>
</table>
<table class="inner3" cellpadding="5" style="border-top:1px solid rgb(200, 191, 231); margin-bottom:10px;">
<tr>
<td colspan="2" style="background-color: rgb(200, 191, 231); border: 1px solid black; border-top:none;">
<table style="height: 100%;width:100%;border-collapse: collapse">
<tr>
<td class="header" colspan="2">
<span class="podpis-wnioskodawca-header">
<b>WNIOSKODAWCA</b>
</span>
</td>
</tr>
<tr>
<td class="left" style="width:60%"/>
<td class="content" style="height: 75px; border: 1px solid black;">
<p align="center" style="text-align: center;font-size: 10px;font-family: Verdana;line-height: 20px;">
<xsl:call-template name="Podpis"/>
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</table>
<xsl:if test="$tresc//wnio:ZbiorDanychEwidencjiGiB='true'">
<table style="margin-top:20px; margin-left:-2px; width:100%;">
<tr>
<td style="">
<table class="inner2" cellpadding="5" style="border-bottom:none;">
<tr style="height:15px">
<td class="header" colspan="4">
<b>1. Uszczegółowienie wniosku o udostępnienie zbiorów danych bazy danych EGiB</b>
</td>
<td class="header" style="width:50px; border-left:1px solid black">
<div class="ASG">P1</div>
</td>
</tr>
</table>
<table class="inner3" cellpadding="5" style="border-top: 1px solid #c8bfe7;">
<tr style="height:30px">
<td class="left"/>
<td class="content">
<p>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P1/wnio:ZbiorDanych, 'pelnyZbiorDanychEGiB')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
<b>Pełny zbiór danych EGiB</b>
</p>
<p>
<b>Zbiór przedmiotowych danych:</b>
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P1/wnio:ZbiorDanych, 'pelnyZbiorDanychPrzedmiotowych')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
pełny
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P1/wnio:ZbiorDanych, 'opisowyZbiorDanychPrzedmiotowych')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
opisowych
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P1/wnio:ZbiorDanych, 'geometrycznyZbiorDanychPrzedmiotowych')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
geometrycznych
</p>
<p>
<b>Zbiór dotyczący działek ewidencyjnych:</b>
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P1/wnio:ZbiorDanych, 'pelnyZbiorDanychDotyczacyDzialekEwidencyjnych')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
pełny
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P1/wnio:ZbiorDanych, 'opisowyZbiorDanychDotyczacyDzialekEwidencyjnych')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
dane opisowe
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P1/wnio:ZbiorDanych, 'geometrycznyZbiorDanychDotyczacyDzialekEwidencyjnych')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
dane geometryczne
</p>
<p>
<b>Zbiór dotyczący budynków:</b>
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P1/wnio:ZbiorDanych, 'pelnyZbiorDanychDotyczacyBudynkow')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
pełny
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P1/wnio:ZbiorDanych, 'opisowyZbiorDanychDotyczacyBudynkow')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
dane opisowe
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P1/wnio:ZbiorDanych, 'geometrycznyZbiorDanychDotyczacyBudynkow')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
dane geometryczne
</p>
</td>
<td class="content chkLabel" style="border-left:none; border-right: 1px solid black;">
<p>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P1/wnio:ZbiorDanych, 'zbiorDanychEGiBDotyczacychPunktowGranicznych')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
Zbiór danych EGiB dotyczących punktów granicznych
</p>
<p>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P1/wnio:ZbiorDanych, 'zbiorDanychDotyczacychLokali')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
Zbiór danych dotyczących lokali
</p>
<p>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P1/wnio:ZbiorDanych, 'zbiorDanychEGiBDotyczacychKonturowGruntowych')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
Zbiór danych EGiB opisowych i geometrycznych dotyczących konturów użytków gruntowych
</p>
<p>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P1/wnio:ZbiorDanych, 'zbiorDanychEGiBDotyczacychKonturowKlasyfikacyjnych')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
Zbiór danych EGiB opisowych i geometrycznych dotyczących konturów klasyfikacyjnych
</p>
<p>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P1/wnio:ZbiorDanych, 'zbiorDanychDotyczacyPodmiotowWykazanychWEGiB')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
Zbiór danych dotyczący podmiotów wykazanych w EGiB
</p>
<p>
<b>Zbiór danych EGiB dotyczący obiektów:</b>
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P1/wnio:ZbiorDanych, 'zbiorDanychDotyczacyJednostekEwidencyjnych')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
jednostek ewidencyjnych
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P1/wnio:ZbiorDanych, 'zbiorDanychDotyczacyObrebowEwidencyjnych')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
obrębów ewidencyjnych
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P1/wnio:ZbiorDanych, 'inny')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
innych, niewymienionych wcześniej
</p>
<p style="padding-left:20px;">
<xsl:value-of select="$tresc/wnio:P1/wnio:InnyZbior"/>
</p>
</td>
</tr>
<tr style="height:15px">
<td class="left"/>
<td class="content" colspan="4">
<p>
<b>Dodatkowe wyjaśnienia:</b>
</p>
<p>
<textarea rows="10" disabled="disabled" style="width: 98%;">
<xsl:value-of select="$tresc/wnio:P1/wnio:DodatkoweWyjasnienia"/>
</textarea>
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table style="margin-top:20px; margin-left:-2px; width:100%;">
<tr>
<td>
<table class="inner2" cellpadding="5" style="border-bottom:none;">
<tr>
<td class="header">
<b>2. Wykazanie interesu prawnego wnioskodawcy, w przypadku gdy wniosek obejmuje dostęp do danych identyfikujących właściciela lub
władającego nieruchomością
</b>
</td>
</tr>
</table>
<table class="inner3" cellpadding="5" style="border-top: 1px solid #c8bfe7; border-bottom:1px solid black">
<tr>
<td class="left"/>
<td class="content" style=" border: 1px solid black;">
<p>
<textarea rows="10" disabled="disabled" style="width: 98%;">
<xsl:value-of select="$tresc/wnio:P1/wnio:InteresPrawny"/>
</textarea>
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table style="margin-top:20px; margin-left:-2px; width:100%;">
<tr>
<td style="">
<table class="inner2 chkLabel" cellpadding="5">
<tr style="height:15px">
<td class="header" colspan="5">
<b>3. Przestrzenna lokalizacja zbiorów danych bazy danych EGiB objętych wnioskiem</b>
</td>
</tr>
<tr style="height:30px" class="chkLabel">
<td class="left"/>
<td class="content" colspan="">
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P1/wnio:PrzestrzennaLokalizacja, 'jednostkiPodzialuTerytorialnego')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
jednostki podziału terytorialnego
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P1/wnio:PrzestrzennaLokalizacja, 'jednostkiPodzialuKraju')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
jednostki podziału kraju stosowane w EGiB (jednostki ewid., obręby ewid., działki ewid.)
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P1/wnio:PrzestrzennaLokalizacja, 'identyfikatoryPunktowGranicznych')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
identyfikatory punktów granicznych
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P1/wnio:PrzestrzennaLokalizacja, 'obszarOkreslonyNaZalacznikuGraficznym')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
obszar określony na załączniku graficznym
</p>
</td>
<td class="content" colspan="2" style="border-left:none; border: 1px solid black;">
<p>
<b>
Obszar określony w załączonym pliku wektorowym w układzie współ.:
</b>
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P1/wnio:PrzestrzennaLokalizacja, 'obszarPL2000')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
PL-2000
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P1/wnio:PrzestrzennaLokalizacja, 'inny1')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
innym dopuszczonym przez organ prowadzący zasób
</p>
<p style="padding-left:20px;">
<xsl:value-of select="$tresc/wnio:P1/wnio:InnaLokalizacja1"/>
</p>
<p>
<b>
Współrzędne poligonu w układzie współ.:
</b>
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P1/wnio:PrzestrzennaLokalizacja, 'poligonPL2000')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
PL-2000
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P1/wnio:PrzestrzennaLokalizacja, 'inny2')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
innym dopuszczonym przez organ prowadzący zasób
</p>
<p style="padding-left:20px;">
<xsl:value-of select="$tresc/wnio:P1/wnio:InnaLokalizacja2"/>
</p>
</td>
</tr>
<tr style="height:15px">
<td class="left"/>
<td class="content" colspan="4">
<xsl:if test="contains($tresc/wnio:P1/wnio:PrzestrzennaLokalizacja, 'jednostkiPodzialuTerytorialnego')">
<table style="padding-left: 20px;">
<tr>
<td>Województwo</td>
<td>
<xsl:value-of select="$tresc/wnio:P1/wnio:Adres/wnio:Wojewodztwo"/>
</td>
</tr>
<xsl:if test="string-length($tresc/wnio:P1/wnio:Adres/wnio:Powiat)>0">
<tr>
<td>Powiat</td>
<td>
<xsl:value-of select="$tresc/wnio:P1/wnio:Adres/wnio:Powiat"/>
</td>
</tr>
</xsl:if>
<xsl:if test="string-length($tresc/wnio:P1/wnio:Adres/wnio:Gmina)>0">
<tr>
<td>Gmina</td>
<td>
<xsl:value-of select="$tresc/wnio:P1/wnio:Adres/wnio:Gmina"/>
</td>
</tr>
</xsl:if>
<xsl:if test="string-length($tresc/wnio:P1/wnio:Adres/wnio:Miejscowosc)>0">
<tr>
<td>Miejscowość</td>
<td>
<xsl:value-of select="$tresc/wnio:P1/wnio:Adres/wnio:Miejscowosc"/>
</td>
</tr>
</xsl:if>
</table>
</xsl:if>
<xsl:if test="contains($tresc/wnio:P1/wnio:PrzestrzennaLokalizacja,'jednostkiPodzialuKraju') or contains($tresc/wnio:P1/wnio:PrzestrzennaLokalizacja,'identyfikatoryPunktowGranicznych') or contains($tresc/wnio:P1/wnio:PrzestrzennaLokalizacja,'poligonPL2000') or contains($tresc/wnio:P1/wnio:PrzestrzennaLokalizacja,'inny2')">
<textarea rows="10" disabled="disabled" style="width: 100%">
<xsl:value-of select="$tresc/wnio:P1/wnio:Tresc"/>
</textarea>
</xsl:if>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table style="margin-top:20px; margin-left:-2px; width:100%;">
<td>
<table class="inner2" cellpadding="5" style="border-bottom:none;">
<tr>
<td class="header">
<b>4. Dodatkowe wyjaśnienia i uwagi wnioskodawcy</b>
</td>
</tr>
</table>
<table class="inner3" cellpadding="5" style="border-top: 1px solid #c8bfe7; border-bottom:1px solid #c8bfe7;">
<tr>
<td class="left"/>
<td class="content" style=" border: 1px solid black;">
<textarea rows="10" disabled="disabled" style="width: 98%;">
<xsl:value-of select="$tresc/wnio:P1/wnio:Uwagi"/>
</textarea>
<br/>
</td>
</tr>
</table>
<table class="inner3" cellpadding="5" style="border-top:1px solid rgb(200, 191, 231); margin-bottom:10px;">
<tr>
<td colspan="2" style="background-color: rgb(200, 191, 231); border: 1px solid black; border-top:none;">
<table style="height: 100%; width:100%; border-collapse: collapse">
<tr>
<td class="header" colspan="2">
<span class="podpis-wnioskodawca-header">
<b>WNIOSKODAWCA</b>
</span>
</td>
</tr>
<tr>
<td class="left" style="width:60%"/>
<td class="content" style="height: 75px; border: 1px solid black;">
<p align="center" style="text-align: center;font-size: 10px;font-family: Verdana;line-height: 20px;">
<xsl:call-template name="Podpis"/>
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</table>
</xsl:if>
<xsl:if test="$tresc//wnio:RejestryKartoteki='true'">
<table style="margin-top:20px; margin-left:-2px; width:100%;">
<tr>
<td style="">
<table class="inner2" cellpadding="5" style="border-bottom:none;">
<tr style="height:15px">
<td class="header">
<b>1. Uszczegółowienie wniosku o udostępnienie rejestrów, kartotek, skorowidzów, wykazów, zestawień tworzonych na podstawie bazy danych
EGiB
</b>
</td>
<td class="header" style="width:50px; border-left:1px solid black">
<div class="ASG">P2</div>
</td>
</tr>
</table>
<table class="inner3" cellpadding="5" style="border-top: 1px solid #c8bfe7;">
<tr style="height:30px">
<td class="left"/>
<td class="content">
<p>
<div class="div1">
<b>Kopia rejestru gruntów:</b>
</div>
<div class="div1">
<div>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P2/wnio:ZbiorDanych, 'kopiaRejestrGruntowPelna')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
w pełnym zakresie
</div>
<div>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P2/wnio:ZbiorDanych, 'kopiaRejestrGruntowBezDanychOsobowych')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
bez danych osobowych
</div>
</div>
</p>
<p>
<div class="div1">
<b>Kopia rejestru:</b>
</div>
<div class="div1">
<div>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P2/wnio:ZbiorDanych, 'kopiaRejestrBudynkow')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
budynków
</div>
<div>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P2/wnio:ZbiorDanych, 'kopiaRejestrLokali')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
lokali
</div>
</div>
</p>
<p>
<div class="div1">
<b>Kopia kartoteki:</b>
</div>
<div class="div1">
<div>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P2/wnio:ZbiorDanych, 'kopiaKartotekaBudynkow')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
budynków
</div>
<div>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P2/wnio:ZbiorDanych, 'kopiaKartotekaLokali')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
lokali
</div>
</div>
</p>
</td>
<td class="content" style="border-left:none; border-right: 1px solid black;">
<p>
<div class="div1">
<b>Wykaz (skorowidz):</b>
</div>
<div class="div1">
<div>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P2/wnio:ZbiorDanych, 'wykazDzialekEwid')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
działek ewid.
</div>
<div>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P2/wnio:ZbiorDanych, 'wykazPodmiotow')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
podmiotów
</div>
</div>
</p>
<p>
<div class="div1">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P2/wnio:ZbiorDanych, 'zestawienieZbiorczeMain')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
<b>Zestawienie zbiorcze danych objętych EGiB dla:</b>
</div>
<div class="div1">
<div>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P2/wnio:ZbiorDanych, 'zestawienieZbiorczeMain') and contains($tresc/wnio:P2/wnio:ZbiorDanych, 'zestawienieZbiorczeGmina')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
gminy
</div>
<div>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P2/wnio:ZbiorDanych, 'zestawienieZbiorczeMain') and contains($tresc/wnio:P2/wnio:ZbiorDanych, 'zestawienieZbiorczePowiat')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
powiatu
</div>
</div>
</p>
</td>
</tr>
<tr style="height:15px">
<td class="left"/>
<td class="content" colspan="4">
<p>
<b>Dodatkowe wyjaśnienia:</b>
</p>
<p>
<textarea rows="10" disabled="disabled" style="width: 98%;">
<xsl:value-of select="$tresc/wnio:P2/wnio:DodatkoweWyjasnienia"/>
</textarea>
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table style="margin-top:20px; margin-left:-2px; width:100%;">
<tr>
<td>
<table class="inner2" cellpadding="5" style="border-bottom:none;">
<tr>
<td class="header" colspan="2">
<b>2. Wykazanie interesu prawnego wnioskodawcy, w przypadku gdy wniosek obejmuje dostęp do danych identyfikujących właściciela lub
władającego nieruchomością
</b>
</td>
</tr>
</table>
<table class="inner3" cellpadding="5" style="border-top: 1px solid #c8bfe7; border-bottom:1px solid black;">
<tr>
<td class="left"/>
<td class="content" style=" border: 1px solid black;">
<p>
<textarea rows="10" disabled="disabled" style="width: 98%;">
<xsl:value-of select="$tresc/wnio:P2/wnio:InteresPrawny"/>
</textarea>
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table style="margin-top:20px; margin-left:-2px; width:100%;">
<tr>
<td style="">
<table class="inner2 chkLabel" cellpadding="5">
<tr style="height:15px">
<td class="header" colspan="6">
<b>3. Dane identyfikujące obszar objęty wnioskiem</b>
</td>
</tr>
<tr style="height:30px">
<td class="left"/>
<td class="content" colspan="2">
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P2/wnio:Jednostki, '1')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
jednostki podziału terytorialnego
</p>
</td>
<td class="content" colspan="2" style="border: 1px solid black; border-left:none;">
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P2/wnio:Jednostki, '2')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
jednostki podziału kraju stosowane w EGiB (jednostki ewid., obręby ewid., działki ewid.)
</p>
</td>
</tr>
<tr style="height:15px">
<td class="left"/>
<td class="content" colspan="5">
<xsl:if test="contains($tresc/wnio:P2/wnio:Jednostki, '1')">
<table style="padding-left: 20px;">
<tr>
<td>Województwo</td>
<td>
<xsl:value-of select="$tresc/wnio:P2/wnio:Adres/wnio:Wojewodztwo"/>
</td>
</tr>
<xsl:if test="string-length($tresc/wnio:P2/wnio:Adres/wnio:Powiat)>0">
<tr>
<td>Powiat</td>
<td>
<xsl:value-of select="$tresc/wnio:P2/wnio:Adres/wnio:Powiat"/>
</td>
</tr>
</xsl:if>
<xsl:if test="string-length($tresc/wnio:P2/wnio:Adres/wnio:Gmina)>0">
<tr>
<td>Gmina</td>
<td>
<xsl:value-of select="$tresc/wnio:P2/wnio:Adres/wnio:Gmina"/>
</td>
</tr>
</xsl:if>
<xsl:if test="string-length($tresc/wnio:P2/wnio:Adres/wnio:Miejscowosc)>0">
<tr>
<td>Miejscowość</td>
<td>
<xsl:value-of select="$tresc/wnio:P2/wnio:Adres/wnio:Miejscowosc"/>
</td>
</tr>
</xsl:if>
</table>
</xsl:if>
<xsl:if test="contains($tresc/wnio:P2/wnio:Jednostki,'2')">
<textarea rows="10" disabled="disabled" style="width: 100%">
<xsl:value-of select="$tresc/wnio:P2/wnio:Tresc"/>
</textarea>
</xsl:if>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table style="margin-top:20px; margin-left:-2px; width:100%;">
<td>
<table class="inner2" cellpadding="5" style="border-bottom:none;">
<tr>
<td class="header" colspan="2">
<b>4. Dodatkowe wyjaśnienia i uwagi wnioskodawcy</b>
</td>
</tr>
</table>
<table class="inner3" cellpadding="5" style="border-top: 1px solid #c8bfe7; border-bottom:1px solid #c8bfe7;">
<tr style="">
<td class="left"/>
<td class="content" style=" border: 1px solid black;">
<textarea rows="10" disabled="disabled" style="width: 98%;">
<xsl:value-of select="$tresc/wnio:P2/wnio:Uwagi"/>
</textarea>
<br/>
</td>
</tr>
</table>
<table class="inner3" cellpadding="5" style="border-top:1px solid rgb(200, 191, 231); margin-bottom:10px;">
<tr>
<td colspan="2" style="background-color: rgb(200, 191, 231); border: 1px solid black; border-top:none;">
<table style="height: 100%;width:100%;border-collapse: collapse">
<tr>
<td class="header" colspan="2">
<span class="podpis-wnioskodawca-header">
<b>WNIOSKODAWCA</b>
</span>
</td>
</tr>
<tr>
<td class="left" style="width:60%"/>
<td class="content" style="height: 75px; border: 1px solid black;">
<p align="center" style="text-align: center;font-size: 10px;font-family: Verdana;line-height: 20px;">
<xsl:call-template name="Podpis"/>
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</table>
</xsl:if>
<xsl:if test="$tresc//wnio:MapaEwidencjiGiB='true' or $tresc//wnio:MapaZasadnicza='true'">
<table style="margin-top:20px; margin-left:-2px; width:100%;">
<tr>
<td style="">
<table class="inner2" cellpadding="5" style="border-bottom:none;">
<tr style="height:15px">
<td class="header">
<b>1. Uszczegółowienie wniosku o udostępnienie mapy ewidencji gruntów i budynków lub mapy zasadniczej</b>
</td>
<td class="header" style="width:50px; border:1px solid black; border-bottom:none;">
<div class="ASG">P3</div>
</td>
</tr>
</table>
<table class="inner3" cellpadding="5" style="border-top: 1px solid #c8bfe7;">
<tr style="height:30px">
<td class="left"/>
<td class="content" style="width: 300px;">
<p>
<div>
<xsl:choose>
<xsl:when test="$tresc/wnio:PrzedmiotWniosku/wnio:MapaEwidencjiGiB='true'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
Mapa ewidencji gruntów i budynków
</div>
</p>
</td>
<td class="content" style="width: 100px;">
<xsl:if test="$tresc/wnio:PrzedmiotWniosku/wnio:MapaEwidencjiGiB='true'">
<p>
<div class="div2">
<b>Skala:</b>
</div>
<div>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P3/wnio:MapaEwidencjiDane/wnio:Skala, '1')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
1:500
</div>
<div>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P3/wnio:MapaEwidencjiDane/wnio:Skala, '2')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
1:1000
</div>
<div>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P3/wnio:MapaEwidencjiDane/wnio:Skala, '3')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
1:2000
</div>
<div>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P3/wnio:MapaEwidencjiDane/wnio:Skala, '4')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
1:5000
</div>
</p>
</xsl:if>
</td>
<td class="content" colspan="2">
<xsl:if test="$tresc/wnio:PrzedmiotWniosku/wnio:MapaEwidencjiGiB='true'">
<p>
<div>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P3/wnio:MapaEwidencjiDane/wnio:Mapa, 'mapaWektorowa')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
Wektorowa
</div>
<div>
<b>
Rastrowa w formacie:
</b>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P3/wnio:MapaEwidencjiDane/wnio:Mapa, 'mapaRastrowaTIFF')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
TIFF
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P3/wnio:MapaEwidencjiDane/wnio:Mapa, 'mapaRastrowaGeoTIFF')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
GeoTIFF
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P3/wnio:MapaEwidencjiDane/wnio:Mapa, 'mapaRastrowaInna')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
Inny:
<xsl:value-of select="$tresc/wnio:P3/wnio:MapaEwidencjiDane/wnio:Inny"/>
</div>
<div>
<b>
Drukowana, w formacie:
</b>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P3/wnio:MapaEwidencjiDane/wnio:Mapa, 'mapaDrukowanaA4')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
A4
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P3/wnio:MapaEwidencjiDane/wnio:Mapa, 'mapaDrukowanaA3')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
A3
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P3/wnio:MapaEwidencjiDane/wnio:Mapa, 'mapaDrukowanaA2')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
A2
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P3/wnio:MapaEwidencjiDane/wnio:Mapa, 'mapaDrukowanaA1')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
A1
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P3/wnio:MapaEwidencjiDane/wnio:Mapa, 'mapaDrukowanaA0')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
A0
</div>
<div style="padding-left:15px">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P3/wnio:MapaEwidencjiDane/wnio:Mapa, 'mapaDrukowanaKolorowa')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
kolorowa
</div>
<div style="padding-left:15px">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P3/wnio:MapaEwidencjiDane/wnio:Mapa, 'mapaDrukowanaCzarnoBiala')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
czarno-biała
</div>
<div>
<xsl:choose>
<xsl:when test="$tresc/wnio:P3/wnio:MapaEwidencjiDane/wnio:JedenArkusz='true'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
1 egzemplarz każdego arkusza mapy
</div>
<div>
<xsl:choose>
<xsl:when test="$tresc/wnio:P3/wnio:MapaEwidencjiDane/wnio:WieleArkuszy='true'">
<input disabled="disabled" type="checkbox" checked="checked"/>
<xsl:value-of select="$tresc/wnio:P3/wnio:MapaEwidencjiDane/wnio:LiczbaArkuszy"/> egzemplarze/y każdego arkusza mapy
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
- egzemplarze/y każdego arkusza mapy
</xsl:otherwise>
</xsl:choose>
</div>
</p>
</xsl:if>
</td>
</tr>
<tr style="height:30px">
<td class="left"/>
<td class="content">
<p>
<div class="div2">
<xsl:choose>
<xsl:when test="$tresc/wnio:PrzedmiotWniosku/wnio:MapaZasadnicza='true'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
Mapa zasadnicza
</div>
</p>
</td>
<td class="content">
<xsl:if test="$tresc/wnio:PrzedmiotWniosku/wnio:MapaZasadnicza='true'">
<p>
<div class="div2">
<b>Skala:</b>
</div>
<div>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P3/wnio:MapaZasadniczaDane/wnio:Skala, '1')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
1:500
</div>
<div>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P3/wnio:MapaZasadniczaDane/wnio:Skala, '2')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
1:1000
</div>
<div>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P3/wnio:MapaZasadniczaDane/wnio:Skala, '3')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
1:2000
</div>
<div>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P3/wnio:MapaZasadniczaDane/wnio:Skala, '4')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
1:5000
</div>
</p>
</xsl:if>
</td>
<td class="content" colspan="2">
<xsl:if test="$tresc/wnio:PrzedmiotWniosku/wnio:MapaZasadnicza='true'">
<p>
<div>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P3/wnio:MapaZasadniczaDane/wnio:Mapa, 'mapaWektorowa')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
Wektorowa
</div>
<div>
<b>
Rastrowa w formacie:
</b>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P3/wnio:MapaZasadniczaDane/wnio:Mapa, 'mapaRastrowaTIFF')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
TIFF
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P3/wnio:MapaZasadniczaDane/wnio:Mapa, 'mapaRastrowaGeoTIFF')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
GeoTIFF
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P3/wnio:MapaZasadniczaDane/wnio:Mapa, 'mapaRastrowaInna')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
Inny:
<xsl:value-of select="$tresc/wnio:P3/wnio:MapaZasadniczaDane/wnio:Inny"/>
</div>
<div>
<b>
Drukowana, w formacie:
</b>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P3/wnio:MapaZasadniczaDane/wnio:Mapa, 'mapaDrukowanaA4')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
A4
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P3/wnio:MapaZasadniczaDane/wnio:Mapa, 'mapaDrukowanaA3')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
A3
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P3/wnio:MapaZasadniczaDane/wnio:Mapa, 'mapaDrukowanaA2')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
A2
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P3/wnio:MapaZasadniczaDane/wnio:Mapa, 'mapaDrukowanaA1')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
A1
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P3/wnio:MapaZasadniczaDane/wnio:Mapa, 'mapaDrukowanaA0')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
A0
</div>
<div style="padding-left:15px">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P3/wnio:MapaZasadniczaDane/wnio:Mapa, 'mapaDrukowanaKolorowa')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
kolorowa
</div>
<div style="padding-left:15px">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P3/wnio:MapaZasadniczaDane/wnio:Mapa, 'mapaDrukowanaCzarnoBiala')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
czarno-biała
</div>
<div>
<xsl:choose>
<xsl:when test="$tresc/wnio:P3/wnio:MapaZasadniczaDane/wnio:JedenArkusz='true'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
1 egzemplarz każdego arkusza mapy
</div>
<div>
<xsl:choose>
<xsl:when test="$tresc/wnio:P3/wnio:MapaZasadniczaDane/wnio:WieleArkuszy='true'">
<input disabled="disabled" type="checkbox" checked="checked"/>
<xsl:value-of select="$tresc/wnio:P3/wnio:MapaZasadniczaDane/wnio:LiczbaArkuszy"/> egzemplarze/y każdego arkusza mapy
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
- egzemplarze/y każdego arkusza mapy
</xsl:otherwise>
</xsl:choose>
</div>
</p>
</xsl:if>
</td>
</tr>
<tr style="height:15px">
<td class="left"/>
<td class="content" colspan="4">
<p>
<b>Dodatkowe wyjaśnienia:</b>
</p>
<p>
<textarea rows="10" disabled="disabled" style="width: 98%;">
<xsl:value-of select="$tresc/wnio:P3/wnio:DodatkoweWyjasnienia"/>
</textarea>
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table style="margin-top:20px; margin-left:-2px; width:100%;">
<tr>
<td style="">
<table class="inner2 chkLabel" cellpadding="5">
<tr style="height:15px">
<td class="header" colspan="5">
<b>2. Dane identyfikujące obszar objęty wnioskiem</b>
</td>
</tr>
<tr style="height:30px">
<td class="left"/>
<td class="content">
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P3/wnio:PrzestrzennaLokalizacja, 'jednostkiPodzialuTerytorialnego')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
jednostki podziału terytorialnego
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P3/wnio:PrzestrzennaLokalizacja, 'jednostkiPodzialuKraju')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
jednostki podziału kraju stosowane w EGiB (jednostki ewid., obręby ewid., działki ewid.)
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P3/wnio:PrzestrzennaLokalizacja, 'wykazGodelArkuszyMapy')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
wykaz godeł arkuszy mapy
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P3/wnio:PrzestrzennaLokalizacja, 'obszarOkreslonyNaZalacznikuGraficznym')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
obszar określony na załączniku graficznym
</p>
</td>
<td class="content" colspan="2" style="border: 1px solid black; border-left:none;">
<p>
<b>
Obszar określony w załączonym pliku wektorowym w układzie współ.:
</b>
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P3/wnio:PrzestrzennaLokalizacja, 'obszarPL2000')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
PL-2000
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P3/wnio:PrzestrzennaLokalizacja, 'inny1')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
innym dopuszczonym przez organ prowadzący zasób
</p>
<p style="padding-left:20px;">
<xsl:value-of select="$tresc/wnio:P3/wnio:InnaLokalizacja1"/>
</p>
<p>
<b>
Współrzędne poligonu w układzie współ.:
</b>
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P3/wnio:PrzestrzennaLokalizacja, 'poligonPL2000')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
PL-2000
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P3/wnio:PrzestrzennaLokalizacja, 'inny2')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
innym dopuszczonym przez organ prowadzący zasób
</p>
<p style="padding-left:20px;">
<xsl:value-of select="$tresc/wnio:P3/wnio:InnaLokalizacja2"/>
</p>
</td>
</tr>
<tr style="height:15px">
<td class="left"/>
<td class="content" colspan="4">
<xsl:if test="contains($tresc/wnio:P3/wnio:PrzestrzennaLokalizacja, 'jednostkiPodzialuTerytorialnego')">
<table style="padding-left: 20px;">
<tr>
<td>Województwo</td>
<td>
<xsl:value-of select="$tresc/wnio:P3/wnio:Adres/wnio:Wojewodztwo"/>
</td>
</tr>
<xsl:if test="string-length($tresc/wnio:P3/wnio:Adres/wnio:Powiat)>0">
<tr>
<td>Powiat</td>
<td>
<xsl:value-of select="$tresc/wnio:P3/wnio:Adres/wnio:Powiat"/>
</td>
</tr>
</xsl:if>
<xsl:if test="string-length($tresc/wnio:P3/wnio:Adres/wnio:Gmina)>0">
<tr>
<td>Gmina</td>
<td>
<xsl:value-of select="$tresc/wnio:P3/wnio:Adres/wnio:Gmina"/>
</td>
</tr>
</xsl:if>
<xsl:if test="string-length($tresc/wnio:P3/wnio:Adres/wnio:Miejscowosc)>0">
<tr>
<td>Miejscowość</td>
<td>
<xsl:value-of select="$tresc/wnio:P3/wnio:Adres/wnio:Miejscowosc"/>
</td>
</tr>
</xsl:if>
</table>
</xsl:if>
<xsl:if test="contains($tresc/wnio:P3/wnio:PrzestrzennaLokalizacja,'jednostkiPodzialuKraju') or contains($tresc/wnio:P3/wnio:PrzestrzennaLokalizacja,'wykazGodelArkuszyMapy') or contains($tresc/wnio:P3/wnio:PrzestrzennaLokalizacja,'poligonPL2000') or contains($tresc/wnio:P3/wnio:PrzestrzennaLokalizacja,'inny2')">
<textarea rows="10" disabled="disabled" style="width: 100%">
<xsl:value-of select="$tresc/wnio:P3/wnio:Tresc"/>
</textarea>
</xsl:if>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table style="margin-top:20px; margin-left:-2px; width:100%;">
<td>
<table class="inner2" cellpadding="5" style="border-bottom:none;">
<tr>
<td class="header">
<b>3. Dodatkowe wyjaśnienia i uwagi wnioskodawcy</b>
</td>
</tr>
</table>
<table class="inner3" cellpadding="5" style="border-top: 1px solid #c8bfe7; border-bottom:1px solid #c8bfe7;">
<tr>
<td class="left"/>
<td class="content" style=" border: 1px solid black;">
<textarea rows="10" disabled="disabled" style="width: 98%;">
<xsl:value-of select="$tresc/wnio:P3/wnio:Uwagi"/>
</textarea>
<br/>
</td>
</tr>
</table>
<table class="inner3" cellpadding="5" style="border-top:1px solid rgb(200, 191, 231); margin-bottom:10px;">
<tr>
<td colspan="2" style="background-color: rgb(200, 191, 231); border: 1px solid black; border-top:none;">
<table style="height: 100%;width:100%;border-collapse: collapse">
<tr>
<td class="header" colspan="2">
<span class="podpis-wnioskodawca-header">
<b>WNIOSKODAWCA</b>
</span>
</td>
</tr>
<tr>
<td class="left" style="width:60%"/>
<td class="content" style="height: 75px; border: 1px solid black;">
<p align="center" style="text-align: center;font-size: 10px;font-family: Verdana;line-height: 20px;">
<xsl:call-template name="Podpis"/>
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</table>
</xsl:if>
<xsl:if test="$tresc//wnio:RejestrCeniWartosciNieruchomosci='true'">
<table style="margin-top:20px; margin-left:-2px; width:100%;">
<tr class="chkLabel">
<td style="">
<table class="inner2" cellpadding="5" style="border-bottom:none;">
<tr style="height:15px">
<td class="header">
<b>1. Uszczegółowienie wniosku o udostępnienie rejestru cen i wartości nieruchomości</b>
</td>
<td class="header" style="width:50px; border-left:1px solid black">
<div class="ASG">P4</div>
</td>
</tr>
</table>
<table class="inner3" cellpadding="5" style="border-top: 1px solid #c8bfe7;">
<tr style="height:30px">
<td class="left"/>
<td class="content">
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P4/wnio:Szczegoly, '1')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
Zbiór danych dotyczących cen transakcyjnych nieruchomości w postaci elektronicznej
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P4/wnio:Szczegoly, '2')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
Zbiór danych dotyczących wartości nieruchomości w postaci elektronicznej
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P4/wnio:Szczegoly, '3')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
Wyciąg z RCiWN w postaci dokumentu drukowanego zawierający ceny transakcyjne
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P4/wnio:Szczegoly, '4')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
Wyciąg z RCiWN w postaci dokumentu drukowanego zawierający wartości nieruchomości
</p>
</td>
<td class="content" colspan="2" style="border-right: 1px solid black;">
<p>
<xsl:choose>
<xsl:when test="$tresc/wnio:P4/wnio:Okres='true'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
Okres, w którym zostały zawarte transakcje ujawnione w rejestrze:
<br/>
</p>
<p style="padding-left:20px;">
od
<xsl:choose>
<xsl:when test="string-length($tresc/wnio:P4/wnio:Od)>0">
<xsl:value-of select="$tresc/wnio:P4/wnio:Od"/>
</xsl:when>
<xsl:otherwise>
-
</xsl:otherwise>
</xsl:choose>
do
<xsl:choose>
<xsl:when test="string-length($tresc/wnio:P4/wnio:Do)>0">
<xsl:value-of select="$tresc/wnio:P4/wnio:Do"/>
</xsl:when>
<xsl:otherwise>
-
</xsl:otherwise>
</xsl:choose>
</p>
<p>
<b>
<xsl:choose>
<xsl:when test="string-length($tresc/wnio:P4/wnio:RodzajNieruchomosci)>0">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
Rodzaje nieruchomości
</b>
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P4/wnio:RodzajNieruchomosci, 'niezabudowanaJednouzytkowaRolna')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
niezabudowana jednoużytkowa rolna
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P4/wnio:RodzajNieruchomosci, 'niezabudowanaRolnaWielouzytkowa')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
niezabudowana rolna wieloużytkowa
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P4/wnio:RodzajNieruchomosci, 'niezabudowanaLesna')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
niezabudowana leśna
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P4/wnio:RodzajNieruchomosci, 'zabudowanaRolna')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
zabudowana rolna
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P4/wnio:RodzajNieruchomosci, 'niezabudowanaPodZabudoweInnaNizZagrowowa')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
niezabudowana przeznaczona pod zabudowę inną niż zagrodowa
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P4/wnio:RodzajNieruchomosci, 'zabudowanaBudynkamiMieszkalnymi')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
zabudowana budynkiem lub budynkami mieszkalnymi
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P4/wnio:RodzajNieruchomosci, 'zabudowanaBudynkamiPelniacymiInneFunkcje')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
zabudowana budynkami pełniącymi inne funkcje
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P4/wnio:RodzajNieruchomosci, 'budynkowa')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
budynkowa
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P4/wnio:RodzajNieruchomosci, 'lokalowa')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
lokalowa
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P4/wnio:RodzajNieruchomosci, 'zabudowanaLeśna1')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
zabudowa leśna
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P4/wnio:RodzajNieruchomosci, 'inna')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
inna nieruchomość
</p>
</td>
</tr>
<tr style="height:15px">
<td class="left"/>
<td class="content" colspan="4">
<p>
<b>Dodatkowe kryteria wyboru nieruchomości:</b>
</p>
<p>
<textarea rows="10" disabled="disabled" style="width: 98%;">
<xsl:value-of select="$tresc/wnio:P4/wnio:DodatkoweKryteria"/>
</textarea>
</p>
</td>
</tr>
<tr style="height:15px">
<td class="left"/>
<td class="content" colspan="4">
<p>
<b>Dodatkowe wyjaśnienia:</b>
</p>
<p>
<textarea rows="10" disabled="disabled" style="width: 98%;">
<xsl:value-of select="$tresc/wnio:P4/wnio:DodatkoweWyjasnienia"/>
</textarea>
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table style="margin-top:20px; margin-left:-2px; width:100%;">
<tr>
<td style="">
<table class="inner2 chkLabel" cellpadding="5">
<tr style="height:15px">
<td class="header" colspan="5">
<b>2. Dane identyfikujące obszar objęty wnioskiem</b>
</td>
</tr>
<tr style="height:30px">
<td class="left"/>
<td class="content">
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P4/wnio:PrzestrzennaLokalizacja, 'jednostkiPodzialuTerytorialnego')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
jednostki podziału terytorialnego
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P4/wnio:PrzestrzennaLokalizacja, 'jednostkiPodzialuKraju')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
jednostki podziału kraju stosowane w EGiB (jednostki ewid., obręby ewid., działki ewid.)
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P4/wnio:PrzestrzennaLokalizacja, 'obszarOkreslonyNaZalacznikuGraficznym')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
obszar określony na załączniku graficznym
</p>
</td>
<td class="content" colspan="2" style="border: 1px solid black; border-left:none;">
<p>
<b>
Obszar określony w załączonym pliku wektorowym w układzie współ.:
</b>
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P4/wnio:PrzestrzennaLokalizacja, 'obszarPL2000')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
PL-2000
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P4/wnio:PrzestrzennaLokalizacja, 'inny1')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
innym dopuszczonym przez organ prowadzący zasób
</p>
<p style="padding-left:20px;">
<xsl:value-of select="$tresc/wnio:P4/wnio:InnaLokalizacja1"/>
</p>
<p>
<b>
Współrzędne poligonu w układzie współ.:
</b>
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P4/wnio:PrzestrzennaLokalizacja, 'poligonPL2000')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
PL-2000
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P4/wnio:PrzestrzennaLokalizacja, 'inny2')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
innym dopuszczonym przez organ prowadzący zasób
</p>
<p style="padding-left:20px;">
<xsl:value-of select="$tresc/wnio:P4/wnio:InnaLokalizacja2"/>
</p>
</td>
</tr>
<tr style="height:15px">
<td class="left"/>
<td class="content" colspan="4">
<xsl:if test="contains($tresc/wnio:P4/wnio:PrzestrzennaLokalizacja, 'jednostkiPodzialuTerytorialnego')">
<table style="padding-left: 20px;">
<tr>
<td>Województwo</td>
<td>
<xsl:value-of select="$tresc/wnio:P4/wnio:Adres/wnio:Wojewodztwo"/>
</td>
</tr>
<xsl:if test="string-length($tresc/wnio:P4/wnio:Adres/wnio:Powiat)>0">
<tr>
<td>Powiat</td>
<td>
<xsl:value-of select="$tresc/wnio:P4/wnio:Adres/wnio:Powiat"/>
</td>
</tr>
</xsl:if>
<xsl:if test="string-length($tresc/wnio:P4/wnio:Adres/wnio:Gmina)>0">
<tr>
<td>Gmina</td>
<td>
<xsl:value-of select="$tresc/wnio:P4/wnio:Adres/wnio:Gmina"/>
</td>
</tr>
</xsl:if>
<xsl:if test="string-length($tresc/wnio:P4/wnio:Adres/wnio:Miejscowosc)>0">
<tr>
<td>Miejscowość</td>
<td>
<xsl:value-of select="$tresc/wnio:P4/wnio:Adres/wnio:Miejscowosc"/>
</td>
</tr>
</xsl:if>
</table>
</xsl:if>
<xsl:if test="contains($tresc/wnio:P4/wnio:PrzestrzennaLokalizacja,'jednostkiPodzialuKraju') or contains($tresc/wnio:P4/wnio:PrzestrzennaLokalizacja,'poligonPL2000') or contains($tresc/wnio:P4/wnio:PrzestrzennaLokalizacja,'inny2')">
<textarea rows="10" disabled="disabled" style="width: 100%">
<xsl:value-of select="$tresc/wnio:P4/wnio:Tresc"/>
</textarea>
</xsl:if>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table style="margin-top:20px; margin-left:-2px; width:100%;">
<tr>
<td>
<table class="inner2" cellpadding="5" style="border-bottom:none;">
<tr style="height:15px">
<td class="header">
<b>3. Nr uprawnień zawodowych rzeczoznawcy majątkowego</b>
</td>
</tr>
</table>
<table class="inner3" cellpadding="5" style="border-top: 1px solid #c8bfe7; border-bottom:1px solid black;">
<tr style="height:15px">
<td class="left"/>
<td class="content" colspan="">
<xsl:value-of select="$tresc/wnio:P4/wnio:NrUprawnien"/>
<br/>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table style="margin-top:20px; margin-left:-2px; width:100%;">
<td>
<table class="inner2" cellpadding="5" style="border-bottom:none;">
<tr>
<td class="header">
<b>4. Dodatkowe wyjaśnienia i uwagi wnioskodawcy</b>
</td>
</tr>
</table>
<table class="inner3" cellpadding="5" style="border-top: 1px solid #c8bfe7; border-bottom:1px solid #c8bfe7;">
<tr>
<td class="left"/>
<td class="content" style=" border: 1px solid black;">
<textarea rows="10" disabled="disabled" style="width: 98%;">
<xsl:value-of select="$tresc/wnio:P4/wnio:Uwagi"/>
</textarea>
<br/>
</td>
</tr>
</table>
<table class="inner3" cellpadding="5" style="border-top:1px solid rgb(200, 191, 231); margin-bottom:10px;">
<tr>
<td colspan="2" style="background-color: rgb(200, 191, 231); border: 1px solid black; border-top:none;">
<table style="height: 100%;width:100%;border-collapse: collapse">
<tr>
<td class="header" colspan="2">
<span class="podpis-wnioskodawca-header">
<b>WNIOSKODAWCA</b>
</span>
</td>
</tr>
<tr>
<td class="left" style="width:60%"/>
<td class="content" style="height: 75px; border: 1px solid black;">
<p align="center" style="text-align: center;font-size: 10px;font-family: Verdana;line-height: 20px;">
<xsl:call-template name="Podpis"/>
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</table>
</xsl:if>
<xsl:if test="$tresc//wnio:GESUT='true'">
<table style="margin-top:20px; margin-left:-2px; width:100%;">
<tr>
<td style="">
<table class="inner2" cellpadding="5" style="border-bottom:none;">
<tr style="height:15px">
<td class="header">
<b>1. Uszczegółowienie wniosku o udostępnienie zbiorów danych GESUT</b>
</td>
<td class="header" style="width:50px; border-left:1px solid black">
<div class="ASG">P5</div>
</td>
</tr>
</table>
<table class="inner3" cellpadding="5" style="border-top: 1px solid #c8bfe7;">
<tr style="height:30px; ">
<td class="left"/>
<td class="content chkLabel">
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P5/wnio:RodzajZbioruDanych, 'pelnyZbiorDanych')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
Pełny zbiór danych
</p>
</td>
<td class="content chkLabel">
<p>
<b>
Wybrany zbiór danych GESUT (klasa obiektów):
</b>
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P5/wnio:ZbiorDanych, 'przewodBenzynowy')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
przewód benzynowy
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P5/wnio:ZbiorDanych, 'przewodCieplowniczy')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
przewód ciepłowniczy
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P5/wnio:ZbiorDanych, 'przewodElektroenergetyczny')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
przewód elektroenergetyczny
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P5/wnio:ZbiorDanych, 'przewodGazowy')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
przewód gazowy
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P5/wnio:ZbiorDanych, 'przewodKanalizacyjny')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
przewód kanalizacyjny
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P5/wnio:ZbiorDanych, 'przewodNaftowy')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
przewód naftowy
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P5/wnio:ZbiorDanych, 'przewodTelekomunikacyjny')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
przewód telekomunikacyjny
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P5/wnio:ZbiorDanych, 'przewodWodociagowy')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
przewód wodociągowy
</p>
</td>
<td class="content chkLabel" style="border-left:none;">
<p>
<b>
</b>
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P5/wnio:ZbiorDanych, 'przewodNiezidentyfikowany')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
przewód niezidentyfikowany
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P5/wnio:ZbiorDanych, 'przewodInny')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
przewód inny
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P5/wnio:ZbiorDanych, 'obudowaPrzewodu')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
obudowa przewodu
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P5/wnio:ZbiorDanych, 'budowlaPodziemna')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
budowla podziemna
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P5/wnio:ZbiorDanych, 'urzadzenietechniczneZwiazaneZSiecia')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
urządzenie techniczne związane z siecią
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P5/wnio:ZbiorDanych, 'punktOOkreslonejWysokosci')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
punkt o określonej wysokości
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P5/wnio:ZbiorDanych, 'slupIMaszt')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
słup i maszt
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P5/wnio:ZbiorDanych, 'korytarzPrzesylowy')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
korytarz przesyłowy
</p>
</td>
<td class="content" style="border-left: none;"/>
</tr>
<tr style="height:15px">
<td class="left"/>
<td class="content" colspan="4">
<p>
<b>Dodatkowe informacje:</b>
</p>
<p>
<textarea rows="10" disabled="disabled" style="width: 98%">
<xsl:value-of select="$tresc/wnio:P5/wnio:DodatkoweWyjasnienia"/>
</textarea>
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table style="margin-top:20px; margin-left:-2px; width:100%;">
<tr>
<td style="">
<table class="inner2 chkLabel" cellpadding="5">
<tr style="height:15px">
<td class="header" colspan="6">
<b>2. Dane identyfikujące obszar objęty wnioskiem</b>
</td>
</tr>
<tr style="height:30px" colspan="">
<td class="left"/>
<td class="content" colspan="">
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P5/wnio:PrzestrzennaLokalizacja, 'jednostkiPodzialuTerytorialnego')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
jednostki podziału terytorialnego
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P5/wnio:PrzestrzennaLokalizacja, 'jednostkiPodzialuKraju')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
jednostki podziału kraju stosowane w EGiB (jednostki ewid., obręby ewid., działki ewid.)
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P5/wnio:PrzestrzennaLokalizacja, 'wykazGodelArkuszyMapy')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
wykaz godeł arkuszy mapy
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P5/wnio:PrzestrzennaLokalizacja, 'obszarOkreslonyNaZalacznikuGraficznym')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
obszar określony na załączniku graficznym
</p>
</td>
<td class="content" colspan="2" style="border-left:none; border-right: 1px solid black; ">
<p>
<b>
Obszar określony w załączonym pliku wektorowym w układzie współ.:
</b>
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P5/wnio:PrzestrzennaLokalizacja, 'obszarPL2000')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
PL-2000
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P5/wnio:PrzestrzennaLokalizacja, 'inny1')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
innym dopuszczonym przez organ prowadzący zasób
</p>
<p style="padding-left:20px;">
<xsl:value-of select="$tresc/wnio:P5/wnio:InnaLokalizacja1"/>
</p>
<p>
<b>
Współrzędne poligonu w układzie współ.:
</b>
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P5/wnio:PrzestrzennaLokalizacja, 'poligonPL2000')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
PL-2000
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P5/wnio:PrzestrzennaLokalizacja, 'inny2')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
innym dopuszczonym przez organ prowadzący zasób
</p>
<p style="padding-left:20px;">
<xsl:value-of select="$tresc/wnio:P5/wnio:InnaLokalizacja2"/>
</p>
</td>
</tr>
<tr style="height:15px">
<td class="left"/>
<td class="content" colspan="5">
<xsl:if test="contains($tresc/wnio:P5/wnio:PrzestrzennaLokalizacja, 'jednostkiPodzialuTerytorialnego')">
<table style="padding-left: 20px;">
<tr>
<td>Województwo</td>
<td>
<xsl:value-of select="$tresc/wnio:P5/wnio:Adres/wnio:Wojewodztwo"/>
</td>
</tr>
<xsl:if test="string-length($tresc/wnio:P5/wnio:Adres/wnio:Powiat)>0">
<tr>
<td>Powiat</td>
<td>
<xsl:value-of select="$tresc/wnio:P5/wnio:Adres/wnio:Powiat"/>
</td>
</tr>
</xsl:if>
<xsl:if test="string-length($tresc/wnio:P5/wnio:Adres/wnio:Gmina)>0">
<tr>
<td>Gmina</td>
<td>
<xsl:value-of select="$tresc/wnio:P5/wnio:Adres/wnio:Gmina"/>
</td>
</tr>
</xsl:if>
<xsl:if test="string-length($tresc/wnio:P5/wnio:Adres/wnio:Miejscowosc)>0">
<tr>
<td>Miejscowość</td>
<td>
<xsl:value-of select="$tresc/wnio:P5/wnio:Adres/wnio:Miejscowosc"/>
</td>
</tr>
</xsl:if>
</table>
</xsl:if>
<xsl:if test="contains($tresc/wnio:P5/wnio:PrzestrzennaLokalizacja,'jednostkiPodzialuKraju') or contains($tresc/wnio:P5/wnio:PrzestrzennaLokalizacja,'wykazGodelArkuszyMapy') or contains($tresc/wnio:P5/wnio:PrzestrzennaLokalizacja,'poligonPL2000') or contains($tresc/wnio:P5/wnio:PrzestrzennaLokalizacja,'inny2')">
<textarea rows="10" disabled="disabled" style="width: 100%">
<xsl:value-of select="$tresc/wnio:P5/wnio:Tresc"/>
</textarea>
</xsl:if>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table style="margin-top:20px; margin-left:-2px; width:100%;">
<tr>
<td>
<table class="inner2" cellpadding="5" style="border-bottom:none;">
<tr>
<td class="header">
<b>3. Dodatkowe wyjaśnienia i uwagi wnioskodawcy</b>
</td>
</tr>
</table>
<table class="inner3" cellpadding="5" style="border-top: 1px solid #c8bfe7; border-bottom:1px solid #c8bfe7;">
<tr style="">
<td class="left"/>
<td class="content" style=" border: 1px solid black;">
<textarea rows="10" disabled="disabled" style="width: 98%;">
<xsl:value-of select="$tresc/wnio:P5/wnio:Uwagi"/>
</textarea>
<br/>
</td>
</tr>
</table>
<table class="inner3" cellpadding="5" style="border-top:1px solid rgb(200, 191, 231); margin-bottom:10px;">
<tr>
<td colspan="2" style="background-color: rgb(200, 191, 231);">
<table style="height: 100%;width:100%;border-collapse: collapse">
<tr>
<td class="header" colspan="2">
<span class="podpis-wnioskodawca-header">
<b>WNIOSKODAWCA</b>
</span>
</td>
</tr>
<tr>
<td class="left" style="width:60%"/>
<td class="content" style="height: 75px; border: 1px solid black;">
<p align="center" style="text-align: center;font-size: 10px;font-family: Verdana;line-height: 20px;">
<xsl:call-template name="Podpis"/>
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</xsl:if>
<xsl:if test="$tresc//wnio:BDSOG='true'">
<table style="margin-top:20px; margin-left:-2px; width:100%;">
<tr class="chkLabel">
<td style="">
<table class="inner2" cellpadding="5" style="border-bottom:none;">
<tr style="height:15px">
<td class="header">
<b>1. Uszczegółowienie wniosku o udostępnienie zbiorów danych BDSOG</b>
</td>
<td class="header" style="width:50px; border-left:1px solid black">
<div class="ASG">P6</div>
</td>
</tr>
</table>
<table class="inner3" cellpadding="5" style="border-top: 1px solid #c8bfe7;">
<tr style="height:30px" colspan="">
<td class="left"/>
<td class="content" style="width: 25%">
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P6/wnio:ZbiorDanych, 'pelnyZbiorDanych')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
Pełny zbiór danych
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P6/wnio:ZbiorDanych, 'zbiorDanychBezObserwacji')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
Zbiór danych bez obserwacji
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P6/wnio:ZbiorDanych, 'wykazWspolrzednychIWysokosciPunktow')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
Wykaz współrzędnych i wysokości punktów
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P6/wnio:ZbiorDanych, 'opisyTopograficzne')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
Opisy topograficzne
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P6/wnio:ZbiorDanych, 'mapaLubSzkicPogladowy')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
Mapa lub szkic przeglądowy
</p>
</td>
<td class="content" style="width: 25%">
<p>
<b>
Rodzaj osnowy:
</b>
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P6/wnio:Osnowa, 'pozioma')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
pozioma
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P6/wnio:Osnowa, 'wysokosciowa')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
wysokościowa
</p>
</td>
<td class="content" style="width: 25%">
<p>
<b>
</b>
</p>
<p style="">
<b>Układ odniesienia:</b>
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P6/wnio:UkladOdniesienia, 'PL-ETRF89')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
PL-ETRF89
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P6/wnio:UkladOdniesienia, 'PL-ETRF2000')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
PL-ETRF2000
</p>
<p style="">
<b>
Układ wysokościowy:
</b>
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P6/wnio:UkladWysokosciowy, 'PL-KRON86-NH')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
PL-KRON86-NH
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P6/wnio:UkladWysokosciowy, 'PL-EVRF2007-NH')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
PL-EVRF2007-NH
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P6/wnio:UkladWysokosciowy, 'inny')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
inny:
</p>
<p style="padding-left:20px;">
<xsl:value-of select="$tresc/wnio:P6/wnio:InnyUkladWysokosciowy"/>
</p>
</td>
<td class="content" colspan="2">
<p>
<b>
</b>
</p>
<p style="">
<b>Układ współrzędnych:</b>
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P6/wnio:UkladWspolrzednych, 'XYZ')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
XYZ
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P6/wnio:UkladWspolrzednych, 'GRS80h')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
GRS80h
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P6/wnio:UkladWspolrzednych, 'GRS80H')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
GRS80H
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P6/wnio:UkladWspolrzednych, 'PL-1992')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
PL-1992
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P6/wnio:UkladWspolrzednych, 'PL-2000')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
PL-2000
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P6/wnio:UkladWspolrzednych, '1965')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
1965
</p>
</td>
</tr>
<tr style="height:15px">
<td class="left"/>
<td class="content" colspan="5">
<p>
<b>Dodatkowe wyjaśnienia:</b>
</p>
<textarea rows="10" disabled="disabled" style="width: 98%;">
<xsl:value-of select="$tresc/wnio:P6/wnio:DodatkoweWyjasnienia"/>
</textarea>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table style="margin-top:20px; margin-left:-2px; width:100%;">
<tr>
<td style="">
<table class="inner2" cellpadding="5">
<tr style="height:15px">
<td class="header" colspan="5">
<b>2. Dane identyfikujące obszar objęty wnioskiem</b>
</td>
</tr>
<tr style="height:30px; border-right: 1px solid black;" class="chkLabel" colspan="">
<td class="left"/>
<td class="content" colspan="2">
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P6/wnio:PrzestrzennaLokalizacja, 'jednostkiPodzialuTerytorialnego')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
jednostki podziału terytorialnego
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P6/wnio:PrzestrzennaLokalizacja, 'wykazGodelArkuszyMapy')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
wykaz godeł arkuszy mapy
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P6/wnio:PrzestrzennaLokalizacja, 'punktyOsnowyGeodezyjnej')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
wykaz identyfikatorów punktów osnowy geodezyjnej
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P6/wnio:PrzestrzennaLokalizacja, 'obszarOkreslonyNaZalacznikuGraficznym')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
obszar określony na załączniku graficznym
</p>
</td>
<td class="content" colspan="2" style="border-left:none;">
<p>
<b>
Obszar określony w załączonym pliku wektorowym w układzie współ.:
</b>
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P6/wnio:PrzestrzennaLokalizacja, 'obszarPL2000')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
PL-2000
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P6/wnio:PrzestrzennaLokalizacja, 'inny1')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
innym dopuszczonym przez organ prowadzący zasób
</p>
<p style="padding-left:20px;">
<xsl:value-of select="$tresc/wnio:P6/wnio:InnaLokalizacja1"/>
</p>
<p>
<b>
Współrzędne poligonu w układzie współ.:
</b>
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P6/wnio:PrzestrzennaLokalizacja, 'poligonPL2000')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
PL-2000
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P6/wnio:PrzestrzennaLokalizacja, 'inny2')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
innym dopuszczonym przez organ prowadzący zasób
</p>
<p style="padding-left:20px;">
<xsl:value-of select="$tresc/wnio:P6/wnio:InnaLokalizacja2"/>
</p>
</td>
</tr>
<tr style="height:15px">
<td class="left"/>
<td class="content" colspan="4">
<xsl:if test="contains($tresc/wnio:P6/wnio:PrzestrzennaLokalizacja, 'jednostkiPodzialuTerytorialnego')">
<table style="padding-left: 20px;">
<tr>
<td>Województwo</td>
<td>
<xsl:value-of select="$tresc/wnio:P6/wnio:Adres/wnio:Wojewodztwo"/>
</td>
</tr>
<xsl:if test="string-length($tresc/wnio:P6/wnio:Adres/wnio:Powiat)>0">
<tr>
<td>Powiat</td>
<td>
<xsl:value-of select="$tresc/wnio:P6/wnio:Adres/wnio:Powiat"/>
</td>
</tr>
</xsl:if>
<xsl:if test="string-length($tresc/wnio:P6/wnio:Adres/wnio:Gmina)>0">
<tr>
<td>Gmina</td>
<td>
<xsl:value-of select="$tresc/wnio:P6/wnio:Adres/wnio:Gmina"/>
</td>
</tr>
</xsl:if>
<xsl:if test="string-length($tresc/wnio:P6/wnio:Adres/wnio:Miejscowosc)>0">
<tr>
<td>Miejscowość</td>
<td>
<xsl:value-of select="$tresc/wnio:P6/wnio:Adres/wnio:Miejscowosc"/>
</td>
</tr>
</xsl:if>
</table>
</xsl:if>
<xsl:if test="contains($tresc/wnio:P6/wnio:PrzestrzennaLokalizacja,'punktyOsnowyGeodezyjnej') or contains($tresc/wnio:P6/wnio:PrzestrzennaLokalizacja,'wykazGodelArkuszyMapy') or contains($tresc/wnio:P6/wnio:PrzestrzennaLokalizacja,'poligonPL2000') or contains($tresc/wnio:P6/wnio:PrzestrzennaLokalizacja,'inny2')">
<textarea rows="10" disabled="disabled" style="width: 100%">
<xsl:value-of select="$tresc/wnio:P6/wnio:Tresc"/>
</textarea>
</xsl:if>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table style="margin-top:20px; margin-left:-2px; width:100%;">
<tr>
<td>
<table class="inner2" cellpadding="5" style="border-bottom:none;">
<tr>
<td class="header">
<b>3. Dodatkowe wyjaśnienia i uwagi wnioskodawcy</b>
</td>
</tr>
</table>
<table class="inner3" cellpadding="5" style="border-top: 1px solid #c8bfe7; border-bottom:1px solid #c8bfe7;">
<tr style="">
<td class="left"/>
<td class="content" style=" border: 1px solid black;">
<textarea rows="10" disabled="disabled" style="width: 98%;">
<xsl:value-of select="$tresc/wnio:P6/wnio:Uwagi"/>
</textarea>
<br/>
</td>
</tr>
</table>
<table class="inner3" cellpadding="5" style="border-top:1px solid rgb(200, 191, 231); margin-bottom:10px;">
<tr>
<td colspan="2" style="background-color: rgb(200, 191, 231); border: 1px solid black; border-top:none;">
<table style="height: 100%;width:100%;border-collapse: collapse">
<tr>
<td class="header" colspan="2">
<span class="podpis-wnioskodawca-header">
<b>WNIOSKODAWCA</b>
</span>
</td>
</tr>
<tr>
<td class="left" style="width:60%"/>
<td class="content" style="height: 75px; border: 1px solid black;">
<p align="center" style="text-align: center;font-size: 10px;font-family: Verdana;line-height: 20px;">
<xsl:call-template name="Podpis"/>
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</xsl:if>
<xsl:if test="$tresc//wnio:BDOT500='true'">
<table style="margin-top:20px; margin-left:-2px; width:100%;">
<tr>
<td style="">
<table class="inner2" cellpadding="5" style="border-bottom:none;">
<tr style="height:15px">
<td class="header">
<b>1. Uszczegółowienie wniosku o udostępnienie zbiorów danych bazy danych BDOT500</b>
</td>
<td class="header" style="width:50px; border-left:1px solid black">
<div class="ASG">P7</div>
</td>
</tr>
</table>
<table class="inner3" cellpadding="5" style="border-top: 1px solid #c8bfe7;">
<tr style="height:30px" colspan="">
<td class="left"/>
<td class="content" colspan="">
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P7/wnio:ZbiorDanych, 'pelnyZbiorDanych')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
Pełny zbiór danych
</p>
</td>
<td class="content" colspan="1">
<p>
<b>
Wybrany zbiór danych BDOT500 (kategoria klas obiektów):
</b>
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P7/wnio:ZbiorDanych,'wybranyZbiorDanych') and contains($tresc/wnio:P7/wnio:WybranyZbiorDanych, 'budowleIUrzadzenia')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
budowle i urządzenia
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P7/wnio:ZbiorDanych,'wybranyZbiorDanych') and contains($tresc/wnio:P7/wnio:WybranyZbiorDanych, 'komunikacjaITransport')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
komunikacja i transport
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P7/wnio:ZbiorDanych,'wybranyZbiorDanych') and contains($tresc/wnio:P7/wnio:WybranyZbiorDanych, 'pokrycieTerenu')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
pokrycie terenu
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P7/wnio:ZbiorDanych,'wybranyZbiorDanych') and contains($tresc/wnio:P7/wnio:WybranyZbiorDanych, 'obiektyInne')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
obiekty inne
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P7/wnio:ZbiorDanych,'wybranyZbiorDanych') and contains($tresc/wnio:P7/wnio:WybranyZbiorDanych, 'rzezbaTerenu')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
rzeźba terenu
</p>
</td>
<td class="content" colspan="2" style="border-left:0px"/>
</tr>
<tr style="height:15px">
<td class="left"/>
<td class="content" colspan="4">
<p>
<b>Dodatkowe informacje:</b>
</p>
<textarea rows="10" disabled="disabled" style="width: 98%">
<xsl:value-of select="$tresc/wnio:P7/wnio:DodatkoweWyjasnienia"/>
</textarea>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table style="margin-top:20px; margin-left:-2px; width:100%;">
<tr>
<td style="">
<table class="inner2" cellpadding="5">
<tr style="height:15px">
<td class="header" colspan="5">
<b>2. Przestrzenna lokalizacja obszaru objętego wnioskiem</b>
</td>
</tr>
<tr style="height:30px" colspan="2">
<td class="left"/>
<td class="content" colspan="">
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P7/wnio:PrzestrzennaLokalizacja, 'jednostkiPodzialuTerytorialnego')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
jednostki podziału terytorialnego
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P7/wnio:PrzestrzennaLokalizacja, 'wykazGodelArkuszyMapy')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
wykaz godeł arkuszy mapy
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P7/wnio:PrzestrzennaLokalizacja, 'obszarOkreslonyNaZalacznikuGraficznym')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
obszar określony na załączniku graficznym
</p>
</td>
<td class="content" colspan="3" style="border-left:none;">
<p>
<b>
Obszar określony w załączonym pliku wektorowym w układzie współ.:
</b>
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P7/wnio:PrzestrzennaLokalizacja, 'obszarPL2000')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
PL-2000
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P7/wnio:PrzestrzennaLokalizacja, 'inny1')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
innym dopuszczonym przez organ prowadzący zasób
</p>
<p style="padding-left:20px;">
<xsl:value-of select="$tresc/wnio:P7/wnio:InnaLokalizacja1"/>
</p>
<p>
<b>
Współrzędne poligonu w układzie współ.:
</b>
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P7/wnio:PrzestrzennaLokalizacja, 'poligonPL2000')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
PL-2000
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P7/wnio:PrzestrzennaLokalizacja, 'inny2')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
innym dopuszczonym przez organ prowadzący zasób
</p>
<p style="padding-left:20px;">
<xsl:value-of select="$tresc/wnio:P7/wnio:InnaLokalizacja2"/>
</p>
</td>
</tr>
<tr style="height:15px">
<td class="left"/>
<td class="content" colspan="4">
<xsl:if test="contains($tresc/wnio:P7/wnio:PrzestrzennaLokalizacja, 'jednostkiPodzialuTerytorialnego')">
<table style="padding-left: 20px;">
<tr>
<td>Województwo</td>
<td>
<xsl:value-of select="$tresc/wnio:P7/wnio:Adres/wnio:Wojewodztwo"/>
</td>
</tr>
<xsl:if test="string-length($tresc/wnio:P7/wnio:Adres/wnio:Powiat)>0">
<tr>
<td>Powiat</td>
<td>
<xsl:value-of select="$tresc/wnio:P7/wnio:Adres/wnio:Powiat"/>
</td>
</tr>
</xsl:if>
<xsl:if test="string-length($tresc/wnio:P7/wnio:Adres/wnio:Gmina)>0">
<tr>
<td>Gmina</td>
<td>
<xsl:value-of select="$tresc/wnio:P7/wnio:Adres/wnio:Gmina"/>
</td>
</tr>
</xsl:if>
<xsl:if test="string-length($tresc/wnio:P7/wnio:Adres/wnio:Miejscowosc)>0">
<tr>
<td>Miejscowość</td>
<td>
<xsl:value-of select="$tresc/wnio:P7/wnio:Adres/wnio:Miejscowosc"/>
</td>
</tr>
</xsl:if>
</table>
</xsl:if>
<xsl:if test="contains($tresc/wnio:P7/wnio:PrzestrzennaLokalizacja,'wykazGodelArkuszyMapy') or contains($tresc/wnio:P7/wnio:PrzestrzennaLokalizacja,'poligonPL2000') or contains($tresc/wnio:P7/wnio:PrzestrzennaLokalizacja,'inny2')">
<textarea rows="10" disabled="disabled" style="width: 100%">
<xsl:value-of select="$tresc/wnio:P7/wnio:Tresc"/>
</textarea>
</xsl:if>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table style="margin-top:20px; margin-left:-2px; width:100%;">
<tr>
<td>
<table class="inner2" cellpadding="5" style="border-bottom:none;">
<tr>
<td class="header">
<b>3. Dodatkowe wyjaśnienia i uwagi wnioskodawcy</b>
</td>
</tr>
</table>
<table class="inner3" cellpadding="5" style="border-top: 1px solid #c8bfe7; border-bottom:1px solid #c8bfe7;">
<tr>
<td class="left"/>
<td class="content" style=" border: 1px solid black;">
<textarea rows="10" disabled="disabled" style="width: 98%;">
<xsl:value-of select="$tresc/wnio:P7/wnio:Uwagi"/>
</textarea>
<br/>
</td>
</tr>
</table>
<table class="inner3" cellpadding="5" style="border-top:1px solid rgb(200, 191, 231); margin-bottom:10px;">
<tr>
<td colspan="2" style="background-color: rgb(200, 191, 231); border: 1px solid black; border-top:none;">
<table style="height: 100%;width:100%;border-collapse: collapse">
<tr>
<td class="header" colspan="2">
<span class="podpis-wnioskodawca-header">
<b>WNIOSKODAWCA</b>
</span>
</td>
</tr>
<tr>
<td class="left" style="width:60%"/>
<td class="content" style="height: 75px; border: 1px solid black;">
<p align="center" style="text-align: center;font-size: 10px;font-family: Verdana;line-height: 20px;">
<xsl:call-template name="Podpis"/>
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</xsl:if>
<xsl:if test="$tresc//wnio:InneMaterialy='true'">
<table style="margin-top:20px; margin-left:-2px; width:100%;">
<tr>
<td style="">
<table class="inner2" cellpadding="5" style="border-bottom:none;">
<tr style="height:15px">
<td class="header">
<b>1. Uszczegółowienie wniosku o udostępnienie innych materiałów</b>
</td>
<td class="header" style="width:50px; border-left:1px solid black">
<div class="ASG">P8</div>
</td>
</tr>
</table>
<table class="inner3" cellpadding="5" style="border-top: 1px solid #c8bfe7;">
<tr style="height:30px">
<td class="left"/>
<td class="content" colspan="2">
<p>
<b>Drukowana mapa topograficzna w skali:</b>
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P8/wnio:MapaTopograficznaSkala, '1')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
1:10 000
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P8/wnio:MapaTopograficznaSkala, '3')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
1:25 000
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P8/wnio:MapaTopograficznaSkala, '2')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
1:50 000
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P8/wnio:MapaTopograficznaSkala, '4')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
1:100 000
</p>
</td>
<td class="content">
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="$tresc/wnio:P8/wnio:MapaTopograficznaSkala!='' and contains($tresc/wnio:P8/wnio:MapaTopograficznaDruk, '1')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
ploterowy wydruk kolorowy
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="$tresc/wnio:P8/wnio:MapaTopograficznaSkala!='' and contains($tresc/wnio:P8/wnio:MapaTopograficznaDruk, '2')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
ploterowy wydruk czarno-biały
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="$tresc/wnio:P8/wnio:MapaTopograficznaSkala!='' and contains($tresc/wnio:P8/wnio:MapaTopograficznaDruk, '3')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
druk poligraficzny
</p>
</td>
<td class="content" colspan="1" style="border-left:;">
<p>Układ współrzędnych:
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="$tresc/wnio:P8/wnio:MapaTopograficznaSkala!='' and contains($tresc/wnio:P8/wnio:MapaTopograficznaUkladWspolrzednych, 'PL-1942')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
PL-1942
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="$tresc/wnio:P8/wnio:MapaTopograficznaSkala!='' and contains($tresc/wnio:P8/wnio:MapaTopograficznaUkladWspolrzednych, '1965')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
1965
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="$tresc/wnio:P8/wnio:MapaTopograficznaSkala!='' and contains($tresc/wnio:P8/wnio:MapaTopograficznaUkladWspolrzednych, 'PL-1992')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
PL-1992
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="$tresc/wnio:P8/wnio:MapaTopograficznaSkala!='' and contains($tresc/wnio:P8/wnio:MapaTopograficznaUkladWspolrzednych, 'PL-2000')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
PL-2000
</p>
</td>
<td class="content" style="border-left: none"/>
</tr>
<tr style="height:30px">
<td class="left"/>
<td class="content" colspan="2">
<p>
<b>Drukowana mapa ogólnogeograficzna w skali:</b>
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P8/wnio:MapaOgolnogeograficznaSkala, '1')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
1:250 000
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P8/wnio:MapaOgolnogeograficznaSkala, '2')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
1:500 000
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P8/wnio:MapaOgolnogeograficznaSkala, '3')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
1:1 000 000
</p>
</td>
<td class="content">
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="$tresc/wnio:P8/wnio:MapaOgolnogeograficznaSkala!='' and contains($tresc/wnio:P8/wnio:MapaOgolnogeograficznaDruk, '1')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
ploterowy wydruk kolorowy
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="$tresc/wnio:P8/wnio:MapaOgolnogeograficznaSkala!='' and contains($tresc/wnio:P8/wnio:MapaOgolnogeograficznaDruk, '2')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
ploterowy wydruk czarno-biały
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="$tresc/wnio:P8/wnio:MapaOgolnogeograficznaSkala!='' and contains($tresc/wnio:P8/wnio:MapaOgolnogeograficznaDruk, '3')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
druk poligraficzny
</p>
</td>
<td class="content" colspan="1" style="border-left:;">
<p>Układ współrzędnych:
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="$tresc/wnio:P8/wnio:MapaOgolnogeograficznaSkala!='' and contains($tresc/wnio:P8/wnio:MapaOgolnogeograficznaUkladWspolrzednych, 'PL-1942')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
PL-1942
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="$tresc/wnio:P8/wnio:MapaOgolnogeograficznaSkala!='' and contains($tresc/wnio:P8/wnio:MapaOgolnogeograficznaUkladWspolrzednych, '1965')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
1965
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="$tresc/wnio:P8/wnio:MapaOgolnogeograficznaSkala!='' and contains($tresc/wnio:P8/wnio:MapaOgolnogeograficznaUkladWspolrzednych, 'PL-1992')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
PL-1992
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="$tresc/wnio:P8/wnio:MapaOgolnogeograficznaSkala!='' and contains($tresc/wnio:P8/wnio:MapaOgolnogeograficznaUkladWspolrzednych, 'PL-2000')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
PL-2000
</p>
</td>
<td class="content" style="border-left: none"/>
</tr>
<tr style="height:30px" colspan="">
<td class="left"/>
<td class="content" colspan="2">
<p>
<xsl:choose>
<xsl:when test="$tresc/wnio:P8/wnio:InneMapySytuacyjne='true'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
<b>Inne mapy sytuacyjne lub sytuacyjno wysokościowe</b>
</p>
</td>
<td class="content" colspan="" style="border-left:;">
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="$tresc/wnio:P8/wnio:InneMapySytuacyjne='true' and contains($tresc/wnio:P8/wnio:InneMapySytuacyjneDruk, '1')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
ploterowy wydruk kolorowy
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="$tresc/wnio:P8/wnio:InneMapySytuacyjne='true' and contains($tresc/wnio:P8/wnio:InneMapySytuacyjneDruk, '2')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
ploterowy wydruk czarno-biały
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="$tresc/wnio:P8/wnio:InneMapySytuacyjne='true' and contains($tresc/wnio:P8/wnio:InneMapySytuacyjneDruk, '3')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
druk poligraficzny
</p>
</td>
<td class="content" colspan="1" style="border-left:;">
<p>Układ współrzędnych:
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="$tresc/wnio:P8/wnio:InneMapySytuacyjne='true' and contains($tresc/wnio:P8/wnio:InneMapySytuacyjneUkladWspolrzednych, 'PL-1942')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
PL-1942
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="$tresc/wnio:P8/wnio:InneMapySytuacyjne='true' and contains($tresc/wnio:P8/wnio:InneMapySytuacyjneUkladWspolrzednych, '1965')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
1965
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="$tresc/wnio:P8/wnio:InneMapySytuacyjne='true' and contains($tresc/wnio:P8/wnio:InneMapySytuacyjneUkladWspolrzednych, 'PL-1992')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
PL-1992
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="$tresc/wnio:P8/wnio:InneMapySytuacyjne='true' and contains($tresc/wnio:P8/wnio:InneMapySytuacyjneUkladWspolrzednych, 'PL-2000')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
PL-2000
</p>
</td>
<td class="content" style="border-left: none"/>
</tr>
<tr style="height:30px" colspan="2">
<td class="left"/>
<td class="content" colspan="2">
<p style="">
<xsl:choose>
<xsl:when test="$tresc/wnio:P8/wnio:OrtofortoMapa='true'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
Ortofotomapa
</p>
<p style="">
<b>
Kompozycja barwna:
</b>
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P8/wnio:KompozycjaBarwna, 'BW')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
RGB/BW
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P8/wnio:KompozycjaBarwna, 'CIR')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
RGB + CIR
</p>
<p style="">
<b>
Aktualność ortofotomapy:
</b>
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P8/wnio:AktualnoscOrtofortoMapy, 'ostatnioWykonana')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
ostatnio wykonana
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P8/wnio:AktualnoscOrtofortoMapy, 'inna')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
wykonana w latach
<xsl:if test="contains($tresc/wnio:P8/wnio:AktualnoscOrtofortoMapy, 'inna')">
<xsl:value-of select="$tresc/wnio:P8/wnio:OkresOd"/> - <xsl:value-of select="$tresc/wnio:P8/wnio:OkresDo"/>
</xsl:if>
</p>
</td>
<td class="content" style="border-right: 1px solid black; border-right:none;" colspan="2">
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="$tresc/wnio:P8/wnio:Dokumenty='true'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
Dokumenty wchodzące w skład operatów technicznych
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="$tresc/wnio:P8/wnio:Inne='true'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
Inne materiały
</p>
</td>
<td style="border: 1px solid black; border-left:none;"/>
</tr>
<tr style="height:15px">
<td class="left"/>
<td class="content" colspan="5">
<p>
<b>Dodatkowe wyjaśnienia:</b>
</p>
<textarea rows="10" disabled="disabled" style="width: 98%;">
<xsl:value-of select="$tresc/wnio:P8/wnio:DodatkoweWyjasnienia"/>
</textarea>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table style="margin-top:20px; margin-left:-2px; width:100%;">
<tr>
<td style="">
<table class="inner2 chkLabel" cellpadding="5">
<tr style="height:15px">
<td class="header" colspan="5">
<b>2. Dane identyfikujące obszar objęty wnioskiem</b>
</td>
</tr>
<tr style="height:30px">
<td class="left"/>
<td class="content" colspan="">
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P8/wnio:PrzestrzennaLokalizacja, 'jednostkiPodzialuTerytorialnego')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
jednostki podziału terytorialnego
</p>
<p style="padding-left:20px;" class="chkLabel">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P8/wnio:PrzestrzennaLokalizacja, 'jednostkiPodzialuKraju')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
jednostki podziału kraju stosowane w EGiB (jednostki ewid., obręby ewid., działki ewid.)
</p>
<p style="padding-left:20px;" class="chkLabel">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P8/wnio:PrzestrzennaLokalizacja, 'operaty')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
identyfikatory operatów technicznych
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P8/wnio:PrzestrzennaLokalizacja, 'obszarOkreslonyNaZalacznikuGraficznym')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
obszar określony na załączniku graficznym
</p>
</td>
<td class="content" colspan="" style="border: 1px solid black; border-left:none;">
<p>
<b>
Obszar określony w załączonym pliku wektorowym w układzie współ.:
</b>
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P8/wnio:PrzestrzennaLokalizacja, 'obszarPL2000')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
PL-2000
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P8/wnio:PrzestrzennaLokalizacja, 'inny1')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
innym dopuszczonym przez organ prowadzący zasób
</p>
<p style="padding-left:20px;">
<xsl:value-of select="$tresc/wnio:P8/wnio:InnaLokalizacja1"/>
</p>
<p>
<b>
Współrzędne poligonu w układzie współ.:
</b>
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P8/wnio:PrzestrzennaLokalizacja, 'poligonPL2000')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
PL-2000
</p>
<p style="padding-left:20px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:P8/wnio:PrzestrzennaLokalizacja, 'inny2')=true()">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
innym dopuszczonym przez organ prowadzący zasób
</p>
<p style="padding-left:20px;">
<xsl:value-of select="$tresc/wnio:P8/wnio:InnaLokalizacja2"/>
</p>
</td>
</tr>
<tr style="height:15px">
<td class="left"/>
<td class="content" colspan="4">
<xsl:if test="contains($tresc/wnio:P8/wnio:PrzestrzennaLokalizacja, 'jednostkiPodzialuTerytorialnego')">
<table style="padding-left: 20px;">
<tr>
<td>Województwo</td>
<td>
<xsl:value-of select="$tresc/wnio:P8/wnio:Adres/wnio:Wojewodztwo"/>
</td>
</tr>
<xsl:if test="string-length($tresc/wnio:P8/wnio:Adres/wnio:Powiat)>0">
<tr>
<td>Powiat</td>
<td>
<xsl:value-of select="$tresc/wnio:P8/wnio:Adres/wnio:Powiat"/>
</td>
</tr>
</xsl:if>
<xsl:if test="string-length($tresc/wnio:P8/wnio:Adres/wnio:Gmina)>0">
<tr>
<td>Gmina</td>
<td>
<xsl:value-of select="$tresc/wnio:P8/wnio:Adres/wnio:Gmina"/>
</td>
</tr>
</xsl:if>
<xsl:if test="string-length($tresc/wnio:P8/wnio:Adres/wnio:Miejscowosc)>0">
<tr>
<td>Miejscowość</td>
<td>
<xsl:value-of select="$tresc/wnio:P8/wnio:Adres/wnio:Miejscowosc"/>
</td>
</tr>
</xsl:if>
</table>
</xsl:if>
<xsl:if test="contains($tresc/wnio:P8/wnio:PrzestrzennaLokalizacja,'jednostkiPodzialuKraju') or contains($tresc/wnio:P8/wnio:PrzestrzennaLokalizacja,'operaty') or contains($tresc/wnio:P8/wnio:PrzestrzennaLokalizacja,'poligonPL2000') or contains($tresc/wnio:P8/wnio:PrzestrzennaLokalizacja,'inny2')">
<textarea rows="10" disabled="disabled" style="width: 100%">
<xsl:value-of select="$tresc/wnio:P8/wnio:Tresc"/>
</textarea>
</xsl:if>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table style="margin-top:20px; margin-left:-2px; width:100%;">
<tr>
<td>
<table class="inner2" cellpadding="5" style="border-bottom:none;">
<tr>
<td class="header">
<b>3. Dodatkowe wyjaśnienia i uwagi wnioskodawcy</b>
</td>
</tr>
</table>
<table class="inner3" cellpadding="5" style="border-top: 1px solid #c8bfe7; border-bottom:1px solid #c8bfe7;">
<tr>
<td class="left"/>
<td class="content" style=" border: 1px solid black;">
<textarea rows="10" disabled="disabled" style="width: 98%;">
<xsl:value-of select="$tresc/wnio:P8/wnio:Uwagi"/>
</textarea>
<br/>
</td>
</tr>
</table>
<table class="inner3" cellpadding="5" style="border-top:1px solid rgb(200, 191, 231); margin-bottom:10px;">
<tr>
<td colspan="2" style="background-color: rgb(200, 191, 231); border: 1px solid black; border-top:none;">
<table style="height: 100%; width:100%; border-collapse: collapse">
<tr>
<td class="header" colspan="2">
<span class="podpis-wnioskodawca-header">
<b>WNIOSKODAWCA</b>
</span>
</td>
</tr>
<tr>
<td class="left" style="width:60%"/>
<td class="content" style="height: 75px; border: 1px solid black;">
<p align="center" style="text-align: center;font-size: 10px;font-family: Verdana;line-height: 20px;">
<xsl:call-template name="Podpis"/>
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</xsl:if>
</body>
</html>
</xsl:template>
<xsl:template name="Zalaczniki">
<xsl:param name="zalaczniki" select="wnio:TrescDokumentu/str:Zalaczniki"/>
<xsl:if test="count($zalaczniki/str:Zalacznik) > 0">
<div style="text-align: left;">
<ol style="padding-top: 0px;margin-top: 0px;">
<xsl:for-each select="$zalaczniki/str:Zalacznik[@nazwaPliku != '']">
<li>
<xsl:if test="@kodowanie='base64'">
<xsl:value-of select="@nazwaPliku"/>
<xsl:if test="string-length(str:OpisZalacznika) > 0">-</xsl:if>
<xsl:if test="string-length(str:OpisZalacznika) > 0">
<xsl:value-of select="str:OpisZalacznika"/>
</xsl:if>
</xsl:if>
<xsl:if test="@kodowanie='URI'">
<a href="{str:DaneZalacznika}">
<xsl:value-of select="@nazwaPliku"/>
</a>
<xsl:if test="string-length(str:OpisZalacznika) > 0">(wartość skrótu w chwili załączania: <xsl:value-of select="str:OpisZalacznika"/>)
</xsl:if>
</xsl:if>
</li>
</xsl:for-each>
</ol>
</div>
</xsl:if>
</xsl:template>
<xsl:template name="Podpis">
<div align="right" style="text-align: right;font-size: 10px;font-family: Verdana;line-height: 20px;">
<table style="float: right;">
<tr>
<td style="width: 340px;">
<p align="center" style="text-align: center;font-size: 10px;font-family: Verdana;line-height: 20px;">
<xsl:choose>
<xsl:when test="string-length(//wnio:Dokument/ds:Signature/ds:SignatureValue) > 0">
<xsl:text>Dokument został podpisany, aby go zweryfikować należy użyć oprogramowania do weryfikacji podpisu</xsl:text>
<xsl:choose>
<xsl:when test="count(//wnio:Dokument/ds:Signature/ds:Object/descendant::*[local-name() = 'SigningTime']) > 1">
<br/>
<xsl:text>Daty złożenia podpisu: </xsl:text>
<xsl:for-each select="//wnio:Dokument/ds:Signature/ds:Object/descendant::*[local-name() = 'SigningTime']">
<xsl:value-of select="."/>
</xsl:for-each>
</xsl:when>
<xsl:when test="count(//wnio:Dokument/ds:Signature/ds:Object/descendant::*[local-name() = 'SigningTime']) = 1">
<br/>
<xsl:text>Data złożenia podpisu: </xsl:text>
<xsl:for-each select="//wnio:Dokument/ds:Signature/ds:Object/descendant::*[local-name() = 'SigningTime']">
<xsl:value-of select="."/>
</xsl:for-each>
</xsl:when>
<xsl:when test="0 >= count(//wnio:Dokument/ds:Signature/ds:Object/descendant::*[local-name() = 'SigningTime'])"/>
</xsl:choose>
</xsl:when>
<xsl:otherwise>
<xsl:text>Dokument nie zawiera podpisu</xsl:text>
</xsl:otherwise>
</xsl:choose>
<br/>
<span style="font-size: 7pt;font-weight: bold;">Podpis elektroniczny</span>
</p>
</td>
</tr>
</table>
</div>
<div style="clear: both;"/>
</xsl:template>
<xsl:template name="substitute">
<xsl:param name="string"/>
<xsl:param name="from" select="'
'"/>
<xsl:param name="to">
<br/>
</xsl:param>
<xsl:choose>
<xsl:when test="contains($string, $from)">
<xsl:value-of select="substring-before($string, $from)"/>
<xsl:copy-of select="$to"/>
<xsl:call-template name="substitute">
<xsl:with-param name="string" select="substring-after($string, $from)"/>
<xsl:with-param name="from" select="$from"/>
<xsl:with-param name="to" select="$to"/>
</xsl:call-template>
</xsl:when>
<xsl:otherwise>
<xsl:value-of select="$string"/>
</xsl:otherwise>
</xsl:choose>
</xsl:template>
</xsl:stylesheet>