385
ID | 385 |
Data | 2010-06-16 |
Symbol | 2010/06/16/385 |
Instytucja | DEPiT MSWiA |
Nazwa | Formularz uslugi weryfikacji zgodności danych w PJ z SI CEPiK |
Czy Aktualny | 0 |
---|
Ustawy (2)
Pliki
Styl
<?xml version="1.0" encoding="UTF-8"?><xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml" xmlns:tns="http://crd.gov.pl/wzor/2010/06/16/385/" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:xades="http://uri.etsi.org/01903/v1.3.2#" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.0" xsi:schemaLocation="http://www.w3.org/1999/XSL/Transform http://www.w3.org/2005/02/schema-for-xslt20.xsd">
<xsl:output encoding="UTF-8" media-type="text/html" method="xml" version="1.0"/>
<xsl:template match="/">
<xsl:apply-templates select="tns:ePUAPZapytanieOKierowce "/>
</xsl:template>
<xsl:template match="tns:ePUAPZapytanieOKierowce ">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=unicode"/>
<style type="text/css">
.naglowek {text-align: center;
font-size: 18pt}
.body{font-family:Verdana;}
</style>
</head>
<body class="body">
<table width="700"><tr><td>
<table width="700" border="1">
<tr>
<td>
<p class="naglowek">Dane zapytania o zgodność danych zawartych w dokumencie stwierdzającym uprawnienie do kierowania pojazdami z ewidencją CEK</p>
</td>
</tr>
</table>
</td></tr><tr><td>
<table width="700" border="1">
<tr>
<td>Imię pierwsze kierowcy: </td>
<td><xsl:value-of select="tns:ImieKierowcy"/></td>
</tr>
<tr>
<td>Nazwisko pierwsze kierowcy: </td>
<td><xsl:value-of select="tns:NazwiskoKierowcy"/></td>
</tr>
<tr>
<td>Numer PESEL kierowcy: </td>
<td><xsl:value-of select="tns:PESEL"/></td>
</tr>
<tr>
<td>Numer druku PJ: </td>
<td><xsl:value-of select="tns:NumerDrukuPJ"/></td>
</tr>
<tr bgcolor="#aaaaaa">
<td><b>Zakres uprawnień</b></td>
<td/>
</tr>
<xsl:for-each select="tns:ZakresUprawnien/tns:Uprawnienie">
<tr><td>Kod kategorii: </td><td><xsl:value-of select="tns:KodKategorii"/></td></tr>
<tr><td>Data wydania uprawnienia: </td><td><xsl:value-of select="tns:DataWydania"/></td></tr>
<tr><td>Data ważności uprawnienia: </td><td><xsl:value-of select="tns:DataWaznosci"/></td></tr>
</xsl:for-each>
</table>
</td></tr></table>
</body>
</html>
</xsl:template>
</xsl:stylesheet>