2606
ID | 2606 |
Data | 2015-09-11 |
Symbol | 2015/09/11/2606 |
Instytucja | Ministerstwo Administracji i Cyfryzacji |
Nazwa | Wniosek o udostępnienie materiałów centralnego 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:wnio="http://crd.gov.pl/wzor/2015/09/11/2606/" 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:xls="http://www.w3.org/1999/XSL/Transform" 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/*[1]"/>
<xsl:param name="tresc" select="wnio:TrescDokumentu"/>
<xsl:param name="zalaczniki" select="wnio:TrescDokumentu/str:Zalaczniki"/>
<html>
<head lang="en">
<meta charset="UTF-8"/>
<title/>
<style type="text/css">
body * {
font-family: Arial, Verdana;
font-size: 12px !important;
}
table.main {
border-collapse: collapse;
width: 100%;
vertical-align: top;
}
.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;
}
.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;}
.chkLabel1 input { float: left; vertical-align:top;}
.chkLabel1 label { margin-left: 2.0em; height:30px; vertical-align:top;}
.chkLabel1 select { float: left; 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;">
WNIOSEK O UDOSTĘPNIENIE MATERIAŁÓW CENTRALNEGO ZASOBU GEODEZYJNEGO I KARTOGRAFICZNEGO
</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;">
1. Imię i nazwisko / Nazwa wnioskodawcy
</td>
</tr>
<tr style="">
<td class="left"/>
<td style="border:1px solid black; height:70px;">
<p class="lamacz">
<xsl:value-of select="concat($nadawca/oso:Imie,' ',$nadawca/oso:Nazwisko)"/>
<xsl:value-of select="$nadawca/inst:NazwaInstytucji"/>
</p>
</td>
</tr>
<tr>
<td class="header" colspan="2" style="height:10px;">
2. Adres miejsca zamieszkania / siedziby wnioskodawcy
</td>
</tr>
<tr style="height:200px;">
<td class="left"/>
<td class="content">
<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($nadawca/adr:Adres/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="$nadawca/adr:Adres/adr:Wojewodztwo"/>
</div>
</div>
</xsl:if>
<xsl:if test="string-length($nadawca/adr:Adres/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="$nadawca/adr:Adres/adr:Powiat"/>
</div>
</div>
</xsl:if>
<xsl:if test="string-length($nadawca/adr:Adres/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="$nadawca/adr:Adres/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="$nadawca/adr:Adres/adr:Miejscowosc"/>
</div>
</div>
<xsl:if test="string-length($nadawca/adr:Adres/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="$nadawca/adr:Adres/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="$nadawca/adr:Adres/adr:Budynek"/>
</div>
</div>
<xsl:if test="string-length($nadawca/adr:Adres/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="$nadawca/adr:Adres/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="$nadawca/adr:Adres/adr:KodPocztowy"/>
</div>
</div>
<div style="clear:both; padding-top:5px;">
<div style="width:100px; float:left;">
Poczta:
</div>
<div class="lamacz" style="width:220px; float:left">
<xsl:value-of select="$nadawca/adr:Adres/adr:Poczta"/>
</div>
</div>
</td>
</tr>
<tr>
<td class="header" colspan="2" style="height:10px;">
3. Oznaczenie wniosku nadane przez wnioskodawcę
</td>
</tr>
<tr style="height:30px">
<td class="left"/>
<td class="content">
<div class="lamacz">
<xsl:value-of select="$tresc/wnio:oznaczenieWniosku"/>
</div>
</td>
</tr>
<tr>
<td class="header" colspan="2" style="height:10px;">
4. Dane kontaktowe wnioskodawcy: nr telefonu/adres poczty elektronicznej
</td>
</tr>
<tr style="height: 70px">
<td class="left"/>
<td class="content">
<div>
<xsl:if test="string-length($nadawca/adr:Kontakt/adr:Telefon)>0">
<div style="width:170px; float:left;">
Numer telefonu:
</div>
<div class="lamacz" style="width:200px; float:left">
<xsl:value-of select="$nadawca/adr:Kontakt/adr:Telefon"/>
</div>
</xsl:if>
</div>
<div style="clear:both">
<xsl:if test="string-length($nadawca/adr:Kontakt/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="$nadawca/adr:Kontakt/adr:Email"/>
</div>
</xsl:if>
</div>
</td>
</tr>
</table>
</td>
<td style="width:49%; height:550px;">
<table class="inner2">
<tr>
<td class="header" colspan="2" style="height:10px;">5. Miejscowość i data</td>
<td rowspan="2" class="header" style="width:50px;border:1px solid black"><div class="ASG">C</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="normalize-space($tresc/wnio:miejsceZlozeniaWniosku)"/>, dnia <xsl:value-of select="$tresc/wnio:dataZlozeniaWniosku"/>
</p>
</td>
</tr>
<tr>
<td class="header" colspan="3" style="height:10px;">6. Adresat wniosku - nazwa i adres organu lub jednostki organizacyjnej, która w imieniu organu prowadzi państwowy
zasób geodezyjny i kartograficzny
</td>
</tr>
<tr>
<td class="left"/>
<td class="content" colspan="2" style="height:165px;">
<p class="lamacz">
<xsl:value-of select="$tresc/wnio:adresatWniosku"/>
</p>
</td>
</tr>
<tr>
<td class="header" colspan="3" style="height:10px;">7. Oznaczenie kancelaryjne wniosku nadane przez adresata wniosku</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%;">
<tr style="height:40%">
<td colspan="3">
<table class="inner3">
<tr>
<td class="header" colspan="2">8. Przedmiot wniosku</td>
</tr>
<tr style="height:12%">
<td class="left"/>
<td class="content">
<table style="width: 100%">
<tr>
<td colspan="2"><p>1. Określenie materiałów zasobu będących przedmiotem wniosku</p></td>
</tr>
<tr>
<td style="width: 50%" class="chkLabel ">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:okreslenieMaterialowZasobu, '01')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> Zbiór danych zintegrowanych kopii BDOT10K<br/><br/>
<table style="width: 100%; padding-top: 5px;">
<tr>
<td style="vertical-align: top;">
Standardowe opracowania kartograficzne:
</td>
<td>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:okreslenieMaterialowZasobu, '02')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> Mapa topograficzna<br/><br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:okreslenieMaterialowZasobu, '03')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> Mapa ogólnogeograficzna<br/><br/>
</td>
</tr>
</table>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:okreslenieMaterialowZasobu, '04')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> Kartograficzne opracowania tematyczne, specjalne lub niestandardowe opracowania topograficzne<br/><br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:okreslenieMaterialowZasobu, '05')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> Baza danych państwowego rejestru podstawowych osnów geodezyjnych<br/><br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:okreslenieMaterialowZasobu, '06')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> Zbiór danych bazy K-GESUT<br/><br/>
</td>
<td style="width: 50%">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:okreslenieMaterialowZasobu, '07')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> Fotogrametryczne zdjęcia lotnicze<br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:okreslenieMaterialowZasobu, '08')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> Ortofotomapa<br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:okreslenieMaterialowZasobu, '09')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> Fotopunkty<br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:okreslenieMaterialowZasobu, '10')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> Numeryczny model terenu<br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:okreslenieMaterialowZasobu, '11')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> Inne materiały
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="header" colspan="2">9. Parametry charakteryzujące zakres uprawnień do przetwarzania materiałów zasobu</td>
</tr>
<tr style="height:12%">
<td class="left"/>
<td class="content">
<table border="1" class="table-with-border">
<tr>
<td class="chkLabel">
<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>
<p class="chkLabel">dla potrzeb własnych niezwiązanych z działalnością gospodarczą, bez prawa publikacji w sieci Internet </p><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>
<p class="chkLabel">na cele i podmiotom, o których mowa w art. 40a ust. 2 pkt 2 ustawy</p>
</td>
<td class="chkLabel" style="width:600px;">
<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><p class="chkLabel"> 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ą</p>
<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>
<tr>
<td class="header" colspan="2">10. Osoba wyznaczona do kontaktów ze strony wnioskodawcy</td>
</tr>
<tr style="height:12%">
<td class="left"/>
<td class="content">
<table style="width: 100%">
<tr>
<td>
Imię, nazwisko: <input disabled="disabled" value="{$tresc/wnio:imieNazwiskoOsDoKontaktow}"/>
</td>
<td>
e-mail: <input disabled="disabled" value="{$tresc/wnio:emailOsDoKontaktow}"/>
</td>
<td>
telefon: <input disabled="disabled" value="{$tresc/wnio:telefonOsDoKontaktow}"/>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="header" colspan="2">11. Format przekazania i sposób odbioru materiałów</td>
</tr>
<tr style="height:25%">
<td class="left"/>
<td class="content">
<table border="1" class="table-with-border">
<tr>
<td style="vertical-align: text-top;">
<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<br/>
<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 style="margin-left: 30px;">
<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
<xsl:if test="$tresc/wnio:formaPrzekazaniaElektr='1'">
<input type="text" disabled="disabled" value="{$tresc/wnio:formaPrzekazaniaElektrFTPEmail}" class="szerokie-pole"/>
</xsl:if><br/>
<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<br/>
<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<br/>
<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<br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:formaPrzekazaniaElektr='5'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> usługa, o której mowa w ust. 20 załącznika do ustawy
<div style="margin-left: 20px; white-space: nowrap;">
<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
<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
<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>
</div>
</td>
<td>
Sposób udostępnienia:<br/>
<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
<div style="margin-top: 8px; margin-left: 21px;">
wysyłka na adres:<br/>
<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> jak w nagłówku<br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:sposobUdostepnienia='3'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> inny
<xsl:if test="$tresc/wnio:sposobUdostepnienia='3'">
<table style="padding-left: 20px;">
<tr>
<td style="width:100px;">Kraj</td>
<td>
<p class="lamacz1" style="width:180px;"><xsl:value-of select="$tresc/wnio:sposobUdostepnieniaInnyAdres/wnio:Kraj"/></p>
</td>
</tr>
<xsl:if test="string-length($tresc/wnio:sposobUdostepnieniaInnyAdres/wnio:Wojewodztwo)>0">
<tr>
<td style="width:100px;">Województwo</td>
<td>
<p class="lamacz1" style="width:180px;">
<xsl:value-of select="$tresc/wnio:sposobUdostepnieniaInnyAdres/wnio:Wojewodztwo"/>
</p>
</td>
</tr>
</xsl:if>
<xsl:if test="string-length($tresc/wnio:sposobUdostepnieniaInnyAdres/wnio:Powiat)>0">
<tr>
<td style="width:100px;">Powiat</td>
<td>
<p class="lamacz1" style="width:180px;">
<xsl:value-of select="$tresc/wnio:sposobUdostepnieniaInnyAdres/wnio:Powiat"/>
</p>
</td>
</tr>
</xsl:if>
<xsl:if test="string-length($tresc/wnio:sposobUdostepnieniaInnyAdres/wnio:Gmina)>0">
<tr>
<td style="width:100px;">Gmina</td>
<td>
<p class="lamacz1" style="width:180px;">
<xsl:value-of select="$tresc/wnio:sposobUdostepnieniaInnyAdres/wnio:Gmina"/>
</p>
</td>
</tr>
</xsl:if>
<tr>
<td style="width:100px;">Miejscowość</td>
<td>
<p class="lamacz1" style="width:180px;">
<xsl:value-of select="$tresc/wnio:sposobUdostepnieniaInnyAdres/wnio:Miejscowosc"/>
</p>
</td>
</tr>
<xsl:if test="string-length($tresc/wnio:sposobUdostepnieniaInnyAdres/wnio:Ulica)>0">
<tr>
<td style="width:100px;">Ulica</td>
<td>
<p class="lamacz1" style="width:180px;">
<xsl:value-of select="$tresc/wnio:sposobUdostepnieniaInnyAdres/wnio:Ulica"/>
</p>
</td>
</tr>
</xsl:if>
<tr>
<td style="width:100px;">Nr budynku</td>
<td>
<p>
<xsl:value-of select="$tresc/wnio:sposobUdostepnieniaInnyAdres/wnio:Budynek"/>
</p>
</td>
</tr>
<xsl:if test="string-length($tresc/wnio:sposobUdostepnieniaInnyAdres/wnio:Lokal)>0">
<tr>
<td style="width:100px;">Nr lokalu</td>
<td>
<p>
<xsl:value-of select="$tresc/wnio:sposobUdostepnieniaInnyAdres/wnio:Lokal"/>
</p>
</td>
</tr>
</xsl:if>
<tr>
<td style="width:100px;">Kod pocztowy</td>
<td>
<p class="lamacz1" style="width:180px;">
<xsl:value-of select="$tresc/wnio:sposobUdostepnieniaInnyAdres/wnio:KodPocztowy"/>
</p>
</td>
</tr>
<tr>
<td style="width:100px;">Poczta</td>
<td>
<p class="lamacz1" style="width:180px;">
<xsl:value-of select="$tresc/wnio:sposobUdostepnieniaInnyAdres/wnio:Poczta"/>
</p>
</td>
</tr>
</table>
</xsl:if>
<br/>
</div>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="header" colspan="2">12. Dodatkowe wyjaśnienia i uwagi wnioskodawcy</td>
</tr>
<tr style="height:12%">
<td class="left"/>
<td class="content">
<textarea rows="10" disabled="disabled" style="width: 100%">
<xsl:value-of select="$tresc/wnio:dodatkoweWyjasnieniaIUwagi"/>
</textarea>
</td>
</tr>
<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 style="float:right;padding-right:100px">WNIOSKODAWCA</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;">Dokument nie zawiera podpisu<br/><span style="font-size: 7pt;font-weight: bold;"> Podpis elektroniczny </span></p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<xsl:if test="contains($tresc/wnio:okreslenieMaterialowZasobu,'01')">
<table style="width:100%;">
<tr>
<td>
<table class="inner3" cellpadding="5" style="border-bottom:none;">
<tr>
<td class="header">1. Uszczegółowienie wniosku o udostępnienie danych zintegrowanych kopii BDOT10k</td>
<td class="header" style="width:50px; border-left:1px solid black">
<div class="ASG">C1</div>
</td>
</tr>
</table>
<table class="inner3" cellpadding="5" style="border-top: 1px solid #c8bfe7;">
<tr style="height:12%">
<td class="left"/>
<td class="content" colspan="2">
<table border="1" class="table-with-border">
<tr>
<td style="vertical-align: text-top;">
Pełny zbiór danych BDOT10k w formacie<br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C1/wnio:zbiorIFormatDanych='1'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
GML
<xsl:choose>
<xsl:when test="$tresc/wnio:C1/wnio:zbiorIFormatDanych='2'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
innym
<xsl:if test="$tresc/wnio:C1/wnio:zbiorIFormatDanych='2'">
<input type="text" class="szerokie-pole" disabled="disabled" value="{$tresc/wnio:C1/wnio:pelnyZbiorDanychInnyFormat}"/>
</xsl:if>
</td>
<td colspan="3">
<table style="width: 100%;">
<tr>
<td colspan="3">
Wybrany zbiór danych BDOT10k (kategoria klas obiektów), w formacie:<br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C1/wnio:zbiorIFormatDanych='3'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
GML
<xsl:choose>
<xsl:when test="$tresc/wnio:C1/wnio:zbiorIFormatDanych='4'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose>
innym
<xsl:if test="$tresc/wnio:C1/wnio:zbiorIFormatDanych='4'">
<input type="text" class="szerokie-pole" disabled="disabled" value="{$tresc/wnio:C1/wnio:wybranyZbiorDanychInnyFormat}"/>
</xsl:if>
</td>
</tr>
<tr>
<td>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:C1/wnio:wybranyZbiorDanych, '1')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> sieć wodna<br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:C1/wnio:wybranyZbiorDanych, '2')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> sieć komunikacyjna<br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:C1/wnio:wybranyZbiorDanych, '3')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> sieć uzbrojenia terenu
</td>
<td>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:C1/wnio:wybranyZbiorDanych, '4')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> budynki, budowle i urządzenia<br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:C1/wnio:wybranyZbiorDanych, '5')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> sieć komunikacyjna<br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:C1/wnio:wybranyZbiorDanych, '6')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> kompleksy użytkowania terenu
</td>
<td>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:C1/wnio:wybranyZbiorDanych, '7')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> tereny chronione<br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:C1/wnio:wybranyZbiorDanych, '8')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> jednostki podziału terytorialnego<br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:C1/wnio:wybranyZbiorDanych, '9')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> obiekty inne
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="5">
Dodatkowe wyjaśnienia
<textarea rows="10" disabled="disabled" style="width: 100%">
<xsl:value-of select="$tresc/wnio:C1/wnio:dodatkoweInformacje"/>
</textarea>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="header" colspan="3">2. Dane identyfikujące obszar objęty wnioskiem</td>
</tr>
<tr style="height:12%">
<td class="left"/>
<td class="content" colspan="2">
<table style="width: 100%">
<tr>
<td rowspan="2" style="vertical-align: text-top;">
<xsl:choose>
<xsl:when test="$tresc/wnio:C1/wnio:daneIdentObszarObjętyWnioskiemSelect='1'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> jednostki podziału terytorialnego <br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C1/wnio:daneIdentObszarObjętyWnioskiemSelect='2'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> wykaz godeł arkuszy mapy <br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C1/wnio:daneIdentObszarObjętyWnioskiemSelect='3'">
<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
</td>
<td>
Obszar określony w załączonym pliku wektorowym w układzie współ.:<br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C1/wnio:daneIdentObszarObjętyWnioskiemSelect='4'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> PL-1992
<xsl:choose>
<xsl:when test="$tresc/wnio:C1/wnio:daneIdentObszarObjętyWnioskiemSelect='5'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> PL-2000 <br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C1/wnio:daneIdentObszarObjętyWnioskiemSelect='6'">
<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
<xsl:if test="$tresc/wnio:C1/wnio:daneIdentObszarObjętyWnioskiemSelect='6'">
<input type="text" class="szerokie-pole" disabled="disabled" value="{$tresc/wnio:C1/wnio:obszarInny}"/>
</xsl:if>
</td>
</tr>
<tr>
<td>
Współrzędne poligonu w układzie współ.:<br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C1/wnio:daneIdentObszarObjętyWnioskiemSelect='7'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> PL-1992
<xsl:choose>
<xsl:when test="$tresc/wnio:C1/wnio:daneIdentObszarObjętyWnioskiemSelect='8'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> PL-2000 <br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C1/wnio:daneIdentObszarObjętyWnioskiemSelect='9'">
<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
<xsl:if test="$tresc/wnio:C1/wnio:daneIdentObszarObjętyWnioskiemSelect='9'">
<input type="text" class="szerokie-pole" disabled="disabled" value="{$tresc/wnio:C1/wnio:wspolrzednePoligonuInny}"/>
</xsl:if>
</td>
</tr>
<xsl:if test="$tresc/wnio:C1/wnio:daneIdentObszarObjętyWnioskiemSelect='1'">
<tr>
<td colspan="2">
<table style="padding-left: 20px;">
<tr>
<td>Województwo</td>
<td>
<xsl:value-of select="$tresc/wnio:C1/wnio:Adres/wnio:Wojewodztwo"/>
</td>
</tr>
<xsl:if test="string-length($tresc/wnio:C1/wnio:Adres/wnio:Powiat)>0">
<tr>
<td>Powiat</td>
<td>
<xsl:value-of select="$tresc/wnio:C1/wnio:Adres/wnio:Powiat"/>
</td>
</tr>
</xsl:if>
<xsl:if test="string-length($tresc/wnio:C1/wnio:Adres/wnio:Gmina)>0">
<tr>
<td>Gmina</td>
<td>
<xsl:value-of select="$tresc/wnio:C1/wnio:Adres/wnio:Gmina"/>
</td>
</tr>
</xsl:if>
<xsl:if test="string-length($tresc/wnio:C1/wnio:Adres/wnio:Miejscowosc)>0">
<tr>
<td>Miejscowość</td>
<td>
<xsl:value-of select="$tresc/wnio:C1/wnio:Adres/wnio:Miejscowosc"/>
</td>
</tr>
</xsl:if>
</table>
</td>
</tr>
</xsl:if>
<xsl:if test="$tresc/wnio:C1/wnio:daneIdentObszarObjętyWnioskiemSelect='2' or $tresc/wnio:C1/wnio:daneIdentObszarObjętyWnioskiemSelect='7' or $tresc/wnio:C1/wnio:daneIdentObszarObjętyWnioskiemSelect='8' or $tresc/wnio:C1/wnio:daneIdentObszarObjętyWnioskiemSelect='9'">
<tr>
<td colspan="2">
<textarea rows="10" disabled="disabled" style="width: 100%">
<xsl:value-of select="$tresc/wnio:C1/wnio:daneIdentObszarObjętyWnioskiemInput"/>
</textarea>
</td>
</tr>
</xsl:if>
</table>
</td>
</tr>
<tr>
<td class="header" colspan="3">3. Dodatkowe wyjaśnienia i uwagi wnioskodawcy</td>
</tr>
<tr style="height: 70px;">
<td class="left"/>
<td class="content" colspan="2">
<textarea rows="10" disabled="disabled" style="width: 100%;">
<xsl:value-of select="$tresc/wnio:C1/wnio:dodatkoweWyjasnieniaIUwagi"/>
</textarea>
</td>
</tr>
<tr>
<td colspan="3" style="background-color: rgb(200, 191, 231);">
<table style="height: 100%;width:100%;border-collapse: collapse">
<tr>
<td class="header" colspan="2"><span style="float:right;padding-right:100px">WNIOSKODAWCA</span></td>
</tr>
<tr>
<td class="left" style="width:60%"/>
<td class="content" colspan="2" style="height: 75px; border: 1px solid black;">
<p align="center" style="text-align: center;font-size: 10px;font-family: Verdana;line-height: 20px;">Dokument nie zawiera podpisu<br/><span style="font-size: 7pt;font-weight: bold;"> Podpis elektroniczny </span></p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</xsl:if>
<xsl:if test="contains($tresc/wnio:okreslenieMaterialowZasobu,'02') or contains($tresc/wnio:okreslenieMaterialowZasobu,'03')">
<table style="width:100%">
<tr>
<td>
<table class="inner3" cellpadding="5" style="border-bottom:none;">
<tr>
<td class="header">1. Uszczegółowienie wniosku o udostępnienie standardowych opracowań kartograficznych</td>
<td class="header" style="width:50px; border-left:1px solid black">
<div class="ASG">C2</div>
</td>
</tr>
</table>
<table class="inner3" cellpadding="5" style="border-top: 1px solid #c8bfe7;">
<tr style="height:12%">
<td class="left"/>
<td class="content" colspan="2">
<table border="1" class="table-with-border">
<tr>
<td style="width: 50%; vertical-align: top;">
Mapa topograficzna w układzie współ. PL-UTM w skali:<br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:okreslenieMaterialowZasobu,'02') and $tresc/wnio:C2/wnio:skala1='1'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> 1:25 000 <br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:okreslenieMaterialowZasobu,'02') and $tresc/wnio:C2/wnio:skala1='2'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> 1:50 000 <br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:okreslenieMaterialowZasobu,'02') and $tresc/wnio:C2/wnio:skala1='3'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> 1:100 000 <br/>
</td>
<td>
Postać mapy:
<div style="margin-left: 13px; margin-top: 5px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:okreslenieMaterialowZasobu,'02') and contains($tresc/wnio:C2/wnio:postacMapy,'1')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> wektorowa (w formacie GML)<br/>
<br/>rastrowa w formacie:<br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:okreslenieMaterialowZasobu,'02') and contains($tresc/wnio:C2/wnio:postacMapy,'2')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> TIFF<br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:okreslenieMaterialowZasobu,'02') and contains($tresc/wnio:C2/wnio:postacMapy,'3')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> GeoTIFF<br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:okreslenieMaterialowZasobu,'02') and contains($tresc/wnio:C2/wnio:postacMapy,'4')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> inny:
<xsl:if test="contains($tresc/wnio:okreslenieMaterialowZasobu,'02') and contains($tresc/wnio:C2/wnio:postacMapy,'4')">
<input type="text" class="szerokie-pole" disabled="disabled" value="{$tresc/wnio:C2/wnio:postacMapyInny}"/>
</xsl:if><br/>
<br/>drukowana:<br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:okreslenieMaterialowZasobu,'02') and contains($tresc/wnio:C2/wnio:postacMapy,'5')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> ploterowy wydruk kolorowy<br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:okreslenieMaterialowZasobu,'02') and contains($tresc/wnio:C2/wnio:postacMapy,'6')">
<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<br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:okreslenieMaterialowZasobu,'02') and contains($tresc/wnio:C2/wnio:postacMapy,'7')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> druk poligraficzny
</div>
</td>
</tr>
<tr>
<td style="width: 50%; vertical-align: top;">
Mapa ogólnogeogaficzna w skali:<br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:okreslenieMaterialowZasobu,'03') and $tresc/wnio:C2/wnio:skala2='1'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> 1:250 000 w układzie współ. PL-UTM <br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:okreslenieMaterialowZasobu,'03') and $tresc/wnio:C2/wnio:skala2='2'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> 1:500 000 w układzie współ. PL-LCC <br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:okreslenieMaterialowZasobu,'03') and $tresc/wnio:C2/wnio:skala2='3'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> 1:1 000 000 w układzie współ. PL-LCC
</td>
<td>
Postać mapy:
<div style="margin-left: 13px; margin-top: 5px;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:okreslenieMaterialowZasobu,'03') and contains($tresc/wnio:C2/wnio:postacMapy2,'1')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> wektorowa (w formacie GML)<br/>
<br/>rastrowa w formacie:<br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:okreslenieMaterialowZasobu,'03') and contains($tresc/wnio:C2/wnio:postacMapy2,'2')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> TIFF<br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:okreslenieMaterialowZasobu,'03') and contains($tresc/wnio:C2/wnio:postacMapy2,'3')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> GeoTIFF<br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:okreslenieMaterialowZasobu,'03') and contains($tresc/wnio:C2/wnio:postacMapy2,'4')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> inny:
<xsl:if test="contains($tresc/wnio:okreslenieMaterialowZasobu,'03') and contains($tresc/wnio:C2/wnio:postacMapy2,'4')">
<input type="text" class="szerokie-pole" disabled="disabled" value="{$tresc/wnio:C2/wnio:postacMapy2Inny}"/>
</xsl:if><br/>
<br/>drukowana:<br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:okreslenieMaterialowZasobu,'03') and contains($tresc/wnio:C2/wnio:postacMapy2,'5')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> ploterowy wydruk kolorowy<br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:okreslenieMaterialowZasobu,'03') and contains($tresc/wnio:C2/wnio:postacMapy2,'6')">
<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<br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:okreslenieMaterialowZasobu,'04') and contains($tresc/wnio:C2/wnio:postacMapy2,'7')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> druk poligraficzny
</div>
</td>
</tr>
<tr>
<td colspan="2">
Dodatkowe wyjaśnienia
<textarea rows="10" disabled="disabled" style="width: 100%">
<xsl:value-of select="$tresc/wnio:C2/wnio:dodatkoweInformacje"/>
</textarea>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="header" colspan="3">2. Dane identyfikujące obszar objęty wnioskiem</td>
</tr>
<tr style="height:12%">
<td class="left"/>
<td class="content" colspan="2">
<table style="width: 100%">
<tr>
<td rowspan="2" style="vertical-align: text-top;">
<xsl:choose>
<xsl:when test="$tresc/wnio:C2/wnio:daneIdentObszarObjętyWnioskiemSelect='1'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> jednostki podziału terytorialnego <br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C2/wnio:daneIdentObszarObjętyWnioskiemSelect='2'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> wykaz godeł arkuszy mapy <br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C2/wnio:daneIdentObszarObjętyWnioskiemSelect='3'">
<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
</td>
<td>
Obszar określony w załączonym pliku wektorowym w układzie współ.:<br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C2/wnio:daneIdentObszarObjętyWnioskiemSelect='4'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> PL-1992
<xsl:choose>
<xsl:when test="$tresc/wnio:C2/wnio:daneIdentObszarObjętyWnioskiemSelect='5'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> PL-2000 <br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C2/wnio:daneIdentObszarObjętyWnioskiemSelect='6'">
<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
<xsl:if test="$tresc/wnio:C2/wnio:daneIdentObszarObjętyWnioskiemSelect='6'">
<input type="text" class="szerokie-pole" disabled="disabled" value="{$tresc/wnio:C2/wnio:obszarInny}"/>
</xsl:if>
</td>
</tr>
<tr>
<td>
Współrzędne poligonu w układzie współ.:<br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C2/wnio:daneIdentObszarObjętyWnioskiemSelect='7'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> PL-1992
<xsl:choose>
<xsl:when test="$tresc/wnio:C2/wnio:daneIdentObszarObjętyWnioskiemSelect='8'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> PL-2000 <br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C2/wnio:daneIdentObszarObjętyWnioskiemSelect='9'">
<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
<xsl:if test="$tresc/wnio:C2/wnio:daneIdentObszarObjętyWnioskiemSelect='9'">
<input type="text" class="szerokie-pole" disabled="disabled" value="{$tresc/wnio:C2/wnio:wspolrzednePoligonuInny}"/>
</xsl:if>
</td>
</tr>
<xsl:if test="$tresc/wnio:C2/wnio:daneIdentObszarObjętyWnioskiemSelect='1'">
<tr>
<td colspan="2">
<table style="padding-left: 20px;">
<tr>
<td>Województwo</td>
<td>
<xsl:value-of select="$tresc/wnio:C2/wnio:Adres/wnio:Wojewodztwo"/>
</td>
</tr>
<xsl:if test="string-length($tresc/wnio:C2/wnio:Adres/wnio:Powiat)>0">
<tr>
<td>Powiat</td>
<td>
<xsl:value-of select="$tresc/wnio:C2/wnio:Adres/wnio:Powiat"/>
</td>
</tr>
</xsl:if>
<xsl:if test="string-length($tresc/wnio:C2/wnio:Adres/wnio:Gmina)>0">
<tr>
<td>Gmina</td>
<td>
<xsl:value-of select="$tresc/wnio:C2/wnio:Adres/wnio:Gmina"/>
</td>
</tr>
</xsl:if>
<xsl:if test="string-length($tresc/wnio:C2/wnio:Adres/wnio:Miejscowosc)>0">
<tr>
<td>Miejscowość</td>
<td>
<xsl:value-of select="$tresc/wnio:C2/wnio:Adres/wnio:Miejscowosc"/>
</td>
</tr>
</xsl:if>
</table>
</td>
</tr>
</xsl:if>
<xsl:if test="$tresc/wnio:C2/wnio:daneIdentObszarObjętyWnioskiemSelect='2' or $tresc/wnio:C2/wnio:daneIdentObszarObjętyWnioskiemSelect='7' or $tresc/wnio:C2/wnio:daneIdentObszarObjętyWnioskiemSelect='8' or $tresc/wnio:C2/wnio:daneIdentObszarObjętyWnioskiemSelect='9'">
<tr>
<td colspan="2">
<textarea rows="10" disabled="disabled" style="width: 100%">
<xsl:value-of select="$tresc/wnio:C2/wnio:daneIdentObszarObjętyWnioskiemInput"/>
</textarea>
</td>
</tr>
</xsl:if>
</table>
</td>
</tr>
<tr>
<td class="header" colspan="3">3. Dodatkowe wyjaśnienia i uwagi wnioskodawcy</td>
</tr>
<tr style="height: 70px;">
<td class="left"/>
<td class="content" colspan="2">
<textarea rows="10" disabled="disabled" style="width: 100%;">
<xsl:value-of select="$tresc/wnio:C2/wnio:dodatkoweWyjasnieniaIUwagi"/>
</textarea>
</td>
</tr>
<tr>
<td colspan="3" style="background-color: rgb(200, 191, 231);">
<table style="height: 100%;width:100%;border-collapse: collapse">
<tr>
<td class="header" colspan="2"><span style="float:right;padding-right:100px">WNIOSKODAWCA</span></td>
</tr>
<tr>
<td class="left" style="width:60%"/>
<td class="content" colspan="2" style="height: 75px; border: 1px solid black;">
<p align="center" style="text-align: center;font-size: 10px;font-family: Verdana;line-height: 20px;">Dokument nie zawiera podpisu<br/><span style="font-size: 7pt;font-weight: bold;"> Podpis elektroniczny </span></p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</xsl:if>
<xsl:if test="contains($tresc/wnio:okreslenieMaterialowZasobu,'04')">
<table style="width:100%;">
<tr>
<td>
<table class="inner3" cellpadding="5" style="border-bottom:none;">
<tr>
<td class="header" colspan="2">1. Uszczegółowienie wniosku o udostępnienie map tematycznych, specjalnych i niestandardowych opracowań topograficznych</td>
<td class="header" style="width:50px; border-left:1px solid black">
<div class="ASG">C3</div>
</td>
</tr>
</table>
<table class="inner3" cellpadding="5" style="border-top: 1px solid #c8bfe7;">
<tr style="height:12%">
<td class="left"/>
<td class="content" colspan="2">
<table border="1" class="table-with-border">
<tr>
<th colspan="1" style="width: 50%">MAPY TEMATYCZNE I SPECJALNE</th>
<th colspan="1" style="width: 50%">NIESTANDARDOWE OPRACOWANIA TOPOGRAFICZNE</th>
</tr>
<tr>
<td style="vertical-align: text-top;">
<ul>
<xsl:if test="$tresc/wnio:C3/wnio:sozologicznaPL1942/@selected='true'">
<li>
mapa sozologiczna, PL-1942; Postać mapy:
<ul>
<xsl:if test="contains($tresc/wnio:C3/wnio:sozologicznaPL1942/wnio:postacMapy,'1')">
<li>wektorowa</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:sozologicznaPL1942/wnio:postacMapy,'2')">
<li>rastrowa w formacie TIFF</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:sozologicznaPL1942/wnio:postacMapy,'3')">
<li>rastrowa w formacie GeoTIFF, PL-1992</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:sozologicznaPL1942/wnio:postacMapy,'4')">
<li>rastrowa w formacie innym: <xsl:value-of select="$tresc/wnio:C3/wnio:sozologicznaPL1942/wnio:postacMapyInny"/></li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:sozologicznaPL1942/wnio:postacMapy,'5')">
<li>drukowana - ploterowy wydruk kolorowy</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:sozologicznaPL1942/wnio:postacMapy,'6')">
<li>drukowana - ploterowy wydruk czarno-biały</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:sozologicznaPL1942/wnio:postacMapy,'7')">
<li>drukowana - druk poligraficzny</li>
</xsl:if>
</ul>
</li>
</xsl:if>
<xsl:if test="$tresc/wnio:C3/wnio:sozologicznaPL1992/@selected='true'">
<li>
mapa sozologiczna, PL-1992; Postać mapy:
<ul>
<xsl:if test="contains($tresc/wnio:C3/wnio:sozologicznaPL1992/wnio:postacMapy,'1')">
<li>wektorowa</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:sozologicznaPL1992/wnio:postacMapy,'2')">
<li>rastrowa w formacie TIFF</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:sozologicznaPL1992/wnio:postacMapy,'3')">
<li>rastrowa w formacie GeoTIFF, PL-1992</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:sozologicznaPL1992/wnio:postacMapy,'4')">
<li>rastrowa w formacie innym: <xsl:value-of select="$tresc/wnio:C3/wnio:sozologicznaPL1992/wnio:postacMapyInny"/></li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:sozologicznaPL1992/wnio:postacMapy,'5')">
<li>drukowana - ploterowy wydruk kolorowy</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:sozologicznaPL1992/wnio:postacMapy,'6')">
<li>drukowana - ploterowy wydruk czarno-biały</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:sozologicznaPL1992/wnio:postacMapy,'7')">
<li>drukowana - druk poligraficzny</li>
</xsl:if>
</ul>
</li>
</xsl:if>
<xsl:if test="$tresc/wnio:C3/wnio:hydrograficznaPL1942/@selected='true'">
<li>
mapa hydrograficzna, PL-1942; Postać mapy:
<ul>
<xsl:if test="contains($tresc/wnio:C3/wnio:hydrograficznaPL1942/wnio:postacMapy,'1')">
<li>wektorowa</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:hydrograficznaPL1942/wnio:postacMapy,'2')">
<li>rastrowa w formacie TIFF</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:hydrograficznaPL1942/wnio:postacMapy,'3')">
<li>rastrowa w formacie GeoTIFF, PL-1992</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:hydrograficznaPL1942/wnio:postacMapy,'4')">
<li>rastrowa w formacie innym: <xsl:value-of select="$tresc/wnio:C3/wnio:hydrograficznaPL1942/wnio:postacMapyInny"/></li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:hydrograficznaPL1942/wnio:postacMapy,'5')">
<li>drukowana - ploterowy wydruk kolorowy</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:hydrograficznaPL1942/wnio:postacMapy,'6')">
<li>drukowana - ploterowy wydruk czarno-biały</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:hydrograficznaPL1942/wnio:postacMapy,'7')">
<li>drukowana - druk poligraficzny</li>
</xsl:if>
</ul>
</li>
</xsl:if>
<xsl:if test="$tresc/wnio:C3/wnio:hydrograficzna1965/@selected='true'">
<li>
mapa hydrograficzna, 1965; Postać mapy:
<ul>
<xsl:if test="contains($tresc/wnio:C3/wnio:hydrograficzna1965/wnio:postacMapy,'1')">
<li>wektorowa</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:hydrograficzna1965/wnio:postacMapy,'2')">
<li>rastrowa w formacie TIFF</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:hydrograficzna1965/wnio:postacMapy,'3')">
<li>rastrowa w formacie GeoTIFF, PL-1992</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:hydrograficzna1965/wnio:postacMapy,'4')">
<li>rastrowa w formacie innym: <xsl:value-of select="$tresc/wnio:C3/wnio:hydrograficzna1965/wnio:postacMapyInny"/></li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:hydrograficzna1965/wnio:postacMapy,'5')">
<li>drukowana - ploterowy wydruk kolorowy</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:hydrograficzna1965/wnio:postacMapy,'6')">
<li>drukowana - ploterowy wydruk czarno-biały</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:hydrograficzna1965/wnio:postacMapy,'7')">
<li>drukowana - druk poligraficzny</li>
</xsl:if>
</ul>
</li>
</xsl:if>
<xsl:if test="$tresc/wnio:C3/wnio:hydrograficznaPL1992/@selected='true'">
<li>
mapa hydrograficzna, PL-1992; Postać mapy:
<ul>
<xsl:if test="contains($tresc/wnio:C3/wnio:hydrograficznaPL1992/wnio:postacMapy,'1')">
<li>wektorowa</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:hydrograficznaPL1992/wnio:postacMapy,'2')">
<li>rastrowa w formacie TIFF</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:hydrograficznaPL1992/wnio:postacMapy,'3')">
<li>rastrowa w formacie GeoTIFF, PL-1992</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:hydrograficznaPL1992/wnio:postacMapy,'4')">
<li>rastrowa w formacie innym: <xsl:value-of select="$tresc/wnio:C3/wnio:hydrograficznaPL1992/wnio:postacMapyInny"/></li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:hydrograficznaPL1992/wnio:postacMapy,'5')">
<li>drukowana - ploterowy wydruk kolorowy</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:hydrograficznaPL1992/wnio:postacMapy,'6')">
<li>drukowana - ploterowy wydruk czarno-biały</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:hydrograficznaPL1992/wnio:postacMapy,'7')">
<li>drukowana - druk poligraficzny</li>
</xsl:if>
</ul>
</li>
</xsl:if>
<xsl:if test="$tresc/wnio:C3/wnio:mapaGlebowoRolnicza/@selected='true'">
<li>
mapa glebowo-rolnicza; Postać mapy:
<ul>
<xsl:if test="contains($tresc/wnio:C3/wnio:mapaGlebowoRolnicza/wnio:postacMapy,'1')">
<li>wektorowa</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:mapaGlebowoRolnicza/wnio:postacMapy,'2')">
<li>rastrowa w formacie TIFF</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:mapaGlebowoRolnicza/wnio:postacMapy,'3')">
<li>rastrowa w formacie GeoTIFF, PL-1992</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:mapaGlebowoRolnicza/wnio:postacMapy,'4')">
<li>rastrowa w formacie innym: <xsl:value-of select="$tresc/wnio:C3/wnio:mapaGlebowoRolnicza/wnio:postacMapyInny"/></li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:mapaGlebowoRolnicza/wnio:postacMapy,'5')">
<li>drukowana - ploterowy wydruk kolorowy</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:mapaGlebowoRolnicza/wnio:postacMapy,'6')">
<li>drukowana - ploterowy wydruk czarno-biały</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:mapaGlebowoRolnicza/wnio:postacMapy,'7')">
<li>drukowana - druk poligraficzny</li>
</xsl:if>
</ul>
</li>
</xsl:if>
<xsl:if test="$tresc/wnio:C3/wnio:VMap/@selected='true'">
<li>
V-Map; Postać mapy:
<ul>
<xsl:if test="contains($tresc/wnio:C3/wnio:VMap/wnio:postacMapy,'1')">
<li>wektorowa</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:VMap/wnio:postacMapy,'2')">
<li>rastrowa w formacie TIFF</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:VMap/wnio:postacMapy,'3')">
<li>rastrowa w formacie GeoTIFF, PL-1992</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:VMap/wnio:postacMapy,'4')">
<li>rastrowa w formacie innym: <xsl:value-of select="$tresc/wnio:C3/wnio:VMap/wnio:postacMapyInny"/></li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:VMap/wnio:postacMapy,'5')">
<li>drukowana - ploterowy wydruk kolorowy</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:VMap/wnio:postacMapy,'6')">
<li>drukowana - ploterowy wydruk czarno-biały</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:VMap/wnio:postacMapy,'7')">
<li>drukowana - druk poligraficzny</li>
</xsl:if>
</ul>
</li>
</xsl:if>
<xsl:if test="$tresc/wnio:C3/wnio:mapaInna/@selected='true'">
<li>
inne: <xsl:value-of select="$tresc/wnio:C3/wnio:mapaInna/wnio:mapaInny"/>; Postać mapy:
<ul>
<xsl:if test="contains($tresc/wnio:C3/wnio:mapaInna/wnio:postacMapy,'1')">
<li>wektorowa</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:mapaInna/wnio:postacMapy,'2')">
<li>rastrowa w formacie TIFF</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:mapaInna/wnio:postacMapy,'3')">
<li>rastrowa w formacie GeoTIFF, PL-1992</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:mapaInna/wnio:postacMapy,'4')">
<li>rastrowa w formacie innym: <xsl:value-of select="$tresc/wnio:C3/wnio:mapaInna/wnio:postacMapyInny"/></li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:mapaInna/wnio:postacMapy,'5')">
<li>drukowana - ploterowy wydruk kolorowy</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:mapaInna/wnio:postacMapy,'6')">
<li>drukowana - ploterowy wydruk czarno-biały</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:mapaInna/wnio:postacMapy,'7')">
<li>drukowana - druk poligraficzny</li>
</xsl:if>
</ul>
</li>
</xsl:if>
</ul>
</td>
<td style="vertical-align: text-top;">
<ul>
<xsl:if test="$tresc/wnio:C3/wnio:Skala1_10000PL1942/@selected='true'">
<li>
w skali 1:10 000, PL-1942; Postać mapy:
<ul>
<xsl:if test="contains($tresc/wnio:C3/wnio:Skala1_10000PL1942/wnio:postacMapy,'1')">
<li>rastrowa w formacie TIFF</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:Skala1_10000PL1942/wnio:postacMapy,'2')">
<li>rastrowa w formacie GeoTIFF, PL-1992</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:Skala1_10000PL1942/wnio:postacMapy,'3')">
<li>rastrowa w formacie innym: <xsl:value-of select="$tresc/wnio:C3/wnio:Skala1_10000PL1942/wnio:postacMapyInny"/></li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:Skala1_10000PL1942/wnio:postacMapy,'4')">
<li>drukowana - ploterowy wydruk kolorowy</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:Skala1_10000PL1942/wnio:postacMapy,'5')">
<li>drukowana - ploterowy wydruk czarno-biały</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:Skala1_10000PL1942/wnio:postacMapy,'6')">
<li>drukowana - druk poligraficzny</li>
</xsl:if>
</ul>
</li>
</xsl:if>
<xsl:if test="$tresc/wnio:C3/wnio:Skala1_10000PL1992/@selected='true'">
<li>
w skali 1:10 000, PL-1992; Postać mapy:
<ul>
<xsl:if test="contains($tresc/wnio:C3/wnio:Skala1_10000PL1992/wnio:postacMapy,'1')">
<li>rastrowa w formacie TIFF</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:Skala1_10000PL1992/wnio:postacMapy,'2')">
<li>rastrowa w formacie GeoTIFF, PL-1992</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:Skala1_10000PL1992/wnio:postacMapy,'3')">
<li>rastrowa w formacie innym: <xsl:value-of select="$tresc/wnio:C3/wnio:Skala1_10000PL1992/wnio:postacMapyInny"/></li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:Skala1_10000PL1992/wnio:postacMapy,'4')">
<li>drukowana - ploterowy wydruk kolorowy</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:Skala1_10000PL1992/wnio:postacMapy,'5')">
<li>drukowana - ploterowy wydruk czarno-biały</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:Skala1_10000PL1992/wnio:postacMapy,'6')">
<li>drukowana - druk poligraficzny</li>
</xsl:if>
</ul>
</li>
</xsl:if>
<xsl:if test="$tresc/wnio:C3/wnio:Skala1_100001965/@selected='true'">
<li>
w skali 1:10 000, 1965; Postać mapy:
<ul>
<xsl:if test="contains($tresc/wnio:C3/wnio:Skala1_100001965/wnio:postacMapy,'1')">
<li>rastrowa w formacie TIFF</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:Skala1_100001965/wnio:postacMapy,'2')">
<li>rastrowa w formacie GeoTIFF, PL-1992</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:Skala1_100001965/wnio:postacMapy,'3')">
<li>rastrowa w formacie innym: <xsl:value-of select="$tresc/wnio:C3/wnio:Skala1_100001965/wnio:postacMapyInny"/></li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:Skala1_100001965/wnio:postacMapy,'4')">
<li>drukowana - ploterowy wydruk kolorowy</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:Skala1_100001965/wnio:postacMapy,'5')">
<li>drukowana - ploterowy wydruk czarno-biały</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:Skala1_100001965/wnio:postacMapy,'6')">
<li>drukowana - druk poligraficzny</li>
</xsl:if>
</ul>
</li>
</xsl:if>
<xsl:if test="$tresc/wnio:C3/wnio:Skala1_250001965/@selected='true'">
<li>
w skali 1:25 000, 1965; Postać mapy:
<ul>
<xsl:if test="contains($tresc/wnio:C3/wnio:Skala1_250001965/wnio:postacMapy,'1')">
<li>rastrowa w formacie TIFF</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:Skala1_250001965/wnio:postacMapy,'2')">
<li>rastrowa w formacie GeoTIFF, PL-1992</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:Skala1_250001965/wnio:postacMapy,'3')">
<li>rastrowa w formacie innym: <xsl:value-of select="$tresc/wnio:C3/wnio:Skala1_250001965/wnio:postacMapyInny"/></li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:Skala1_250001965/wnio:postacMapy,'4')">
<li>drukowana - ploterowy wydruk kolorowy</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:Skala1_250001965/wnio:postacMapy,'5')">
<li>drukowana - ploterowy wydruk czarno-biały</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:Skala1_250001965/wnio:postacMapy,'6')">
<li>drukowana - druk poligraficzny</li>
</xsl:if>
</ul>
</li>
</xsl:if>
<xsl:if test="$tresc/wnio:C3/wnio:Skala1_500001965/@selected='true'">
<li>
w skali 1:50 000, 1965; Postać mapy:
<ul>
<xsl:if test="contains($tresc/wnio:C3/wnio:Skala1_500001965/wnio:postacMapy,'1')">
<li>rastrowa w formacie TIFF</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:Skala1_500001965/wnio:postacMapy,'2')">
<li>rastrowa w formacie GeoTIFF, PL-1992</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:Skala1_500001965/wnio:postacMapy,'3')">
<li>rastrowa w formacie innym: <xsl:value-of select="$tresc/wnio:C3/wnio:Skala1_500001965/wnio:postacMapyInny"/></li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:Skala1_500001965/wnio:postacMapy,'4')">
<li>drukowana - ploterowy wydruk kolorowy</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:Skala1_500001965/wnio:postacMapy,'5')">
<li>drukowana - ploterowy wydruk czarno-biały</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:Skala1_500001965/wnio:postacMapy,'6')">
<li>drukowana - druk poligraficzny</li>
</xsl:if>
</ul>
</li>
</xsl:if>
<xsl:if test="$tresc/wnio:C3/wnio:Skala1_50000PL1942/@selected='true'">
<li>
w skali 1:50 000, PL-1942; Postać mapy:
<ul>
<xsl:if test="contains($tresc/wnio:C3/wnio:Skala1_50000PL1942/wnio:postacMapy,'1')">
<li>rastrowa w formacie TIFF</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:Skala1_50000PL1942/wnio:postacMapy,'2')">
<li>rastrowa w formacie GeoTIFF, PL-1992</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:Skala1_50000PL1942/wnio:postacMapy,'3')">
<li>rastrowa w formacie innym: <xsl:value-of select="$tresc/wnio:C3/wnio:Skala1_50000PL1942/wnio:postacMapyInny"/></li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:Skala1_50000PL1942/wnio:postacMapy,'4')">
<li>drukowana - ploterowy wydruk kolorowy</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:Skala1_50000PL1942/wnio:postacMapy,'5')">
<li>drukowana - ploterowy wydruk czarno-biały</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:Skala1_50000PL1942/wnio:postacMapy,'6')">
<li>drukowana - druk poligraficzny</li>
</xsl:if>
</ul>
</li>
</xsl:if>
<xsl:if test="$tresc/wnio:C3/wnio:Skala1_50000PL1992/@selected='true'">
<li>
w skali 1:50 000, PL-1992; Postać mapy:
<ul>
<xsl:if test="contains($tresc/wnio:C3/wnio:Skala1_50000PL1992/wnio:postacMapy,'1')">
<li>rastrowa w formacie TIFF</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:Skala1_50000PL1992/wnio:postacMapy,'2')">
<li>rastrowa w formacie GeoTIFF, PL-1992</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:Skala1_50000PL1992/wnio:postacMapy,'3')">
<li>rastrowa w formacie innym: <xsl:value-of select="$tresc/wnio:C3/wnio:Skala1_50000PL1992/wnio:postacMapyInny"/></li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:Skala1_50000PL1992/wnio:postacMapy,'4')">
<li>drukowana - ploterowy wydruk kolorowy</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:Skala1_50000PL1992/wnio:postacMapy,'5')">
<li>drukowana - ploterowy wydruk czarno-biały</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:Skala1_50000PL1992/wnio:postacMapy,'6')">
<li>drukowana - druk poligraficzny</li>
</xsl:if>
</ul>
</li>
</xsl:if>
<xsl:if test="$tresc/wnio:C3/wnio:Skala1_50000UTM/@selected='true'">
<li>
w skali 1:50 000, UTM; Postać mapy:
<ul>
<xsl:if test="contains($tresc/wnio:C3/wnio:Skala1_50000UTM/wnio:postacMapy,'1')">
<li>rastrowa w formacie TIFF</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:Skala1_50000UTM/wnio:postacMapy,'2')">
<li>rastrowa w formacie GeoTIFF, PL-1992</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:Skala1_50000UTM/wnio:postacMapy,'3')">
<li>rastrowa w formacie innym: <xsl:value-of select="$tresc/wnio:C3/wnio:Skala1_50000UTM/wnio:postacMapyInny"/></li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:Skala1_50000UTM/wnio:postacMapy,'4')">
<li>drukowana - ploterowy wydruk kolorowy</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:Skala1_50000UTM/wnio:postacMapy,'5')">
<li>drukowana - ploterowy wydruk czarno-biały</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:Skala1_50000UTM/wnio:postacMapy,'6')">
<li>drukowana - druk poligraficzny</li>
</xsl:if>
</ul>
</li>
</xsl:if>
<xsl:if test="$tresc/wnio:C3/wnio:Skala1_100000GUGiK80/@selected='true'">
<li>
w skali 1:100 000, GUGiK80; Postać mapy:
<ul>
<xsl:if test="contains($tresc/wnio:C3/wnio:Skala1_100000GUGiK80/wnio:postacMapy,'1')">
<li>rastrowa w formacie TIFF</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:Skala1_100000GUGiK80/wnio:postacMapy,'2')">
<li>rastrowa w formacie GeoTIFF, PL-1992</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:Skala1_100000GUGiK80/wnio:postacMapy,'3')">
<li>rastrowa w formacie innym: <xsl:value-of select="$tresc/wnio:C3/wnio:Skala1_100000GUGiK80/wnio:postacMapyInny"/></li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:Skala1_100000GUGiK80/wnio:postacMapy,'4')">
<li>drukowana - ploterowy wydruk kolorowy</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:Skala1_100000GUGiK80/wnio:postacMapy,'5')">
<li>drukowana - ploterowy wydruk czarno-biały</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:Skala1_100000GUGiK80/wnio:postacMapy,'6')">
<li>drukowana - druk poligraficzny</li>
</xsl:if>
</ul>
</li>
</xsl:if>
<xsl:if test="$tresc/wnio:C3/wnio:TBD_raster_PL1992/@selected='true'">
<li>
TBD (raster), PL-1992; Postać mapy:
<ul>
<xsl:if test="contains($tresc/wnio:C3/wnio:TBD_raster_PL1992/wnio:postacMapy,'1')">
<li>rastrowa w formacie TIFF</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:TBD_raster_PL1992/wnio:postacMapy,'2')">
<li>rastrowa w formacie GeoTIFF, PL-1992</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:TBD_raster_PL1992/wnio:postacMapy,'3')">
<li>rastrowa w formacie innym: <xsl:value-of select="$tresc/wnio:C3/wnio:TBD_raster_PL1992/wnio:postacMapyInny"/></li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:TBD_raster_PL1992/wnio:postacMapy,'4')">
<li>drukowana - ploterowy wydruk kolorowy</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:TBD_raster_PL1992/wnio:postacMapy,'5')">
<li>drukowana - ploterowy wydruk czarno-biały</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:TBD_raster_PL1992/wnio:postacMapy,'6')">
<li>drukowana - druk poligraficzny</li>
</xsl:if>
</ul>
</li>
</xsl:if>
<xsl:if test="$tresc/wnio:C3/wnio:SkalaInne/@selected='true'">
<li>
inne: <xsl:value-of select="$tresc/wnio:C3/wnio:SkalaInne/wnio:skalaInny"/>; Postać mapy:
<ul>
<xsl:if test="contains($tresc/wnio:C3/wnio:SkalaInne/wnio:postacMapy,'1')">
<li>rastrowa w formacie TIFF</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:SkalaInne/wnio:postacMapy,'2')">
<li>rastrowa w formacie GeoTIFF, PL-1992</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:SkalaInne/wnio:postacMapy,'3')">
<li>rastrowa w formacie innym: <xsl:value-of select="$tresc/wnio:C3/wnio:SkalaInne/wnio:postacMapyInny"/></li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:SkalaInne/wnio:postacMapy,'4')">
<li>drukowana - ploterowy wydruk kolorowy</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:SkalaInne/wnio:postacMapy,'5')">
<li>drukowana - ploterowy wydruk czarno-biały</li>
</xsl:if>
<xsl:if test="contains($tresc/wnio:C3/wnio:SkalaInne/wnio:postacMapy,'6')">
<li>drukowana - druk poligraficzny</li>
</xsl:if>
</ul>
</li>
</xsl:if>
</ul>
</td>
</tr>
<tr>
<td colspan="2">
Dodatkowe wyjaśnienia:
<textarea rows="10" disabled="disabled" style="width: 100%">
<xsl:value-of select="$tresc/wnio:C3/wnio:dodatkoweWyjasnienia"/>
</textarea>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="header" colspan="3">2. Dane identyfikujące obszar objęty wnioskiem</td>
</tr>
<tr style="height:12%">
<td class="left"/>
<td class="content" colspan="2">
<table style="width: 100%">
<tr>
<td rowspan="2" style="vertical-align: text-top;">
<xsl:choose>
<xsl:when test="$tresc/wnio:C3/wnio:daneIdentObszarObjętyWnioskiemSelect='1'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> jednostki podziału terytorialnego <br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C3/wnio:daneIdentObszarObjętyWnioskiemSelect='2'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> wykaz godeł arkuszy mapy <br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C3/wnio:daneIdentObszarObjętyWnioskiemSelect='3'">
<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
</td>
<td>
Obszar określony w załączonym pliku wektorowym w układzie współ.:<br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C3/wnio:daneIdentObszarObjętyWnioskiemSelect='4'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> PL-1992
<xsl:choose>
<xsl:when test="$tresc/wnio:C3/wnio:daneIdentObszarObjętyWnioskiemSelect='5'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> PL-2000 <br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C3/wnio:daneIdentObszarObjętyWnioskiemSelect='6'">
<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
<xsl:if test="$tresc/wnio:C3/wnio:daneIdentObszarObjętyWnioskiemSelect='6'">
<input type="text" class="szerokie-pole" disabled="disabled" value="{$tresc/wnio:C3/wnio:obszarInny}"/>
</xsl:if>
</td>
</tr>
<tr>
<td>
Współrzędne poligonu w układzie współ.:<br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C3/wnio:daneIdentObszarObjętyWnioskiemSelect='7'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> PL-1992
<xsl:choose>
<xsl:when test="$tresc/wnio:C3/wnio:daneIdentObszarObjętyWnioskiemSelect='8'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> PL-2000 <br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C3/wnio:daneIdentObszarObjętyWnioskiemSelect='9'">
<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
<xsl:if test="$tresc/wnio:C3/wnio:daneIdentObszarObjętyWnioskiemSelect='9'">
<input type="text" class="szerokie-pole" disabled="disabled" value="{$tresc/wnio:C3/wnio:wspolrzednePoligonuInny}"/>
</xsl:if>
</td>
</tr>
<xsl:if test="$tresc/wnio:C3/wnio:daneIdentObszarObjętyWnioskiemSelect='1'">
<tr>
<td colspan="2">
<table style="padding-left: 20px;">
<tr>
<td>Województwo</td>
<td>
<xsl:value-of select="$tresc/wnio:C3/wnio:Adres/wnio:Wojewodztwo"/>
</td>
</tr>
<xsl:if test="string-length($tresc/wnio:C3/wnio:Adres/wnio:Powiat)>0">
<tr>
<td>Powiat</td>
<td>
<xsl:value-of select="$tresc/wnio:C3/wnio:Adres/wnio:Powiat"/>
</td>
</tr>
</xsl:if>
<xsl:if test="string-length($tresc/wnio:C3/wnio:Adres/wnio:Gmina)>0">
<tr>
<td>Gmina</td>
<td>
<xsl:value-of select="$tresc/wnio:C3/wnio:Adres/wnio:Gmina"/>
</td>
</tr>
</xsl:if>
<xsl:if test="string-length($tresc/wnio:C3/wnio:Adres/wnio:Miejscowosc)>0">
<tr>
<td>Miejscowość</td>
<td>
<xsl:value-of select="$tresc/wnio:C3/wnio:Adres/wnio:Miejscowosc"/>
</td>
</tr>
</xsl:if>
</table>
</td>
</tr>
</xsl:if>
<xsl:if test="$tresc/wnio:C3/wnio:daneIdentObszarObjętyWnioskiemSelect='2' or $tresc/wnio:C3/wnio:daneIdentObszarObjętyWnioskiemSelect='7' or $tresc/wnio:C3/wnio:daneIdentObszarObjętyWnioskiemSelect='8' or $tresc/wnio:C3/wnio:daneIdentObszarObjętyWnioskiemSelect='9'">
<tr>
<td colspan="2">
<textarea rows="10" disabled="disabled" style="width: 100%">
<xsl:value-of select="$tresc/wnio:C3/wnio:daneIdentObszarObjętyWnioskiemInput"/>
</textarea>
</td>
</tr>
</xsl:if>
</table>
</td>
</tr>
<tr>
<td class="header" colspan="3">3. Dodatkowe wyjaśnienia i uwagi wnioskodawcy</td>
</tr>
<tr style="height: 70px;">
<td class="left"/>
<td class="content" colspan="2">
<textarea rows="10" disabled="disabled" style="width: 100%;">
<xsl:value-of select="$tresc/wnio:C3/wnio:dodatkoweWyjasnieniaIUwagi"/>
</textarea>
</td>
</tr>
<tr>
<td colspan="3" style="background-color: rgb(200, 191, 231);">
<table style="height: 100%;width:100%;border-collapse: collapse">
<tr>
<td class="header" colspan="2"><span style="float:right;padding-right:100px">WNIOSKODAWCA</span></td>
</tr>
<tr>
<td class="left" style="width:60%"/>
<td class="content" colspan="2" style="height: 75px; border: 1px solid black;">
<p align="center" style="text-align: center;font-size: 10px;font-family: Verdana;line-height: 20px;">Dokument nie zawiera podpisu<br/><span style="font-size: 7pt;font-weight: bold;"> Podpis elektroniczny </span></p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</xsl:if>
<xsl:if test="contains($tresc/wnio:okreslenieMaterialowZasobu,'05')">
<table style="width:100%">
<tr>
<td>
<table class="inner3" cellpadding="5" style="border-bottom:none;">
<tr>
<td class="header" colspan="2">1. Uszczegółowienie wniosku o udostępnienie zbiorów danych PRPOG</td>
<td class="header" style="width:50px; border-left:1px solid black">
<div class="ASG">C4</div>
</td>
</tr>
</table>
<table class="inner3" cellpadding="5" style="border-top: 1px solid #c8bfe7;">
<tr style="height:12%">
<td class="left"/>
<td class="content" colspan="2">
<table border="1" class="table-with-border">
<tr style="vertical-align: text-top;">
<td rowspan="2" style="width: 43%;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:C4/wnio:dane,'1')">
<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<br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:C4/wnio:dane,'2')">
<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<br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:C4/wnio:dane,'3')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> Wykazy danych charakterystycznych<br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:C4/wnio:dane,'4')">
<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<br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:C4/wnio:dane,'5')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> Opisy topograficzne<br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:C4/wnio:dane,'6')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> Inne niż satelitarne dane obserwacyjne<br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:C4/wnio:dane,'7')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> Satelitarne dane obserwacyjne zawierające obserwacje zgromadzone przez okres:
<xsl:if test="contains($tresc/wnio:C4/wnio:dane,'7')">
<div style="padding-left: 20px;">
od <input type="text" disabled="disabled" value="{$tresc/wnio:C4/wnio:daneOd}"/><br/>
do <input type="text" disabled="disabled" value="{$tresc/wnio:C4/wnio:daneDo}"/>
</div>
</xsl:if>
<br/>Opracowane satelitarne dane obserwacyjne
<div style="padding-left: 20px;">
<xsl:choose>
<xsl:when test="$tresc/wnio:C4/wnio:opracowaneSatelitarnieDane='1'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> opracowane dane użytkownika <br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C4/wnio:opracowaneSatelitarnieDane='2'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> opracowane dane stacji wirtualnej
</div>
</td>
<td rowspan="2">
<b>Rodzaj osnowy:</b><br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:C4/wnio:rodzajOsnowy,'1')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> Pozioma 1 klasy <br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:C4/wnio:rodzajOsnowy,'2')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> Pozioma 2 klasy <br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:C4/wnio:rodzajOsnowy,'3')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> Wysokościowa 1 klasy <br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:C4/wnio:rodzajOsnowy,'4')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> Wysokościowa 2 klasy <br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:C4/wnio:rodzajOsnowy,'5')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> Grawimetryczna <br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:C4/wnio:rodzajOsnowy,'6')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> Magnetyczna <br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:C4/wnio:rodzajOsnowy,'7')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> Inne
</td>
<td>
<b>Układ odniesienia:</b><br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:C4/wnio:ukladOdniesienia,'1')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> PL-ETRF89 <br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:C4/wnio:ukladOdniesienia,'2')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> PL-ETRF2000
</td>
<td rowspan="2">
<b>Układ współrzędnych:</b><br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:C4/wnio:ukladWspolrzednych,'1')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> XYZ <br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:C4/wnio:ukladWspolrzednych,'2')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> GRS80h <br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:C4/wnio:ukladWspolrzednych,'3')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> GRS80H <br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:C4/wnio:ukladWspolrzednych,'4')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> PL-1992 <br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:C4/wnio:ukladWspolrzednych,'5')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> PL-2000 <br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:C4/wnio:ukladWspolrzednych,'6')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> 1965
</td>
</tr>
<tr style="vertical-align: text-top;">
<td>
<b>Układ wysokościowy:</b><br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:C4/wnio:ukladWysokosciowy,'1')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> PL-KRON86-NH <br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:C4/wnio:ukladWysokosciowy,'2')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> PL-EVRF2007-NH
</td>
</tr>
<tr>
<td colspan="4">
Dodatkowe wyjaśnienia:
<textarea rows="10" style="width: 100%;" disabled="disabled">
<xsl:value-of select="$tresc/wnio:C4/wnio:dodatkoweWyjasnienia"/>
</textarea>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="header" colspan="3">2. Przestrzenna lokalizacja punktów osnowy objętych wnioskiem</td>
</tr>
<tr style="height:12%">
<td class="left"/>
<td class="content" colspan="2" style="vertical-align: text-top;">
<table style="width: 100%">
<tr>
<td rowspan="2" style="width: 43%;">
<xsl:choose>
<xsl:when test="$tresc/wnio:C4/wnio:daneIdentObszarObjętyWnioskiemSelect='1'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> jednostki podziału terytorialnego <br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C4/wnio:daneIdentObszarObjętyWnioskiemSelect='2'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> wykaz godeł arkuszy mapy <br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C4/wnio:daneIdentObszarObjętyWnioskiemSelect='3'">
<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 <br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C4/wnio:daneIdentObszarObjętyWnioskiemSelect='4'">
<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<br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C4/wnio:daneIdentObszarObjętyWnioskiemSelect='5'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> wykaz współrzędnych stacji wirtualnych wraz z przedziałem czasowym (hh:mm dd-mm-yyyy - hh:mm dd-mm-yyyy)
</td>
<td>
Obszar określony w załączonym pliku wektorowym w układzie współ.:<br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C4/wnio:daneIdentObszarObjętyWnioskiemSelect='6'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> PL-1992
<xsl:choose>
<xsl:when test="$tresc/wnio:C4/wnio:daneIdentObszarObjętyWnioskiemSelect='7'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> PL-2000 <br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C4/wnio:daneIdentObszarObjętyWnioskiemSelect='8'">
<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
<xsl:if test="$tresc/wnio:C4/wnio:daneIdentObszarObjętyWnioskiemSelect='8'">
<input type="text" class="szerokie-pole" disabled="disabled" value="{$tresc/wnio:C4/wnio:obszarInny}"/>
</xsl:if>
</td>
</tr>
<tr>
<td>
Współrzędne poligonu w układzie współ.:<br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C4/wnio:daneIdentObszarObjętyWnioskiemSelect='9'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> PL-1992
<xsl:choose>
<xsl:when test="$tresc/wnio:C4/wnio:daneIdentObszarObjętyWnioskiemSelect='10'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> PL-2000 <br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C4/wnio:daneIdentObszarObjętyWnioskiemSelect='11'">
<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
<xsl:if test="$tresc/wnio:C4/wnio:daneIdentObszarObjętyWnioskiemSelect='11'">
<input type="text" class="szerokie-pole" disabled="disabled" value="{$tresc/wnio:C4/wnio:wspolrzednePoligonuInny}"/>
</xsl:if>
</td>
</tr>
<xsl:if test="$tresc/wnio:C4/wnio:daneIdentObszarObjętyWnioskiemSelect='1'">
<tr>
<td colspan="2">
<table style="padding-left: 20px;">
<tr>
<td>Województwo</td>
<td>
<xsl:value-of select="$tresc/wnio:C4/wnio:Adres/wnio:Wojewodztwo"/>
</td>
</tr>
<xsl:if test="string-length($tresc/wnio:C4/wnio:Adres/wnio:Powiat)>0">
<tr>
<td>Powiat</td>
<td>
<xsl:value-of select="$tresc/wnio:C4/wnio:Adres/wnio:Powiat"/>
</td>
</tr>
</xsl:if>
<xsl:if test="string-length($tresc/wnio:C4/wnio:Adres/wnio:Gmina)>0">
<tr>
<td>Gmina</td>
<td>
<xsl:value-of select="$tresc/wnio:C4/wnio:Adres/wnio:Gmina"/>
</td>
</tr>
</xsl:if>
<xsl:if test="string-length($tresc/wnio:C4/wnio:Adres/wnio:Miejscowosc)>0">
<tr>
<td>Miejscowość</td>
<td>
<xsl:value-of select="$tresc/wnio:C4/wnio:Adres/wnio:Miejscowosc"/>
</td>
</tr>
</xsl:if>
</table>
</td>
</tr>
</xsl:if>
<xsl:if test="$tresc/wnio:C4/wnio:daneIdentObszarObjętyWnioskiemSelect='2' or $tresc/wnio:C4/wnio:daneIdentObszarObjętyWnioskiemSelect='3' or $tresc/wnio:C4/wnio:daneIdentObszarObjętyWnioskiemSelect='5' or $tresc/wnio:C4/wnio:daneIdentObszarObjętyWnioskiemSelect='9' or $tresc/wnio:C4/wnio:daneIdentObszarObjętyWnioskiemSelect='10' or $tresc/wnio:C4/wnio:daneIdentObszarObjętyWnioskiemSelect='11'">
<tr>
<td colspan="2">
<textarea rows="10" disabled="disabled" style="width: 100%">
<xsl:value-of select="$tresc/wnio:C4/wnio:daneIdentObszarObjętyWnioskiemInput"/>
</textarea>
</td>
</tr>
</xsl:if>
</table>
</td>
</tr>
<tr>
<td class="header" colspan="3">3. Dodatkowe wyjaśnienia i uwagi wnioskodawcy</td>
</tr>
<tr style="height: 70px;">
<td class="left"/>
<td class="content" colspan="2">
<textarea rows="10" disabled="disabled" style="width: 100%;">
<xsl:value-of select="$tresc/wnio:C4/wnio:dodatkoweWyjasnieniaIUwagi"/>
</textarea>
</td>
</tr>
<tr>
<td colspan="3" style="background-color: rgb(200, 191, 231);">
<table style="height: 100%;width:100%;border-collapse: collapse">
<tr>
<td class="header" colspan="2"><span style="float:right;padding-right:100px">WNIOSKODAWCA</span></td>
</tr>
<tr>
<td class="left" style="width:60%"/>
<td class="content" colspan="2" style="height: 75px; border: 1px solid black;">
<p align="center" style="text-align: center;font-size: 10px;font-family: Verdana;line-height: 20px;">Dokument nie zawiera podpisu<br/><span style="font-size: 7pt;font-weight: bold;"> Podpis elektroniczny </span></p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</xsl:if>
<xsl:if test="contains($tresc/wnio:okreslenieMaterialowZasobu,'06')">
<table style="width:100%;">
<tr>
<td>
<table class="inner3" cellpadding="5" style="border-bottom:none;">
<tr>
<td class="header" colspan="2">1. Uszczegółowienie wniosku o udostępnienie zbiorów danych K-GESUT</td>
<td class="header" style="width:50px; border-left:1px solid black">
<div class="ASG">C5</div>
</td>
</tr>
</table>
<table class="inner3" cellpadding="5" style="border-top: 1px solid #c8bfe7;">
<tr style="height:12%">
<td class="left"/>
<td class="content" colspan="2">
<table border="1" class="table-with-border">
<tr>
<td style="vertical-align: top;">
<xsl:choose>
<xsl:when test="$tresc/wnio:C5/wnio:pelnyZbiorDanych='1'">
<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
</td>
<td style="vertical-align: top;">
<table style="width: 100%">
<tr>
<td colspan="2">Wybrany zbiór danych K-GESUT (klasa obiektów):</td>
</tr>
<tr>
<td style="width: 50%">
<xsl:choose>
<xsl:when test="$tresc/wnio:C5/wnio:pelnyZbiorDanych='2' and contains($tresc/wnio:C5/wnio:wybranyZbiorDanych,'01')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> przewód benzynowy <br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C5/wnio:pelnyZbiorDanych='2' and contains($tresc/wnio:C5/wnio:wybranyZbiorDanych,'02')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> przewód ciepłowniczy <br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C5/wnio:pelnyZbiorDanych='2' and contains($tresc/wnio:C5/wnio:wybranyZbiorDanych,'03')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> przewód elektroenergetyczny <br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C5/wnio:pelnyZbiorDanych='2' and contains($tresc/wnio:C5/wnio:wybranyZbiorDanych,'04')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> przewód gazowy <br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C5/wnio:pelnyZbiorDanych='2' and contains($tresc/wnio:C5/wnio:wybranyZbiorDanych,'05')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> przewód kanalizacyjny <br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C5/wnio:pelnyZbiorDanych='2' and contains($tresc/wnio:C5/wnio:wybranyZbiorDanych,'06')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> przewód naftowy <br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C5/wnio:pelnyZbiorDanych='2' and contains($tresc/wnio:C5/wnio:wybranyZbiorDanych,'07')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> przewód telekomunikacyjny <br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C5/wnio:pelnyZbiorDanych='2' and contains($tresc/wnio:C5/wnio:wybranyZbiorDanych,'08')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> przewód wodociągowy
</td>
<td style="width: 50%">
<xsl:choose>
<xsl:when test="$tresc/wnio:C5/wnio:pelnyZbiorDanych='2' and contains($tresc/wnio:C5/wnio:wybranyZbiorDanych,'09')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> przewód niezidentyfikowany <br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C5/wnio:pelnyZbiorDanych='2' and contains($tresc/wnio:C5/wnio:wybranyZbiorDanych,'10')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> przewód inny <br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C5/wnio:pelnyZbiorDanych='2' and contains($tresc/wnio:C5/wnio:wybranyZbiorDanych,'11')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> obudowa przewodu <br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C5/wnio:pelnyZbiorDanych='2' and contains($tresc/wnio:C5/wnio:wybranyZbiorDanych,'12')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> budowla podziemna <br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C5/wnio:pelnyZbiorDanych='2' and contains($tresc/wnio:C5/wnio:wybranyZbiorDanych,'13')">
<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ą <br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C5/wnio:pelnyZbiorDanych='2' and contains($tresc/wnio:C5/wnio:wybranyZbiorDanych,'14')">
<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 <br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C5/wnio:pelnyZbiorDanych='2' and contains($tresc/wnio:C5/wnio:wybranyZbiorDanych,'15')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> słup i maszt <br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C5/wnio:pelnyZbiorDanych='2' and contains($tresc/wnio:C5/wnio:wybranyZbiorDanych,'16')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> korytarz przesyłowy
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="2">
Dodatkowe wyjaśnienia:
<textarea rows="10" disabled="disabled" style="width: 100%;">
<xsl:value-of select="$tresc/wnio:C5/wnio:dodatkoweWyjasnienia"/>
</textarea>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="header" colspan="3">2. Przestrzenna lokalizacja obszaru objętego wnioskiem</td>
</tr>
<tr style="height:12%">
<td class="left"/>
<td class="content" colspan="2">
<table style="width: 100%">
<tr>
<td rowspan="2" style="vertical-align: text-top;">
<xsl:choose>
<xsl:when test="$tresc/wnio:C5/wnio:daneIdentObszarObjętyWnioskiemSelect='1'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> jednostki podziału terytorialnego <br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C5/wnio:daneIdentObszarObjętyWnioskiemSelect='2'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> wykaz godeł arkuszy mapy <br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C5/wnio:daneIdentObszarObjętyWnioskiemSelect='3'">
<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
</td>
<td>
Obszar określony w załączonym pliku wektorowym w układzie współ.:<br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C5/wnio:daneIdentObszarObjętyWnioskiemSelect='4'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> PL-1992
<xsl:choose>
<xsl:when test="$tresc/wnio:C5/wnio:daneIdentObszarObjętyWnioskiemSelect='5'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> PL-2000 <br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C5/wnio:daneIdentObszarObjętyWnioskiemSelect='6'">
<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
<xsl:if test="$tresc/wnio:C5/wnio:daneIdentObszarObjętyWnioskiemSelect='6'">
<input type="text" class="szerokie-pole" disabled="disabled" value="{$tresc/wnio:C5/wnio:obszarInny}"/>
</xsl:if>
</td>
</tr>
<tr>
<td>
Współrzędne poligonu w układzie współ.:<br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C5/wnio:daneIdentObszarObjętyWnioskiemSelect='7'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> PL-1992
<xsl:choose>
<xsl:when test="$tresc/wnio:C5/wnio:daneIdentObszarObjętyWnioskiemSelect='8'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> PL-2000 <br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C5/wnio:daneIdentObszarObjętyWnioskiemSelect='9'">
<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
<xsl:if test="$tresc/wnio:C5/wnio:daneIdentObszarObjętyWnioskiemSelect='9'">
<input type="text" class="szerokie-pole" disabled="disabled" value="{$tresc/wnio:C5/wnio:wspolrzednePoligonuInny}"/>
</xsl:if>
</td>
</tr>
<xsl:if test="$tresc/wnio:C5/wnio:daneIdentObszarObjętyWnioskiemSelect='1'">
<tr>
<td colspan="2">
<table style="padding-left: 20px;">
<tr>
<td>Województwo</td>
<td>
<xsl:value-of select="$tresc/wnio:C5/wnio:Adres/wnio:Wojewodztwo"/>
</td>
</tr>
<xsl:if test="string-length($tresc/wnio:C5/wnio:Adres/wnio:Powiat)>0">
<tr>
<td>Powiat</td>
<td>
<xsl:value-of select="$tresc/wnio:C5/wnio:Adres/wnio:Powiat"/>
</td>
</tr>
</xsl:if>
<xsl:if test="string-length($tresc/wnio:C5/wnio:Adres/wnio:Gmina)>0">
<tr>
<td>Gmina</td>
<td>
<xsl:value-of select="$tresc/wnio:C5/wnio:Adres/wnio:Gmina"/>
</td>
</tr>
</xsl:if>
<xsl:if test="string-length($tresc/wnio:C5/wnio:Adres/wnio:Miejscowosc)>0">
<tr>
<td>Miejscowość</td>
<td>
<xsl:value-of select="$tresc/wnio:C5/wnio:Adres/wnio:Miejscowosc"/>
</td>
</tr>
</xsl:if>
</table>
</td>
</tr>
</xsl:if>
<xsl:if test="$tresc/wnio:C5/wnio:daneIdentObszarObjętyWnioskiemSelect='2' or $tresc/wnio:C5/wnio:daneIdentObszarObjętyWnioskiemSelect='7' or $tresc/wnio:C5/wnio:daneIdentObszarObjętyWnioskiemSelect='8' or $tresc/wnio:C5/wnio:daneIdentObszarObjętyWnioskiemSelect='9'">
<tr>
<td colspan="2">
<textarea rows="10" disabled="disabled" style="width: 100%">
<xsl:value-of select="$tresc/wnio:C5/wnio:daneIdentObszarObjętyWnioskiemInput"/>
</textarea>
</td>
</tr>
</xsl:if>
</table>
</td>
</tr>
<tr>
<td class="header" colspan="3">3. Uwagi wnioskodawcy</td>
</tr>
<tr style="height: 70px;">
<td class="left"/>
<td class="content" colspan="2">
<textarea rows="10" disabled="disabled" style="width: 100%;;">
<xsl:value-of select="$tresc/wnio:C5/wnio:dodatkoweWyjasnieniaIUwagi"/>
</textarea>
</td>
</tr>
<tr>
<td colspan="3" style="background-color: rgb(200, 191, 231);">
<table style="height: 100%;width:100%;border-collapse: collapse">
<tr>
<td class="header" colspan="2"><span style="float:right;padding-right:100px">WNIOSKODAWCA</span></td>
</tr>
<tr>
<td class="left" style="width:60%"/>
<td class="content" colspan="2" style="height: 75px; border: 1px solid black;">
<p align="center" style="text-align: center;font-size: 10px;font-family: Verdana;line-height: 20px;">Dokument nie zawiera podpisu<br/><span style="font-size: 7pt;font-weight: bold;"> Podpis elektroniczny </span></p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</xsl:if>
<xsl:if test="contains($tresc/wnio:okreslenieMaterialowZasobu,'07') or contains($tresc/wnio:okreslenieMaterialowZasobu,'09')">
<table style="width:100%">
<tr>
<td>
<table class="inner3" cellpadding="5" style="border-bottom:none;">
<tr>
<td class="header" colspan="2">1. Uszczegółowienie wniosku o udostępnienie fotogrametrycznych zdjęć lotniczych (postać elektroniczna w formacie TIFF)</td>
<td class="header" style="width:50px; border-left:1px solid black">
<div class="ASG">C6</div>
</td>
</tr>
</table>
<table class="inner3" cellpadding="5" style="border-top: 1px solid #c8bfe7;">
<tr style="height:12%">
<td class="left"/>
<td class="content" colspan="2">
<table border="1" class="table-with-border">
<tr>
<td>
Kompozycja barwna:<br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:C6/wnio:kompozycjaBarwna,'1')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> RGB / BW<br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:C6/wnio:kompozycjaBarwna,'2')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> RGB + CIR
</td>
<td>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:C6/wnio:kolumna2,'1')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> aerotriangulacja<br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:C6/wnio:kolumna2,'2')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> dane dotyczące fotopunktów
</td>
<td>
Wybór zdjęć w pokryciu:<br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:C6/wnio:wyborZdjecWPokryciu,'1')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> pojedynczym<br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:C6/wnio:wyborZdjecWPokryciu,'2')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> stereoskopowym
</td>
<td>
Aktualność materiałów:<br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:C6/wnio:aktualnoscMaterialow,'1')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> ostatnio wykonane<br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:C6/wnio:aktualnoscMaterialow,'2')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> wykonane w latach
<xsl:if test="contains($tresc/wnio:C6/wnio:aktualnoscMaterialow,'2')">
<input type="text" disabled="disabled" class="input-rok" value="{$tresc/wnio:C6/wnio:aktualnoscMaterialowOd}"/> - <input type="text" disabled="disabled" class="input-rok" value="{$tresc/wnio:C6/wnio:aktualnoscMaterialowDo}"/>
</xsl:if>
</td>
</tr>
<tr>
<td colspan="4">
Dodatkowe wyjaśnienia:
<textarea rows="10" disabled="disabled" style="width: 100%;">
<xsl:value-of select="$tresc/wnio:C6/wnio:dodatkoweWyjasnienia"/>
</textarea>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="header" colspan="3">2. Przestrzenna lokalizacja zdjęć lotniczych objętych wnioskiem</td>
</tr>
<tr style="height:12%">
<td class="left"/>
<td class="content" colspan="2">
<table style="width: 100%">
<tr>
<td rowspan="2" style="vertical-align: text-top;">
<xsl:choose>
<xsl:when test="$tresc/wnio:C6/wnio:daneIdentObszarObjętyWnioskiemSelect='1'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> jednostki podziału terytorialnego <br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C6/wnio:daneIdentObszarObjętyWnioskiemSelect='2'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> wykaz godeł arkuszy mapy <br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C6/wnio:daneIdentObszarObjętyWnioskiemSelect='3'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> wykaz identyfikatorów zdjęć <br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C6/wnio:daneIdentObszarObjętyWnioskiemSelect='4'">
<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
</td>
<td>
Obszar określony w załączonym pliku wektorowym w układzie współ.:<br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C6/wnio:daneIdentObszarObjętyWnioskiemSelect='5'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> PL-1992
<xsl:choose>
<xsl:when test="$tresc/wnio:C6/wnio:daneIdentObszarObjętyWnioskiemSelect='6'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> PL-2000 <br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C6/wnio:daneIdentObszarObjętyWnioskiemSelect='7'">
<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
<xsl:if test="$tresc/wnio:C6/wnio:daneIdentObszarObjętyWnioskiemSelect='7'">
<input type="text" class="szerokie-pole" disabled="disabled" value="{$tresc/wnio:C6/wnio:obszarInny}"/>
</xsl:if>
</td>
</tr>
<tr>
<td>
Współrzędne poligonu w układzie współ.:<br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C6/wnio:daneIdentObszarObjętyWnioskiemSelect='8'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> PL-1992
<xsl:choose>
<xsl:when test="$tresc/wnio:C6/wnio:daneIdentObszarObjętyWnioskiemSelect='9'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> PL-2000 <br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C6/wnio:daneIdentObszarObjętyWnioskiemSelect='10'">
<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
<xsl:if test="$tresc/wnio:C6/wnio:daneIdentObszarObjętyWnioskiemSelect='10'">
<input type="text" class="szerokie-pole" disabled="disabled" value="{$tresc/wnio:C6/wnio:wspolrzednePoligonuInny}"/>
</xsl:if>
</td>
</tr>
<xsl:if test="$tresc/wnio:C6/wnio:daneIdentObszarObjętyWnioskiemSelect='1'">
<tr>
<td colspan="2">
<table style="padding-left: 20px;">
<tr>
<td>Województwo</td>
<td>
<xsl:value-of select="$tresc/wnio:C6/wnio:Adres/wnio:Wojewodztwo"/>
</td>
</tr>
<xsl:if test="string-length($tresc/wnio:C6/wnio:Adres/wnio:Powiat)>0">
<tr>
<td>Powiat</td>
<td>
<xsl:value-of select="$tresc/wnio:C6/wnio:Adres/wnio:Powiat"/>
</td>
</tr>
</xsl:if>
<xsl:if test="string-length($tresc/wnio:C6/wnio:Adres/wnio:Gmina)>0">
<tr>
<td>Gmina</td>
<td>
<xsl:value-of select="$tresc/wnio:C6/wnio:Adres/wnio:Gmina"/>
</td>
</tr>
</xsl:if>
<xsl:if test="string-length($tresc/wnio:C6/wnio:Adres/wnio:Miejscowosc)>0">
<tr>
<td>Miejscowość</td>
<td>
<xsl:value-of select="$tresc/wnio:C6/wnio:Adres/wnio:Miejscowosc"/>
</td>
</tr>
</xsl:if>
</table>
</td>
</tr>
</xsl:if>
<xsl:if test="$tresc/wnio:C6/wnio:daneIdentObszarObjętyWnioskiemSelect='2' or $tresc/wnio:C6/wnio:daneIdentObszarObjętyWnioskiemSelect='3' or $tresc/wnio:C6/wnio:daneIdentObszarObjętyWnioskiemSelect='8' or $tresc/wnio:C6/wnio:daneIdentObszarObjętyWnioskiemSelect='9' or $tresc/wnio:C6/wnio:daneIdentObszarObjętyWnioskiemSelect='10'">
<tr>
<td colspan="2">
<textarea rows="10" disabled="disabled" style="width: 100%">
<xsl:value-of select="$tresc/wnio:C6/wnio:daneIdentObszarObjętyWnioskiemInput"/>
</textarea>
</td>
</tr>
</xsl:if>
</table>
</td>
</tr>
<tr>
<td class="header" colspan="3">3. Dodatkowe wyjaśnienia i uwagi wnioskodawcy</td>
</tr>
<tr style="height: 70px;">
<td class="left"/>
<td class="content" colspan="2">
<textarea rows="10" disabled="disabled" style="width: 100%;">
<xsl:value-of select="$tresc/wnio:C6/wnio:dodatkoweWyjasnieniaIUwagi"/>
</textarea>
</td>
</tr>
<tr>
<td colspan="3" style="background-color: rgb(200, 191, 231);">
<table style="height: 100%;width:100%;border-collapse: collapse">
<tr>
<td class="header" colspan="2"><span style="float:right;padding-right:100px">WNIOSKODAWCA</span></td>
</tr>
<tr>
<td class="left" style="width:60%"/>
<td class="content" colspan="2" style="height: 75px; border: 1px solid black;">
<p align="center" style="text-align: center;font-size: 10px;font-family: Verdana;line-height: 20px;">Dokument nie zawiera podpisu<br/><span style="font-size: 7pt;font-weight: bold;"> Podpis elektroniczny </span></p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</xsl:if>
<xsl:if test="contains($tresc/wnio:okreslenieMaterialowZasobu,'08')">
<table style="width:100%">
<tr>
<td>
<table class="inner3" cellpadding="5" style="border-bottom:none;">
<tr>
<td class="header" colspan="2">1. Uszczegółowienie wniosku o udostępnienie ortofotomapy (w formacie GeoTIFF)</td>
<td class="header" style="width:50px; border-left:1px solid black">
<div class="ASG">C7</div>
</td>
</tr>
</table>
<table class="inner3" cellpadding="5" style="border-top: 1px solid #c8bfe7;">
<tr style="height:12%">
<td class="left"/>
<td class="content" colspan="2">
<table border="1" class="table-with-border">
<tr>
<td>
Kompozycja barwna:<br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:C7/wnio:kompozycjaBarwna,'1')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> RGB / BW<br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:C7/wnio:kompozycjaBarwna,'2')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> RGB + CIR
</td>
<td>
Aktualność ortofotomapy:<br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:C7/wnio:aktualnoscMaterialow,'1')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> ostatnio wykonana<br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:C7/wnio:aktualnoscMaterialow,'2')">
<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:C7/wnio:aktualnoscMaterialow,'2')">
<input type="text" disabled="disabled" class="input-rok" value="{$tresc/wnio:C7/wnio:aktualnoscMaterialowOd}"/> - <input type="text" disabled="disabled" class="input-rok" value="{$tresc/wnio:C7/wnio:aktualnoscMaterialowDo}"/>
</xsl:if>
</td>
</tr>
<tr>
<td colspan="4">
Dodatkowe wyjaśnienia:
<textarea rows="10" disabled="disabled" style="width: 100%; height: 100%;">
<xsl:value-of select="$tresc/wnio:C7/wnio:dodatkoweWyjasnienia"/>
</textarea>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="header" colspan="3">2. Dane identyfikujące obszar objęty wnioskiem</td>
</tr>
<tr style="height:12%">
<td class="left"/>
<td class="content" colspan="2">
<table style="width: 100%">
<tr>
<td rowspan="2" style="vertical-align: text-top;">
<xsl:choose>
<xsl:when test="$tresc/wnio:C7/wnio:daneIdentObszarObjętyWnioskiemSelect='1'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> jednostki podziału terytorialnego <br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C7/wnio:daneIdentObszarObjętyWnioskiemSelect='2'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> wykaz godeł arkuszy mapy <br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C7/wnio:daneIdentObszarObjętyWnioskiemSelect='3'">
<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
</td>
<td>
Obszar określony w załączonym pliku wektorowym w układzie współ.:<br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C7/wnio:daneIdentObszarObjętyWnioskiemSelect='4'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> PL-1992
<xsl:choose>
<xsl:when test="$tresc/wnio:C7/wnio:daneIdentObszarObjętyWnioskiemSelect='5'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> PL-2000 <br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C7/wnio:daneIdentObszarObjętyWnioskiemSelect='6'">
<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
<xsl:if test="$tresc/wnio:C7/wnio:daneIdentObszarObjętyWnioskiemSelect='6'">
<input type="text" class="szerokie-pole" disabled="disabled" value="{$tresc/wnio:C7/wnio:obszarInny}"/>
</xsl:if>
</td>
</tr>
<tr>
<td>
Współrzędne poligonu w układzie współ.:<br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C7/wnio:daneIdentObszarObjętyWnioskiemSelect='7'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> PL-1992
<xsl:choose>
<xsl:when test="$tresc/wnio:C7/wnio:daneIdentObszarObjętyWnioskiemSelect='8'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> PL-2000 <br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C7/wnio:daneIdentObszarObjętyWnioskiemSelect='9'">
<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
<xsl:if test="$tresc/wnio:C7/wnio:daneIdentObszarObjętyWnioskiemSelect='9'">
<input type="text" class="szerokie-pole" disabled="disabled" value="{$tresc/wnio:C7/wnio:wspolrzednePoligonuInny}"/>
</xsl:if>
</td>
</tr>
<xsl:if test="$tresc/wnio:C7/wnio:daneIdentObszarObjętyWnioskiemSelect='1'">
<tr>
<td colspan="2">
<table style="padding-left: 20px;">
<tr>
<td>Województwo</td>
<td>
<xsl:value-of select="$tresc/wnio:C7/wnio:Adres/wnio:Wojewodztwo"/>
</td>
</tr>
<xsl:if test="string-length($tresc/wnio:C7/wnio:Adres/wnio:Powiat)>0">
<tr>
<td>Powiat</td>
<td>
<xsl:value-of select="$tresc/wnio:C7/wnio:Adres/wnio:Powiat"/>
</td>
</tr>
</xsl:if>
<xsl:if test="string-length($tresc/wnio:C7/wnio:Adres/wnio:Gmina)>0">
<tr>
<td>Gmina</td>
<td>
<xsl:value-of select="$tresc/wnio:C7/wnio:Adres/wnio:Gmina"/>
</td>
</tr>
</xsl:if>
<xsl:if test="string-length($tresc/wnio:C7/wnio:Adres/wnio:Miejscowosc)>0">
<tr>
<td>Miejscowość</td>
<td>
<xsl:value-of select="$tresc/wnio:C7/wnio:Adres/wnio:Miejscowosc"/>
</td>
</tr>
</xsl:if>
</table>
</td>
</tr>
</xsl:if>
<xsl:if test="$tresc/wnio:C7/wnio:daneIdentObszarObjętyWnioskiemSelect='2' or $tresc/wnio:C7/wnio:daneIdentObszarObjętyWnioskiemSelect='7' or $tresc/wnio:C7/wnio:daneIdentObszarObjętyWnioskiemSelect='8' or $tresc/wnio:C7/wnio:daneIdentObszarObjętyWnioskiemSelect='9'">
<tr>
<td colspan="2">
<textarea rows="10" disabled="disabled" style="width: 100%">
<xsl:value-of select="$tresc/wnio:C7/wnio:daneIdentObszarObjętyWnioskiemInput"/>
</textarea>
</td>
</tr>
</xsl:if>
</table>
</td>
</tr>
<tr>
<td class="header" colspan="3">3. Dodatkowe wyjaśnienia i uwagi wnioskodawcy</td>
</tr>
<tr style="height: 70px;">
<td class="left"/>
<td class="content" colspan="2">
<textarea rows="10" disabled="disabled" style="width: 100%;">
<xsl:value-of select="$tresc/wnio:C7/wnio:dodatkoweWyjasnieniaIUwagi"/>
</textarea>
</td>
</tr>
<tr>
<td colspan="3" style="background-color: rgb(200, 191, 231);">
<table style="height: 100%;width:100%;border-collapse: collapse">
<tr>
<td class="header" colspan="2"><span style="float:right;padding-right:100px">WNIOSKODAWCA</span></td>
</tr>
<tr>
<td class="left" style="width:60%"/>
<td class="content" colspan="2" style="height: 75px; border: 1px solid black;">
<p align="center" style="text-align: center;font-size: 10px;font-family: Verdana;line-height: 20px;">Dokument nie zawiera podpisu<br/><span style="font-size: 7pt;font-weight: bold;"> Podpis elektroniczny </span></p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</xsl:if>
<xsl:if test="contains($tresc/wnio:okreslenieMaterialowZasobu,'10')">
<table style="width:100%">
<tr>
<td>
<table class="inner3" cellpadding="5" style="border-bottom:none;">
<tr>
<td class="header" colspan="2">1. Uszczegółowienie wniosku o udostępnienie NMT lub NMPT</td>
<td class="header" style="width:50px; border-left:1px solid black">
<div class="ASG">C8</div>
</td>
</tr>
</table>
<table class="inner3" cellpadding="5" style="border-top: 1px solid #c8bfe7;">
<tr style="height:12%">
<td class="left"/>
<td class="content" colspan="2">
<table border="1" class="table-with-border">
<tr>
<td style="width: 50%;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:C8/wnio:model,'1')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> Zbiór danych pomiarowych NMT
</td>
<td style="width: 50%;">
Wartość błędu średniego wysokości oraz format danych:<br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:C8/wnio:model,'1') and contains($tresc/wnio:C8/wnio:M1_wartoscBledu,'1')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> nie większa niż 0,20 m w formacie
<xsl:if test="contains($tresc/wnio:C8/wnio:model,'1') and contains($tresc/wnio:C8/wnio:M1_wartoscBledu,'1')">
<input type="text" class="szerokie-pole" disabled="disabled" value="{$tresc/wnio:C8/wnio:M1_formatDanych1}"/>
</xsl:if><br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:C8/wnio:model,'1') and contains($tresc/wnio:C8/wnio:M1_wartoscBledu,'2')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> większa od 0,20 m i nie większa niż 0,80 m w formacie
<xsl:if test="contains($tresc/wnio:C8/wnio:model,'1') and contains($tresc/wnio:C8/wnio:M1_wartoscBledu,'2')">
<input type="text" class="szerokie-pole" disabled="disabled" value="{$tresc/wnio:C8/wnio:M1_formatDanych2}"/>
</xsl:if><br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:C8/wnio:model,'1') and contains($tresc/wnio:C8/wnio:M1_wartoscBledu,'3')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> większa od 0,80 m i nie większa niż 2,00 m w formacie
<xsl:if test="contains($tresc/wnio:C8/wnio:model,'1') and contains($tresc/wnio:C8/wnio:M1_wartoscBledu,'3')">
<input type="text" class="szerokie-pole" disabled="disabled" value="{$tresc/wnio:C8/wnio:M1_formatDanych3}"/>
</xsl:if><br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:C8/wnio:model,'1') and contains($tresc/wnio:C8/wnio:M1_wartoscBledu,'4')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> większa niż 2,00 w formacie
<xsl:if test="contains($tresc/wnio:C8/wnio:model,'1') and contains($tresc/wnio:C8/wnio:M1_wartoscBledu,'4')">
<input type="text" class="szerokie-pole" disabled="disabled" value="{$tresc/wnio:C8/wnio:M1_formatDanych4}"/>
</xsl:if>
</td>
</tr>
<tr>
<td style="width: 50%;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:C8/wnio:model,'2')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> Numeryczny model pokrycia terenu
</td>
<td style="width: 50%;">
Wartość błędu średniego wysokości oraz format danych:<br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:C8/wnio:model,'2') and contains($tresc/wnio:C8/wnio:M2_wartoscBledu,'1')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> nie większa niż 0,20 m w formacie
<xsl:if test="contains($tresc/wnio:C8/wnio:model,'2') and contains($tresc/wnio:C8/wnio:M2_wartoscBledu,'1')">
<input type="text" class="szerokie-pole" disabled="disabled" value="{$tresc/wnio:C8/wnio:M2_formatDanych1}"/>
</xsl:if><br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:C8/wnio:model,'2') and contains($tresc/wnio:C8/wnio:M2_wartoscBledu,'2')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> większa od 0,20 m i nie większa niż 0,80 m w formacie
<xsl:if test="contains($tresc/wnio:C8/wnio:model,'2') and contains($tresc/wnio:C8/wnio:M2_wartoscBledu,'2')">
<input type="text" class="szerokie-pole" disabled="disabled" value="{$tresc/wnio:C8/wnio:M2_formatDanych2}"/>
</xsl:if><br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:C8/wnio:model,'2') and contains($tresc/wnio:C8/wnio:M2_wartoscBledu,'3')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> większa od 0,80 m i nie większa niż 2,00 m w formacie
<xsl:if test="contains($tresc/wnio:C8/wnio:model,'2') and contains($tresc/wnio:C8/wnio:M2_wartoscBledu,'3')">
<input type="text" class="szerokie-pole" disabled="disabled" value="{$tresc/wnio:C8/wnio:M2_formatDanych3}"/>
</xsl:if><br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:C8/wnio:model,'2') and contains($tresc/wnio:C8/wnio:M2_wartoscBledu,'4')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> większa niż 2,00 w formacie
<xsl:if test="contains($tresc/wnio:C8/wnio:model,'2') and contains($tresc/wnio:C8/wnio:M2_wartoscBledu,'4')">
<input type="text" class="szerokie-pole" disabled="disabled" value="{$tresc/wnio:C8/wnio:M2_formatDanych4}"/>
</xsl:if>
</td>
</tr>
<tr>
<td style="width: 50%;">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:C8/wnio:model,'3')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> Numeryczny model rzeźby terenu
</td>
<td style="width: 50%;">
Wartość błędu średniego wysokości oraz format danych:<br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:C8/wnio:model,'3') and contains($tresc/wnio:C8/wnio:M3_wartoscBledu,'1')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> nie większa niż 0,20 m w formacie
<xsl:if test="contains($tresc/wnio:C8/wnio:model,'3') and contains($tresc/wnio:C8/wnio:M3_wartoscBledu,'1')">
<input type="text" class="szerokie-pole" disabled="disabled" value="{$tresc/wnio:C8/wnio:M3_formatDanych1}"/>
</xsl:if><br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:C8/wnio:model,'3') and contains($tresc/wnio:C8/wnio:M3_wartoscBledu,'2')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> większa od 0,20 m i nie większa niż 0,80 m w formacie
<xsl:if test="contains($tresc/wnio:C8/wnio:model,'3') and contains($tresc/wnio:C8/wnio:M3_wartoscBledu,'2')">
<input type="text" class="szerokie-pole" disabled="disabled" value="{$tresc/wnio:C8/wnio:M3_formatDanych2}"/>
</xsl:if><br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:C8/wnio:model,'3') and contains($tresc/wnio:C8/wnio:M3_wartoscBledu,'3')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> większa od 0,80 m i nie większa niż 2,00 m w formacie
<xsl:if test="contains($tresc/wnio:C8/wnio:model,'3') and contains($tresc/wnio:C8/wnio:M3_wartoscBledu,'3')">
<input type="text" class="szerokie-pole" disabled="disabled" value="{$tresc/wnio:C8/wnio:M3_formatDanych3}"/>
</xsl:if><br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:C8/wnio:model,'3') and contains($tresc/wnio:C8/wnio:M3_wartoscBledu,'4')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> większa niż 2,00 w formacie
<xsl:if test="contains($tresc/wnio:C8/wnio:model,'3') and contains($tresc/wnio:C8/wnio:M3_wartoscBledu,'4')">
<input type="text" class="szerokie-pole" disabled="disabled" value="{$tresc/wnio:C8/wnio:M3_formatDanych4}"/>
</xsl:if>
</td>
</tr>
<tr>
<td colspan="2">
Aktualność materiałów:<br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:C8/wnio:aktualnoscMaterialow,'1')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> ostatnio wykonane<br/>
<xsl:choose>
<xsl:when test="contains($tresc/wnio:C8/wnio:aktualnoscMaterialow,'2')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> wykonane w latach
<xsl:if test="contains($tresc/wnio:C8/wnio:aktualnoscMaterialow,'2')">
<input type="text" disabled="disabled" value="{$tresc/wnio:C8/wnio:aktualnoscMaterialowOd}" class="input-rok"/> - <input type="text" disabled="disabled" value="{$tresc/wnio:C8/wnio:aktualnoscMaterialowDo}" class="input-rok"/>
</xsl:if>
</td>
</tr>
<tr>
<td colspan="2">
Dodatkowe wyjaśnienia:
<textarea rows="10" disabled="disabled" style="width: 100%;">
<xsl:value-of select="$tresc/wnio:C8/wnio:dodatkoweWyjasnienia"/>
</textarea>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="header" colspan="3">2. Dane identyfikujące obszar objęty wnioskiem</td>
</tr>
<tr style="height:12%">
<td class="left"/>
<td class="content" colspan="2">
<table style="width: 100%">
<tr>
<td rowspan="2" style="vertical-align: text-top;">
<xsl:choose>
<xsl:when test="$tresc/wnio:C8/wnio:daneIdentObszarObjętyWnioskiemSelect='1'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> jednostki podziału terytorialnego <br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C8/wnio:daneIdentObszarObjętyWnioskiemSelect='2'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> wykaz godeł arkuszy mapy <br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C8/wnio:daneIdentObszarObjętyWnioskiemSelect='3'">
<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
</td>
<td>
Obszar określony w załączonym pliku wektorowym w układzie współ.:<br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C8/wnio:daneIdentObszarObjętyWnioskiemSelect='4'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> PL-1992
<xsl:choose>
<xsl:when test="$tresc/wnio:C8/wnio:daneIdentObszarObjętyWnioskiemSelect='5'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> PL-2000 <br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C8/wnio:daneIdentObszarObjętyWnioskiemSelect='6'">
<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
<xsl:if test="$tresc/wnio:C8/wnio:daneIdentObszarObjętyWnioskiemSelect='6'">
<input type="text" class="szerokie-pole" disabled="disabled" value="{$tresc/wnio:C8/wnio:obszarInny}"/>
</xsl:if>
</td>
</tr>
<tr>
<td>
Współrzędne poligonu w układzie współ.:<br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C8/wnio:daneIdentObszarObjętyWnioskiemSelect='7'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> PL-1992
<xsl:choose>
<xsl:when test="$tresc/wnio:C8/wnio:daneIdentObszarObjętyWnioskiemSelect='8'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> PL-2000 <br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C8/wnio:daneIdentObszarObjętyWnioskiemSelect='9'">
<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
<xsl:if test="$tresc/wnio:C8/wnio:daneIdentObszarObjętyWnioskiemSelect='9'">
<input type="text" class="szerokie-pole" disabled="disabled" value="{$tresc/wnio:C8/wnio:wspolrzednePoligonuInny}"/>
</xsl:if>
</td>
</tr>
<xsl:if test="$tresc/wnio:C8/wnio:daneIdentObszarObjętyWnioskiemSelect='1'">
<tr>
<td colspan="2">
<table style="padding-left: 20px;">
<tr>
<td>Województwo</td>
<td>
<xsl:value-of select="$tresc/wnio:C8/wnio:Adres/wnio:Wojewodztwo"/>
</td>
</tr>
<xsl:if test="string-length($tresc/wnio:C8/wnio:Adres/wnio:Powiat)>0">
<tr>
<td>Powiat</td>
<td>
<xsl:value-of select="$tresc/wnio:C8/wnio:Adres/wnio:Powiat"/>
</td>
</tr>
</xsl:if>
<xsl:if test="string-length($tresc/wnio:C8/wnio:Adres/wnio:Gmina)>0">
<tr>
<td>Gmina</td>
<td>
<xsl:value-of select="$tresc/wnio:C8/wnio:Adres/wnio:Gmina"/>
</td>
</tr>
</xsl:if>
<xsl:if test="string-length($tresc/wnio:C8/wnio:Adres/wnio:Miejscowosc)>0">
<tr>
<td>Miejscowość</td>
<td>
<xsl:value-of select="$tresc/wnio:C8/wnio:Adres/wnio:Miejscowosc"/>
</td>
</tr>
</xsl:if>
</table>
</td>
</tr>
</xsl:if>
<xsl:if test="$tresc/wnio:C8/wnio:daneIdentObszarObjętyWnioskiemSelect='2' or $tresc/wnio:C8/wnio:daneIdentObszarObjętyWnioskiemSelect='7' or $tresc/wnio:C8/wnio:daneIdentObszarObjętyWnioskiemSelect='8' or $tresc/wnio:C8/wnio:daneIdentObszarObjętyWnioskiemSelect='9'">
<tr>
<td colspan="2">
<textarea rows="10" disabled="disabled" style="width: 100%">
<xsl:value-of select="$tresc/wnio:C8/wnio:daneIdentObszarObjętyWnioskiemInput"/>
</textarea>
</td>
</tr>
</xsl:if>
</table>
</td>
</tr>
<tr>
<td class="header" colspan="3">3. Dodatkowe wyjaśnienia i uwagi wnioskodawcy</td>
</tr>
<tr style="height: 70px;">
<td class="left"/>
<td class="content" colspan="2">
<textarea rows="10" disabled="disabled" style="width: 100%;">
<xsl:value-of select="$tresc/wnio:C8/wnio:dodatkoweWyjasnieniaIUwagi"/>
</textarea>
</td>
</tr>
<tr>
<td colspan="3" style="background-color: rgb(200, 191, 231);">
<table style="height: 100%;width:100%;border-collapse: collapse">
<tr>
<td class="header" colspan="2"><span style="float:right;padding-right:100px">WNIOSKODAWCA</span></td>
</tr>
<tr>
<td class="left" style="width:60%"/>
<td class="content" colspan="2" style="height: 75px; border: 1px solid black;">
<p align="center" style="text-align: center;font-size: 10px;font-family: Verdana;line-height: 20px;">Dokument nie zawiera podpisu<br/><span style="font-size: 7pt;font-weight: bold;"> Podpis elektroniczny </span></p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</xsl:if>
<xsl:if test="contains($tresc/wnio:okreslenieMaterialowZasobu,'11')">
<table style="width:100%">
<tr>
<td>
<table class="inner3" cellpadding="5" style="border-bottom:none;">
<tr>
<td class="header" colspan="2">1. Uszczegółowienie wniosku o udostępnienie innych materiałów</td>
<td class="header" style="width:50px; border-left:1px solid black">
<div class="ASG">C9</div>
</td>
</tr>
</table>
<table class="inner3" cellpadding="5" style="border-top: 1px solid #c8bfe7;">
<tr style="height:12%">
<td class="left"/>
<td class="content" colspan="2">
<table border="1" class="table-with-border">
<tr>
<td style="width: 50%">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:C9/wnio:materialyRodzaj,'1')">
<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
</td>
<td style="width: 50%">
<xsl:choose>
<xsl:when test="contains($tresc/wnio:C9/wnio:materialyRodzaj,'2')">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> Inne materiały
</td>
</tr>
<tr>
<td colspan="2">
<textarea rows="10" disabled="disabled" style="width: 100%; height: 100%">
<xsl:value-of select="$tresc/wnio:C9/wnio:dodatkoweWyjasnienia"/>
</textarea>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="header" colspan="3">2. Dane identyfikujące obszar objęty wnioskiem</td>
</tr>
<tr style="height:12%">
<td class="left"/>
<td class="content" colspan="2">
<table style="width: 100%">
<tr>
<td rowspan="2" style="vertical-align: text-top;">
<xsl:choose>
<xsl:when test="$tresc/wnio:C9/wnio:daneIdentObszarObjętyWnioskiemSelect='1'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> jednostki podziału terytorialnego <br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C9/wnio:daneIdentObszarObjętyWnioskiemSelect='2'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> wykaz godeł arkuszy mapy <br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C9/wnio:daneIdentObszarObjętyWnioskiemSelect='3'">
<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
</td>
<td>
Obszar określony w załączonym pliku wektorowym w układzie współ.:<br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C9/wnio:daneIdentObszarObjętyWnioskiemSelect='4'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> PL-1992
<xsl:choose>
<xsl:when test="$tresc/wnio:C9/wnio:daneIdentObszarObjętyWnioskiemSelect='5'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> PL-2000 <br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C9/wnio:daneIdentObszarObjętyWnioskiemSelect='6'">
<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
<xsl:if test="$tresc/wnio:C9/wnio:daneIdentObszarObjętyWnioskiemSelect='6'">
<input type="text" class="szerokie-pole" disabled="disabled" value="{$tresc/wnio:C9/wnio:obszarInny}"/>
</xsl:if>
</td>
</tr>
<tr>
<td>
Współrzędne poligonu w układzie współ.:<br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C9/wnio:daneIdentObszarObjętyWnioskiemSelect='7'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> PL-1992
<xsl:choose>
<xsl:when test="$tresc/wnio:C9/wnio:daneIdentObszarObjętyWnioskiemSelect='8'">
<input disabled="disabled" type="checkbox" checked="checked"/>
</xsl:when>
<xsl:otherwise>
<input disabled="disabled" type="checkbox"/>
</xsl:otherwise>
</xsl:choose> PL-2000 <br/>
<xsl:choose>
<xsl:when test="$tresc/wnio:C9/wnio:daneIdentObszarObjętyWnioskiemSelect='9'">
<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
<xsl:if test="$tresc/wnio:C9/wnio:daneIdentObszarObjętyWnioskiemSelect='9'">
<input type="text" class="szerokie-pole" disabled="disabled" value="{$tresc/wnio:C9/wnio:wspolrzednePoligonuInny}"/>
</xsl:if>
</td>
</tr>
<xsl:if test="$tresc/wnio:C9/wnio:daneIdentObszarObjętyWnioskiemSelect='1'">
<tr>
<td colspan="2">
<table style="padding-left: 20px;">
<tr>
<td>Województwo</td>
<td>
<xsl:value-of select="$tresc/wnio:C9/wnio:Adres/wnio:Wojewodztwo"/>
</td>
</tr>
<xsl:if test="string-length($tresc/wnio:C9/wnio:Adres/wnio:Powiat)>0">
<tr>
<td>Powiat</td>
<td>
<xsl:value-of select="$tresc/wnio:C9/wnio:Adres/wnio:Powiat"/>
</td>
</tr>
</xsl:if>
<xsl:if test="string-length($tresc/wnio:C9/wnio:Adres/wnio:Gmina)>0">
<tr>
<td>Gmina</td>
<td>
<xsl:value-of select="$tresc/wnio:C9/wnio:Adres/wnio:Gmina"/>
</td>
</tr>
</xsl:if>
<xsl:if test="string-length($tresc/wnio:C9/wnio:Adres/wnio:Miejscowosc)>0">
<tr>
<td>Miejscowość</td>
<td>
<xsl:value-of select="$tresc/wnio:C9/wnio:Adres/wnio:Miejscowosc"/>
</td>
</tr>
</xsl:if>
</table>
</td>
</tr>
</xsl:if>
<xsl:if test="$tresc/wnio:C9/wnio:daneIdentObszarObjętyWnioskiemSelect='2' or $tresc/wnio:C9/wnio:daneIdentObszarObjętyWnioskiemSelect='7' or $tresc/wnio:C9/wnio:daneIdentObszarObjętyWnioskiemSelect='8' or $tresc/wnio:C9/wnio:daneIdentObszarObjętyWnioskiemSelect='9'">
<tr>
<td colspan="2">
<textarea rows="10" disabled="disabled" style="width: 100%">
<xsl:value-of select="$tresc/wnio:C9/wnio:daneIdentObszarObjętyWnioskiemInput"/>
</textarea>
</td>
</tr>
</xsl:if>
</table>
</td>
</tr>
<tr>
<td class="header" colspan="3">3. Dodatkowe wyjaśnienia i uwagi wnioskodawcy</td>
</tr>
<tr style="height: 70px;">
<td class="left"/>
<td class="content" colspan="2">
<textarea rows="10" disabled="disabled" style="width: 100%;">
<xsl:value-of select="$tresc/wnio:C9/wnio:dodatkoweWyjasnieniaIUwagi"/>
</textarea>
</td>
</tr>
<tr>
<td colspan="3" style="background-color: rgb(200, 191, 231);">
<table style="height: 100%;width:100%;border-collapse: collapse">
<tr>
<td class="header" colspan="2"><span style="float:right;padding-right:100px">WNIOSKODAWCA</span></td>
</tr>
<tr>
<td class="left" style="width:60%"/>
<td class="content" colspan="2" style="height: 75px; border: 1px solid black;">
<p align="center" style="text-align: center;font-size: 10px;font-family: Verdana;line-height: 20px;">Dokument nie zawiera podpisu<br/><span style="font-size: 7pt;font-weight: bold;"> Podpis elektroniczny </span></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:when>
</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>