438
ID | 438 |
Data | 2010-09-20 |
Symbol | 2010/09/20/438 |
Instytucja | Ministerstwo Infrastruktury |
Nazwa | Wniosek o czasowa rejestrację pojazdu |
Czy Aktualny | 0 |
---|
Ustawy (1)
Pliki
Styl
<?xml version="1.0" encoding="UTF-8"?><xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xmlns:p="http://crd.gov.pl/wzor/2010/09/20/438/" xmlns:str="http://crd.gov.pl/xml/schematy/struktura/2009/03/06/">
<xsl:variable name="readonly" select="1"/>
<xsl:template match="/">
<xsl:apply-templates select="/p:podpisanyWniosek/p:wniosek"/>
</xsl:template>
<xsl:template match="/p:podpisanyWniosek/p:wniosek">
<html>
<head>
<title>Wniosek</title>
<style type="text/css">
*
{
font-family: Verdana;
font-size: 12px;
}
sup
{
font-size: 10px;
}
.przypis
{
font-size: 9px;
}
#tabela
{
border-collapse: collapse;
border: 1px solid black;
}
#tabela td
{
border: 1px solid black;
}
</style>
</head>
<body>
<table width="100%">
<tr>
<td align="center">
<div style="width:900px;">
<p align="center">
<b>
<div style="font-size:20px">WNIOSEK O CZASOWĄ REJESTRACJĘ POJAZDU</div>
</b>
</p>
<p>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td valign="top" width="50%">
<xsl:call-template name="textboxLong">
<xsl:with-param name="name">nazwisko</xsl:with-param>
<xsl:with-param name="value">
<xsl:value-of select="p:danePersonalne/p:nazwisko"/>
</xsl:with-param>
</xsl:call-template>
<br/>
(imię i nazwisko lub nazwa właściciela)
<br/>
<xsl:call-template name="textboxLong">
<xsl:with-param name="name">nazwisko</xsl:with-param>
<xsl:with-param name="value">
<xsl:value-of select="p:danePersonalne/p:adres"/>
</xsl:with-param>
</xsl:call-template>
<br/>
(adres właściciela)
<br/>
<xsl:call-template name="textboxLong">
<xsl:with-param name="name">pesel</xsl:with-param>
<xsl:with-param name="value">
<xsl:value-of select="p:danePersonalne/p:pesel"/>
</xsl:with-param>
</xsl:call-template>
<br/>
(nr PESEL lub REGON<span class="przypis">*</span>/data urodzenia<span class="przypis">**</span>)
</td>
<td valign="top" width="50%">
<div>
<table border="0" cellspacing="0">
<tr>
<td valign="middle">
<xsl:call-template name="textbox">
<xsl:with-param name="name">miejWn</xsl:with-param>
<xsl:with-param name="value">
<xsl:value-of select="p:naglowek/p:miejWn"/>
</xsl:with-param>
</xsl:call-template>
<br/>
(miejscowość)
</td>
<td align="right" valign="top">
<xsl:call-template name="textbox">
<xsl:with-param name="name">dataWn</xsl:with-param>
<xsl:with-param name="value">
<xsl:value-of select="p:naglowek/p:dataWn"/>
</xsl:with-param>
</xsl:call-template>
<br/>
(data)
</td>
</tr>
</table>
<table border="0" cellspacing="0">
<tr>
<td valign="middle">
<xsl:call-template name="textboxLong">
<xsl:with-param name="name">nazwaOrg</xsl:with-param>
<xsl:with-param name="value">
<xsl:value-of select="p:naglowek/p:daneOrganu/p:nazwaOrg"/>
</xsl:with-param>
</xsl:call-template>
<br/>
(nazwa organu rejestrującego)
</td>
</tr>
<tr>
<td valign="middle">
<xsl:call-template name="textboxLong">
<xsl:with-param name="name">miejscOrg</xsl:with-param>
<xsl:with-param name="value">
<xsl:value-of select="p:naglowek/p:daneOrganu/p:miejscOrg"/>
</xsl:with-param>
</xsl:call-template>
<br/>
(miejscowość)
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</p>
<table width="100%">
<tr>
<td colspan="2">
<b>Wnoszę o rejestrację czasową w celu</b>
<xsl:call-template name="textboxLong">
<xsl:with-param name="name">celRejestracji</xsl:with-param>
<xsl:with-param name="value">
<xsl:value-of select="p:pojazd/p:celRejestracji"/>
</xsl:with-param>
</xsl:call-template>
<b>następującego pojazdu:</b>
</td>
</tr>
<tr>
<td nowrap="false">Rodzaj pojazdu i przeznaczenie</td>
<td width="100%">
<xsl:call-template name="textboxSemiLong">
<xsl:with-param name="name">rodzajPojazdu</xsl:with-param>
<xsl:with-param name="value">
<xsl:value-of select="p:pojazd/p:rodzajPojazdu"/>
</xsl:with-param>
</xsl:call-template>
</td>
</tr>
<tr>
<td nowrap="true">Marka, typ, model</td>
<td>
<xsl:call-template name="textboxSemiLong">
<xsl:with-param name="name">markaTypModel</xsl:with-param>
<xsl:with-param name="value">
<xsl:value-of select="p:pojazd/p:markaTypModel"/>
</xsl:with-param>
</xsl:call-template>
</td>
</tr>
<tr>
<td nowrap="true">Rok produkcji</td>
<td>
<xsl:call-template name="textboxSemiLong">
<xsl:with-param name="name">rokProdukcji</xsl:with-param>
<xsl:with-param name="value">
<xsl:value-of select="p:pojazd/p:rokProdukcji"/>
</xsl:with-param>
</xsl:call-template>
</td>
</tr>
<tr>
<td nowrap="true">Numer identyfikacyjny VIN/nr nadwozia (podwozia)</td>
<td>
<xsl:call-template name="textboxSemiLong">
<xsl:with-param name="name">vin</xsl:with-param>
<xsl:with-param name="value">
<xsl:value-of select="p:pojazd/p:vin"/>
</xsl:with-param>
</xsl:call-template>
</td>
</tr>
<tr>
<td nowrap="true">Numer silnika<span class="przypis">***</span></td>
<td>
<xsl:call-template name="textboxSemiLong">
<xsl:with-param name="name">numerSilnika</xsl:with-param>
<xsl:with-param name="value">
<xsl:value-of select="p:pojazd/p:numerSilnika"/>
</xsl:with-param>
</xsl:call-template>
</td>
</tr>
<tr>
<td nowrap="true">Dotychczasowy numer rejestracyjny</td>
<td>
<xsl:call-template name="textboxSemiLong">
<xsl:with-param name="name">numerRejestracyjny</xsl:with-param>
<xsl:with-param name="value">
<xsl:value-of select="p:pojazd/p:numerRejestracyjny"/>
</xsl:with-param>
</xsl:call-template>
</td>
</tr>
<tr>
<td nowrap="true">Numer karty pojazdu</td>
<td>
<xsl:call-template name="textboxSemiLong">
<xsl:with-param name="name">numerKarty</xsl:with-param>
<xsl:with-param name="value">
<xsl:value-of select="p:pojazd/p:numerKarty"/>
</xsl:with-param>
</xsl:call-template>
</td>
</tr>
</table>
<table width="100%">
<tr>
<td>
<b>Do wniosku załączam następujące dokumenty:</b>
</td>
</tr>
<tr>
<td>
<xsl:for-each select="str:Zalacznik">
<table><tr><td>
<xsl:call-template name="textboxSemiLong">
<xsl:with-param name="name">nazwaZalacznika</xsl:with-param>
<xsl:with-param name="value">
<xsl:value-of select="@nazwaPliku"/>
</xsl:with-param>
</xsl:call-template>
</td></tr></table>
</xsl:for-each>
</td>
</tr>
</table>
<br/><br/>
<table cellpadding="0" cellspacing="0">
<tr><td align="right" valign="Top">*</td><td>Numer REGON podaje się, gdy właścicielem pojazdu jest przedsiębiorca</td></tr>
<tr><td align="right" valign="Top">**</td><td>Datę urodzenia wpisują tylko cudzoziemcy, którzy nie mają ustalonego nr PESEL</td></tr>
<tr><td align="right" valign="Top">***</td><td>Nie wypełnia się rubryki przeznaczonej do wpisywania numeru silnika pojazdu - zgodnie z §2 rozporządzenia Ministra Transportu i Budownictwa z dnia 31 marca 2006r. zmieniającego rozporządzenie w sprawie rejestracji i oznaczania pojazdów (Dz. U. Nr 65, poz. 461)</td></tr>
</table>
</div>
</td>
</tr>
</table>
</body>
</html>
</xsl:template>
<xsl:template name="textbox">
<xsl:param name="name">name</xsl:param>
<xsl:param name="value">value</xsl:param>
<xsl:param name="size">22</xsl:param>
<xsl:param name="style">border-style: dotted; border-top:none; border-left: none; border-right:none; background-color:white</xsl:param>
<xsl:element name="input">
<xsl:attribute name="type">text</xsl:attribute>
<xsl:attribute name="name">
<xsl:value-of select="$name"/>
</xsl:attribute>
<xsl:if test="$readonly">
<xsl:attribute name="enabled"/>
</xsl:if>
<xsl:attribute name="maxlength">40</xsl:attribute>
<xsl:attribute name="value">
<xsl:value-of select="$value"/>
</xsl:attribute>
<xsl:attribute name="size">
<xsl:value-of select="$size"/>
</xsl:attribute>
<xsl:attribute name="style">
<xsl:value-of select="$style"/>
</xsl:attribute>
</xsl:element>
</xsl:template>
<xsl:template name="textboxLong">
<xsl:param name="name">name</xsl:param>
<xsl:param name="value">value</xsl:param>
<xsl:param name="size">46</xsl:param>
<xsl:param name="style">border-style: dotted; border-top:none; border-left: none; border-right:none; background-color:white</xsl:param>
<xsl:element name="input">
<xsl:attribute name="type">text</xsl:attribute>
<xsl:attribute name="name">
<xsl:value-of select="$name"/>
</xsl:attribute>
<xsl:if test="$readonly">
<xsl:attribute name="enabled"/>
</xsl:if>
<xsl:attribute name="maxlength">50</xsl:attribute>
<xsl:attribute name="value">
<xsl:value-of select="$value"/>
</xsl:attribute>
<xsl:attribute name="size">
<xsl:value-of select="$size"/>
</xsl:attribute>
<xsl:attribute name="style">
<xsl:value-of select="$style"/>
</xsl:attribute>
</xsl:element>
</xsl:template>
<xsl:template name="textboxSemiLong">
<xsl:param name="name">name</xsl:param>
<xsl:param name="value">value</xsl:param>
<xsl:param name="size">66</xsl:param>
<xsl:param name="style">border-style: dotted; border-top:none; border-left: none; border-right:none; background-color:white</xsl:param>
<xsl:element name="input">
<xsl:attribute name="type">text</xsl:attribute>
<xsl:attribute name="name">
<xsl:value-of select="$name"/>
</xsl:attribute>
<xsl:if test="$readonly">
<xsl:attribute name="enabled"/>
</xsl:if>
<xsl:attribute name="maxlength">50</xsl:attribute>
<xsl:attribute name="value">
<xsl:value-of select="$value"/>
</xsl:attribute>
<xsl:attribute name="size">
<xsl:value-of select="$size"/>
</xsl:attribute>
<xsl:attribute name="style">
<xsl:value-of select="$style"/>
</xsl:attribute>
</xsl:element>
</xsl:template>
<xsl:template name="textboxSuperLong">
<xsl:param name="name">name</xsl:param>
<xsl:param name="value">value</xsl:param>
<xsl:param name="size">120</xsl:param>
<xsl:param name="style">border-style: dotted; border-top:none; border-left: none; border-right:none; background-color:white</xsl:param>
<xsl:element name="input">
<xsl:attribute name="type">text</xsl:attribute>
<xsl:attribute name="name">
<xsl:value-of select="$name"/>
</xsl:attribute>
<xsl:if test="$readonly">
<xsl:attribute name="enabled"/>
</xsl:if>
<xsl:attribute name="maxlength">50</xsl:attribute>
<xsl:attribute name="value">
<xsl:value-of select="$value"/>
</xsl:attribute>
<xsl:attribute name="size">
<xsl:value-of select="$size"/>
</xsl:attribute>
<xsl:attribute name="style">
<xsl:value-of select="$style"/>
</xsl:attribute>
</xsl:element>
</xsl:template>
</xsl:stylesheet>