<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns1="http://www.e-clo.pl/ZEFIR2/eZefir2/xsd/v1_0/wzza_wzbo_cancel.xsd" xmlns:ns2="http://www.w3.org/2000/09/xmldsig#" xmlns:ns3="http://www.e-clo.pl/ZEFIR2/eZefir2/xsd/v9_0/Types.xsd" xmlns:ns4="http://www.e-clo.pl/ZEFIR2/eZefir2/xsd/v9_0/Trader.xsd" xmlns:wzza_wzbo_cancel="http://www.e-clo.pl/ZEFIR2/eZefir2/xsd/v1_0/wzza_wzbo_cancel.xsd" version="1.0"> <xsl:decimal-format NaN="" decimal-separator="." grouping-separator=" "/> <xsl:output encoding="iso-8859-1" method="html"/> <xsl:template match="/"> <xsl:apply-templates select="*"/> </xsl:template> <!-- POCZATEK ALL --> <!-- STYL ARKUSZA --> <xsl:template match="*" mode="styl1"> <style type="text/css">body {margin:0;font-family:Verdana,Helvetica,sans-serif;font-size:10px;text-align:justify;}</style> <style type="text/css">*{font-family:Verdana,Helvetica,sans-serif;padding:3px;color:black;}</style> <style type="text/css">a{color:#3366FF;font-weight:bold;}</style> <style type="text/css">h3{padding:3px;cursor:help;}</style> <style type="text/css">h4,h5,.copyr{text-align:center;}</style> <style type="text/css">caption{font-weight:bold;}</style> <style type="text/css">table,div,td{font-size:8pt;border-color:black;}</style> <style type="text/css">table{border-top:1 solid;border-bottom:2 solid;border-left:1 solid;border-right:1 solid;}</style> <style type="text/css">th,td{border-top:1 solid;border-bottom:1 solid;border-left:1 solid;border-right:1 solid;}</style> <style type="text/css">#cont{display:none}</style> <style type="text/css">.copyr{background:#B1D8FF;font-weight:bold;}</style> <style type="text/css">.nag1 {font-size: 20px; font-weight: bold;}</style> <style type="text/css">.nag2{font-size: 20px}</style> <style type="text/css">.cz10 {font-size: 10px}</style> <style type="text/css">.cz12 {	font-size: 12px}</style> <style type="text/css">.cz18 {font-size: 18px}</style> <style type="text/css">.cz16 {font-size: 16px}</style> <style type="text/css">.cz14 {font-size: 14px}</style> </xsl:template> <!-- SZABLON STOPKI --> <xsl:template match="*" mode="stopka"> <xsl:text>wzza_wzbo_cancel</xsl:text> </xsl:template> <xsl:template match="*"> <!-- ZASTOSOWANIE STYLU --> <xsl:apply-templates mode="styl1" select="*"/> <!-- DEKLARACJE AKCYZOWE --> <xsl:apply-templates mode="dekl_AKCS" select="."/> </xsl:template> <!-- SZABLON DOT. DEKLARACJI AKCYZOWYCH --> <xsl:template match="*" mode="dekl_AKCS"> <xsl:for-each select=" ns1:Header|  ns1:* | wzza_wzbo_cancel:*"> <!-- SZABLON DOT.  IDENTYFIKATORA PODATNIKA--> <xsl:apply-templates mode="Ident" select="."/> <!-- SZABLON DLA RODZAJU DEKLARACJI --> <xsl:apply-templates mode="rodz_dekl" select="."/> <!-- SZABLON DOT.  OKRESU ROK MIESIAC  NUMER FORMULARZA--> <!--<xsl:apply-templates select="." mode = "rok_mc"/>--> <!-- SZABLON DOT.  PODSTAWY PRAWNEJ DLA DEKLARACJI --> <!--<xsl:apply-templates mode="PodstawaPrawna" select="."/>--> <!-- SZABLON DOT. MIEJSCE SKLADANIA DEKLARACJI --> <xsl:apply-templates mode="MiejsceDekl" select="."/> <!-- SZABLON DOT. DANYCH PODATNIKA --> <xsl:apply-templates mode="DaneWniosku" select="."/> <!-- SZABLON DOT. ADRESU PODATNIKA --> <xsl:apply-templates mode="Adres" select="."/> <!-- SZABLON DOT. ADRESU PODATNIKA --> <!-- SZABLON DOT. POZOSTALI PODATNICY--> <!--<xsl:apply-templates mode="Pozostali" select="."/> --> <!-- SZABLON DOT. ADRESU WSPÓŁWŁAŚCICELA --> <!-- <xsl:apply-templates mode="AdresW" select="."/> --> <!-- xsl:apply-templates mode="KwotaPodatku" select="."/> --> <!-- SZABLON DOT. WYROBOW --> <!-- <xsl:apply-templates mode="Wyroby" select="."/> --> <!-- SZABLON DOT. WYROBOW --> <!-- <xsl:apply-templates mode="Wyroby1" select="."/> --> <xsl:apply-templates mode="Wyroby3" select="."/> <!-- <xsl:apply-templates mode="Razem" select="."/> --> <!-- SZABLON DOT. OSWIADCZENIE karnej --> <xsl:apply-templates mode="Zalaczniki" select="."/> <!-- SZABLON DOT. OSWIADCZENIE PODATNIKA LUB OSOBY REPREZENTUJACEJ --> <xsl:apply-templates mode="OswPodatnika" select="."/> <!-- SZABLON DOT. ADNOTACJI--> <!-- <xsl:apply-templates mode="Adnotacje" select="."/>--> <!-- SZABLON DOT. OBJASNIENIA --> <!--<xsl:apply-templates mode="ObjasnieniaAkc" select="."/> --> <!-- SZABLON DOT. POUCZENIA--> <!-- <xsl:apply-templates mode="PouczeniaAkc" select="."/>--> </xsl:for-each> </xsl:template> <!-- SZABLON DOT.  IDENTYFIKATORA PODATNIKA--> <xsl:template match="*" mode="Ident"> <table border="1" width="955"> <tr align="left" valign="top"> <td align="left" colspan="2" height="45" valign="middle" width="586"> <span class="cz12"> <xsl:choose> <xsl:when test="string-length(@identifier)='11'"> <b>1. <s>Identyfikator podatkowy NIP</s>/numer PESEL</b> <sup>(niepotrzebne skreślić)</sup> <b> podatnika</b>  </xsl:when> <xsl:otherwise> <b>1. Identyfikator podatkowy NIP/<s>numer PESEL</s> <sup>(niepotrzebne skreślić)</sup> podatnika </b> </xsl:otherwise> </xsl:choose> </span> </td> <td align="center" colspan="2" valign="middle" width="353"> <span class="nag2"> <b> <xsl:value-of select="@identifier"/> </b> </span> </td> </tr> <tr align="left" colspan="1" valign="top"> <td align="left" height="45" valign="top" width="353"/> <td align="left" bgcolor="#CCCCCC" colspan="2" height="45" valign="top"> <b>2. Nr dokumentu</b> <br/> <span class="cz16"> <b> <xsl:value-of select="@selfRef"/> </b> </span> </td> <td align="left" bgcolor="#CCCCCC" colspan="1" height="45" valign="top"> <b>3. Status</b> </td> </tr> </table> </xsl:template> <!-- SZABLON DOT.  RODZAJU DEKLARACJI --> <xsl:template match="*" mode="rodz_dekl"> <xsl:if test="ns1:* | wzza_wzbo_cancel:*"> <table border="1" width="956"> <!--<tr> <td colspan="3" height="40"> <span class="nag1"> <xsl:text>wzza_wzbo_cancel</xsl:text> </span> </td> </tr> --> <tr> <td align="center" bgcolor="#CCCCCC" height="61" width="120"> <span class="nag1"> WZZA/WZBO-<br/>Anulowanie </span> </td> <td align="center" width="537"> <div> <span class="nag1"> <br/>FORMULARZ WYCOFANIA WNIOSKU WZZA/WZBO<br/> </span> <span class="nag1"/> </div> </td> <!--<td width="243"/>--> </tr> </table> </xsl:if> </xsl:template> <!-- SZABLON DOT. MIEJSCE SKLADANIA DEKLARACJI --> <xsl:template match="*" mode="MiejsceDekl"> <xsl:if test="ns1:* |wzza_wzbo_cancel:*"> <table border="1" width="955"> <tr align="left" bgcolor="#CCCCCC" valign="top"> <td colspan="3"> <span class="nag1">A.WŁAŚCIWY ORGAN I CEL SKŁADANIA WNIOSKU</span> </td> </tr> <tr align="left" valign="top"> <td bgcolor="#CCCCCC" rowspan="5" width="46"/> <td colspan="2"> <b>4. Naczelnik urzędu skarbowego</b> <br/> <span class="cz18"> <xsl:value-of select="@taxOfficeName"/> </span> </td> </tr> <!--<tr> <td class="style3" colspan="2"> <b>6. Cel złożenia formularza</b>(zaznaczyć właściwy kwadrat):  </td> </tr> --> <!-- <tr> <td align="left" valign="top" width="422">1. złożenie deklaracji<br/> <xsl:if test="@submissionAim and normalize-space(@submissionAim)='Deklaracja'"> <span class="cz18"> <b>X - </b> <xsl:value-of select="@submissionAim"/> </span> </xsl:if> </td> <td align="left" valign="top" width="471">2. korekta deklaracji<sup>3)</sup> <br/> <xsl:if test="@submissionAim and normalize-space(@submissionAim)='Korekta'"> <span class="cz18"> <b>X - </b> <xsl:value-of select="@submissionAim"/> </span> <br/>  </xsl:if> </td> </tr> -->  </table> </xsl:if> </xsl:template> <!-- SZABLON DOT. DANYCH PODATNIKA --> <xsl:template match="*" mode="DaneWniosku"> <xsl:if test="ns4:* | wzza_wzbo_cancel:*"> <table border="1" width="955"> <tr bgcolor="#CCCCCC"> <td colspan="4"> <span class="nag1">B. DANE WNIOSKU DO ANULOWANIA</span> </td> </tr> <!--<tr bgcolor="#CCCCCC"> <td colspan="4"> <span class="nag2">B.1. DANE IDENTYFIKACYJNE</span> </td> </tr> --> <tr> <td bgcolor="#CCCCCC" rowspan="3" width="40"/> <td align="left" colspan="3" height="27" valign="top"> <b>5. Nr UPO</b> <br/> <span class="cz18"> <xsl:value-of select="//@upoCancel"/> </span>  </td> </tr>  <tr> <td align="left" colspan="3" valign="top"> <b>6. Uzasadnienie </b> <br/> <br/> <span class="cz18"> <xsl:value-of select="//@justification"/> </span>  </td> </tr> </table> </xsl:if> </xsl:template>     <!-- SZABLON DOT. OSWIADCZENIE PODATNIKA LUB OSOBY REPREZENTUJACEJ --> <xsl:template match="*" mode="OswPodatnika"> <xsl:if test="ns1:* | ns3:*"> <table border="1" height="210" width="955"> <tr align="left" bgcolor="#CCCCCC" valign="top"> <td colspan="3"> <b> <span class="nag1">C. PODPIS PODATNIKA LUB OSOBY REPREZENTUJĄCEJ PODATNIKA</span> </b> <!--<br/>Oświadczam, że są mi znane przepisy Kodeksu karnego skarbowego o odpowiedzialności za podanie danych niezgodnych z rzeczywistością.--> </td> </tr> <tr align="left" valign="top"> <td bgcolor="#CCCCCC" rowspan="4" width="40"/> <td height="37" width="402"> <b>7. Imię </b> <br/> <br/> <span class="cz18"> <xsl:value-of select="//@repFirstName"/> </span> </td> <td width="491"> <b>8. Nazwisko </b> <br/> <br/> <span class="cz18"> <xsl:value-of select="//@repSurname "/> </span> </td> </tr> <tr align="left" valign="top"> <td colspan="2"> <xsl:choose> <xsl:when test="string-length(//@repIdentifier)='11'"> <b>9. <s>Identyfikator podatkowy NIP</s>/numer PESEL</b> <sup>(niepotrzebne skreślić)</sup> <b> osoby reprezentującej podatnika</b> </xsl:when> <xsl:otherwise> <b>9. Identyfikator podatkowy NIP/<s>numer PESEL</s> </b> <sup>(niepotrzebne skreślić)</sup> <b> osoby reprezentującej podatnika</b> </xsl:otherwise> </xsl:choose> <br/> <br/> <span class="cz18"> <xsl:value-of select="//@repIdentifier"/> </span> </td> </tr> <tr align="left" valign="top"> <td height="39"> <b>10. Data wypełnienia wniosku</b> (dzień – miesiąc – rok) <br/> <br/> <br/> <span class="cz18"> <xsl:value-of select="substring(//@declarationDate,9,2)"/> <xsl:value-of select="substring(//@declarationDate,5,4)"/> <xsl:value-of select="substring(//@declarationDate,1,4)"/> </span> </td> <td> <b>11. Podpis podatnika lub osoby reprezentującej podatnika </b> </td> </tr> <tr align="left" valign="top"> <td colspan="3"> <b>12. Numer telefonu i adres e-mail podatnika lub osoby reprezentującej podatnika</b> <br/> <br/> <span class="cz18"> <xsl:value-of select="//@phone"/> </span> <span class="cz18"> <xsl:value-of select="//@email"/> </span> </td> </tr> <tr align="right" valign="top"> <td colspan="3"> <span class="nag1"> WZZA/WZBO-Anulowanie <sub>(1)</sub> </span> <sub style="cz9"/> </td> </tr> </table> </xsl:if> </xsl:template>  <!-- KONIEC all AG--> </xsl:stylesheet>