2114
ID | 2114 |
Data | 2015-03-09 |
Symbol | 2015/03/09/2114 |
Instytucja | Ministerstwo Infrastruktury i Rozwoju |
Nazwa | Informacja o braku zgodności przesłanej dokumentacji z ustawą o zasadach uznawania kwalifikacji w państwach członkowskich UE w sprawie świadczenia usług transgranicznych w zakresie szacowania nieruchomościami |
Czy Aktualny | 1 |
---|
Ustawy (1)
URI://Dziennik_Ustaw/2014/1114/16b/1 | Art. 16b ust. 1 ustawy z dnia 17 lutego 2005 r. o informatyzacji działalności podmiotów realizujących zadania publiczne (t. j. z 2014r. poz. 1114) |
---|
Pliki
Styl
<?xml version="1.0" encoding="UTF-8"?><xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:adr="http://crd.gov.pl/xml/schematy/adres/2009/11/09/" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:inst="http://crd.gov.pl/xml/schematy/instytucja/2009/11/16/" xmlns:meta="http://crd.gov.pl/xml/schematy/meta/2009/11/16/" xmlns:oso="http://crd.gov.pl/xml/schematy/osoba/2009/11/16/" xmlns:str="http://crd.gov.pl/xml/schematy/struktura/2009/11/16/" xmlns:wnio="http://crd.gov.pl/wzor/2015/03/09/2114/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" version="1.0">
<xsl:template match="/">
<xsl:for-each select="wnio:Dokument">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style type="text/css">
span.formattedText{
display: block;
}
span.title {
font-weight: bold;
}
span.line {
display: block;
}
p.toRight {
float: right;
}
p.toLeft {
clear: both;
}
span.upper {
text-transform: uppercase;
}
</style>
</head>
<body>
<xsl:call-template name="miejscowoscData">
<xsl:with-param name="miejscowosc" select="wnio:TrescDokumentu/wnio:Wartosc/wnio:Miejscowosc"/>
</xsl:call-template>
<p>
<span class="upper" style="font-family: arial,helvetica,sans-serif; font-size: small;">
<strong>
<xsl:value-of select="wnio:DaneDokumentu/str:Nadawcy/meta:Podmiot/inst:Instytucja/inst:NazwaInstytucji"/>
</strong>
<br/>
</span>
</p>
<p>
<span style="font-family: arial,helvetica,sans-serif; font-size: small;">Numer sprawy:
<span>
<label>
<span/>
</label>
<xsl:if test="true()">
<span type="text">
<xsl:value-of select="wnio:TrescDokumentu/wnio:Wartosc/wnio:NumerSprawy"/>
</span>
</xsl:if>
</span>
</span>
</p>
<p>
<span style="font-family: arial,helvetica,sans-serif; font-size: small;"> </span>
</p>
<xsl:call-template name="adresat"/>
<p>
<span style="font-family: arial,helvetica,sans-serif; font-size: small;"> </span>
</p>
<p align="center">
<span style="font-family: arial,helvetica,sans-serif; font-size: small;"> </span>
</p>
<div align="justify">
<span style="font-family: arial,helvetica,sans-serif; font-size: small;">Na podstawie art. 9
ustawy z dnia 14 czerwca 1960 r. Kodeks postępowania administracyjnego (Dz. U. z 2013 r.
poz. 267)
<xsl:value-of select="wnio:TrescDokumentu/wnio:Wartosc/wnio:Organ"/>
uprzejmie informuje, iż w dniu:
<xsl:if test="true()">
<xsl:value-of select="wnio:TrescDokumentu/wnio:Wartosc/wnio:DataOswiadczenia"/>
</xsl:if>
wpłynęło do tutejszego urzędu oświadczenie w sprawie świadczenia usług transgranicznych w
zakresie szacowania nieruchomości
</span>
<span style="font-family: arial,helvetica,sans-serif; font-size: small;">na terytorium
Rzeczpospolitej Polskiej. Przedstawiona dokumentacja nie jest zgodna z przepisem art. 30
ust. 1 ustawy z dnia 18 marca 2008 r. o zasadach uznawania kwalifikacji zawodowych nabytych
w państwach członkowskich Unii Europejskiej (Dz.U. Nr 63, poz. 394, z późn. zm.).
</span>
</div>
<div align="justify">
<span style="font-family: arial,helvetica,sans-serif; font-size: small;"/>
</div>
<div align="justify">
<span style="font-family: arial,helvetica,sans-serif; font-size: small;">
<span>
<label>
<span/>
</label>
<xsl:if test="true()">
<span>
<xsl:call-template name="formattedText">
<xsl:with-param name="input" select="wnio:TrescDokumentu/wnio:Wartosc/wnio:OpisBrakow"/>
</xsl:call-template>
</span>
</xsl:if>
</span>
</span>
</div>
<xsl:call-template name="Podpis"/>
</body>
</html>
</xsl:for-each>
</xsl:template>
<xsl:template name="miejscowoscData">
<xsl:param name="miejscowosc" select="''"/>
<xsl:param name="czas" select="wnio:DaneDokumentu/meta:Data/meta:Czas"/>
<xsl:if test="count($czas)>0 or $miejscowosc != ''">
<p class="toRight">
<span class="line">
<xsl:if test="$miejscowosc != ''">
<xsl:value-of select="$miejscowosc"/>
<xsl:text>, dnia </xsl:text>
</xsl:if>
<xsl:value-of select="$czas"/>
</span>
</p>
<div style="clear: both;"/>
</xsl:if>
</xsl:template>
<xsl:template name="adresat">
<xsl:param name="podmiot" select="wnio:DaneDokumentu/str:Adresaci/meta:Podmiot"/>
<p class="toRight">
<xsl:if test="count($podmiot/oso:Osoba)>0">
<xsl:call-template name="adresatOsoba"/>
</xsl:if>
<xsl:if test="count($podmiot/inst:Instytucja)>0">
<xsl:call-template name="adresatInstytucja"/>
</xsl:if>
</p>
<div style="clear: both;"/>
</xsl:template>
<xsl:template name="adresatInstytucja">
<xsl:param name="instytucja" select="wnio:DaneDokumentu/str:Adresaci/meta:Podmiot/inst:Instytucja"/>
<xsl:param name="adres" select="$instytucja/adr:Adres"/>
<span class="title line">
<xsl:value-of select="$instytucja/inst:NazwaInstytucji"/>
</span>
<xsl:call-template name="adres">
<xsl:with-param name="adres" select="$adres"/>
</xsl:call-template>
</xsl:template>
<xsl:template name="adresatOsoba">
<xsl:param name="osoba" select="wnio:DaneDokumentu/str:Adresaci/meta:Podmiot/oso:Osoba"/>
<xsl:param name="adres" select="$osoba/adr:Adres"/>
<span class="line">
<xsl:value-of select="$osoba/oso:Imie"/>
<xsl:text> </xsl:text>
<xsl:value-of select="$osoba/oso:Nazwisko"/>
</span>
<xsl:call-template name="adres">
<xsl:with-param name="adres" select="$adres"/>
</xsl:call-template>
</xsl:template>
<xsl:template name="adres">
<xsl:param name="adres"/>
<xsl:if test="$adres/adr:Ulica != ''">
<span class="line">
<xsl:text>ul. </xsl:text>
<xsl:value-of select="$adres/adr:Ulica"/>
<xsl:text> </xsl:text>
<xsl:value-of select="$adres/adr:Budynek"/>
<xsl:if test="$adres/adr:Lokal != ''">
<xsl:text>/</xsl:text>
<xsl:value-of select="$adres/adr:Lokal"/>
</xsl:if>
</span>
</xsl:if>
<xsl:choose>
<xsl:when test="string-length($adres/adr:KodPocztowy) > 0 or string-length($adres/adr:Poczta) > 0 or string-length($adres/adr:Miejscowosc) > 0">
<span class="line">
<xsl:if test="$adres/adr:KodPocztowy != ''">
<xsl:value-of select="$adres/adr:KodPocztowy"/>
<xsl:text> </xsl:text>
</xsl:if>
<span>
<xsl:choose>
<xsl:when test="string-length($adres/adr:Poczta) > 0">
<xsl:value-of select="$adres/adr:Poczta"/>
</xsl:when>
<xsl:otherwise>
<xsl:value-of select="$adres/adr:Miejscowosc"/>
</xsl:otherwise>
</xsl:choose>
</span>
</span>
</xsl:when>
</xsl:choose>
<xsl:if test="$adres/adr:Kraj != ''">
<span class="line">
<xsl:value-of select="$adres/adr:Kraj"/>
</span>
</xsl:if>
</xsl:template>
<xsl:template name="formattedText">
<xsl:param name="input"/>
<xsl:choose>
<xsl:when test="contains($input, '
')">
<xsl:value-of select="substring-before($input, '
')"/>
<br/>
<xsl:call-template name="formattedText">
<xsl:with-param name="input" select="substring-after($input, '
')"/>
</xsl:call-template>
</xsl:when>
<xsl:otherwise>
<xsl:value-of select="$input"/>
</xsl:otherwise>
</xsl:choose>
</xsl:template>
<xsl:template name="Podpis">
<div align="right" style="text-align: right; line-height: 20px; ">
<table style="float: right; margin-top: 20px;">
<tr>
<td style="width: 340px;">
<p align="center" style="text-align: center; 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: 9pt;font-weight: bold;">
Podpis elektroniczny
</span>
</p>
</td>
</tr>
</table>
</div>
<div style="clear: both;"/>
</xsl:template>
</xsl:stylesheet>