5682
ID | 5682 |
Data | 2018-09-04 |
Symbol | 2018/09/04/5682 |
Instytucja | Urząd Gminy Strzałkowo |
Nazwa | Wniosek o udzielenie ulgi z tytułu nabycia gruntów |
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/2018/09/04/5682/" xmlns:meta="http://crd.gov.pl/xml/schematy/meta/2009/11/16/" xmlns:str="http://crd.gov.pl/xml/schematy/struktura/2009/11/16/" xmlns:oso="http://crd.gov.pl/xml/schematy/osoba/2009/11/16/" xmlns:inst="http://crd.gov.pl/xml/schematy/instytucja/2009/11/16/" xmlns:adr="http://crd.gov.pl/xml/schematy/adres/2009/11/09/" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.0">
<xsl:template match="/">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<style type="text/css">
body { background-color: #FFFFFF; margin: 0px 0px 0px 0px;
font-family: Verdana, Helvetica, sans-serif; font-size : 12px; }
table .title { background-color: #FFFFFF; width:100%; border: 0px; }
p { margin-top: 1em; margin-bottom: 1em; }
h1 { font-size: 24px; margin-top: 0; background-color: #dde; font-weight: bold; font-size: 14px; text-align: left; padding-left: 1em; padding-right: 1em; padding-top: .2em; padding-bottom: .2em; margin-top: 0; margin-bottom: 0; border-bottom: solid 1px #99c; line-height: 180%;}
h2 {color: #336; background-color: #dde; font-size: 9pt; font-weight: bold; padding-left: 1em; padding-right: 1em; padding-top: .2em; padding-bottom: .2em; margin-top: 2em; margin-bottom: 1em; border-bottom: solid 1px #336; clear: right;}
h3 { font-size: 14px; margin-top: 2em; color: #0A2D4C; }
h4 { font-size: 12px; margin-top: 2em; color: #4A6D8C; }
b { color: #4A6D8C; }
li { line-height: 1.2em; }
h1, h2 { text-align:center !important; }
h1 { margin-bottom:15px !important; }
h3, h4 { margin-top:8px ; margin-bottom:8px; }
table { border-collapse: collapse; margin:0; padding:0; width:100%; margin-bottom: 3px; }
td, th { border: 1px solid #CCC; padding:3px; }
th { background-color:#EEE; text-align:left; font-weight:normal; }
textarea { width: 90%; height: 100% }
</style>
</head>
<body>
<div style="max-width: 900px; margin: 0 auto;">
<xsl:for-each select="//wnio:TrescDokumentu/wnio:Wartosc">
<h1>Wniosek o udzielenie ulgi z tytułu nabycia gruntów</h1>
<h2>NAGŁÓWEK</h2>
<table>
<tr>
<th>
<b>Miejsce składania</b>
</th>
<th style="text-align: left;">
<xsl:value-of select="wnio:MiejsceSkladania"/>
</th>
</tr>
</table>
<table>
<tr>
<th colspan="4"><h4>Wnioskodawca</h4>
(
<xsl:if test="wnio:Podmiot/@typPodmiotu = 'osoba_fizyczna'">osoba fizyczna</xsl:if>
<xsl:if test="wnio:Podmiot/@typPodmiotu = 'osoba_prawna'">osoba prawna</xsl:if>
)
</th>
</tr>
<xsl:for-each select="wnio:Podmiot/@typPodmiotu[.='osoba_fizyczna']/../oso:Osoba">
<tr>
<th>Imię</th>
<td>
<xsl:value-of select="oso:Imie"/>
</td>
<th>Nazwisko</th>
<td>
<xsl:value-of select="oso:Nazwisko"/>
</td>
</tr>
<tr>
<th>PESEL</th>
<td colspan="3">
<xsl:value-of select="oso:IdOsoby/oso:PESEL"/>
</td>
</tr>
</xsl:for-each>
<xsl:for-each select="wnio:Podmiot/@typPodmiotu[.='osoba_prawna']/../inst:Instytucja">
<tr>
<th>Nazwa instytucji</th>
<td colspan="3">
<xsl:value-of select="inst:NazwaInstytucji"/>
</td>
</tr>
<tr>
<th>NIP</th>
<td colspan="3">
<xsl:value-of select="inst:IdInstytucji/inst:NIP"/>
</td>
</tr>
</xsl:for-each>
<xsl:for-each select="wnio:Podmiot/@typPodmiotu[.='osoba_fizyczna']/../oso:Osoba/adr:Adres">
<tr>
<th>Miejscowość</th>
<td>
<xsl:value-of select="adr:Miejscowosc"/>
</td>
<th>Ulica</th>
<td>
<xsl:value-of select="adr:Ulica"/>
</td>
</tr>
<tr>
<th>Nr domu</th>
<td>
<xsl:value-of select="adr:Budynek"/>
</td>
<th>Numer lokalu</th>
<td>
<xsl:value-of select="adr:Lokal"/>
</td>
</tr>
<tr>
<th>Poczta</th>
<td>
<xsl:value-of select="adr:Poczta"/>
</td>
<th>Kod pocztowy</th>
<td>
<xsl:value-of select="adr:KodPocztowy"/>
</td>
</tr>
<tr>
<th>Telefon</th>
<td colspan="3">
<xsl:value-of select="../adr:Kontakt/adr:Telefon"/>
</td>
</tr>
</xsl:for-each>
<xsl:for-each select="wnio:Podmiot/@typPodmiotu[.='osoba_prawna']/../inst:Instytucja/adr:Adres">
<tr>
<th>Miejscowość</th>
<td>
<xsl:value-of select="adr:Miejscowosc"/>
</td>
<th>Ulica</th>
<td>
<xsl:value-of select="adr:Ulica"/>
</td>
</tr>
<tr>
<th>Nr domu</th>
<td>
<xsl:value-of select="adr:Budynek"/>
</td>
<th>Numer lokalu</th>
<td>
<xsl:value-of select="adr:Lokal"/>
</td>
</tr>
<tr>
<th>Poczta</th>
<td>
<xsl:value-of select="adr:Poczta"/>
</td>
<th>Kod pocztowy</th>
<td>
<xsl:value-of select="adr:KodPocztowy"/>
</td>
</tr>
<tr>
<th>Telefon</th>
<td colspan="3">
<xsl:value-of select="../adr:Kontakt/adr:Telefon"/>
</td>
</tr>
</xsl:for-each>
</table>
<h2>TREŚĆ FORMULARZA</h2>
<xsl:for-each select="//wnio:TrescDokumentu/wnio:Wartosc">
<table>
<tr>
<th style="text-align: center;">
Zwracam się z prośbą o przyznanie 100% zwolnienia oraz 75% i 50% ulgi w podatku rolnym z tytułu zakupu gruntów przeznaczonych na:<br/>
<xsl:if test="wnio:Przenaczenie = 'utworzenie_nowego'">utworzenie nowego gospodarstwa rolnego</xsl:if>
<xsl:if test="wnio:Przenaczenie = 'powiekrzenie_nowego'">powiększenie istniejącego gospodarstwa rolnego</xsl:if>
</th>
</tr>
</table>
<table>
<tr>
<th>Zakupione grunty położone są w miejscowości</th>
<td>
<xsl:value-of select="wnio:Miejscowosc"/>
</td>
</tr>
<tr>
<th>o łącznej powierzchni</th>
<td><xsl:value-of select="wnio:Powierzchnia"/> ha
</td>
</tr>
<tr>
<th>Grunty zostały nabyte w drodze umowy sprzedaży - Akt notarialny Nr</th>
<td>
<xsl:value-of select="wnio:AktNotarialnyNr"/>
</td>
</tr>
<tr>
<th>z dnia</th>
<td>
<xsl:value-of select="wnio:ZDnia"/>
</td>
</tr>
</table>
</xsl:for-each>
<h2>STOPKA</h2>
<table>
<tr>
<td>
<h4 style="text-align: center;">Oświadczam, że zbywca nie jest moim małżonkiem, krewnym w linii prostej lub jego małżonkiem, pasierbem, zięciem lub synową oraz, że gospodarstwo rolne razem z gruntami kupionymi nie przekracza 100 ha.</h4>
</td>
</tr>
</table>
<table>
<tr>
<th colspan="2">
<h3 style="text-align: center;">Podpis</h3>
</th>
</tr>
<tr>
<th>
<h4 style="text-align: right;">Imię</h4>
</th>
<td>
<xsl:value-of select="oso:Imie"/>
</td>
</tr>
<tr>
<th>
<h4 style="text-align: right;">Nazwisko</h4>
</th>
<td>
<xsl:value-of select="oso:Nazwisko"/>
</td>
</tr>
<tr>
<th>
<h4 style="text-align: right;">Data</h4>
</th>
<td>
<xsl:value-of select="wnio:DataZlozenia"/>
</td>
</tr>
</table>
</xsl:for-each>
<xsl:call-template name="Podpisy_elektroniczne"/>
</div>
</body>
</html>
</xsl:template>
<xsl:template xmlns="http://www.w3.org/1999/xhtml" name="Podpisy_elektroniczne">
<h2>Podpisy elektroniczne</h2>
<table>
<tr>
<td>
<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>
</td>
</tr>
</table>
</xsl:template>
</xsl:stylesheet>