9942
ID | 9942 |
Data | 2020-09-28 |
Symbol | 2020/09/28/9942 |
Instytucja | Małopolski Urząd Wojewódzki |
Nazwa | Wniosek na wyrażenie zgody na wyniesienie akt zbiorowych lub ksiąg stanu cywilnego poza lokal urzędu stanu cywilnego |
Czy Aktualny | 1 |
---|
Ustawy (1)
Pliki
Styl
<?xml version="1.0" encoding="UTF-8"?><xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:adr="http://crd.gov.pl/xml/schematy/adres/2009/11/09/" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:inst="http://crd.gov.pl/xml/schematy/instytucja/2009/11/16/" xmlns:meta="http://crd.gov.pl/xml/schematy/meta/2009/11/16/" xmlns:oso="http://crd.gov.pl/xml/schematy/osoba/2009/11/16/" xmlns:str="http://crd.gov.pl/xml/schematy/struktura/2009/11/16/" xmlns:wnio="http://crd.gov.pl/wzor/2020/09/28/9942/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.0">
<xsl:template match="/">
<xsl:for-each select="wnio:Dokument">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style>
p,
span,
table,
ul,
ol,
ol li,
ul li,
table td{
font-family: tahoma, arial, helvetica, sans-serif;
font-variant: normal;
font-size: 10pt;
color: #101010;
line-height: 26px;
}</style>
</head>
<body>
<p style="text-align: center;">
<strong>Zgoda na wyniesienie akt zbiorowych rejestracji stanu cywilnego lub
księgi stanu cywilnego poza lokal urzędu stanu cywilnego.</strong>
</p>
<p> </p>
<p>Wnioskodawca: <span><label><span/></label><xsl:if test="true()"><span type="text"><xsl:value-of select="wnio:TrescDokumentu/wnio:Wartosc/wnio:ID7"/></span></xsl:if></span></p>
<p>Adres Wnioskodawcy: </p>
<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse;">
<tbody>
<tr>
<td>Miejscowość</td>
<td>
<span>
<label>
<span/>
</label>
<xsl:if test="true()">
<span type="text">
<xsl:value-of select="wnio:TrescDokumentu/wnio:Wartosc/wnio:ID8"/>
</span>
</xsl:if>
</span>
</td>
</tr>
<tr>
<td>Ulica</td>
<td>
<span>
<label>
<span/>
</label>
<xsl:if test="true()">
<span type="text">
<xsl:value-of select="wnio:TrescDokumentu/wnio:Wartosc/wnio:ID10"/>
</span>
</xsl:if>
</span>
</td>
</tr>
<tr>
<td>Nr budynku</td>
<td>
<span>
<label>
<span/>
</label>
<xsl:if test="true()">
<span type="text">
<xsl:value-of select="wnio:TrescDokumentu/wnio:Wartosc/wnio:ID9"/>
</span>
</xsl:if>
</span>
</td>
</tr>
<tr>
<td>Nr lokalu</td>
<td>
<span>
<label>
<span/>
</label>
<xsl:if test="true()">
<span type="text">
<xsl:value-of select="wnio:TrescDokumentu/wnio:Wartosc/wnio:ID11"/>
</span>
</xsl:if>
</span>
</td>
</tr>
<tr>
<td>Kod pocztowy</td>
<td>
<span>
<label>
<span/>
</label>
<xsl:if test="true()">
<span type="text">
<xsl:value-of select="wnio:TrescDokumentu/wnio:Wartosc/wnio:ID12"/>
</span>
</xsl:if>
</span>
</td>
</tr>
</tbody>
</table>
<p>Cel wyniesienia akt zbiorowych/ksiąg poza lokal urzędu stanu cywilnego:</p>
<p>
<xsl:for-each select="wnio:TrescDokumentu/wnio:Wartosc/wnio:Cele/wnio:Cel">
<span>
<xsl:choose>
<xsl:when test="wnio:Wybor = 'true'">
<span>[<b>X</b>] </span>
</xsl:when>
<xsl:otherwise>
<span>[ ] </span>
</xsl:otherwise>
</xsl:choose>
</span>
<span>
<xsl:value-of select="concat(wnio:Opis, ' ', wnio:Dodatkowe)"/>
</span>
<br/>
</xsl:for-each>
</p>
<p>Miejsce przeniesienia akt/ksiąg (adres):<br/><span><xsl:call-template name="substitute">
<xsl:with-param name="string" select="wnio:TrescDokumentu/wnio:Wartosc/wnio:ID5"/>
</xsl:call-template></span></p>
<p>Wykaz ksiąg/akt stanu cywilnego:</p>
<table border="1" cellpadding="3" cellspacing="0" style="border-collapse: collapse; ; width: 100%;">
<tbody>
<tr>
<td style="text-align: center; width: 28px;">
<strong>L.p.</strong>
</td>
<td>
<strong> Rodzaje ksiąg stanu cywilnego</strong>
</td>
<td style="width: 120px;">
<strong> Rocznik ksiąg</strong>
</td>
<td style="width: 120px;">
<strong> Ilość ksiąg</strong>
</td>
<td style="width: 120px;">
<strong>Nr aktów </strong>
</td>
</tr>
<xsl:for-each select="wnio:TrescDokumentu/wnio:Wartosc/wnio:Ksiegi/wnio:Ksiega">
<tr>
<td>
<p align="center" style="vertical-align: middle">
<xsl:value-of select="count(preceding-sibling::wnio:P) + 1"/>
</p>
</td>
<td>
<p>
<xsl:call-template name="substitute">
<xsl:with-param name="string" select="wnio:Rodzaje"/>
</xsl:call-template>
</p>
</td>
<td>
<p> <xsl:value-of select="wnio:Rocznik"/>
</p>
</td>
<td>
<p> <xsl:value-of select="wnio:Ilosc"/>
</p>
</td>
<td>
<p> <xsl:value-of select="wnio:Nr"/>
</p>
</td>
</tr>
</xsl:for-each>
</tbody>
</table>
<p><strong>Razem ksiąg: </strong>
<xsl:value-of select="count(wnio:TrescDokumentu/wnio:Wartosc/wnio:Ksiegi/wnio:Ksiega[wnio:Rodzaje != ''])"/> </p>
<p>Dodatkowe uwagi:<br/><span><xsl:call-template name="substitute">
<xsl:with-param name="string" select="wnio:TrescDokumentu/wnio:Wartosc/wnio:ID6"/>
</xsl:call-template></span> </p>
<xsl:call-template name="Podpis"/>
</body>
</html>
</xsl:for-each>
</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>