<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE xsl:stylesheet[
<!ENTITY nbsp "&#xa0;">]><xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:egonp="http://schemas.gov.sk/form/00648264.A0000224.000000206.SpolocneRozhodnutieVyrubenieRozdielu_TLZ2066/2.9" exclude-result-prefixes="egonp"><xsl:output method="html" doctype-system="http://www.w3.org/TR/html4/loose.dtd" doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN" indent="no" omit-xml-declaration="yes" /><xsl:template match="/"><html><head><meta http-equiv="X-UA-Compatible" content="IE=edge" /><title>Spoločné rozhodnutie na vyrubenie rozdielu dane</title><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><meta name="language" content="sk-SK" /><link href="https://www.slovensko.sk/static/eForm/Designer/2.0.1.18/Styles/jquery-ui.css" rel="stylesheet" type="text/css" /><link href="https://www.slovensko.sk/static/eForm/Designer/2.0.1.18/Styles/jquery.multiselect.css" rel="stylesheet" type="text/css" /><link href="https://www.slovensko.sk/static/eForm/Designer/2.0.1.18/Styles/jquery.multiselect.filter.css" rel="stylesheet" type="text/css" /><link href="https://www.slovensko.sk/static/eForm/Designer/2.0.1.18/Styles/base.css" rel="stylesheet" type="text/css" /><link href="https://www.slovensko.sk/static/eForm/Designer/2.0.1.18/Styles/ego.css" rel="stylesheet" type="text/css" /><link href="https://www.slovensko.sk/static/eForm/Designer/2.0.1.18/Styles/treeselect.css" rel="stylesheet" type="text/css" /><link href="https://www.slovensko.sk/static/eForm/Designer/2.0.1.18/Styles/chosentree.css" rel="stylesheet" type="text/css" /><link href="https://www.slovensko.sk/static/eForm/Designer/2.0.1.18/Styles/p_upvs.css" rel="stylesheet" type="text/css" /><link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,400italic,bold,600&amp;subset=latin,latin-ext" rel="stylesheet" type="text/css" /><script src="https://www.slovensko.sk/static/eForm/Designer/2.0.1.18/Scripts/jquery.min.js" type="text/javascript"></script><script src="https://www.slovensko.sk/static/eForm/Designer/2.0.1.18/Scripts/jquery-migrate.min.js" type="text/javascript"></script><script src="https://www.slovensko.sk/static/eForm/Designer/2.0.1.18/Scripts/jquery.mask.min.js" type="text/javascript"></script><script src="https://www.slovensko.sk/static/eForm/Designer/2.0.1.18/Scripts/jquery-ui.min.js" type="text/javascript"></script><script src="https://www.slovensko.sk/static/eForm/Designer/2.0.1.18/Scripts/jquery.dataTables.min.js" type="text/javascript"></script><script src="https://www.slovensko.sk/static/eForm/Designer/2.0.1.18/Scripts/jquery-ui-timepicker-addon.js" type="text/javascript"></script><script src="https://www.slovensko.sk/static/eForm/Designer/2.0.1.18/Scripts/jquery.multiselect.filter.min.js" type="text/javascript"></script><script src="https://www.slovensko.sk/static/eForm/Designer/2.0.1.18/Scripts/jquery.multiselect.min.js" type="text/javascript"></script><script src="https://www.slovensko.sk/static/eForm/Designer/2.0.1.18/Scripts/jquery.validate.min.js" type="text/javascript"></script><script src="https://www.slovensko.sk/static/eForm/Designer/2.0.1.18/Scripts/jquery.validate.customRules.js" type="text/javascript"></script><script src="https://www.slovensko.sk/static/eForm/Designer/2.0.1.18/Scripts/ego.js" type="text/javascript"></script><script src="https://www.slovensko.sk/static/eForm/Designer/2.0.1.18/Scripts/jquery.form.plugins.js" type="text/javascript"></script><script src="https://www.slovensko.sk/static/eForm/Designer/2.0.1.18/Scripts/ego.statusDialog.js" type="text/javascript"></script><script src="https://www.slovensko.sk/static/eForm/Designer/2.0.1.18/Scripts/jquery.chosentree.js" type="text/javascript"></script><script src="https://www.slovensko.sk/static/eForm/Designer/2.0.1.18/Scripts/jquery.treeselect.js" type="text/javascript"></script><script src="https://www.slovensko.sk/static/eForm/Designer/2.0.1.18/Scripts/fillerSaver.js" type="text/javascript"></script><script src="https://www.slovensko.sk/static/eForm/Designer/2.0.1.18/Scripts/wrapper.js" type="text/javascript"></script><script src="https://www.slovensko.sk/static/eForm/Designer/2.0.1.18/Scripts/p_upvs.js" type="text/javascript"></script><script type="text/javascript">var projectType = 'UPVS';
                    <xsl:text disable-output-escaping="yes">/*
                        <![CDATA[ */
                        function nacitajObrazky() {
                        const BarCode_dzn = document.getElementById('DzNPlatbaHodn_barcode');
                        const QRCode_dzn = document.getElementById('DzNPlatbaHodn_qrcode');
                        if (BarCode_dzn.value != '')if (BarCode_dzn.value.indexOf('data:image') == -1)
                        $("#imgSpanBarCode_dzn").find('img').attr('src', 'data:image/png;base64,' + BarCode_dzn.value);
                        else $("#imgSpanBarCode_dzn").find('img').attr('src', BarCode_dzn.value);
                        else $("#imgSpanBarCode_dzn").find('img').attr('src', '');
                        if (QRCode_dzn.value != '')
                        if (QRCode_dzn.value.indexOf('data:image') == -1)
                        $("#imgSpanQRCode_dzn").find('img').attr('src', 'data:image/png;base64,' + QRCode_dzn.value);
                        else $("#imgSpanQRCode_dzn").find('img').attr('src', QRCode_dzn.value);
                        else $("#imgSpanQRCode_dzn").find('img').attr('src', '');


                        const BarCode_pes = document.getElementById('PesPlatbaHodn_barcode');
                        const QRCode_pes = document.getElementById('PesPlatbaHodn_qrcode');
                        if (BarCode_pes.value != '')if (BarCode_pes.value.indexOf('data:image') == -1)
                        $("#imgSpanBarCode_pes").find('img').attr('src', 'data:image/png;base64,' + BarCode_pes.value);
                        else $("#imgSpanBarCode_pes").find('img').attr('src', BarCode_pes.value);
                        else $("#imgSpanBarCode_pes").find('img').attr('src', '');if (QRCode_pes.value != '')
                        if (QRCode_pes.value.indexOf('data:image') == -1)
                        $("#imgSpanQRCode_pes").find('img').attr('src', 'data:image/png;base64,' + QRCode_pes.value);
                        else $("#imgSpanQRCode_pes").find('img').attr('src', QRCode_pes.value);
                        else $("#imgSpanQRCode_pes").find('img').attr('src', '');

                        const BarCode_aut = document.getElementById('AUTPlatbaHodn_barcode');
                        const QRCode_aut = document.getElementById('AUTPlatbaHodn_qrcode');
                        if (BarCode_aut.value != '')if (BarCode_aut.value.indexOf('data:image') == -1)
                        $("#imgSpanBarCode_aut").find('img').attr('src', 'data:image/png;base64,' + BarCode_aut.value);
                        else $("#imgSpanBarCode_aut").find('img').attr('src', BarCode_aut.value);
                        else $("#imgSpanBarCode_aut").find('img').attr('src', '');if (QRCode_aut.value != '')
                        if (QRCode_aut.value.indexOf('data:image') == -1)$
                        ("#imgSpanQRCode_aut").find('img').attr('src', 'data:image/png;base64,' + QRCode_aut.value);
                        else $("#imgSpanQRCode_aut").find('img').attr('src', QRCode_aut.value);
                        else $("#imgSpanQRCode_aut").find('img').attr('src', '');

                        const BarCode_nhp = document.getElementById('NHPPlatbaHodn_barcode');
                        const QRCode_nhp = document.getElementById('NHPPlatbaHodn_qrcode');
                        if (BarCode_nhp.value != '')if (BarCode_nhp.value.indexOf('data:image') == -1)
                        $("#imgSpanBarCode_nhp").find('img').attr('src', 'data:image/png;base64,' + BarCode_aut.value);
                        else $("#imgSpanBarCode_nhp").find('img').attr('src', BarCode_nhp.value);
                        else $("#imgSpanBarCode_nhp").find('img').attr('src', '');
                        if (QRCode_nhp.value != '')if (QRCode_aut.value.indexOf('data:image') == -1)
                        $("#imgSpanQRCode_nhp").find('img').attr('src', 'data:image/png;base64,' + QRCode_nhp.value);
                        else $("#imgSpanQRCode_nhp").find('img').attr('src', QRCode_nhp.value);
                        else $("#imgSpanQRCode_nhp").find('img').attr('src', '');}


                        function GetExternalResourceIndex(resourcetype) {  switch (resourcetype) {    default:      return null;  }  return null;}function GetExternalResource(resourcetype, index) {    nacitajObrazky();  switch (resourcetype) {    default:      return null;  }  return null;}function SetDefaultValue(key, value) {  if (value == '' || key == '') {    return;}}function GetDefaultValue() {  var retString = '';  return retString;}function InitConditionalRules(context, sid) {if (sid == null) {}}var validatorObject = null;function InitValidation() {validatorObject = $("#eForm_eGov_vystup_002066").validate({errorLabelContainer: $("#errorsContainer"),wrapper: "li",onkeyup: false,onclick: false,        ignore: ".disableValidators",rules: {  },messages: {  }});  }$(window).bind("DOMContentLoaded", function () {var context = $("form:has(#main)");context.bind("loadedFromXmlCompleted", function () {  nacitajObrazky();});var context = $("form:has(#main)");context.bind("clearFormCompleted", function () {  nacitajObrazky();});});/* ]]> */
                    </xsl:text></script><style type="text/css">.LabelBold{font-weight: bold;} .RozhodnutieTextRight {font-size:20px; font-weight:bold; text-align:right; text-transform: uppercase;} .RozhodnutieCisloLeft {font-size:20px; font-weight:bold; text-align:Left; } .VyrubujeText {font-size:18px; font-weight:bold; text-align:center;} .LabelBoldRight label {font-weight: bold; text-align:right;} .bunka label {line-height:100%; margin-top: 5px; font-weight:normal;align:right;} .Odstavec {text-indent: 50px; margin: 0px; text-align:justify;} .logo img {width:100px; height:120px;} body {font-family: Verdana;font-size: 16px;} .Label_12_left label {font-size:12px;text-align:left !important;} .RozhodnutieHlavicka_gatl1_internal{width:390px;}.RozhodnutieHlavicka_gatl2_internal{width:390px;}.RozhodnutieHlavicka_gatl3_internal{width:390px;}.RozhodnutieHlavicka_c_kon_pi_internal{width:390px;}.RozhodnutieHlavicka_gatl4_internal{width:307px;}.RozhodnutieHlavicka_gatl5_internal{width:307px;}.Adresat_mpf_internal{width:750px;}.Adresat_adr_internal{width:750px;}.RozhodnutieCislo_ce_rok_internal{width:150px;}.Vyrok_Text_internal{width:860px;height:90px;}.DanovnikPopis_mpf_internal{width:540px;}.DanovnikPopis_adr_tp_internal{width:540px;}.DanovnikPopis_ico_rc_d_nar_internal{width:540px;}.Obdobie_gatl6_internal{width:860px;text-align:center}.DzNSuma_sumrdzn_internal{width:100px;} .Pozemky_predmet_internal{width:270px;}.Pozemky_vnutro_internal{width:265px;}.PozemkySpolu_sumrdp_internal{width:100px;}.PozemkySpolu_sumdp_internal{width:100px;} .Stavby_predmet_internal{width:270px;}.Stavby_vnutro_internal{width:265px;}.StavbySpolu_sumrds_internal{width:100px;}.StavbySpolu_sumds_internal{width:100px;} .Byty_predmet_internal{width:270px;}.Byty_vnutro_internal{width:265px;}.BytySpolu_sumrdb_internal{width:100px;}.BytySpolu_sumdb_internal{width:100px;} .PesHodn_internal{width:265px;}.PesHodn_stred_internal{width:275px;}.PesSuma_sumrpes_internal{width:100px;} .AUTHodn_internal{width:265px;}.AUTHodn_stred_internal{width:275px;}.AUTSuma_sumraut_internal{width:100px;} .NHPHodn_internal{width:265px;}.NHPHodn_stred_internal{width:275px;}.NHPSuma_sumrnhp_internal{width:100px;} .DzNSplHodn_sk_spl_dzn_memo_internal{width:405px;text-align:right}.DzNSplHodn_d_spl_dzn_memo_internal{width:420px;}.SekciaDzNSplSuma_sumrdzn_internal{width:100px;}.SekciaDzNSplSuma_PreplatokNedoplatok_iss_internal{width:200px;} .PesSplHodn_sk_spl_pes_memo_internal{width:405px;text-align:right}.PesSplHodn_d_spl_pes_memo_internal{width:420px;}.PesSplSuma_sumrpes_internal{width:100px;}.SekciaPesSplSuma_PreplatokNedoplatok_iss_internal{width:200px;} .AUTSplHodn_sk_spl_aut_memo_internal{width:410px;text-align:right}.AUTSplHodn_d_spl_aut_memo_internal{width:420px;}.SekciaAUTSplSuma_sumraut_internal{width:100px;}.SekciaAUTSplSuma_PreplatokNedoplatok_iss_internal{width:200px;} .NHPSplHodn_sk_spl_nhp_memo_internal{width:410px;text-align:right}.NHPSplHodn_d_spl_nhp_memo_internal{width:420px;}.SekciaNHPSplSuma_sumrnhp_internal{width:100px;}.SekciaNHPSplSuma_PreplatokNedoplatok_iss_internal{width:200px;} .DzNPlatba_text_iss_tl_sumrdzn_internal{width:850px;height:240px;}.DzNPlatbaHodn_gatl16_gatl20_internal{width:700px;}.DzNPlatbaHodn_gatl24_internal{width:700px;}.DzNPlatbaHodn_vs_dzn_internal{width:700px;}.DzNPlatbaHodn_gatl40_internal{width:700px;}.DzNPlatbaHodn_ss_dzn_internal{width:700px;}.PesPlatba_text_iss_tl_sumrpes_internal{width:850px;height:240px;}.PesPlatbaHodn_gatl17_gatl21_internal{width:700px;}.PesPlatbaHodn_gatl25_internal{width:700px;}.PesPlatbaHodn_vs_pes_internal{width:700px;}.PesPlatbaHodn_gatl41_internal{width:700px;}.PesPlatbaHodn_ss_pes_internal{width:700px;}.AUTPlatba_text_iss_tl_sumraut_internal{width:850px;height:240px;}.AUTPlatbaHodn_gatl18_gatl22_internal{width:700px;}.AUTPlatbaHodn_gatl26_internal{width:700px;}.AUTPlatbaHodn_vs_aut_internal{width:700px;}.AUTPlatbaHodn_gatl42_internal{width:700px;}.AUTPlatbaHodn_ss_aut_internal{width:700px;}.NHPPlatba_text_iss_tl_sumrnhp_internal{width:850px;height:240px;}.NHPPlatbaHodn_gatl19_gatl23_internal{width:700px;}.NHPPlatbaHodn_gatl27_internal{width:700px;}.NHPPlatbaHodn_vs_nhp_internal{width:700px;}.NHPPlatbaHodn_gatl43_internal{width:700px;}.NHPPlatbaHodn_ss_nhp_internal{width:700px;}.SekciaRozhodnutieSplatky_text_internal{width:860px;}.Odvovodnenie_odovod_internal{width:860px;}.Poucenie_gatl8_internal{width:860px;}.Poucenie_gatl9_internal{width:860px;}.DorucujeSa_mpf_mpf_zast_internal{width:790px;}.DorucujeSa_adr_adr_zast_internal{width:790px;}.Info_text_internal{width:860px;} .suma{text-align:right;}.Rozhodnutie_titulok_internal{width:630px;}</style></head><body><noscript><p class="noscript">Pre kompletnú funkčnosť aplikácie je potrebné povoliť JavaScript</p></noscript><div id="errorsContainerDiv" class="errorsContainerDiv"><ul id="errorsContainer" class="errorsContainer"><li /></ul></div><form id="eForm_eGov_vystup_002066" action=""><div id="main" class="layoutMain ui-widget-content"><xsl:for-each select="/egonp:eForm_eGov_vystup_002066/egonp:Obec"><div id="layoutRow7908" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="Obec" /><div id="layoutRowContentlayoutRow7908" class="columns"><div id="layoutColumn15371" class="column first" style="width:150px;"><div id="layoutCell86134" class="cell  logo"><span class="fieldContent"><img src="http://www.pomosam.sk/es/tnv_logo.jpg" alt="" title="" /></span><div class="clear"></div></div></div><div id="layoutColumn15372" class="column " style="width:400px;"><div id="layoutCell86135" class="cell  LabelBold body"><label class="fieldLabel" title="" for="Obec_MsU" style="width:50px;"><xsl:text disable-output-escaping="yes">Mesto</xsl:text></label><span class="fieldContent"><input id="Obec_MsU" name="Obec_MsU" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="340" alt="" disabled="disabled" readonly="readonly" value="" style="width:300px"><xsl:if test="boolean(./*[name() = 'Obec_MsU']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Obec_MsU']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Obec_MsU']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell86136" class="cell  LabelBold"><label class="fieldLabel" title="" for="Obec_Telefon__TelephoneAddress" style="width:50px;"><xsl:text disable-output-escaping="yes">Telefón</xsl:text></label><span class="fieldContent"><input id="Obec_Telefon__TelephoneAddress" name="Obec_Telefon__TelephoneAddress" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="150" alt="" disabled="disabled" readonly="readonly" value="" style="width:300px"><xsl:if test="boolean(./*[name() = 'Obec_Telefon__TelephoneAddress']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Obec_Telefon__TelephoneAddress']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Obec_Telefon__TelephoneAddress']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell86137" class="cell  LabelBold"><label class="fieldLabel" title="" for="Obec_WEB" style="width:50px;"><xsl:text disable-output-escaping="yes">Web</xsl:text></label><span class="fieldContent"><input id="Obec_WEB" name="Obec_WEB" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" alt="" disabled="disabled" readonly="readonly" value="" style="width:300px"><xsl:if test="boolean(./*[name() = 'Obec_WEB']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Obec_WEB']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Obec_WEB']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div><div id="layoutCell30008x" class="cell  LabelBold"><span class="fieldContent"><input id="Rozhodnutie_titulok" name="Rozhodnutie_titulok" title="" type="text" class="xsd_string textBox Rozhodnutie_titulok_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'Rozhodnutie_titulok']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Rozhodnutie_titulok']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Rozhodnutie_titulok']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div></div><div id="layoutColumn15373" class="column " style="width:330px;"><div id="layoutCell86139" class="cell  LabelBold"><label class="fieldLabel" title="" for="Obec_ICO" style="width:50px;"><xsl:text disable-output-escaping="yes">IČO</xsl:text></label><span class="fieldContent"><input id="Obec_ICO" name="Obec_ICO" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="100" alt="" disabled="disabled" readonly="readonly" value="" style="width:237px"><xsl:if test="boolean(./*[name() = 'Obec_ICO']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Obec_ICO']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Obec_ICO']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell86140" class="cell  LabelBold"><label class="fieldLabel" title="" for="Obec_DIC" style="width:50px;"><xsl:text disable-output-escaping="yes">DIČ</xsl:text></label><span class="fieldContent"><input id="Obec_DIC" name="Obec_DIC" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="100" alt="" disabled="disabled" readonly="readonly" value="" style="width:237px"><xsl:if test="boolean(./*[name() = 'Obec_DIC']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Obec_DIC']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Obec_DIC']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell86138" class="cell  LabelBold"><label class="fieldLabel" title="" for="Obec_Email" style="width:50px;"><xsl:text disable-output-escaping="yes">E-mail</xsl:text></label><span class="fieldContent"><input id="Obec_Email" name="Obec_Email" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="100" alt="" disabled="disabled" readonly="readonly" value="" style="width:237px"><xsl:if test="boolean(./*[name() = 'Obec_Email']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Obec_Email']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Obec_Email']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_002066/egonp:SekciaRozhodnutieHlavicka"><div id="layoutRow7819" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="SekciaRozhodnutieHlavicka" /><div id="layoutRowContentlayoutRow7819" class="columns"><div id="layoutColumn15247" class="column first" style="width:550px;"><div id="layoutCell85928" class="cell  LabelBold"><label class="fieldLabel" title="" for="RozhodnutieHlavicka_gatl1" style="width:90px;"><xsl:text disable-output-escaping="yes">Správca dane</xsl:text></label><span class="fieldContent"><input id="RozhodnutieHlavicka_gatl1" name="RozhodnutieHlavicka_gatl1" title="" type="text" class="xsd_string textBox RozhodnutieHlavicka_gatl1_internal" spellcheck="true" maxlength="0" size="430" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'RozhodnutieHlavicka_gatl1']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'RozhodnutieHlavicka_gatl1']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieHlavicka_gatl1']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell85929" class="cell  LabelBold"><label class="fieldLabel" title="" for="RozhodnutieHlavicka_gatl2" style="width:90px;"><xsl:text disable-output-escaping="yes">Vybavuje</xsl:text></label><span class="fieldContent"><input id="RozhodnutieHlavicka_gatl2" name="RozhodnutieHlavicka_gatl2" title="" type="text" class="xsd_string textBox RozhodnutieHlavicka_gatl2_internal" spellcheck="true" maxlength="0" size="430" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'RozhodnutieHlavicka_gatl2']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'RozhodnutieHlavicka_gatl2']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieHlavicka_gatl2']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell85930" class="cell  LabelBold"><label class="fieldLabel" title="" for="RozhodnutieHlavicka_gatl3" style="width:90px;"><xsl:text disable-output-escaping="yes">Číslo telefónu</xsl:text></label><span class="fieldContent"><input id="RozhodnutieHlavicka_gatl3" name="RozhodnutieHlavicka_gatl3" title="" type="text" class="xsd_string textBox RozhodnutieHlavicka_gatl3_internal" spellcheck="true" maxlength="0" size="430" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'RozhodnutieHlavicka_gatl3']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'RozhodnutieHlavicka_gatl3']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieHlavicka_gatl3']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell85931" class="cell  LabelBold"><label class="fieldLabel" title="" for="RozhodnutieHlavicka_c_kon_pi" style="width:90px;"><xsl:text disable-output-escaping="yes">Číslo konania</xsl:text></label><span class="fieldContent"><input id="RozhodnutieHlavicka_c_kon_pi" name="RozhodnutieHlavicka_c_kon_pi" title="" type="text" class="xsd_string textBox RozhodnutieHlavicka_c_kon_pi_internal" spellcheck="true" maxlength="0" size="430" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'RozhodnutieHlavicka_c_kon_pi']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'RozhodnutieHlavicka_c_kon_pi']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieHlavicka_c_kon_pi']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15248" class="column " style="width:330px;"><div id="layoutCell85932" class="cell  LabelBold"><label class="fieldLabel" title="" for="RozhodnutieHlavicka_gatl4" style="width:20px;display:none"><xsl:text disable-output-escaping="yes">V/Vo</xsl:text></label><span class="fieldContent"><input id="RozhodnutieHlavicka_gatl4" name="RozhodnutieHlavicka_gatl4" title="" type="text" class="xsd_string textBox RozhodnutieHlavicka_gatl4_internal" spellcheck="true" maxlength="400" size="220" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'RozhodnutieHlavicka_gatl4']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'RozhodnutieHlavicka_gatl4']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieHlavicka_gatl4']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell85933" class="cell  LabelBold"><label class="fieldLabel" title="" for="RozhodnutieHlavicka_gatl5" style="width:20px;display:none"><xsl:text disable-output-escaping="yes">Dňa</xsl:text></label><span class="fieldContent"><input id="RozhodnutieHlavicka_gatl5" name="RozhodnutieHlavicka_gatl5" title="" type="text" class="xsd_string textBox RozhodnutieHlavicka_gatl5_internal" spellcheck="true" maxlength="400" size="220" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'RozhodnutieHlavicka_gatl5']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'RozhodnutieHlavicka_gatl5']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieHlavicka_gatl5']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_002066/egonp:SekciaAdresat"><div id="layoutRow7821" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="SekciaAdresat" /><div id="layoutRowContentlayoutRow7821" class="columns"><div id="layoutColumn15250" class="column first" style="width:880px;"><div id="layoutCell85936" class="cell "><label class="fieldLabel" title="" for="Adresat_mpf" style="width:90px;"><xsl:text disable-output-escaping="yes">Daňovník</xsl:text></label><span class="fieldContent"><input id="Adresat_mpf" name="Adresat_mpf" title="" type="text" class="xsd_string textBox Adresat_mpf_internal" spellcheck="true" maxlength="0" size="750" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'Adresat_mpf']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Adresat_mpf']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Adresat_mpf']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell85937" class="cell "><label class="fieldLabel" title="" for="Adresat_adr" style="width:90px;"><xsl:text disable-output-escaping="yes">Adresa</xsl:text></label><span class="fieldContent"><textarea id="Adresat_adr" name="Adresat_adr" title="" class="xsd_string textArea Adresat_adr_internal" spellcheck="true" cols="100" rows="3" disabled="disabled" readonly="readonly"><xsl:if test="boolean(./*[name() = 'Adresat_adr']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:choose><xsl:when test="./*[name() = 'Adresat_adr']"><xsl:value-of select="./*[name() = 'Adresat_adr']" /></xsl:when><xsl:otherwise><xsl:text></xsl:text></xsl:otherwise></xsl:choose></textarea></span><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_002066/egonp:sekciaRozhodnutieCislo"><div id="layoutRow7822" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="sekciaRozhodnutieCislo" /><div id="layoutRowContentlayoutRow7822" class="columns"><div id="layoutColumn15251" class="column first" style="width:200px;margin-left:225px"><div id="layoutCell85939" class="cell  RozhodnutieTextRight"><label class="fieldLabel" title="" for="RozhodnutieCislo_text" style="width:420px;display:none"><xsl:text disable-output-escaping="yes">Rozhodnutie</xsl:text></label><span class="fieldContent"><input id="RozhodnutieCislo_text" name="RozhodnutieCislo_text" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="500" disabled="disabled" readonly="readonly" alt="" value="" style="font-weight:bold"><xsl:if test="boolean(./*[name() = 'RozhodnutieCislo_text']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'RozhodnutieCislo_text']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieCislo_text']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15252" class="column " style="width:425px;"><div id="layoutCell85940" class="cell  RozhodnutieCisloLeft"><label class="fieldLabel" title="" for="RozhodnutieCislo_ce_rok" style="width:10px;display:none"><xsl:text disable-output-escaping="yes">č.</xsl:text></label><span class="fieldContent"><input id="RozhodnutieCislo_ce_rok" name="RozhodnutieCislo_ce_rok" title="" type="text" class="xsd_string textBox RozhodnutieCislo_ce_rok_internal" spellcheck="true" maxlength="400" size="150" disabled="disabled" readonly="readonly" alt="" value="" style="font-weight:bold"><xsl:if test="boolean(./*[name() = 'RozhodnutieCislo_ce_rok']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'RozhodnutieCislo_ce_rok']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieCislo_ce_rok']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_002066/egonp:SekciaVyrok"><div id="layoutRow7823" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="SekciaVyrok" /><div id="layoutRowContentlayoutRow7823" class="columns"><div id="layoutColumn15253" class="column first" style="width:880px;"><div id="layoutCell85942" class="cell "><label class="fieldLabel" title="" for="Vyrok_Text" style="display: none">Text</label><span class="fieldContent"><textarea id="Vyrok_Text" name="Vyrok_Text" title="" class="xsd_string textArea Vyrok_Text_internal" spellcheck="true" cols="100" rows="3" disabled="disabled" readonly="readonly" text-indent="0cm"><xsl:if test="boolean(./*[name() = 'Vyrok_Text']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:choose><xsl:when test="./*[name() = 'Vyrok_Text']"><xsl:value-of select="./*[name() = 'Vyrok_Text']" /></xsl:when><xsl:otherwise><xsl:text></xsl:text></xsl:otherwise></xsl:choose></textarea></span><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_002066/egonp:SekciaVyrubuje"><div id="layoutRow7824" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="SekciaVyrubuje" /><div id="layoutRowContentlayoutRow7824" class="columns"><div id="layoutColumn15254" class="column first"><div id="layoutCell85944" class="cell "><label class="fieldLabel" title="" for="SekciaVyrubuje_text" style="width:860px;display:none"><xsl:text disable-output-escaping="yes">vyrubuje</xsl:text></label><span class="fieldContent"><input id="SekciaVyrubuje_text" name="SekciaVyrubuje_text" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" alt="" disabled="disabled" readonly="readonly" value="" style="width:860px;text-align:center;font-weight:bold;"><xsl:if test="boolean(./*[name() = 'SekciaVyrubuje_text']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaVyrubuje_text']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaVyrubuje_text']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_002066/egonp:SekciaDanovnik"><div id="layoutRow7909" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="SekciaDanovnik" /><div id="layoutRowContentlayoutRow7909" class="columns"><div id="layoutColumn15374" class="column first" style="width:880px;"><div id="layoutCell86142" class="cell  Label_12_left"><label class="fieldLabel" title="" for="Danovnik_text" style="width:850px; display: none"><xsl:text disable-output-escaping="yes">daňovníkovi</xsl:text></label><span class="fieldContent"><input id="Danovnik_text" name="Danovnik_text" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" disabled="disabled" readonly="readonly" alt="" value="" style="width:860px"><xsl:if test="boolean(./*[name() = 'Danovnik_text']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Danovnik_text']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Danovnik_text']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_002066/egonp:SekciaDanovnikPopis"><div id="layoutRow7825" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="SekciaDanovnikPopis" /><div id="layoutRowContentlayoutRow7825" class="columns"><div id="layoutColumn15552" class="column first" style="width:320px;"><div id="layoutCell865410" class="cell  LabelBold body"><label class="fieldLabel" title="" for="DanovnikPopis_Riadok1" style="width:50px;display:none"><xsl:text disable-output-escaping="yes">Riadok 1</xsl:text></label><span class="fieldContent"><input id="DanovnikPopis_Riadok1" name="DanovnikPopis_Riadok1" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="340" alt="" disabled="disabled" readonly="readonly" value="" style="width:300px"><xsl:if test="boolean(./*[name() = 'DanovnikPopis_Riadok1']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'DanovnikPopis_Riadok1']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'DanovnikPopis_Riadok1']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell865420" class="cell  LabelBold"><label class="fieldLabel" title="" for="DanovnikPopis_Riadok2" style="width:50px;display:none"><xsl:text disable-output-escaping="yes">Riadok 2</xsl:text></label><span class="fieldContent"><input id="DanovnikPopis_Riadok2" name="DanovnikPopis_Riadok2" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="150" alt="" disabled="disabled" readonly="readonly" value="" style="width:300px"><xsl:if test="boolean(./*[name() = 'DanovnikPopis_Riadok1']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'DanovnikPopis_Riadok2']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'DanovnikPopis_Riadok2']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell865430" class="cell  LabelBold"><label class="fieldLabel" title="" for="DanovnikPopis_Riadok3" style="width:50px;display:none"><xsl:text disable-output-escaping="yes">Riadok 3</xsl:text></label><span class="fieldContent"><input id="DanovnikPopis_Riadok3" name="DanovnikPopis_Riadok3" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="100" alt="" disabled="disabled" readonly="readonly" value="" style="width:300px"><xsl:if test="boolean(./*[name() = 'DanovnikPopis_Riadok3']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'DanovnikPopis_Riadok3']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'DanovnikPopis_Riadok3']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15255" class="column first" style="width:560px;"><div id="layoutCell85946" class="cell "><label class="fieldLabel" title="" for="DanovnikPopis_mpf" style="width:200px;display:none"><xsl:text disable-output-escaping="yes">1. Meno a priezvisko / Obch. meno</xsl:text></label><span class="fieldContent"><input id="DanovnikPopis_mpf" name="DanovnikPopis_mpf" title="" type="text" class="xsd_string textBox DanovnikPopis_mpf_internal" spellcheck="true" maxlength="400" size="640" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'DanovnikPopis_mpf']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'DanovnikPopis_mpf']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'DanovnikPopis_mpf']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell85947" class="cell "><label class="fieldLabel" title="" for="DanovnikPopis_adr_tp" style="width:200px;display:none"><xsl:text disable-output-escaping="yes">2. Adresa trvalého pobytu / Sídlo</xsl:text></label><span class="fieldContent"><input id="DanovnikPopis_adr_tp" name="DanovnikPopis_adr_tp" title="" type="text" class="xsd_string textBox DanovnikPopis_adr_tp_internal" spellcheck="true" maxlength="400" size="640" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'DanovnikPopis_adr_tp']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'DanovnikPopis_adr_tp']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'DanovnikPopis_adr_tp']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell85948" class="cell "><label class="fieldLabel" title="" for="DanovnikPopis_ico_rc_d_nar" style="width:200px;display:none"><xsl:text disable-output-escaping="yes">3. Rodné číslo / IČO</xsl:text></label><span class="fieldContent"><input id="DanovnikPopis_ico_rc_d_nar" name="DanovnikPopis_ico_rc_d_nar" title="" type="text" class="xsd_string textBox DanovnikPopis_ico_rc_d_nar_internal" spellcheck="true" maxlength="400" size="640" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'DanovnikPopis_ico_rc_d_nar']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'DanovnikPopis_ico_rc_d_nar']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'DanovnikPopis_ico_rc_d_nar']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_002066/egonp:SekciaObdobie"><div id="layoutRow7826" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="SekciaObdobie" /><div id="layoutRowContentlayoutRow7826" class="columns"><div id="layoutColumn15256" class="column first" style="width:880px;"><div id="layoutCell85950" class="cell  LabelBoldRight"><label class="fieldLabel" title="" for="Obdobie_gatl6" style="width:500px;display:none"><xsl:text disable-output-escaping="yes">rozdiel dane na rok</xsl:text></label><span class="fieldContent"><input id="Obdobie_gatl6" name="Obdobie_gatl6" title="" type="text" class="xsd_string textBox Obdobie_gatl6_internal" spellcheck="true" maxlength="400" size="40" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'Obdobie_gatl6']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Obdobie_gatl6']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Obdobie_gatl6']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_002066/egonp:SekciaDzN"><div id="layoutRow7828" class="layoutRow ui-tabs ui-widget-content   " title=""><input type="hidden" name="SekciaDzN" /><div class="caption ui-widget-header"><div class="headercorrection" title="A. Daň z nehnuteľnosti">A. Daň z nehnuteľnosti</div><span class="arrow ui-icon ui-icon-carat-1-n"></span></div><div id="layoutRowContentlayoutRow7828" class="columns"><div id="layoutColumn15258" class="column first"><div id="layoutCell85957" class="cell "><xsl:for-each select="/egonp:eForm_eGov_vystup_002066/egonp:SekciaDzN/egonp:SekciaPozemky"><div id="layoutRow7831" class="layoutRow ui-tabs ui-widget-content   " title=""><input type="hidden" name="SekciaPozemky" /><div class="caption ui-widget-header"><div class="headercorrection" title="I. Daň z pozemkov">I. Daň z pozemkov</div><span class="arrow ui-icon ui-icon-carat-1-n"></span></div><div id="layoutRowContentlayoutRow7831" class="columns"><div id="layoutColumn15262a" class="column first" style="width:290px;"><div id="layoutCell85958a" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="SekciaPozemky_PredmetDane" style="width:225px;display:none"><xsl:text disable-output-escaping="yes">Predmet dane</xsl:text></label><span class="fieldContent"><input id="SekciaPozemky_PredmetDane" name="SekciaPozemky_PredmetDane" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" alt="" disabled="disabled" readonly="readonly" value="" style="width:275px"><xsl:if test="boolean(./*[name() = 'SekciaPozemky_PredmetDane']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaPozemky_PredmetDane']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaPozemky_PredmetDane']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15262b" class="column " style="width:280px;"><div id="layoutCell85958b" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="SekciaPozemky_Dan" style="width:135px;display:none"><xsl:text disable-output-escaping="yes">Daň vyrubená správcom dane podľa podaného priznania (€)</xsl:text></label><span class="fieldContent"><input id="SekciaPozemky_Dan" name="SekciaPozemky_Dan" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" alt="" disabled="disabled" readonly="readonly" value="" style="width:265px"><xsl:if test="boolean(./*[name() = 'SekciaPozemky_Dan']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaPozemky_Dan']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaPozemky_Dan']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15262c" class="column " style="width:280px;"><div id="layoutCell85958c" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="SekciaPozemky_Rozdiel" style="width:135px;display:none"><xsl:text disable-output-escaping="yes">Rozdiel dane vypočítaný a vyrubený správcom dane podľa čiastkového/dodatočného priznania (€)</xsl:text></label><span class="fieldContent"><input id="SekciaPozemky_Rozdiel" name="SekciaPozemky_Rozdiel" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" alt="" disabled="disabled" readonly="readonly" value="" style="width:265px"><xsl:if test="boolean(./*[name() = 'SekciaPozemky_Rozdiel']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaPozemky_Rozdiel']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaPozemky_Rozdiel']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15262" class="column "><div id="layoutCell85958" class=" "><xsl:for-each select="/egonp:eForm_eGov_vystup_002066/egonp:SekciaDzN/egonp:SekciaPozemky/egonp:SekciaPozemkyPA"><div id="layoutRow7830" class="layoutRow " title=""><input type="hidden" name="SekciaPozemkyPA" /><div id="layoutRowContentlayoutRow7830" class="columns"><div id="layoutColumn15261" class="column first"><div id="layoutCell85956" class=" "><xsl:for-each select="./egonp:SekciaPozemkyPAHodn"><div id="layoutRow7829" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><xsl:variable name="nRowslayoutRow7829" select="position()" /><xsl:attribute name="id">layoutRow7829<xsl:if test="position() > 1"><xsl:text>_Repeating_</xsl:text><xsl:value-of select="position()-1" /></xsl:if></xsl:attribute><xsl:attribute name="class">layoutRow ui-tabs ui-widget-content nocaption<xsl:if test="position() > 1"><xsl:text> repeatingSection</xsl:text></xsl:if></xsl:attribute><input type="hidden" name="SekciaPozemkyPAHodn" /><div id="layoutRowContentlayoutRow7829" class="columns"><div id="layoutColumn15259text" class="column first" style="width:285px;"><div id="layoutCell85954text" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPAHodn_predmet_memo" style="width:250px;display:none"><xsl:text disable-output-escaping="yes">Predmet</xsl:text></label><span class="fieldContent"><input id="PozemkyPAHodn_predmet_memo" name="PozemkyPAHodn_predmet_memo" title="" type="text" class="xsd_string textBox Pozemky_predmet_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPAHodn_predmet_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPAHodn_predmet_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPAHodn_predmet_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15259" class="column first" style="width:280px;"><div id="layoutCell85954" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPAHodn_dpa_memo" style="width:250px;display:none"><xsl:text disable-output-escaping="yes">Daň vyrubená správcom dane podľa podaného priznania</xsl:text></label><span class="fieldContent"><input id="PozemkyPAHodn_dpa_memo" name="PozemkyPAHodn_dpa_memo" title="" type="text" class="xsd_string textBox Pozemky_vnutro_internal suma" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPAHodn_dpa_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPAHodn_dpa_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPAHodn_dpa_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15260" class="column " style="width:280px;"><div id="layoutCell85955" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPAHodn_rdpa_memo" style="width:280px;display:none"><xsl:text disable-output-escaping="yes">Rozdiel dane vypočítaný a vyrubený správcom dane podľa čiastkového/dodatočného priznania</xsl:text></label><span class="fieldContent"><input id="PozemkyPAHodn_rdpa_memo" name="PozemkyPAHodn_rdpa_memo" title="" type="text" class="xsd_string textBox Pozemky_vnutro_internal suma" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPAHodn_rdpa_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPAHodn_rdpa_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPAHodn_rdpa_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div class="clear"></div></div><div id="repetitionCommandslayoutRow7829" class="sectionPager"><xsl:if test="position() != last()"><xsl:attribute name="style"><xsl:text>display:none;</xsl:text></xsl:attribute></xsl:if><span id="addSectionlayoutRow7829" class="button addRemoveSection" onclick="addSection(1, 999, this)" title="Pridať sekciu Pozemky PA - hodnoty">Pridať</span><span id="removeSectionlayoutRow7829" class="button addRemoveSection" onclick="removeSection(1, this)" title="Odobrať sekciu Pozemky PA - hodnoty">Odobrať</span></div></div></xsl:for-each><xsl:if test="normalize-space(./egonp:SekciaPozemkyPAHodn) = ''"><xsl:if test="./egonp:SekciaPozemkyPAHodn/@notInFormData"><script type="text/javascript">$(document).ready(function () { initRepetitionSection(1,999, 'layoutRow7829') })</script></xsl:if></xsl:if><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><div class="clear"></div></div><div id="layoutCell85961" class=" "><xsl:for-each select="/egonp:eForm_eGov_vystup_002066/egonp:SekciaDzN/egonp:SekciaPozemky/egonp:SekciaPozemkyPB"><div id="layoutRow7833" class="layoutRow " title=""><input type="hidden" name="SekciaPozemkyPB" /><div id="layoutRowContentlayoutRow7833" class="columns"><div id="layoutColumn15265" class="column first"><div id="layoutCell85962" class=" "><xsl:for-each select="./egonp:SekciaPozemkyPBHodn"><div id="layoutRow7832" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><xsl:variable name="nRowslayoutRow7832" select="position()" /><xsl:attribute name="id">layoutRow7832<xsl:if test="position() > 1"><xsl:text>_Repeating_</xsl:text><xsl:value-of select="position()-1" /></xsl:if></xsl:attribute><xsl:attribute name="class">layoutRow ui-tabs ui-widget-content nocaption<xsl:if test="position() > 1"><xsl:text> repeatingSection</xsl:text></xsl:if></xsl:attribute><input type="hidden" name="SekciaPozemkyPBHodn" /><div id="layoutRowContentlayoutRow7832" class="columns"><div id="layoutColumn15263text" class="column first" style="width:285px;"><div id="layoutCell85959text" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPBHodn_predmet_memo" style="width:250px;display:none"><xsl:text disable-output-escaping="yes">Predmet</xsl:text></label><span class="fieldContent"><input id="PozemkyPBHodn_predmet_memo" name="PozemkyPBHodn_predmet_memo" title="" type="text" class="xsd_string textBox Pozemky_predmet_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPBHodn_predmet_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPBHodn_predmet_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPBHodn_predmet_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15263" class="column " style="width:280px;"><div id="layoutCell85959" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPBHodn_dpb_memo" style="width:250px;display:none"><xsl:text disable-output-escaping="yes">Daň vyrubená správcom dane podľa podaného priznania</xsl:text></label><span class="fieldContent"><input id="PozemkyPBHodn_dpb_memo" name="PozemkyPBHodn_dpb_memo" title="" type="text" class="xsd_string textBox Pozemky_vnutro_internal suma" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPBHodn_dpb_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPBHodn_dpb_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPBHodn_dpb_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15264" class="column " style="width:280px;"><div id="layoutCell85960" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPBHodn_rdpb_memo" style="width:280px;display:none"><xsl:text disable-output-escaping="yes">Rozdiel dane vypočítaný a vyrubený správcom dane podľa čiastkového/dodatočného priznania</xsl:text></label><span class="fieldContent"><input id="PozemkyPBHodn_rdpb_memo" name="PozemkyPBHodn_rdpb_memo" title="" type="text" class="xsd_string textBox Pozemky_vnutro_internal suma" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPBHodn_rdpb_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPBHodn_rdpb_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPBHodn_rdpb_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div class="clear"></div></div><div id="repetitionCommandslayoutRow7832" class="sectionPager"><xsl:if test="position() != last()"><xsl:attribute name="style"><xsl:text>display:none;</xsl:text></xsl:attribute></xsl:if><span id="addSectionlayoutRow7832" class="button addRemoveSection" onclick="addSection(1, 999, this)" title="Pridať sekciu Pozemky PB - hodnoty">Pridať</span><span id="removeSectionlayoutRow7832" class="button addRemoveSection" onclick="removeSection(1, this)" title="Odobrať sekciu Pozemky PB - hodnoty">Odobrať</span></div></div></xsl:for-each><xsl:if test="normalize-space(./egonp:SekciaPozemkyPBHodn) = ''"><xsl:if test="./egonp:SekciaPozemkyPBHodn/@notInFormData"><script type="text/javascript">$(document).ready(function () { initRepetitionSection(1, 999, 'layoutRow7832') })</script></xsl:if></xsl:if><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><div class="clear"></div></div><div id="layoutCell85965" class=" "><xsl:for-each select="/egonp:eForm_eGov_vystup_002066/egonp:SekciaDzN/egonp:SekciaPozemky/egonp:SekciaPozemkyPC"><div id="layoutRow7835" class="layoutRow " title=""><input type="hidden" name="SekciaPozemkyPC" /><div id="layoutRowContentlayoutRow7835" class="columns"><div id="layoutColumn15268" class="column first"><div id="layoutCell85966" class=" "><xsl:for-each select="./egonp:SekciaPozemkyPCHodn"><div id="layoutRow7834" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><xsl:variable name="nRowslayoutRow7834" select="position()" /><xsl:attribute name="id">layoutRow7834<xsl:if test="position() > 1"><xsl:text>_Repeating_</xsl:text><xsl:value-of select="position()-1" /></xsl:if></xsl:attribute><xsl:attribute name="class">layoutRow ui-tabs ui-widget-content nocaption<xsl:if test="position() > 1"><xsl:text> repeatingSection</xsl:text></xsl:if></xsl:attribute><input type="hidden" name="SekciaPozemkyPCHodn" /><div id="layoutRowContentlayoutRow7834" class="columns"><div id="layoutColumn15266text" class="column first" style="width:285px;"><div id="layoutCell85963text" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPCHodn_predmet_memo" style="width:250px;display:none"><xsl:text disable-output-escaping="yes">Predmet</xsl:text></label><span class="fieldContent"><input id="PozemkyPCHodn_predmet_memo" name="PozemkyPCHodn_predmet_memo" title="" type="text" class="xsd_string textBox Pozemky_predmet_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPCHodn_predmet_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPCHodn_predmet_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPCHodn_predmet_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15266" class="column " style="width:280px;"><div id="layoutCell85963" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPCHodn_dpc_memo" style="width:250px;display:none"><xsl:text disable-output-escaping="yes">Daň vyrubená správcom dane podľa podaného priznania</xsl:text></label><span class="fieldContent"><input id="PozemkyPCHodn_dpc_memo" name="PozemkyPCHodn_dpc_memo" title="" type="text" class="xsd_string textBox Pozemky_vnutro_internal suma" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPCHodn_dpc_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPCHodn_dpc_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPCHodn_dpc_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15267" class="column " style="width:280px;"><div id="layoutCell85964" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPCHodn_rdpc_memo" style="width:280px;display:none"><xsl:text disable-output-escaping="yes">Rozdiel dane vypočítaný a vyrubený správcom dane podľa čiastkového/dodatočného priznania</xsl:text></label><span class="fieldContent"><input id="PozemkyPCHodn_rdpc_memo" name="PozemkyPCHodn_rdpc_memo" title="" type="text" class="xsd_string textBox Pozemky_vnutro_internal suma" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPCHodn_rdpc_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPCHodn_rdpc_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPCHodn_rdpc_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div class="clear"></div></div><div id="repetitionCommandslayoutRow7834" class="sectionPager"><xsl:if test="position() != last()"><xsl:attribute name="style"><xsl:text>display:none;</xsl:text></xsl:attribute></xsl:if><span id="addSectionlayoutRow7834" class="button addRemoveSection" onclick="addSection(1, 999, this)" title="Pridať sekciu Pozemky PC - hodnoty">Pridať</span><span id="removeSectionlayoutRow7834" class="button addRemoveSection" onclick="removeSection(1, this)" title="Odobrať sekciu Pozemky PC - hodnoty">Odobrať</span></div></div></xsl:for-each><xsl:if test="normalize-space(./egonp:SekciaPozemkyPCHodn) = ''"><xsl:if test="./egonp:SekciaPozemkyPCHodn/@notInFormData"><script type="text/javascript">$(document).ready(function () { initRepetitionSection(1, 999, 'layoutRow7834') })</script></xsl:if></xsl:if><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><div class="clear"></div></div><div id="layoutCell85969" class=" "><xsl:for-each select="/egonp:eForm_eGov_vystup_002066/egonp:SekciaDzN/egonp:SekciaPozemky/egonp:SekciaPozemkyPD"><div id="layoutRow7837" class="layoutRow " title=""><input type="hidden" name="SekciaPozemkyPD" /><div id="layoutRowContentlayoutRow7837" class="columns"><div id="layoutColumn15271" class="column first"><div id="layoutCell85970" class=" "><xsl:for-each select="./egonp:SekciaPozemkyPDHodn"><div id="layoutRow7836" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><xsl:variable name="nRowslayoutRow7836" select="position()" /><xsl:attribute name="id">layoutRow7836<xsl:if test="position() > 1"><xsl:text>_Repeating_</xsl:text><xsl:value-of select="position()-1" /></xsl:if></xsl:attribute><xsl:attribute name="class">layoutRow ui-tabs ui-widget-content nocaption<xsl:if test="position() > 1"><xsl:text> repeatingSection</xsl:text></xsl:if></xsl:attribute><input type="hidden" name="SekciaPozemkyPDHodn" /><div id="layoutRowContentlayoutRow7836" class="columns"><div id="layoutColumn15269text" class="column first" style="width:285px;"><div id="layoutCell85967text" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPDHodn_predmet_memo" style="width:250px;display:none"><xsl:text disable-output-escaping="yes">Predmet</xsl:text></label><span class="fieldContent"><input id="PozemkyPDHodn_predmet_memo" name="PozemkyPDHodn_predmet_memo" title="" type="text" class="xsd_string textBox Pozemky_predmet_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPDHodn_predmet_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPDHodn_predmet_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPDHodn_predmet_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15269" class="column " style="width:280px;"><div id="layoutCell85967" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPDHodn_dpd_memo" style="width:250px;display:none"><xsl:text disable-output-escaping="yes">Daň vyrubená správcom dane podľa podaného priznania</xsl:text></label><span class="fieldContent"><input id="PozemkyPDHodn_dpd_memo" name="PozemkyPDHodn_dpd_memo" title="" type="text" class="xsd_string textBox Pozemky_vnutro_internal suma" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPDHodn_dpd_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPDHodn_dpd_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPDHodn_dpd_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15270" class="column " style="width:280px;"><div id="layoutCell85968" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPDHodn_rdpd_memo" style="width:280px;display:none"><xsl:text disable-output-escaping="yes">Rozdiel dane vypočítaný a vyrubený správcom dane podľa čiastkového/dodatočného priznania</xsl:text></label><span class="fieldContent"><input id="PozemkyPDHodn_rdpd_memo" name="PozemkyPDHodn_rdpd_memo" title="" type="text" class="xsd_string textBox Pozemky_vnutro_internal suma" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPDHodn_rdpd_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPDHodn_rdpd_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPDHodn_rdpd_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div class="clear"></div></div><div id="repetitionCommandslayoutRow7836" class="sectionPager"><xsl:if test="position() != last()"><xsl:attribute name="style"><xsl:text>display:none;</xsl:text></xsl:attribute></xsl:if><span id="addSectionlayoutRow7836" class="button addRemoveSection" onclick="addSection(1, 999, this)" title="Pridať sekciu Pozemky PD - hodnoty">Pridať</span><span id="removeSectionlayoutRow7836" class="button addRemoveSection" onclick="removeSection(1, this)" title="Odobrať sekciu Pozemky PD - hodnoty">Odobrať</span></div></div></xsl:for-each><xsl:if test="normalize-space(./egonp:SekciaPozemkyPDHodn) = ''"><xsl:if test="./egonp:SekciaPozemkyPDHodn/@notInFormData"><script type="text/javascript">$(document).ready(function () { initRepetitionSection(1, 999, 'layoutRow7836') })</script></xsl:if></xsl:if><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><div class="clear"></div></div><div id="layoutCell85973" class=" "><xsl:for-each select="/egonp:eForm_eGov_vystup_002066/egonp:SekciaDzN/egonp:SekciaPozemky/egonp:SekciaPozemkyPE"><div id="layoutRow7839" class="layoutRow" title=""><input type="hidden" name="SekciaPozemkyPE" /><div id="layoutRowContentlayoutRow7839" class="columns"><div id="layoutColumn15274" class="column first"><div id="layoutCell85974" class=" "><xsl:for-each select="./egonp:SekciaPozemkyPEHodn"><div id="layoutRow7838" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><xsl:variable name="nRowslayoutRow7838" select="position()" /><xsl:attribute name="id">layoutRow7838<xsl:if test="position() > 1"><xsl:text>_Repeating_</xsl:text><xsl:value-of select="position()-1" /></xsl:if></xsl:attribute><xsl:attribute name="class">layoutRow ui-tabs ui-widget-content nocaption<xsl:if test="position() > 1"><xsl:text> repeatingSection</xsl:text></xsl:if></xsl:attribute><input type="hidden" name="SekciaPozemkyPEHodn" /><div id="layoutRowContentlayoutRow7838" class="columns"><div id="layoutColumn15272text" class="column first" style="width:285px"><div id="layoutCell85971text" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPEHodn_predmet_memo" style="width:250px;display:none"><xsl:text disable-output-escaping="yes">Predmet</xsl:text></label><span class="fieldContent"><input id="PozemkyPEHodn_predmet_memo" name="PozemkyPEHodn_predmet_memo" title="" type="text" class="xsd_string textBox Pozemky_predmet_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPEHodn_predmet_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPEHodn_predmet_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPEHodn_predmet_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15272" class="column " style="width:280px"><div id="layoutCell85971" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPEHodn_dpe_memo" style="width:250px;display:none"><xsl:text disable-output-escaping="yes">Daň vyrubená správcom dane podľa podaného priznania</xsl:text></label><span class="fieldContent"><input id="PozemkyPEHodn_dpe_memo" name="PozemkyPEHodn_dpe_memo" title="" type="text" class="xsd_string textBox Pozemky_vnutro_internal suma" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPEHodn_dpe_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPEHodn_dpe_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPEHodn_dpe_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15273" class="column " style="width:280px;"><div id="layoutCell85972" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPEHodn_rdpe_memo" style="width:280px;display:none"><xsl:text disable-output-escaping="yes">Rozdiel dane vypočítaný a vyrubený správcom dane podľa čiastkového/dodatočného priznania</xsl:text></label><span class="fieldContent"><input id="PozemkyPEHodn_rdpe_memo" name="PozemkyPEHodn_rdpe_memo" title="" type="text" class="xsd_string textBox Pozemky_vnutro_internal suma" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPEHodn_rdpe_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPEHodn_rdpe_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPEHodn_rdpe_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div class="clear"></div></div><div id="repetitionCommandslayoutRow7838" class="sectionPager"><xsl:if test="position() != last()"><xsl:attribute name="style"><xsl:text>display:none;</xsl:text></xsl:attribute></xsl:if><span id="addSectionlayoutRow7838" class="button addRemoveSection" onclick="addSection(1, 999, this)" title="Pridať sekciu Pozemky PE - hodnoty">Pridať</span><span id="removeSectionlayoutRow7838" class="button addRemoveSection" onclick="removeSection(1, this)" title="Odobrať sekciu Pozemky PE - hodnoty">Odobrať</span></div></div></xsl:for-each><xsl:if test="normalize-space(./egonp:SekciaPozemkyPEHodn) = ''"><xsl:if test="./egonp:SekciaPozemkyPEHodn/@notInFormData"><script type="text/javascript">$(document).ready(function () { initRepetitionSection(1, 999, 'layoutRow7838') })</script></xsl:if></xsl:if><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><div class="clear"></div></div><div id="layoutCell85977" class=" "><xsl:for-each select="/egonp:eForm_eGov_vystup_002066/egonp:SekciaDzN/egonp:SekciaPozemky/egonp:SekciaPozemkyPF"><div id="layoutRow7841" class="layoutRow " title=""><input type="hidden" name="SekciaPozemkyPF" /><div id="layoutRowContentlayoutRow7841" class="columns"><div id="layoutColumn15277" class="column first"><div id="layoutCell85978" class=" "><xsl:for-each select="./egonp:SekciaPozemkyPFHodn"><div id="layoutRow7840" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><xsl:variable name="nRowslayoutRow7840" select="position()" /><xsl:attribute name="id">layoutRow7840<xsl:if test="position() > 1"><xsl:text>_Repeating_</xsl:text><xsl:value-of select="position()-1" /></xsl:if></xsl:attribute><xsl:attribute name="class">layoutRow ui-tabs ui-widget-content nocaption<xsl:if test="position() > 1"><xsl:text> repeatingSection</xsl:text></xsl:if></xsl:attribute><input type="hidden" name="SekciaPozemkyPFHodn" /><div id="layoutRowContentlayoutRow7840" class="columns"><div id="layoutColumn15275text" class="column first" style="width:285px;"><div id="layoutCell85975text" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPFHodn_predmet_memo" style="width:250px;display:none"><xsl:text disable-output-escaping="yes">Predmet</xsl:text></label><span class="fieldContent"><input id="PozemkyPFHodn_predmet_memo" name="PozemkyPFHodn_predmet_memo" title="" type="text" class="xsd_string textBox Pozemky_predmet_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPFHodn_predmet_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPFHodn_predmet_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPFHodn_predmet_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15275" class="column " style="width:280px;"><div id="layoutCell85975" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPFHodn_dpf_memo" style="width:250px;display:none"><xsl:text disable-output-escaping="yes">Daň vyrubená správcom dane podľa podaného priznania</xsl:text></label><span class="fieldContent"><input id="PozemkyPFHodn_dpf_memo" name="PozemkyPFHodn_dpf_memo" title="" type="text" class="xsd_string textBox Pozemky_vnutro_internal suma" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPFHodn_dpf_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPFHodn_dpf_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPFHodn_dpf_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15276" class="column " style="width:280px;"><div id="layoutCell85976" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPFHodn_rdpf_memo" style="width:280px;display:none"><xsl:text disable-output-escaping="yes">Rozdiel dane vypočítaný a vyrubený správcom dane podľa čiastkového/dodatočného priznania</xsl:text></label><span class="fieldContent"><input id="PozemkyPFHodn_rdpf_memo" name="PozemkyPFHodn_rdpf_memo" title="" type="text" class="xsd_string textBox Pozemky_vnutro_internal suma" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPFHodn_rdpf_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPFHodn_rdpf_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPFHodn_rdpf_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div class="clear"></div></div><div id="repetitionCommandslayoutRow7840" class="sectionPager"><xsl:if test="position() != last()"><xsl:attribute name="style"><xsl:text>display:none;</xsl:text></xsl:attribute></xsl:if><span id="addSectionlayoutRow7840" class="button addRemoveSection" onclick="addSection(1, 999, this)" title="Pridať sekciu Pozemky PF- hodnoty">Pridať</span><span id="removeSectionlayoutRow7840" class="button addRemoveSection" onclick="removeSection(1, this)" title="Odobrať sekciu Pozemky PF- hodnoty">Odobrať</span></div></div></xsl:for-each><xsl:if test="normalize-space(./egonp:SekciaPozemkyPFHodn) = ''"><xsl:if test="./egonp:SekciaPozemkyPFHodn/@notInFormData"><script type="text/javascript">$(document).ready(function () { initRepetitionSection(1, 999, 'layoutRow7840') })</script></xsl:if></xsl:if><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><div class="clear"></div></div><div id="layoutCell85981" class=" "><xsl:for-each select="/egonp:eForm_eGov_vystup_002066/egonp:SekciaDzN/egonp:SekciaPozemky/egonp:SekciaPozemkyPG"><div id="layoutRow7843" class="layoutRow" title=""><input type="hidden" name="SekciaPozemkyPG" /><div id="layoutRowContentlayoutRow7843" class="columns"><div id="layoutColumn15280" class="column first"><div id="layoutCell85982" class=""><xsl:for-each select="./egonp:SekciaPozemkyPGHodn"><div id="layoutRow7842" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><xsl:variable name="nRowslayoutRow7842" select="position()" /><xsl:attribute name="id">layoutRow7842<xsl:if test="position() > 1"><xsl:text>_Repeating_</xsl:text><xsl:value-of select="position()-1" /></xsl:if></xsl:attribute><xsl:attribute name="class">layoutRow ui-tabs ui-widget-content nocaption<xsl:if test="position() > 1"><xsl:text> repeatingSection</xsl:text></xsl:if></xsl:attribute><input type="hidden" name="SekciaPozemkyPGHodn" /><div id="layoutRowContentlayoutRow7842" class="columns"><div id="layoutColumn15278text" class="column first" style="width:285px"><div id="layoutCell85979text" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPGHodn_predmet_memo" style="width:250px;display:none"><xsl:text disable-output-escaping="yes">Predmet</xsl:text></label><span class="fieldContent"><input id="PozemkyPGHodn_predmet_memo" name="PozemkyPGHodn_predmet_memo" title="" type="text" class="xsd_string textBox Pozemky_predmet_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPGHodn_predmet_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPGHodn_predmet_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPGHodn_predmet_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15278" class="column " style="width:280px"><div id="layoutCell85979" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPGHodn_dpg_memo" style="width:250px;display:none"><xsl:text disable-output-escaping="yes">Daň vyrubená správcom dane podľa podaného priznania</xsl:text></label><span class="fieldContent"><input id="PozemkyPGHodn_dpg_memo" name="PozemkyPGHodn_dpg_memo" title="" type="text" class="xsd_string textBox Pozemky_vnutro_internal suma" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPGHodn_dpg_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPGHodn_dpg_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPGHodn_dpg_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15279" class="column " style="width:280px"><div id="layoutCell85980" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPGHodn_rdpg_memo" style="width:280px;display:none"><xsl:text disable-output-escaping="yes">Rozdiel dane vypočítaný a vyrubený správcom dane podľa čiastkového/dodatočného priznania</xsl:text></label><span class="fieldContent"><input id="PozemkyPGHodn_rdpg_memo" name="PozemkyPGHodn_rdpg_memo" title="" type="text" class="xsd_string textBox Pozemky_vnutro_internal suma" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPGHodn_rdpg_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPGHodn_rdpg_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPGHodn_rdpg_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div class="clear"></div></div><div id="repetitionCommandslayoutRow7842" class="sectionPager"><xsl:if test="position() != last()"><xsl:attribute name="style"><xsl:text>display:none;</xsl:text></xsl:attribute></xsl:if><span id="addSectionlayoutRow7842" class="button addRemoveSection" onclick="addSection(1, 999, this)" title="Pridať sekciu Pozemky PG - hodnoty">Pridať</span><span id="removeSectionlayoutRow7842" class="button addRemoveSection" onclick="removeSection(1, this)" title="Odobrať sekciu Pozemky PG - hodnoty">Odobrať</span></div></div></xsl:for-each><xsl:if test="normalize-space(./egonp:SekciaPozemkyPGHodn) = ''"><xsl:if test="./egonp:SekciaPozemkyPGHodn/@notInFormData"><script type="text/javascript">$(document).ready(function () { initRepetitionSection(1, 999, 'layoutRow7842') })</script></xsl:if></xsl:if><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><div class="clear"></div></div><div id="layoutCell85985" class=" "><xsl:for-each select="/egonp:eForm_eGov_vystup_002066/egonp:SekciaDzN/egonp:SekciaPozemky/egonp:SekciaPozemkyPH"><div id="layoutRow7845" class="layoutRow " title=""><input type="hidden" name="SekciaPozemkyPH" /><div id="layoutRowContentlayoutRow7845" class="columns"><div id="layoutColumn15283" class="column first"><div id="layoutCell85986" class=" "><xsl:for-each select="./egonp:SekciaPozemkyPHHodn"><div id="layoutRow7844" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><xsl:variable name="nRowslayoutRow7844" select="position()" /><xsl:attribute name="id">layoutRow7844<xsl:if test="position() > 1"><xsl:text>_Repeating_</xsl:text><xsl:value-of select="position()-1" /></xsl:if></xsl:attribute><xsl:attribute name="class">layoutRow ui-tabs ui-widget-content nocaption<xsl:if test="position() > 1"><xsl:text> repeatingSection</xsl:text></xsl:if></xsl:attribute><input type="hidden" name="SekciaPozemkyPHHodn" /><div id="layoutRowContentlayoutRow7844" class="columns"><div id="layoutColumn15281text" class="column first" style="width:285px;"><div id="layoutCell85983text" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPHHodn_predmet_memo" style="width:250px;display:none"><xsl:text disable-output-escaping="yes">Predmet</xsl:text></label><span class="fieldContent"><input id="PozemkyPHHodn_predmet_memo" name="PozemkyPHHodn_predmet_memo" title="" type="text" class="xsd_string textBox Pozemky_predmet_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPHHodn_predmet_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPHHodn_predmet_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPHHodn_predmet_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15281" class="column " style="width:280px;"><div id="layoutCell85983" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPHHodn_dph_memo" style="width:250px;display:none"><xsl:text disable-output-escaping="yes">Daň vyrubená správcom dane podľa podaného priznania</xsl:text></label><span class="fieldContent"><input id="PozemkyPHHodn_dph_memo" name="PozemkyPHHodn_dph_memo" title="" type="text" class="xsd_string textBox Pozemky_vnutro_internal suma" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPHHodn_dph_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPHHodn_dph_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPHHodn_dph_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15282" class="column " style="width:280px;"><div id="layoutCell85984" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPHHodn_rdph_memo" style="width:280px;display:none"><xsl:text disable-output-escaping="yes">Rozdiel dane vypočítaný a vyrubený správcom dane podľa čiastkového/dodatočného priznania</xsl:text></label><span class="fieldContent"><input id="PozemkyPHHodn_rdph_memo" name="PozemkyPHHodn_rdph_memo" title="" type="text" class="xsd_string textBox Pozemky_vnutro_internal suma" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPHHodn_rdph_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPHHodn_rdph_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPHHodn_rdph_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div class="clear"></div></div><div id="repetitionCommandslayoutRow7844" class="sectionPager"><xsl:if test="position() != last()"><xsl:attribute name="style"><xsl:text>display:none;</xsl:text></xsl:attribute></xsl:if><span id="addSectionlayoutRow7844" class="button addRemoveSection" onclick="addSection(1, 999, this)" title="Pridať sekciu Pozemky PH - hodnoty">Pridať</span><span id="removeSectionlayoutRow7844" class="button addRemoveSection" onclick="removeSection(1, this)" title="Odobrať sekciu Pozemky PH - hodnoty">Odobrať</span></div></div></xsl:for-each><xsl:if test="normalize-space(./egonp:SekciaPozemkyPHHodn) = ''"><xsl:if test="./egonp:SekciaPozemkyPHHodn/@notInFormData"><script type="text/javascript">$(document).ready(function () { initRepetitionSection(1, 999, 'layoutRow7844') })</script></xsl:if></xsl:if><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><div class="clear"></div></div><div id="layoutCell85987" class="cell "><xsl:for-each select="/egonp:eForm_eGov_vystup_002066/egonp:SekciaDzN/egonp:SekciaPozemky/egonp:SekciaPozemkySpolu"><div id="layoutRow7846" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="SekciaPozemkySpolu" /><div id="layoutRowContentlayoutRow7846" class="columns"><div id="layoutColumn15285" class="column first" style="width:430px;"><div id="layoutCell85989" class="cell  LabelBoldRight"><label class="fieldLabel" title="" for="PozemkySpolu_sumdp" style="width:260px;"><xsl:text disable-output-escaping="yes">Spolu daň za pozemky</xsl:text></label><span class="fieldContent"><input id="PozemkySpolu_sumdp" name="PozemkySpolu_sumdp" title="" type="text" class="xsd_string textBox PozemkySpolu_sumdp_internal suma" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkySpolu_sumdp']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkySpolu_sumdp']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkySpolu_sumdp']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15284" class="column " style="width:430px;"><div id="layoutCell85988" class="cell  LabelBoldRight"><label class="fieldLabel" title="" for="PozemkySpolu_sumrdp" style="width:260px;"><xsl:text disable-output-escaping="yes">Spolu rozdiel dane za pozemky</xsl:text></label><span class="fieldContent"><input id="PozemkySpolu_sumrdp" name="PozemkySpolu_sumrdp" title="" type="text" class="xsd_string textBox PozemkySpolu_sumrdp_internal suma" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkySpolu_sumrdp']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkySpolu_sumrdp']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkySpolu_sumrdp']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><div class="clear"></div></div><div id="layoutCell86108poznamka" class="cell "><label class="fieldLabel" title="" for="SekciaPozemky_poznamka" style="display: none">Text</label><span class="fieldContent"><textarea id="SekciaPozemky_poznamka" name="SekciaPozemky_poznamka" title="" class="xsd_string textArea " spellcheck="true" cols="100" rows="3" disabled="disabled" readonly="readonly" style="height:80px; width: 850px"><xsl:if test="boolean(./*[name() = 'SekciaPozemky_poznamka']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:choose><xsl:when test="./*[name() = 'SekciaPozemky_poznamka']"><xsl:value-of select="./*[name() = 'SekciaPozemky_poznamka']" /></xsl:when><xsl:otherwise><xsl:text></xsl:text></xsl:otherwise></xsl:choose></textarea></span><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><div class="clear"></div></div><div id="layoutCell85993" class="cell "><xsl:for-each select="/egonp:eForm_eGov_vystup_002066/egonp:SekciaDzN/egonp:SekciaStavby"><div id="layoutRow7849" class="layoutRow ui-tabs ui-widget-content   " title=""><input type="hidden" name="SekciaStavby" /><div class="caption ui-widget-header"><div class="headercorrection" title="II. Daň zo stavieb">II. Daň zo stavieb</div><span class="arrow ui-icon ui-icon-carat-1-n"></span></div><div id="layoutRowContentlayoutRow7849" class="columns"><div id="layoutColumn15289a" class="column first" style="width:290px;"><div id="layoutCell85994a" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="SekciaStavby_PredmetDane" style="width:225px;display:none"><xsl:text disable-output-escaping="yes">Predmet dane</xsl:text></label><span class="fieldContent"><input id="SekciaStavby_PredmetDane" name="SekciaStavby_PredmetDane" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" alt="" disabled="disabled" readonly="readonly" value="" style="width:275px"><xsl:if test="boolean(./*[name() = 'SekciaStavby_PredmetDane']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaStavby_PredmetDane']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaStavby_PredmetDane']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15289b" class="column " style="width:280px;"><div id="layoutCell85994b" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="SekciaStavby_Dan" style="width:135px;display:none"><xsl:text disable-output-escaping="yes">Daň vyrubená správcom dane podľa podaného priznania (€)</xsl:text></label><span class="fieldContent"><input id="SekciaStavby_Dan" name="SekciaStavby_Dan" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" alt="" disabled="disabled" readonly="readonly" value="" style="width:265px"><xsl:if test="boolean(./*[name() = 'SekciaStavby_Dan']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaStavby_Dan']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaStavby_Dan']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15289c" class="column " style="width:280px;"><div id="layoutCell85994c" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="SekciaStavby_Rozdiel" style="width:135px;display:none"><xsl:text disable-output-escaping="yes">Rozdiel dane vypočítaný a vyrubený správcom dane podľa čiastkového/dodatočného priznania (€)</xsl:text></label><span class="fieldContent"><input id="SekciaStavby_Rozdiel" name="SekciaStavby_Rozdiel" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" alt="" disabled="disabled" readonly="readonly" value="" style="width:265px"><xsl:if test="boolean(./*[name() = 'SekciaStavby_Rozdiel']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaStavby_Rozdiel']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaStavby_Rozdiel']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15289" class="column first"><div id="layoutCell85994" class=" "><xsl:for-each select="/egonp:eForm_eGov_vystup_002066/egonp:SekciaDzN/egonp:SekciaStavby/egonp:SekciaStavbySA"><div id="layoutRow7848" class="layoutRow" title=""><input type="hidden" name="SekciaStavbySA" /><div id="layoutRowContentlayoutRow7848" class="columns"><div id="layoutColumn15288" class="column first"><div id="layoutCell85992" class=" "><xsl:for-each select="./egonp:SekciaStavbySAHodn"><div id="layoutRow7847" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><xsl:variable name="nRowslayoutRow7847" select="position()" /><xsl:attribute name="id">layoutRow7847<xsl:if test="position() > 1"><xsl:text>_Repeating_</xsl:text><xsl:value-of select="position()-1" /></xsl:if></xsl:attribute><xsl:attribute name="class">layoutRow ui-tabs ui-widget-content nocaption<xsl:if test="position() > 1"><xsl:text> repeatingSection</xsl:text></xsl:if></xsl:attribute><input type="hidden" name="SekciaStavbySAHodn" /><div id="layoutRowContentlayoutRow7847" class="columns"><div id="layoutColumn15286text" class="column first" style="width:285px;"><div id="layoutCell85990text" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySAHodn_predmet_memo" style="width:250px;display:none"><xsl:text disable-output-escaping="yes">Predmet</xsl:text></label><span class="fieldContent"><input id="StavbySAHodn_predmet_memo" name="StavbySAHodn_predmet_memo" title="" type="text" class="xsd_string textBox Stavby_predmet_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySAHodn_predmet_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySAHodn_predmet_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySAHodn_predmet_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15286" class="column " style="width:280px;"><div id="layoutCell85990" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySAHodn_dsa_memo" style="width:250px;display:none"><xsl:text disable-output-escaping="yes">Daň vyrubená správcom dane podľa podaného priznania</xsl:text></label><span class="fieldContent"><input id="StavbySAHodn_dsa_memo" name="StavbySAHodn_dsa_memo" title="" type="text" class="xsd_string textBox Stavby_vnutro_internal suma" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySAHodn_dsa_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySAHodn_dsa_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySAHodn_dsa_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15287" class="column " style="width:280px;"><div id="layoutCell85991" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySAHodn_rdsa_memo" style="width:280px;display:none"><xsl:text disable-output-escaping="yes">Rozdiel dane vypočítaný a vyrubený správcom dane podľa čiastkového/dodatočného priznania</xsl:text></label><span class="fieldContent"><input id="StavbySAHodn_rdsa_memo" name="StavbySAHodn_rdsa_memo" title="" type="text" class="xsd_string textBox Stavby_vnutro_internal suma" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySAHodn_rdsa_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySAHodn_rdsa_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySAHodn_rdsa_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div class="clear"></div></div><div id="repetitionCommandslayoutRow7847" class="sectionPager"><xsl:if test="position() != last()"><xsl:attribute name="style"><xsl:text>display:none;</xsl:text></xsl:attribute></xsl:if><span id="addSectionlayoutRow7847" class="button addRemoveSection" onclick="addSection(1, 999, this)" title="Pridať sekciu Stavby SA - hodnoty">Pridať</span><span id="removeSectionlayoutRow7847" class="button addRemoveSection" onclick="removeSection(1, this)" title="Odobrať sekciu Stavby SA - hodnoty">Odobrať</span></div></div></xsl:for-each><xsl:if test="normalize-space(./egonp:SekciaStavbySAHodn) = ''"><xsl:if test="./egonp:SekciaStavbySAHodn/@notInFormData"><script type="text/javascript">$(document).ready(function () { initRepetitionSection(1, 999, 'layoutRow7847') })</script></xsl:if></xsl:if><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><div class="clear"></div></div><div id="layoutCell85997" class=" "><xsl:for-each select="/egonp:eForm_eGov_vystup_002066/egonp:SekciaDzN/egonp:SekciaStavby/egonp:SekciaStavbySB"><div id="layoutRow7851" class="layoutRow " title=""><input type="hidden" name="SekciaStavbySB" /><div id="layoutRowContentlayoutRow7851" class="columns"><div id="layoutColumn15292" class="column first"><div id="layoutCell85998" class=" "><xsl:for-each select="./egonp:SekciaStravbySBHodn"><div id="layoutRow7850" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><xsl:variable name="nRowslayoutRow7850" select="position()" /><xsl:attribute name="id">layoutRow7850<xsl:if test="position() > 1"><xsl:text>_Repeating_</xsl:text><xsl:value-of select="position()-1" /></xsl:if></xsl:attribute><xsl:attribute name="class">layoutRow ui-tabs ui-widget-content nocaption<xsl:if test="position() > 1"><xsl:text> repeatingSection</xsl:text></xsl:if></xsl:attribute><input type="hidden" name="SekciaStravbySBHodn" /><div id="layoutRowContentlayoutRow7850" class="columns"><div id="layoutColumn15290text" class="column " style="width:285px;"><div id="layoutCell85995text" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySBHodn_predmet_memo" style="width:250px;display:none"><xsl:text disable-output-escaping="yes">Predmet</xsl:text></label><span class="fieldContent"><input id="StavbySBHodn_predmet_memo" name="StavbySBHodn_predmet_memo" title="" type="text" class="xsd_string textBox Stavby_predmet_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySBHodn_predmet_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySBHodn_predmet_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySBHodn_predmet_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15290" class="column " style="width:280px;"><div id="layoutCell85995" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySBHodn_dsb_memo" style="width:250px;display:none"><xsl:text disable-output-escaping="yes">Daň vyrubená správcom dane podľa podaného priznania</xsl:text></label><span class="fieldContent"><input id="StavbySBHodn_dsb_memo" name="StavbySBHodn_dsb_memo" title="" type="text" class="xsd_string textBox Stavby_vnutro_internal suma" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySBHodn_dsb_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySBHodn_dsb_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySBHodn_dsb_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15291" class="column " style="width:280px;"><div id="layoutCell85996" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySBHodn_rdsb_memo" style="width:280px;display:none"><xsl:text disable-output-escaping="yes">Rozdiel dane vypočítaný a vyrubený správcom dane podľa čiastkového/dodatočného priznania</xsl:text></label><span class="fieldContent"><input id="StavbySBHodn_rdsb_memo" name="StavbySBHodn_rdsb_memo" title="" type="text" class="xsd_string textBox Stavby_vnutro_internal suma" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySBHodn_rdsb_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySBHodn_rdsb_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySBHodn_rdsb_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div class="clear"></div></div><div id="repetitionCommandslayoutRow7850" class="sectionPager"><xsl:if test="position() != last()"><xsl:attribute name="style"><xsl:text>display:none;</xsl:text></xsl:attribute></xsl:if><span id="addSectionlayoutRow7850" class="button addRemoveSection" onclick="addSection(1, 999, this)" title="Pridať sekciu Stravby SB - hodnoty">Pridať</span><span id="removeSectionlayoutRow7850" class="button addRemoveSection" onclick="removeSection(1, this)" title="Odobrať sekciu Stravby SB - hodnoty">Odobrať</span></div></div></xsl:for-each><xsl:if test="normalize-space(./egonp:SekciaStravbySBHodn) = ''"><xsl:if test="./egonp:SekciaStravbySBHodn/@notInFormData"><script type="text/javascript">$(document).ready(function () { initRepetitionSection(1, 999, 'layoutRow7850') })</script></xsl:if></xsl:if><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><div class="clear"></div></div><div id="layoutCell86001" class=" "><xsl:for-each select="/egonp:eForm_eGov_vystup_002066/egonp:SekciaDzN/egonp:SekciaStavby/egonp:SekciaStavbySC"><div id="layoutRow7853" class="layoutRow " title=""><input type="hidden" name="SekciaStavbySC" /><div id="layoutRowContentlayoutRow7853" class="columns"><div id="layoutColumn15295" class="column first"><div id="layoutCell86002" class=" "><xsl:for-each select="./egonp:SekciaStavbySCHodn"><div id="layoutRow7852" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><xsl:variable name="nRowslayoutRow7852" select="position()" /><xsl:attribute name="id">layoutRow7852<xsl:if test="position() > 1"><xsl:text>_Repeating_</xsl:text><xsl:value-of select="position()-1" /></xsl:if></xsl:attribute><xsl:attribute name="class">layoutRow ui-tabs ui-widget-content nocaption<xsl:if test="position() > 1"><xsl:text> repeatingSection</xsl:text></xsl:if></xsl:attribute><input type="hidden" name="SekciaStavbySCHodn" /><div id="layoutRowContentlayoutRow7852" class="columns"><div id="layoutColumn15293text" class="column first" style="width:285px;"><div id="layoutCell85999text" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySCHodn_predmet_memo" style="width:250px;display:none"><xsl:text disable-output-escaping="yes">Predmet</xsl:text></label><span class="fieldContent"><input id="StavbySCHodn_predmet_memo" name="StavbySCHodn_predmet_memo" title="" type="text" class="xsd_string textBox Stavby_predmet_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySCHodn_predmet_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySCHodn_predmet_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySCHodn_predmet_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15293" class="column " style="width:280px;"><div id="layoutCell85999" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySCHodn_dsc_memo" style="width:250px;display:none"><xsl:text disable-output-escaping="yes">Daň vyrubená správcom dane podľa podaného priznania</xsl:text></label><span class="fieldContent"><input id="StavbySCHodn_dsc_memo" name="StavbySCHodn_dsc_memo" title="" type="text" class="xsd_string textBox Stavby_vnutro_internal suma" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySCHodn_dsc_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySCHodn_dsc_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySCHodn_dsc_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15294" class="column " style="width:280px;"><div id="layoutCell86000" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySCHodn_rdsc_memo" style="width:280px;display:none"><xsl:text disable-output-escaping="yes">Rozdiel dane vypočítaný a vyrubený správcom dane podľa čiastkového/dodatočného priznania</xsl:text></label><span class="fieldContent"><input id="StavbySCHodn_rdsc_memo" name="StavbySCHodn_rdsc_memo" title="" type="text" class="xsd_string textBox Stavby_vnutro_internal suma" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySCHodn_rdsc_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySCHodn_rdsc_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySCHodn_rdsc_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div class="clear"></div></div><div id="repetitionCommandslayoutRow7852" class="sectionPager"><xsl:if test="position() != last()"><xsl:attribute name="style"><xsl:text>display:none;</xsl:text></xsl:attribute></xsl:if><span id="addSectionlayoutRow7852" class="button addRemoveSection" onclick="addSection(1, 999, this)" title="Pridať sekciu Stravby SC - hodnoty">Pridať</span><span id="removeSectionlayoutRow7852" class="button addRemoveSection" onclick="removeSection(1, this)" title="Odobrať sekciu Stravby SC - hodnoty">Odobrať</span></div></div></xsl:for-each><xsl:if test="normalize-space(./egonp:SekciaStavbySCHodn) = ''"><xsl:if test="./egonp:SekciaStavbySCHodn/@notInFormData"><script type="text/javascript">$(document).ready(function () { initRepetitionSection(1, 999, 'layoutRow7852') })</script></xsl:if></xsl:if><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><div class="clear"></div></div><div id="layoutCell86005" class=" "><xsl:for-each select="/egonp:eForm_eGov_vystup_002066/egonp:SekciaDzN/egonp:SekciaStavby/egonp:SekciaStavbySD"><div id="layoutRow7855" class="layoutRow" title=""><input type="hidden" name="SekciaStavbySD" /><div id="layoutRowContentlayoutRow7855" class="columns"><div id="layoutColumn15298" class="column first"><div id="layoutCell86006" class=" "><xsl:for-each select="./egonp:SekciaStavbySDHodn"><div id="layoutRow7854" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><xsl:variable name="nRowslayoutRow7854" select="position()" /><xsl:attribute name="id">layoutRow7854<xsl:if test="position() > 1"><xsl:text>_Repeating_</xsl:text><xsl:value-of select="position()-1" /></xsl:if></xsl:attribute><xsl:attribute name="class">layoutRow ui-tabs ui-widget-content nocaption<xsl:if test="position() > 1"><xsl:text> repeatingSection</xsl:text></xsl:if></xsl:attribute><input type="hidden" name="SekciaStavbySDHodn" /><div id="layoutRowContentlayoutRow7854" class="columns"><div id="layoutColumn15296text" class="column first" style="width:285px;"><div id="layoutCell86003text" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySDHodn_predmet_memo" style="width:250px;display:none"><xsl:text disable-output-escaping="yes">Predmet</xsl:text></label><span class="fieldContent"><input id="StavbySDHodn_predmet_memo" name="StavbySDHodn_predmet_memo" title="" type="text" class="xsd_string textBox Stavby_predmet_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySDHodn_predmet_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySDHodn_predmet_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySDHodn_predmet_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15296" class="column " style="width:280px;"><div id="layoutCell86003" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySDHodn_dsd_memo" style="width:250px;display:none"><xsl:text disable-output-escaping="yes">Daň vyrubená správcom dane podľa podaného priznania</xsl:text></label><span class="fieldContent"><input id="StavbySDHodn_dsd_memo" name="StavbySDHodn_dsd_memo" title="" type="text" class="xsd_string textBox Stavby_vnutro_internal suma" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySDHodn_dsd_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySDHodn_dsd_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySDHodn_dsd_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15297" class="column " style="width:280px;"><div id="layoutCell86004" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySDHodn_rdsd_memo" style="width:280px;display:none"><xsl:text disable-output-escaping="yes">Rozdiel dane vypočítaný a vyrubený správcom dane podľa čiastkového/dodatočného priznania</xsl:text></label><span class="fieldContent"><input id="StavbySDHodn_rdsd_memo" name="StavbySDHodn_rdsd_memo" title="" type="text" class="xsd_string textBox Stavby_vnutro_internal suma" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySDHodn_rdsd_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySDHodn_rdsd_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySDHodn_rdsd_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div class="clear"></div></div><div id="repetitionCommandslayoutRow7854" class="sectionPager"><xsl:if test="position() != last()"><xsl:attribute name="style"><xsl:text>display:none;</xsl:text></xsl:attribute></xsl:if><span id="addSectionlayoutRow7854" class="button addRemoveSection" onclick="addSection(1, 999, this)" title="Pridať sekciu Stavby SD - hodnoty">Pridať</span><span id="removeSectionlayoutRow7854" class="button addRemoveSection" onclick="removeSection(1, this)" title="Odobrať sekciu Stavby SD - hodnoty">Odobrať</span></div></div></xsl:for-each><xsl:if test="normalize-space(./egonp:SekciaStavbySDHodn) = ''"><xsl:if test="./egonp:SekciaStavbySDHodn/@notInFormData"><script type="text/javascript">$(document).ready(function () { initRepetitionSection(1, 999, 'layoutRow7854') })</script></xsl:if></xsl:if><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><div class="clear"></div></div><div id="layoutCell86009" class=" "><xsl:for-each select="/egonp:eForm_eGov_vystup_002066/egonp:SekciaDzN/egonp:SekciaStavby/egonp:SekciaStavbySE"><div id="layoutRow7857" class="layoutRow " title=""><input type="hidden" name="SekciaStavbySE" /><div id="layoutRowContentlayoutRow7857" class="columns"><div id="layoutColumn15301" class="column first"><div id="layoutCell86010" class=" "><xsl:for-each select="./egonp:SekciaStavbySEHodn"><div id="layoutRow7856" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><xsl:variable name="nRowslayoutRow7856" select="position()" /><xsl:attribute name="id">layoutRow7856<xsl:if test="position() > 1"><xsl:text>_Repeating_</xsl:text><xsl:value-of select="position()-1" /></xsl:if></xsl:attribute><xsl:attribute name="class">layoutRow ui-tabs ui-widget-content nocaption<xsl:if test="position() > 1"><xsl:text> repeatingSection</xsl:text></xsl:if></xsl:attribute><input type="hidden" name="SekciaStavbySEHodn" /><div id="layoutRowContentlayoutRow7856" class="columns"><div id="layoutColumn15299text" class="column first" style="width:285px;"><div id="layoutCell86007text" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySEHodn_predmet_memo" style="width:250px;display:none"><xsl:text disable-output-escaping="yes">Predmet</xsl:text></label><span class="fieldContent"><input id="StavbySEHodn_predmet_memo" name="StavbySEHodn_predmet_memo" title="" type="text" class="xsd_string textBox Stavby_predmet_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySEHodn_predmet_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySEHodn_predmet_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySEHodn_predmet_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15299" class="column first" style="width:280px;"><div id="layoutCell86007" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySEHodn_dse_memo" style="width:250px;display:none"><xsl:text disable-output-escaping="yes">Daň vyrubená správcom dane podľa podaného priznania</xsl:text></label><span class="fieldContent"><input id="StavbySEHodn_dse_memo" name="StavbySEHodn_dse_memo" title="" type="text" class="xsd_string textBox Stavby_vnutro_internal suma" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySEHodn_dse_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySEHodn_dse_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySEHodn_dse_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15300" class="column " style="width:280px;"><div id="layoutCell86008" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySEHodn_rdse_memo" style="width:280px;display:none"><xsl:text disable-output-escaping="yes">Rozdiel dane vypočítaný a vyrubený správcom dane podľa čiastkového/dodatočného priznania</xsl:text></label><span class="fieldContent"><input id="StavbySEHodn_rdse_memo" name="StavbySEHodn_rdse_memo" title="" type="text" class="xsd_string textBox Stavby_vnutro_internal suma" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySEHodn_rdse_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySEHodn_rdse_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySEHodn_rdse_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div class="clear"></div></div><div id="repetitionCommandslayoutRow7856" class="sectionPager"><xsl:if test="position() != last()"><xsl:attribute name="style"><xsl:text>display:none;</xsl:text></xsl:attribute></xsl:if><span id="addSectionlayoutRow7856" class="button addRemoveSection" onclick="addSection(1, 999, this)" title="Pridať sekciu Stavby SE - hodnoty">Pridať</span><span id="removeSectionlayoutRow7856" class="button addRemoveSection" onclick="removeSection(1, this)" title="Odobrať sekciu Stavby SE - hodnoty">Odobrať</span></div></div></xsl:for-each><xsl:if test="normalize-space(./egonp:SekciaStavbySEHodn) = ''"><xsl:if test="./egonp:SekciaStavbySEHodn/@notInFormData"><script type="text/javascript">$(document).ready(function () { initRepetitionSection(1, 999, 'layoutRow7856') })</script></xsl:if></xsl:if><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><div class="clear"></div></div><div id="layoutCell86013" class=" "><xsl:for-each select="/egonp:eForm_eGov_vystup_002066/egonp:SekciaDzN/egonp:SekciaStavby/egonp:SekciaStavbySF"><div id="layoutRow7859" class="layoutRow" title=""><input type="hidden" name="SekciaStavbySF" /><div id="layoutRowContentlayoutRow7859" class="columns"><div id="layoutColumn15304" class="column first"><div id="layoutCell86014" class=" "><xsl:for-each select="./egonp:SekciaStavbySFHodn"><div id="layoutRow7858" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><xsl:variable name="nRowslayoutRow7858" select="position()" /><xsl:attribute name="id">layoutRow7858<xsl:if test="position() > 1"><xsl:text>_Repeating_</xsl:text><xsl:value-of select="position()-1" /></xsl:if></xsl:attribute><xsl:attribute name="class">layoutRow ui-tabs ui-widget-content nocaption<xsl:if test="position() > 1"><xsl:text> repeatingSection</xsl:text></xsl:if></xsl:attribute><input type="hidden" name="SekciaStavbySFHodn" /><div id="layoutRowContentlayoutRow7858" class="columns"><div id="layoutColumn15302text" class="column first" style="width:285px;"><div id="layoutCell86011text" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySFHodn_predmet_memo" style="width:250px;display:none"><xsl:text disable-output-escaping="yes">Predmet</xsl:text></label><span class="fieldContent"><input id="StavbySFHodn_predmet_memo" name="StavbySFHodn_predmet_memo" title="" type="text" class="xsd_string textBox Stavby_predmet_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySFHodn_predmet_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySFHodn_predmet_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySFHodn_predmet_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15302" class="column " style="width:280px;"><div id="layoutCell86011" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySFHodn_dsf_memo" style="width:250px;display:none"><xsl:text disable-output-escaping="yes">Daň vyrubená správcom dane podľa podaného priznania</xsl:text></label><span class="fieldContent"><input id="StavbySFHodn_dsf_memo" name="StavbySFHodn_dsf_memo" title="" type="text" class="xsd_string textBox Stavby_vnutro_internal suma" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySFHodn_dsf_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySFHodn_dsf_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySFHodn_dsf_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15303" class="column " style="width:280px;"><div id="layoutCell86012" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySFHodn_rdsf_memo" style="width:280px;display:none"><xsl:text disable-output-escaping="yes">Rozdiel dane vypočítaný a vyrubený správcom dane podľa čiastkového/dodatočného priznania</xsl:text></label><span class="fieldContent"><input id="StavbySFHodn_rdsf_memo" name="StavbySFHodn_rdsf_memo" title="" type="text" class="xsd_string textBox Stavby_vnutro_internal suma" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySFHodn_rdsf_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySFHodn_rdsf_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySFHodn_rdsf_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div class="clear"></div></div><div id="repetitionCommandslayoutRow7858" class="sectionPager"><xsl:if test="position() != last()"><xsl:attribute name="style"><xsl:text>display:none;</xsl:text></xsl:attribute></xsl:if><span id="addSectionlayoutRow7858" class="button addRemoveSection" onclick="addSection(1, 999, this)" title="Pridať sekciu Stavby SF- hodnoty">Pridať</span><span id="removeSectionlayoutRow7858" class="button addRemoveSection" onclick="removeSection(1, this)" title="Odobrať sekciu Stavby SF- hodnoty">Odobrať</span></div></div></xsl:for-each><xsl:if test="normalize-space(./egonp:SekciaStavbySFHodn) = ''"><xsl:if test="./egonp:SekciaStavbySFHodn/@notInFormData"><script type="text/javascript">$(document).ready(function () { initRepetitionSection(1, 999, 'layoutRow7858') })</script></xsl:if></xsl:if><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><div class="clear"></div></div><div id="layoutCell86017" class=" "><xsl:for-each select="/egonp:eForm_eGov_vystup_002066/egonp:SekciaDzN/egonp:SekciaStavby/egonp:SekciaStavbySG"><div id="layoutRow7861" class="layoutRow" title=""><input type="hidden" name="SekciaStavbySG" /><div id="layoutRowContentlayoutRow7861" class="columns"><div id="layoutColumn15307" class="column first"><div id="layoutCell86018" class=""><xsl:for-each select="./egonp:SekciaStavbySGHodn"><div id="layoutRow7860" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><xsl:variable name="nRowslayoutRow7860" select="position()" /><xsl:attribute name="id">layoutRow7860<xsl:if test="position() > 1"><xsl:text>_Repeating_</xsl:text><xsl:value-of select="position()-1" /></xsl:if></xsl:attribute><xsl:attribute name="class">layoutRow ui-tabs ui-widget-content nocaption<xsl:if test="position() > 1"><xsl:text> repeatingSection</xsl:text></xsl:if></xsl:attribute><input type="hidden" name="SekciaStavbySGHodn" /><div id="layoutRowContentlayoutRow7860" class="columns"><div id="layoutColumn15305text" class="column first" style="width:285px;"><div id="layoutCell86015text" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySGHodn_predmet_memo" style="width:250px;display:none"><xsl:text disable-output-escaping="yes">Predmet</xsl:text></label><span class="fieldContent"><input id="StavbySGHodn_predmet_memo" name="StavbySGHodn_predmet_memo" title="" type="text" class="xsd_string textBox Stavby_predmet_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySGHodn_predmet_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySGHodn_predmet_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySGHodn_predmet_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15305" class="column " style="width:280px;"><div id="layoutCell86015" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySGHodn_dsg_memo" style="width:250px;display:none"><xsl:text disable-output-escaping="yes">Daň vyrubená správcom dane podľa podaného priznania</xsl:text></label><span class="fieldContent"><input id="StavbySGHodn_dsg_memo" name="StavbySGHodn_dsg_memo" title="" type="text" class="xsd_string textBox Stavby_vnutro_internal suma" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySGHodn_dsg_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySGHodn_dsg_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySGHodn_dsg_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15306" class="column " style="width:280px;"><div id="layoutCell86016" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySGHodn_rdsg_memo" style="width:280px;display:none"><xsl:text disable-output-escaping="yes">Rozdiel dane vypočítaný a vyrubený správcom dane podľa čiastkového/dodatočného priznania</xsl:text></label><span class="fieldContent"><input id="StavbySGHodn_rdsg_memo" name="StavbySGHodn_rdsg_memo" title="" type="text" class="xsd_string textBox Stavby_vnutro_internal suma" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySGHodn_rdsg_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySGHodn_rdsg_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySGHodn_rdsg_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div class="clear"></div></div><div id="repetitionCommandslayoutRow7860" class="sectionPager"><xsl:if test="position() != last()"><xsl:attribute name="style"><xsl:text>display:none;</xsl:text></xsl:attribute></xsl:if><span id="addSectionlayoutRow7860" class="button addRemoveSection" onclick="addSection(1, 999, this)" title="Pridať sekciu Stavby SG - hodnoty">Pridať</span><span id="removeSectionlayoutRow7860" class="button addRemoveSection" onclick="removeSection(1, this)" title="Odobrať sekciu Stavby SG - hodnoty">Odobrať</span></div></div></xsl:for-each><xsl:if test="normalize-space(./egonp:SekciaStavbySGHodn) = ''"><xsl:if test="./egonp:SekciaStavbySGHodn/@notInFormData"><script type="text/javascript">$(document).ready(function () { initRepetitionSection(1, 999, 'layoutRow7860') })</script></xsl:if></xsl:if><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><div class="clear"></div></div><div id="layoutCell86021" class=" "><xsl:for-each select="/egonp:eForm_eGov_vystup_002066/egonp:SekciaDzN/egonp:SekciaStavby/egonp:SekciaStavbySH"><div id="layoutRow7863" class="layoutRow" title=""><input type="hidden" name="SekciaStavbySH" /><div id="layoutRowContentlayoutRow7863" class="columns"><div id="layoutColumn15310" class="column first"><div id="layoutCell86022" class=" "><xsl:for-each select="./egonp:SekciaStavbySHHodn"><div id="layoutRow7862" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><xsl:variable name="nRowslayoutRow7862" select="position()" /><xsl:attribute name="id">layoutRow7862<xsl:if test="position() > 1"><xsl:text>_Repeating_</xsl:text><xsl:value-of select="position()-1" /></xsl:if></xsl:attribute><xsl:attribute name="class">layoutRow ui-tabs ui-widget-content nocaption<xsl:if test="position() > 1"><xsl:text> repeatingSection</xsl:text></xsl:if></xsl:attribute><input type="hidden" name="SekciaStavbySHHodn" /><div id="layoutRowContentlayoutRow7862" class="columns"><div id="layoutColumn15308text" class="column first" style="width:285px;"><div id="layoutCell86019text" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySHHodn_predmet_memo" style="width:250px;display:none"><xsl:text disable-output-escaping="yes">Predmet</xsl:text></label><span class="fieldContent"><input id="StavbySHHodn_predmet_memo" name="StavbySHHodn_predmet_memo" title="" type="text" class="xsd_string textBox Stavby_predmet_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySHHodn_predmet_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySHHodn_predmet_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySHHodn_predmet_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15308" class="column " style="width:280px;"><div id="layoutCell86019" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySHHodn_dsh_memo" style="width:250px;display:none"><xsl:text disable-output-escaping="yes">Daň vyrubená správcom dane podľa podaného priznania</xsl:text></label><span class="fieldContent"><input id="StavbySHHodn_dsh_memo" name="StavbySHHodn_dsh_memo" title="" type="text" class="xsd_string textBox Stavby_vnutro_internal suma" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySHHodn_dsh_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySHHodn_dsh_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySHHodn_dsh_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15309" class="column " style="width:280px;"><div id="layoutCell86020" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySHHodn_rdsh_memo" style="width:280px;display:none"><xsl:text disable-output-escaping="yes">Rozdiel dane vypočítaný a vyrubený správcom dane podľa čiastkového/dodatočného priznania</xsl:text></label><span class="fieldContent"><input id="StavbySHHodn_rdsh_memo" name="StavbySHHodn_rdsh_memo" title="" type="text" class="xsd_string textBox Stavby_vnutro_internal suma" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySHHodn_rdsh_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySHHodn_rdsh_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySHHodn_rdsh_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div class="clear"></div></div><div id="repetitionCommandslayoutRow7862" class="sectionPager"><xsl:if test="position() != last()"><xsl:attribute name="style"><xsl:text>display:none;</xsl:text></xsl:attribute></xsl:if><span id="addSectionlayoutRow7862" class="button addRemoveSection" onclick="addSection(1, 999, this)" title="Pridať sekciu Stavby SH - hodnoty">Pridať</span><span id="removeSectionlayoutRow7862" class="button addRemoveSection" onclick="removeSection(1, this)" title="Odobrať sekciu Stavby SH - hodnoty">Odobrať</span></div></div></xsl:for-each><xsl:if test="normalize-space(./egonp:SekciaStavbySHHodn) = ''"><xsl:if test="./egonp:SekciaStavbySHHodn/@notInFormData"><script type="text/javascript">$(document).ready(function () { initRepetitionSection(1, 999, 'layoutRow7862') })</script></xsl:if></xsl:if><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><div class="clear"></div></div><div id="layoutCell86028" class=" "><xsl:for-each select="/egonp:eForm_eGov_vystup_002066/egonp:SekciaDzN/egonp:SekciaStavby/egonp:SekciaStavbySI"><div id="layoutRow7866" class="layoutRow " title=""><input type="hidden" name="SekciaStavbySI" /><div id="layoutRowContentlayoutRow7866" class="columns"><div id="layoutColumn15315" class="column first"><div id="layoutCell86029" class=" "><xsl:for-each select="./egonp:SekciaStavbySIHodn"><div id="layoutRow7865" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><xsl:variable name="nRowslayoutRow7865" select="position()" /><xsl:attribute name="id">layoutRow7865<xsl:if test="position() > 1"><xsl:text>_Repeating_</xsl:text><xsl:value-of select="position()-1" /></xsl:if></xsl:attribute><xsl:attribute name="class">layoutRow ui-tabs ui-widget-content nocaption<xsl:if test="position() > 1"><xsl:text> repeatingSection</xsl:text></xsl:if></xsl:attribute><input type="hidden" name="SekciaStavbySIHodn" /><div id="layoutRowContentlayoutRow7865" class="columns"><div id="layoutColumn15313text" class="column first" style="width:285px;"><div id="layoutCell86026text" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySIHodn_predmet_memo" style="width:250px;display:none"><xsl:text disable-output-escaping="yes">Predmet</xsl:text></label><span class="fieldContent"><input id="StavbySIHodn_predmet_memo" name="StavbySIHodn_predmet_memo" title="" type="text" class="xsd_string textBox Stavby_predmet_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySIHodn_predmet_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySIHodn_predmet_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySIHodn_predmet_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15313" class="column " style="width:280px;"><div id="layoutCell86026" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySIHodn_dsi_memo" style="width:250px;display:none"><xsl:text disable-output-escaping="yes">Daň vyrubená správcom dane podľa podaného priznania</xsl:text></label><span class="fieldContent"><input id="StavbySIHodn_dsi_memo" name="StavbySIHodn_dsi_memo" title="" type="text" class="xsd_string textBox Stavby_vnutro_internal suma" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySIHodn_dsi_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySIHodn_dsi_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySIHodn_dsi_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15314" class="column " style="width:280px;"><div id="layoutCell86027" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySIHodn_rdsi_memo" style="width:280px;display:none"><xsl:text disable-output-escaping="yes">Rozdiel dane vypočítaný a vyrubený správcom dane podľa čiastkového/dodatočného priznania</xsl:text></label><span class="fieldContent"><input id="StavbySIHodn_rdsi_memo" name="StavbySIHodn_rdsi_memo" title="" type="text" class="xsd_string textBox Stavby_vnutro_internal suma" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySIHodn_rdsi_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySIHodn_rdsi_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySIHodn_rdsi_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div class="clear"></div></div><div id="repetitionCommandslayoutRow7865" class="sectionPager"><xsl:if test="position() != last()"><xsl:attribute name="style"><xsl:text>display:none;</xsl:text></xsl:attribute></xsl:if><span id="addSectionlayoutRow7865" class="button addRemoveSection" onclick="addSection(1, 999, this)" title="Pridať sekciu Stavby SI - hodnoty">Pridať</span><span id="removeSectionlayoutRow7865" class="button addRemoveSection" onclick="removeSection(1, this)" title="Odobrať sekciu Stavby SI - hodnoty">Odobrať</span></div></div></xsl:for-each><xsl:if test="normalize-space(./egonp:SekciaStavbySIHodn) = ''"><xsl:if test="./egonp:SekciaStavbySIHodn/@notInFormData"><script type="text/javascript">$(document).ready(function () { initRepetitionSection(1, 999, 'layoutRow7865') })</script></xsl:if></xsl:if><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><div class="clear"></div></div><div id="layoutCell86032" class=" "><xsl:for-each select="/egonp:eForm_eGov_vystup_002066/egonp:SekciaDzN/egonp:SekciaStavby/egonp:SekciaStavbySJ"><div id="layoutRow7868" class="layoutRow" title=""><input type="hidden" name="SekciaStavbySJ" /><div id="layoutRowContentlayoutRow7868" class="columns"><div id="layoutColumn15318" class="column first"><div id="layoutCell86033" class=" "><xsl:for-each select="./egonp:SekciaStavbySJHodn"><div id="layoutRow7867" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><xsl:variable name="nRowslayoutRow7867" select="position()" /><xsl:attribute name="id">layoutRow7867<xsl:if test="position() > 1"><xsl:text>_Repeating_</xsl:text><xsl:value-of select="position()-1" /></xsl:if></xsl:attribute><xsl:attribute name="class">layoutRow ui-tabs ui-widget-content nocaption<xsl:if test="position() > 1"><xsl:text> repeatingSection</xsl:text></xsl:if></xsl:attribute><input type="hidden" name="SekciaStavbySJHodn" /><div id="layoutRowContentlayoutRow7867" class="columns"><div id="layoutColumn15316text" class="column first" style="width:285px;"><div id="layoutCell86030text" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySJHodn_predmet_memo" style="width:250px;display:none"><xsl:text disable-output-escaping="yes">Predmet</xsl:text></label><span class="fieldContent"><input id="StavbySJHodn_predmet_memo" name="StavbySJHodn_predmet_memo" title="" type="text" class="xsd_string textBox Stavby_predmet_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySJHodn_predmet_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySJHodn_predmet_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySJHodn_predmet_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15316" class="column " style="width:280px;"><div id="layoutCell86030" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySJHodn_dsj_memo" style="width:250px;display:none"><xsl:text disable-output-escaping="yes">Daň vyrubená správcom dane podľa podaného priznania</xsl:text></label><span class="fieldContent"><input id="StavbySJHodn_dsj_memo" name="StavbySJHodn_dsj_memo" title="" type="text" class="xsd_string textBox Stavby_vnutro_internal suma" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySJHodn_dsj_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySJHodn_dsj_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySJHodn_dsj_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15317" class="column " style="width:280px;"><div id="layoutCell86031" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySJHodn_rdsj_memo" style="width:280px;display:none"><xsl:text disable-output-escaping="yes">Rozdiel dane vypočítaný a vyrubený správcom dane podľa čiastkového/dodatočného priznania</xsl:text></label><span class="fieldContent"><input id="StavbySJHodn_rdsj_memo" name="StavbySJHodn_rdsj_memo" title="" type="text" class="xsd_string textBox Stavby_vnutro_internal suma" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySJHodn_rdsj_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySJHodn_rdsj_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySJHodn_rdsj_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div class="clear"></div></div><div id="repetitionCommandslayoutRow7867" class="sectionPager"><xsl:if test="position() != last()"><xsl:attribute name="style"><xsl:text>display:none;</xsl:text></xsl:attribute></xsl:if><span id="addSectionlayoutRow7867" class="button addRemoveSection" onclick="addSection(1, 999, this)" title="Pridať sekciu Stavby SJ - hodnoty">Pridať</span><span id="removeSectionlayoutRow7867" class="button addRemoveSection" onclick="removeSection(1, this)" title="Odobrať sekciu Stavby SJ - hodnoty">Odobrať</span></div></div></xsl:for-each><xsl:if test="normalize-space(./egonp:SekciaStavbySJHodn) = ''"><xsl:if test="./egonp:SekciaStavbySJHodn/@notInFormData"><script type="text/javascript">$(document).ready(function () { initRepetitionSection(1, 999, 'layoutRow7867') })</script></xsl:if></xsl:if><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><div class="clear"></div></div><div id="layoutCell86023" class="cell "><xsl:for-each select="/egonp:eForm_eGov_vystup_002066/egonp:SekciaDzN/egonp:SekciaStavby/egonp:SekciaStavbySpolu"><div id="layoutRow7864" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="SekciaStavbySpolu" /><div id="layoutRowContentlayoutRow7864" class="columns"><div id="layoutColumn15312" class="column first" style="width:430px;"><div id="layoutCell86025" class="cell  LabelBoldRight"><label class="fieldLabel" title="" for="StavbySpolu_sumds" style="width:260px;"><xsl:text disable-output-escaping="yes">Spolu daň za stavby</xsl:text></label><span class="fieldContent"><input id="StavbySpolu_sumds" name="StavbySpolu_sumds" title="" type="text" class="xsd_string textBox StavbySpolu_sumds_internal suma" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySpolu_sumds']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySpolu_sumds']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySpolu_sumds']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15311" class="column " style="width:430px;"><div id="layoutCell86024" class="cell  LabelBoldRight"><label class="fieldLabel" title="" for="StavbySpolu_sumrds" style="width:260px;"><xsl:text disable-output-escaping="yes">Spolu rozdiel dane za stavby</xsl:text></label><span class="fieldContent"><input id="StavbySpolu_sumrds" name="StavbySpolu_sumrds" title="" type="text" class="xsd_string textBox StavbySpolu_sumrds_internal suma" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySpolu_sumrds']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySpolu_sumrds']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySpolu_sumrds']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><div class="clear"></div></div><div id="layoutCell86037" class="cell "><xsl:for-each select="/egonp:eForm_eGov_vystup_002066/egonp:SekciaDzN/egonp:SekciaByty"><div id="layoutRow7871" class="layoutRow ui-tabs ui-widget-content   " title=""><input type="hidden" name="SekciaByty" /><div class="caption ui-widget-header"><div class="headercorrection" title="III. Daň z bytov">III. Daň z bytov</div><span class="arrow ui-icon ui-icon-carat-1-n"></span></div><div id="layoutRowContentlayoutRow7871" class="columns"><div id="layoutColumn15322a" class="column first" style="width:290px;"><div id="layoutCell86038a" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="SekciaByty_PredmetDane" style="width:225px;display:none"><xsl:text disable-output-escaping="yes">Predmet dane</xsl:text></label><span class="fieldContent"><input id="SekciaByty_PredmetDane" name="SekciaByty_PredmetDane" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" alt="" disabled="disabled" readonly="readonly" value="" style="width:275px"><xsl:if test="boolean(./*[name() = 'SekciaByty_PredmetDane']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaByty_PredmetDane']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaByty_PredmetDane']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15322b" class="column " style="width:280px;"><div id="layoutCell86038b" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="SekciaByty_Dan" style="width:135px;display:none"><xsl:text disable-output-escaping="yes">Daň vyrubená správcom dane podľa podaného priznania (€)</xsl:text></label><span class="fieldContent"><input id="SekciaByty_Dan" name="SekciaByty_Dan" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" alt="" disabled="disabled" readonly="readonly" value="" style="width:265px"><xsl:if test="boolean(./*[name() = 'SekciaByty_Dan']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaByty_Dan']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaByty_Dan']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15322c" class="column " style="width:280px;"><div id="layoutCell86038c" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="SekciaByty_Rozdiel" style="width:135px;display:none"><xsl:text disable-output-escaping="yes">Rozdiel dane vypočítaný a vyrubený správcom dane podľa čiastkového/dodatočného priznania (€)</xsl:text></label><span class="fieldContent"><input id="SekciaByty_Rozdiel" name="SekciaByty_Rozdiel" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" alt="" disabled="disabled" readonly="readonly" value="" style="width:265px"><xsl:if test="boolean(./*[name() = 'SekciaByty_Rozdiel']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaByty_Rozdiel']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaByty_Rozdiel']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15322" class="column "><div id="layoutCell86038" class=" "><xsl:for-each select="/egonp:eForm_eGov_vystup_002066/egonp:SekciaDzN/egonp:SekciaByty/egonp:SekciaBytyBA"><div id="layoutRow7870" class="layoutRow  " title=""><input type="hidden" name="SekciaBytyBA" /><div id="layoutRowContentlayoutRow7870" class="columns"><div id="layoutColumn15321" class="column first"><div id="layoutCell86036" class=" "><xsl:for-each select="./egonp:SekciaBytyBAHodn"><div id="layoutRow7869" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><xsl:variable name="nRowslayoutRow7869" select="position()" /><xsl:attribute name="id">layoutRow7869<xsl:if test="position() > 1"><xsl:text>_Repeating_</xsl:text><xsl:value-of select="position()-1" /></xsl:if></xsl:attribute><xsl:attribute name="class">layoutRow ui-tabs ui-widget-content nocaption<xsl:if test="position() > 1"><xsl:text> repeatingSection</xsl:text></xsl:if></xsl:attribute><input type="hidden" name="SekciaBytyBAHodn" /><div id="layoutRowContentlayoutRow7869" class="columns"><div id="layoutColumn15319text" class="column first" style="width:285px;"><div id="layoutCell86034text" class="cell  bunka"><label class="fieldLabel" title="" for="BytyBAHodn_predmet_memo" style="width:250px;display:none"><xsl:text disable-output-escaping="yes">text</xsl:text></label><span class="fieldContent"><input id="BytyBAHodn_predmet_memo" name="BytyBAHodn_predmet_memo" title="" type="text" class="xsd_string textBox Byty_predmet_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'BytyBAHodn_predmet_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'BytyBAHodn_predmet_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'BytyBAHodn_predmet_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15319" class="column " style="width:280px;"><div id="layoutCell86034" class="cell  bunka"><label class="fieldLabel" title="" for="BytyBAHodn_dba_memo" style="width:250px;display:none"><xsl:text disable-output-escaping="yes">Daň vyrubená správcom dane podľa podaného priznania</xsl:text></label><span class="fieldContent"><input id="BytyBAHodn_dba_memo" name="BytyBAHodn_dba_memo" title="" type="text" class="xsd_string textBox Byty_vnutro_internal suma" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'BytyBAHodn_dba_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'BytyBAHodn_dba_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'BytyBAHodn_dba_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15320" class="column " style="width:280px;"><div id="layoutCell86035" class="cell  bunka"><label class="fieldLabel" title="" for="BytyBAHodn_rdba_memo" style="width:280px;display:none"><xsl:text disable-output-escaping="yes">Rozdiel dane vypočítaný a vyrubený správcom dane podľa čiastkového/dodatočného priznania</xsl:text></label><span class="fieldContent"><input id="BytyBAHodn_rdba_memo" name="BytyBAHodn_rdba_memo" title="" type="text" class="xsd_string textBox Byty_vnutro_internal suma" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'BytyBAHodn_rdba_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'BytyBAHodn_rdba_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'BytyBAHodn_rdba_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div class="clear"></div></div><div id="repetitionCommandslayoutRow7869" class="sectionPager"><xsl:if test="position() != last()"><xsl:attribute name="style"><xsl:text>display:none;</xsl:text></xsl:attribute></xsl:if><span id="addSectionlayoutRow7869" class="button addRemoveSection" onclick="addSection(1, 999, this)" title="Pridať sekciu Byty BA - hodnoty">Pridať</span><span id="removeSectionlayoutRow7869" class="button addRemoveSection" onclick="removeSection(1, this)" title="Odobrať sekciu Byty BA - hodnoty">Odobrať</span></div></div></xsl:for-each><xsl:if test="normalize-space(./egonp:SekciaBytyBAHodn) = ''"><xsl:if test="./egonp:SekciaBytyBAHodn/@notInFormData"><script type="text/javascript">$(document).ready(function () { initRepetitionSection(1, 999, 'layoutRow7869') })</script></xsl:if></xsl:if><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><div class="clear"></div></div><div id="layoutCell86041" class=" "><xsl:for-each select="/egonp:eForm_eGov_vystup_002066/egonp:SekciaDzN/egonp:SekciaByty/egonp:SekciaBytyBB"><div id="layoutRow7873" class="layoutRow " title=""><input type="hidden" name="SekciaBytyBB" /><div id="layoutRowContentlayoutRow7873" class="columns"><div id="layoutColumn15325" class="column first"><div id="layoutCell86042" class=" "><xsl:for-each select="./egonp:SekciaBytyBBHodn"><div id="layoutRow7872" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><xsl:variable name="nRowslayoutRow7872" select="position()" /><xsl:attribute name="id">layoutRow7872<xsl:if test="position() > 1"><xsl:text>_Repeating_</xsl:text><xsl:value-of select="position()-1" /></xsl:if></xsl:attribute><xsl:attribute name="class">layoutRow ui-tabs ui-widget-content nocaption<xsl:if test="position() > 1"><xsl:text> repeatingSection</xsl:text></xsl:if></xsl:attribute><input type="hidden" name="SekciaBytyBBHodn" /><div id="layoutRowContentlayoutRow7872" class="columns"><div id="layoutColumn15323text" class="column first" style="width:285px;"><div id="layoutCell86039text" class="cell  bunka"><label class="fieldLabel" title="" for="BytyBBHodn_predmet_memo" style="width:250px;display:none"><xsl:text disable-output-escaping="yes">Predmet</xsl:text></label><span class="fieldContent"><input id="BytyBBHodn_predmet_memo" name="BytyBBHodn_predmet_memo" title="" type="text" class="xsd_string textBox Byty_predmet_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'BytyBBHodn_predmet_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'BytyBBHodn_predmet_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'BytyBBHodn_predmet_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15323" class="column " style="width:280px;"><div id="layoutCell86039" class="cell  bunka"><label class="fieldLabel" title="" for="BytyBBHodn_dbb_memo" style="width:250px;display:none"><xsl:text disable-output-escaping="yes">Daň vyrubená správcom dane podľa podaného priznania</xsl:text></label><span class="fieldContent"><input id="BytyBBHodn_dbb_memo" name="BytyBBHodn_dbb_memo" title="" type="text" class="xsd_string textBox Byty_vnutro_internal suma" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'BytyBBHodn_dbb_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'BytyBBHodn_dbb_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'BytyBBHodn_dbb_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15324" class="column " style="width:280px;"><div id="layoutCell86040" class="cell  bunka"><label class="fieldLabel" title="" for="BytyBBHodn_rdbb_memo" style="width:280px;display:none"><xsl:text disable-output-escaping="yes">Rozdiel dane vypočítaný a vyrubený správcom dane podľa čiastkového/dodatočného priznania</xsl:text></label><span class="fieldContent"><input id="BytyBBHodn_rdbb_memo" name="BytyBBHodn_rdbb_memo" title="" type="text" class="xsd_string textBox Byty_vnutro_internal suma" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'BytyBBHodn_rdbb_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'BytyBBHodn_rdbb_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'BytyBBHodn_rdbb_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div class="clear"></div></div><div id="repetitionCommandslayoutRow7872" class="sectionPager"><xsl:if test="position() != last()"><xsl:attribute name="style"><xsl:text>display:none;</xsl:text></xsl:attribute></xsl:if><span id="addSectionlayoutRow7872" class="button addRemoveSection" onclick="addSection(1, 999, this)" title="Pridať sekciu Byty BB - hodnoty">Pridať</span><span id="removeSectionlayoutRow7872" class="button addRemoveSection" onclick="removeSection(1, this)" title="Odobrať sekciu Byty BB - hodnoty">Odobrať</span></div></div></xsl:for-each><xsl:if test="normalize-space(./egonp:SekciaBytyBBHodn) = ''"><xsl:if test="./egonp:SekciaBytyBBHodn/@notInFormData"><script type="text/javascript">$(document).ready(function () { initRepetitionSection(1, 999, 'layoutRow7872') })</script></xsl:if></xsl:if><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><div class="clear"></div></div><div id="layoutCell86043" class="cell "><xsl:for-each select="/egonp:eForm_eGov_vystup_002066/egonp:SekciaDzN/egonp:SekciaByty/egonp:SekciaBytySpolu"><div id="layoutRow7874" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="SekciaBytySpolu" /><div id="layoutRowContentlayoutRow7874" class="columns"><div id="layoutColumn15327" class="column first" style="width:430px;"><div id="layoutCell86045" class="cell  LabelBoldRight"><label class="fieldLabel" title="" for="BytySpolu_sumdb" style="width:260px;"><xsl:text disable-output-escaping="yes">Spolu daň za byty</xsl:text></label><span class="fieldContent"><input id="BytySpolu_sumdb" name="BytySpolu_sumdb" title="" type="text" class="xsd_string textBox BytySpolu_sumdb_internal suma" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'BytySpolu_sumdb']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'BytySpolu_sumdb']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'BytySpolu_sumdb']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15326" class="column " style="width:430px;"><div id="layoutCell86044" class="cell  LabelBoldRight"><label class="fieldLabel" title="" for="BytySpolu_sumrdb" style="width:260px;"><xsl:text disable-output-escaping="yes">Spolu rozdiel dane za byty</xsl:text></label><span class="fieldContent"><input id="BytySpolu_sumrdb" name="BytySpolu_sumrdb" title="" type="text" class="xsd_string textBox BytySpolu_sumrdb_internal suma" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'BytySpolu_sumrdb']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'BytySpolu_sumrdb']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'BytySpolu_sumrdb']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><div class="clear"></div></div><div id="layoutCell85953" class="cell "><xsl:for-each select="/egonp:eForm_eGov_vystup_002066/egonp:SekciaDzN/egonp:SekciaDzNSuma"><div id="layoutRow7827" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="SekciaDzNSuma" /><div id="layoutRowContentlayoutRow7827" class="columns"><div id="layoutColumn15257" class="column first" style="width:860px;"><div id="layoutCell85951" class="cell  LabelBoldRight"><label class="fieldLabel" title="" for="DzNSuma_sumrdzn" style="width:270px;"><xsl:text disable-output-escaping="yes">Daň z nehnuteľnosti v sume (€)</xsl:text></label><span class="fieldContent"><input id="DzNSuma_sumrdzn" name="DzNSuma_sumrdzn" title="" type="text" class="xsd_string textBox DzNSuma_sumrdzn_internal suma" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'DzNSuma_sumrdzn']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'DzNSuma_sumrdzn']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'DzNSuma_sumrdzn']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_002066/egonp:SekciaPes"><div id="layoutRow7876" class="layoutRow ui-tabs ui-widget-content   " title=""><input type="hidden" name="SekciaPes" /><div class="caption ui-widget-header"><div class="headercorrection" title="B. Daň za psa">B. Daň za psa</div><span class="arrow ui-icon ui-icon-carat-1-n"></span></div><div id="layoutRowContentlayoutRow7876" class="columns"><div id="layoutColumn155553" class="column first" style="width:290px;"><div id="layoutCell865713" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="SekciaPes_Pocet" style="width:225px;display:none"><xsl:text disable-output-escaping="yes">Počet psov</xsl:text></label><span class="fieldContent"><input id="SekciaPes_Pocet" name="SekciaPes_Pocet" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" alt="" disabled="disabled" readonly="readonly" value="" style="width:275px"><xsl:if test="boolean(./*[name() = 'SekciaPes_Pocet']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaPes_Pocet']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaPes_Pocet']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn155563" class="column " style="width:290px;"><div id="layoutCell865723" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="SekciaPes_Dan" style="width:135px;display:none"><xsl:text disable-output-escaping="yes">Daň vyrubená správcom dane podľa podaného priznania (€)</xsl:text></label><span class="fieldContent"><input id="SekciaPes_Dan" name="SekciaPes_Dan" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" alt="" disabled="disabled" readonly="readonly" value="" style="width:275px"><xsl:if test="boolean(./*[name() = 'SekciaPes_Dan']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaPes_Dan']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaPes_Dan']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn1555730" class="column " style="width:290px;"><div id="layoutCell865734" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="SekciaPes_Rozdiel" style="width:135px;display:none"><xsl:text disable-output-escaping="yes">Rozdiel dane vypočítaný a vyrubený správcom dane podľa čiastkového/dodatočného priznania (€)</xsl:text></label><span class="fieldContent"><input id="SekciaPes_Rozdiel" name="SekciaPes_Rozdiel" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" alt="" disabled="disabled" readonly="readonly" value="" style="width:280px"><xsl:if test="boolean(./*[name() = 'SekciaPes_Rozdiel']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaPes_Rozdiel']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaPes_Rozdiel']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15331" class="column first"><div id="layoutCell86050" class="cell "><xsl:for-each select="./egonp:SekciaPesHodn"><div id="layoutRow7875" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><xsl:variable name="nRowslayoutRow7875" select="position()" /><xsl:attribute name="id">layoutRow7875<xsl:if test="position() > 1"><xsl:text>_Repeating_</xsl:text><xsl:value-of select="position()-1" /></xsl:if></xsl:attribute><xsl:attribute name="class">layoutRow ui-tabs ui-widget-content nocaption<xsl:if test="position() > 1"><xsl:text> repeatingSection</xsl:text></xsl:if></xsl:attribute><input type="hidden" name="SekciaPesHodn" /><div id="layoutRowContentlayoutRow7875" class="columns"><div id="layoutColumn15328" class="column first" style="width:280px;"><div id="layoutCell86046" class="cell  bunka"><label class="fieldLabel" title="" for="PesHodn_zdpes_memo" style="width:20px;display:none"><xsl:text disable-output-escaping="yes">Počet</xsl:text></label><span class="fieldContent"><input id="PesHodn_zdpes_memo" name="PesHodn_zdpes_memo" title="" type="text" class="xsd_string textBox PesHodn_internal" spellcheck="true" maxlength="400" size="50" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PesHodn_zdpes_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PesHodn_zdpes_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PesHodn_zdpes_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15329" class="column " style="width:290px;"><div id="layoutCell86047" class="cell  bunka"><label class="fieldLabel" title="" for="PesHodn_dpes_memo" style="width:160px;display:none"><xsl:text disable-output-escaping="yes">Daň vyrubená správcom dane podľa podaného priznania</xsl:text></label><span class="fieldContent"><input id="PesHodn_dpes_memo" name="PesHodn_dpes_memo" title="" type="text" class="xsd_string textBox PesHodn_stred_internal suma" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PesHodn_dpes_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PesHodn_dpes_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PesHodn_dpes_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15330" class="column " style="width:280px;"><div id="layoutCell86048" class="cell  bunka"><label class="fieldLabel" title="" for="PesHodn_rdpes_memo" style="width:280px;display:none"><xsl:text disable-output-escaping="yes">Rozdiel dane vypočítaný a vyrubený správcom dane podľa čiastkového/dodatočného priznania</xsl:text></label><span class="fieldContent"><input id="PesHodn_rdpes_memo" name="PesHodn_rdpes_memo" title="" type="text" class="xsd_string textBox PesHodn_internal suma" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PesHodn_rdpes_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PesHodn_rdpes_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PesHodn_rdpes_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div class="clear"></div></div><div id="repetitionCommandslayoutRow7875" class="sectionPager"><xsl:if test="position() != last()"><xsl:attribute name="style"><xsl:text>display:none;</xsl:text></xsl:attribute></xsl:if><span id="addSectionlayoutRow7875" class="button addRemoveSection" onclick="addSection(1, 999, this)" title="Pridať sekciu Pes - hodnoty">Pridať</span><span id="removeSectionlayoutRow7875" class="button addRemoveSection" onclick="removeSection(1, this)" title="Odobrať sekciu Pes - hodnoty">Odobrať</span></div></div></xsl:for-each><xsl:if test="normalize-space(./egonp:SekciaPesHodn) = ''"><xsl:if test="./egonp:SekciaPesHodn/@notInFormData"><script type="text/javascript">$(document).ready(function () { initRepetitionSection(1, 999, 'layoutRow7875') })</script></xsl:if></xsl:if><div class="clear"></div></div><div id="layoutCell86051" class="cell "><xsl:for-each select="/egonp:eForm_eGov_vystup_002066/egonp:SekciaPes/egonp:SekciaPesSuma"><div id="layoutRow7877" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="SekciaPesSuma" /><div id="layoutRowContentlayoutRow7877" class="columns"><div id="layoutColumn15332" class="column first" style="width:600px;"><div id="layoutCell86052" class="cell  LabelBoldRight"><label class="fieldLabel" title="" for="PesSuma_sumrpes" style="width:270px;"><xsl:text disable-output-escaping="yes">Daň za psa v sume (€)</xsl:text></label><span class="fieldContent"><input id="PesSuma_sumrpes" name="PesSuma_sumrpes" title="" type="text" class="xsd_string textBox PesSuma_sumrpes_internal suma" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PesSuma_sumrpes']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PesSuma_sumrpes']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PesSuma_sumrpes']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_002066/egonp:SekciaAUT"><div id="layoutRow7879" class="layoutRow ui-tabs ui-widget-content   " title=""><input type="hidden" name="SekciaAUT" /><div class="caption ui-widget-header"><div class="headercorrection" title="C. Daň za predajné automaty">C. Daň za predajné automaty</div><span class="arrow ui-icon ui-icon-carat-1-n"></span></div><div id="layoutRowContentlayoutRow7879" class="columns"><div id="layoutColumn155554" class="column first" style="width:290px;"><div id="layoutCell865714" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="SekciaAUT_Pocet" style="width:225px;display:none"><xsl:text disable-output-escaping="yes">Počet automatov</xsl:text></label><span class="fieldContent"><input id="SekciaAUT_Pocet" name="SekciaAUT_Pocet" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" alt="" disabled="disabled" readonly="readonly" value="" style="width:275px"><xsl:if test="boolean(./*[name() = 'SekciaAUT_Pocet']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaAUT_Pocet']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaAUT_Pocet']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn155564" class="column " style="width:290px;"><div id="layoutCell865724" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="SekciaAUT_Dan" style="width:135px;display:none"><xsl:text disable-output-escaping="yes">Daň vyrubená správcom dane podľa podaného priznania (€)</xsl:text></label><span class="fieldContent"><input id="SekciaAUT_Dan" name="SekciaAUT_Dan" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" alt="" disabled="disabled" readonly="readonly" value="" style="width:275px"><xsl:if test="boolean(./*[name() = 'SekciaAUT_Dan']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaAUT_Dan']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaAUT_Dan']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn155574" class="column " style="width:290px;"><div id="layoutCell865735" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="SekciaAUT_Rozdiel" style="width:135px;display:none"><xsl:text disable-output-escaping="yes">Rozdiel dane vypočítaný a vyrubený správcom dane podľa čiastkového/dodatočného priznania (€)</xsl:text></label><span class="fieldContent"><input id="SekciaAUT_Rozdiel" name="SekciaAUT_Rozdiel" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" alt="" disabled="disabled" readonly="readonly" value="" style="width:280px"><xsl:if test="boolean(./*[name() = 'SekciaAUT_Rozdiel']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaAUT_Rozdiel']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaAUT_Rozdiel']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15336" class="column "><div id="layoutCell86057" class="cell "><xsl:for-each select="./egonp:SekciaAUTHodn"><div id="layoutRow7878" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><xsl:variable name="nRowslayoutRow7878" select="position()" /><xsl:attribute name="id">layoutRow7878<xsl:if test="position() > 1"><xsl:text>_Repeating_</xsl:text><xsl:value-of select="position()-1" /></xsl:if></xsl:attribute><xsl:attribute name="class">layoutRow ui-tabs ui-widget-content nocaption<xsl:if test="position() > 1"><xsl:text> repeatingSection</xsl:text></xsl:if></xsl:attribute><input type="hidden" name="SekciaAUTHodn" /><div id="layoutRowContentlayoutRow7878" class="columns"><div id="layoutColumn15333" class="column first" style="width:280px;"><div id="layoutCell86053" class="cell  bunka"><label class="fieldLabel" title="" for="AUTHodn_zdaut_memo" style="width:20px;display:none"><xsl:text disable-output-escaping="yes">Počet</xsl:text></label><span class="fieldContent"><input id="AUTHodn_zdaut_memo" name="AUTHodn_zdaut_memo" title="" type="text" class="xsd_string textBox AUTHodn_internal" spellcheck="true" maxlength="400" size="50" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'AUTHodn_zdaut_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'AUTHodn_zdaut_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'AUTHodn_zdaut_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15334" class="column " style="width:290px;"><div id="layoutCell86054" class="cell  bunka"><label class="fieldLabel" title="" for="AUTHodn_daut_memo" style="width:160px;display:none"><xsl:text disable-output-escaping="yes">Daň vyrubená správcom dane podľa podaného priznania</xsl:text></label><span class="fieldContent"><input id="AUTHodn_daut_memo" name="AUTHodn_daut_memo" title="" type="text" class="xsd_string textBox AUTHodn_stred_internal suma" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'AUTHodn_daut_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'AUTHodn_daut_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'AUTHodn_daut_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15335" class="column " style="width:280px;"><div id="layoutCell86055" class="cell  bunka"><label class="fieldLabel" title="" for="AUTHodn_rdaut_memo" style="width:280px;display:none"><xsl:text disable-output-escaping="yes">Rozdiel dane vypočítaný a vyrubený správcom dane podľa čiastkového/dodatočného priznania</xsl:text></label><span class="fieldContent"><input id="AUTHodn_rdaut_memo" name="AUTHodn_rdaut_memo" title="" type="text" class="xsd_string textBox AUTHodn_internal suma" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'AUTHodn_rdaut_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'AUTHodn_rdaut_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'AUTHodn_rdaut_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div class="clear"></div></div><div id="repetitionCommandslayoutRow7878" class="sectionPager"><xsl:if test="position() != last()"><xsl:attribute name="style"><xsl:text>display:none;</xsl:text></xsl:attribute></xsl:if><span id="addSectionlayoutRow7878" class="button addRemoveSection" onclick="addSection(1, 999, this)" title="Pridať sekciu Predajné automaty - hodnoty">Pridať</span><span id="removeSectionlayoutRow7878" class="button addRemoveSection" onclick="removeSection(1, this)" title="Odobrať sekciu Predajné automaty - hodnoty">Odobrať</span></div></div></xsl:for-each><xsl:if test="normalize-space(./egonp:SekciaAUTHodn) = ''"><xsl:if test="./egonp:SekciaAUTHodn/@notInFormData"><script type="text/javascript">$(document).ready(function () { initRepetitionSection(1, 999, 'layoutRow7878') })</script></xsl:if></xsl:if><div class="clear"></div></div><div id="layoutCell86058" class="cell "><xsl:for-each select="/egonp:eForm_eGov_vystup_002066/egonp:SekciaAUT/egonp:SekciaAUTSuma"><div id="layoutRow7880" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="SekciaAUTSuma" /><div id="layoutRowContentlayoutRow7880" class="columns"><div id="layoutColumn15337" class="column first" style="width:600px;"><div id="layoutCell86059" class="cell  LabelBoldRight"><label class="fieldLabel" title="" for="AUTSuma_sumraut" style="width:270px;"><xsl:text disable-output-escaping="yes">Daň za predajné automaty v sume (€)</xsl:text></label><span class="fieldContent"><input id="AUTSuma_sumraut" name="AUTSuma_sumraut" title="" type="text" class="xsd_string textBox AUTSuma_sumraut_internal suma" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'AUTSuma_sumraut']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'AUTSuma_sumraut']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'AUTSuma_sumraut']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_002066/egonp:SekciaNHP"><div id="layoutRow7882" class="layoutRow ui-tabs ui-widget-content   " title=""><input type="hidden" name="SekciaNHP" /><div class="caption ui-widget-header"><div class="headercorrection" title="D. Daň za nevýherné hracie prístroje">D. Daň za nevýherné hracie prístroje</div><span class="arrow ui-icon ui-icon-carat-1-n"></span></div><div id="layoutRowContentlayoutRow7882" class="columns"><div id="layoutColumn155555" class="column first" style="width:290px;"><div id="layoutCell865715" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="SekciaNHP_Pocet" style="width:225px;display:none"><xsl:text disable-output-escaping="yes">Počet nevýherných hracích prístrojov</xsl:text></label><span class="fieldContent"><input id="SekciaNHP_Pocet" name="SekciaNHP_Pocet" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" alt="" disabled="disabled" readonly="readonly" value="" style="width:275px"><xsl:if test="boolean(./*[name() = 'SekciaNHP_Pocet']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaNHP_Pocet']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaNHP_Pocet']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn155565" class="column " style="width:290px;"><div id="layoutCell865725" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="SekciaNHP_Dan" style="width:135px;display:none"><xsl:text disable-output-escaping="yes">Daň vyrubená správcom dane podľa podaného priznania (€)</xsl:text></label><span class="fieldContent"><input id="SekciaNHP_Dan" name="SekciaNHP_Dan" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" alt="" disabled="disabled" readonly="readonly" value="" style="width:275px"><xsl:if test="boolean(./*[name() = 'SekciaNHP_Dan']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaNHP_Dan']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaNHP_Dan']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn155575" class="column " style="width:290px;"><div id="layoutCell865736" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="SekciaNHP_Rozdiel" style="width:135px;display:none"><xsl:text disable-output-escaping="yes">Rozdiel dane vypočítaný a vyrubený správcom dane podľa čiastkového/dodatočného priznania (€)</xsl:text></label><span class="fieldContent"><input id="SekciaNHP_Rozdiel" name="SekciaNHP_Rozdiel" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" alt="" disabled="disabled" readonly="readonly" value="" style="width:280px"><xsl:if test="boolean(./*[name() = 'SekciaNHP_Rozdiel']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaNHP_Rozdiel']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaNHP_Rozdiel']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15341" class="column first"><div id="layoutCell86064" class="cell "><xsl:for-each select="./egonp:SekciaNHPHodn"><div id="layoutRow7881" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><xsl:variable name="nRowslayoutRow7881" select="position()" /><xsl:attribute name="id">layoutRow7881<xsl:if test="position() > 1"><xsl:text>_Repeating_</xsl:text><xsl:value-of select="position()-1" /></xsl:if></xsl:attribute><xsl:attribute name="class">layoutRow ui-tabs ui-widget-content nocaption<xsl:if test="position() > 1"><xsl:text> repeatingSection</xsl:text></xsl:if></xsl:attribute><input type="hidden" name="SekciaNHPHodn" /><div id="layoutRowContentlayoutRow7881" class="columns"><div id="layoutColumn15338" class="column first" style="width:280px;"><div id="layoutCell86060" class="cell  bunka"><label class="fieldLabel" title="" for="NHPHodn_zdnhp_memo" style="width:20px;display:none"><xsl:text disable-output-escaping="yes">Počet</xsl:text></label><span class="fieldContent"><input id="NHPHodn_zdnhp_memo" name="NHPHodn_zdnhp_memo" title="" type="text" class="xsd_string textBox NHPHodn_internal" spellcheck="true" maxlength="400" size="50" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'NHPHodn_zdnhp_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'NHPHodn_zdnhp_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'NHPHodn_zdnhp_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15339" class="column " style="width:290px;"><div id="layoutCell86061" class="cell  bunka"><label class="fieldLabel" title="" for="NHPHodn_dnhp_memo" style="width:160px;display:none"><xsl:text disable-output-escaping="yes">Daň vyrubená správcom dane podľa podaného priznania</xsl:text></label><span class="fieldContent"><input id="NHPHodn_dnhp_memo" name="NHPHodn_dnhp_memo" title="" type="text" class="xsd_string textBox NHPHodn_stred_internal suma" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'NHPHodn_dnhp_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'NHPHodn_dnhp_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'NHPHodn_dnhp_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15340" class="column " style="width:280px;"><div id="layoutCell86062" class="cell  bunka"><label class="fieldLabel" title="" for="NHPHodn_rdnhp_memo" style="width:280px;display:none"><xsl:text disable-output-escaping="yes">Rozdiel dane vypočítaný a vyrubený správcom dane podľa čiastkového/dodatočného priznania</xsl:text></label><span class="fieldContent"><input id="NHPHodn_rdnhp_memo" name="NHPHodn_rdnhp_memo" title="" type="text" class="xsd_string textBox NHPHodn_internal suma" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'NHPHodn_rdnhp_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'NHPHodn_rdnhp_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'NHPHodn_rdnhp_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div class="clear"></div></div><div id="repetitionCommandslayoutRow7881" class="sectionPager"><xsl:if test="position() != last()"><xsl:attribute name="style"><xsl:text>display:none;</xsl:text></xsl:attribute></xsl:if><span id="addSectionlayoutRow7881" class="button addRemoveSection" onclick="addSection(1, 999, this)" title="Pridať sekciu Nevýherné hracie prístroje - hodnoty">Pridať</span><span id="removeSectionlayoutRow7881" class="button addRemoveSection" onclick="removeSection(1, this)" title="Odobrať sekciu Nevýherné hracie prístroje - hodnoty">Odobrať</span></div></div></xsl:for-each><xsl:if test="normalize-space(./egonp:SekciaNHPHodn) = ''"><xsl:if test="./egonp:SekciaNHPHodn/@notInFormData"><script type="text/javascript">$(document).ready(function () { initRepetitionSection(1, 999, 'layoutRow7881') })</script></xsl:if></xsl:if><div class="clear"></div></div><div id="layoutCell86065" class="cell "><xsl:for-each select="/egonp:eForm_eGov_vystup_002066/egonp:SekciaNHP/egonp:SekciaNHPSuma"><div id="layoutRow7883" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="SekciaNHPSuma" /><div id="layoutRowContentlayoutRow7883" class="columns"><div id="layoutColumn15342" class="column first" style="width:600px;"><div id="layoutCell86066" class="cell  LabelBoldRight"><label class="fieldLabel" title="" for="NHPSuma_sumrnhp" style="width:280px;"><xsl:text disable-output-escaping="yes">Daň za nevýherné hracie prístroje v sume (€)</xsl:text></label><span class="fieldContent"><input id="NHPSuma_sumrnhp" name="NHPSuma_sumrnhp" title="" type="text" class="xsd_string textBox NHPSuma_sumrnhp_internal suma" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'NHPSuma_sumrnhp']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'NHPSuma_sumrnhp']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'NHPSuma_sumrnhp']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_002066/egonp:SekciaRozhodnutieSplatky"><div id="layoutRow7884" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="SekciaRozhodnutieSplatky" /><div id="layoutRowContentlayoutRow7884" class="columns"><div id="layoutColumn15343" class="column first"><div id="layoutCell86068" class="cell"><label class="fieldLabel" title="" for="SekciaRozhodnutieSplatky_text" style="display: none">Rozhodnutie text</label><textarea id="SekciaRozhodnutieSplatky_text" name="SekciaRozhodnutieSplatky_text" title="" class="xsd_string textArea SekciaRozhodnutieSplatky_text_internal" spellcheck="true" cols="100" rows="3" disabled="disabled" readonly="readonly" style="font-size:10pt"><xsl:if test="boolean(./*[name() = 'SekciaRozhodnutieSplatky_text']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:choose><xsl:when test="./*[name() = 'SekciaRozhodnutieSplatky_text']"><xsl:value-of select="./*[name() = 'SekciaRozhodnutieSplatky_text']" /></xsl:when><xsl:otherwise><xsl:text></xsl:text></xsl:otherwise></xsl:choose></textarea><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_002066/egonp:SekciaDzNSpl"><div id="layoutRow7886" class="layoutRow ui-tabs ui-widget-content   " title=""><input type="hidden" name="SekciaDzNSpl" /><div class="caption ui-widget-header"><div class="headercorrection" title="a) rozdiel dane z nehnuteľnosti - splátky a lehoty splatnosti splátok">a) rozdiel dane z nehnuteľnosti - splátky a lehoty splatnosti splátok</div><span class="arrow ui-icon ui-icon-carat-1-n"></span></div><div id="layoutRowContentlayoutRow7886" class="columns"><div id="layoutColumn15358aa" class="column first" style="width:435px;"><div id="layoutCell86571aa" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="SekciaDzNSpl_SumaSplatky" style="width:225px;display:none"><xsl:text disable-output-escaping="yes">Suma splátky</xsl:text></label><span class="fieldContent"><input id="SekciaDzNSpl_SumaSplatky" name="SekciaDzNSpl_SumaSplatky" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" alt="" disabled="disabled" readonly="readonly" value="" style="width:420px"><xsl:if test="boolean(./*[name() = 'SekciaDzNSpl_SumaSplatky']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaDzNSpl_SumaSplatky']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaDzNSpl_SumaSplatky']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15358ab" class="column " style="width:435px;"><div id="layoutCell86571ab" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="SekciaDzNSpl_Lehota" style="width:135px;display:none"><xsl:text disable-output-escaping="yes">Lehota splátky</xsl:text></label><span class="fieldContent"><input id="SekciaDzNSpl_Lehota" name="SekciaDzNSpl_Lehota" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" alt="" disabled="disabled" readonly="readonly" value="" style="width:420px"><xsl:if test="boolean(./*[name() = 'SekciaDzNSpl_Lehota']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaDzNSpl_Lehota']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaDzNSpl_Lehota']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15346" class="column "><div id="layoutCell86072" class="cell "><xsl:for-each select="./egonp:SekciaDzNSplHodn"><div id="layoutRow7885" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><xsl:variable name="nRowslayoutRow7885" select="position()" /><xsl:attribute name="id">layoutRow7885<xsl:if test="position() > 1"><xsl:text>_Repeating_</xsl:text><xsl:value-of select="position()-1" /></xsl:if></xsl:attribute><xsl:attribute name="class">layoutRow ui-tabs ui-widget-content nocaption<xsl:if test="position() > 1"><xsl:text> repeatingSection</xsl:text></xsl:if></xsl:attribute><input type="hidden" name="SekciaDzNSplHodn" /><div id="layoutRowContentlayoutRow7885" class="columns"><div id="layoutColumn15344" class="column first" style="width:425px;"><div id="layoutCell86069" class="cell  bunka"><label class="fieldLabel" title="" for="DzNSplHodn_sk_spl_dzn_memo" style="width:80px;display:none"><xsl:text disable-output-escaping="yes">Suma splátky</xsl:text></label><span class="fieldContent"><input id="DzNSplHodn_sk_spl_dzn_memo" name="DzNSplHodn_sk_spl_dzn_memo" title="" type="text" class="xsd_string textBox DzNSplHodn_sk_spl_dzn_memo_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'DzNSplHodn_sk_spl_dzn_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'DzNSplHodn_sk_spl_dzn_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'DzNSplHodn_sk_spl_dzn_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15345" class="column " style="width:420px;"><div id="layoutCell86070" class="cell  bunka"><label class="fieldLabel" title="" for="DzNSplHodn_d_spl_dzn_memo" style="width:160px;display:none"><xsl:text disable-output-escaping="yes">Lehota splatnosti splátky</xsl:text></label><span class="fieldContent"><input id="DzNSplHodn_d_spl_dzn_memo" name="DzNSplHodn_d_spl_dzn_memo" title="" type="text" class="xsd_string textBox DzNSplHodn_d_spl_dzn_memo_internal" spellcheck="true" maxlength="400" size="400" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'DzNSplHodn_d_spl_dzn_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'DzNSplHodn_d_spl_dzn_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'DzNSplHodn_d_spl_dzn_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div class="clear"></div></div><div id="repetitionCommandslayoutRow7885" class="sectionPager"><xsl:if test="position() != last()"><xsl:attribute name="style"><xsl:text>display:none;</xsl:text></xsl:attribute></xsl:if><span id="addSectionlayoutRow7885" class="button addRemoveSection" onclick="addSection(1, 999, this)" title="Pridať sekciu DzN splátky - hodnoty">Pridať</span><span id="removeSectionlayoutRow7885" class="button addRemoveSection" onclick="removeSection(1, this)" title="Odobrať sekciu DzN splátky - hodnoty">Odobrať</span></div></div></xsl:for-each><xsl:if test="normalize-space(./egonp:SekciaDzNSplHodn) = ''"><xsl:if test="./egonp:SekciaDzNSplHodn/@notInFormData"><script type="text/javascript">$(document).ready(function () { initRepetitionSection(1, 999, 'layoutRow7885') })</script></xsl:if></xsl:if><div class="clear"></div></div><div id="layoutCell86073" class="cell "><xsl:for-each select="/egonp:eForm_eGov_vystup_002066/egonp:SekciaDzNSpl/egonp:SekciaDzNSplSuma"><div id="layoutRow7887" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="SekciaDzNSplSuma" /><div id="layoutRowContentlayoutRow7887" class="columns"><div id="layoutColumn15347" class="column first" style="width:480px;"><div id="layoutCell86074" class="cell  LabelBoldRight"><label class="fieldLabel" title="" for="SekciaDzNSplSuma_sumrdzn" style="width:330px;"><xsl:text disable-output-escaping="yes">Rozdiel dane z nehnuteľnosti v sume (€)</xsl:text></label><span class="fieldContent"><input id="SekciaDzNSplSuma_sumrdzn" name="SekciaDzNSplSuma_sumrdzn" title="" type="text" class="xsd_string textBox SekciaDzNSplSuma_sumrdzn_internal suma" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'SekciaDzNSplSuma_sumrdzn']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaDzNSplSuma_sumrdzn']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaDzNSplSuma_sumrdzn']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15378" class="column " style="width:360px;"><div id="layoutCell86146" class="cell "><label class="fieldLabel" title="" for="SekciaDzNSplSuma_PreplatokNedoplatok_iss" style="display: none">PreplatokNedoplatok</label><span class="fieldContent"><input id="SekciaDzNSplSuma_PreplatokNedoplatok_iss" name="SekciaDzNSplSuma_PreplatokNedoplatok_iss" title="" type="text" class="xsd_string textBox SekciaDzNSplSuma_PreplatokNedoplatok_iss_internal" spellcheck="true" maxlength="400" size="200" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'SekciaDzNSplSuma_PreplatokNedoplatok_iss']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaDzNSplSuma_PreplatokNedoplatok_iss']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaDzNSplSuma_PreplatokNedoplatok_iss']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_002066/egonp:SekciaPesSpl"><div id="layoutRow7889" class="layoutRow ui-tabs ui-widget-content   " title=""><input type="hidden" name="SekciaPesSpl" /><div class="caption ui-widget-header"><div class="headercorrection" title="b) rozdiel dane za psa - splátky a lehoty splatnosti splátok">b) rozdiel dane za psa - splátky a lehoty splatnosti splátok</div><span class="arrow ui-icon ui-icon-carat-1-n"></span></div><div id="layoutRowContentlayoutRow7889" class="columns"><div id="layoutColumn15358ba" class="column first" style="width:435px;"><div id="layoutCell86571ba" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="SekciaPesSpl_SumaSplatky" style="width:225px;display:none"><xsl:text disable-output-escaping="yes">Suma splátky</xsl:text></label><span class="fieldContent"><input id="SekciaPesSpl_SumaSplatky" name="SekciaPesSpl_SumaSplatky" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" alt="" disabled="disabled" readonly="readonly" value="" style="width:420px"><xsl:if test="boolean(./*[name() = 'SekciaPesSpl_SumaSplatky']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaPesSpl_SumaSplatky']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaPesSpl_SumaSplatky']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15358bb" class="column " style="width:435px;"><div id="layoutCell86571bb" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="SekciaPesSpl_Lehota" style="width:135px;display:none"><xsl:text disable-output-escaping="yes">Lehota splátky</xsl:text></label><span class="fieldContent"><input id="SekciaPesSpl_Lehota" name="SekciaPesSpl_Lehota" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" alt="" disabled="disabled" readonly="readonly" value="" style="width:420px"><xsl:if test="boolean(./*[name() = 'SekciaPesSpl_Lehota']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaPesSpl_Lehota']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaPesSpl_Lehota']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15350" class="column "><div id="layoutCell86078" class="cell "><xsl:for-each select="./egonp:SekciaPesSplHodn"><div id="layoutRow7888" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><xsl:variable name="nRowslayoutRow7888" select="position()" /><xsl:attribute name="id">layoutRow7888<xsl:if test="position() > 1"><xsl:text>_Repeating_</xsl:text><xsl:value-of select="position()-1" /></xsl:if></xsl:attribute><xsl:attribute name="class">layoutRow ui-tabs ui-widget-content nocaption<xsl:if test="position() > 1"><xsl:text> repeatingSection</xsl:text></xsl:if></xsl:attribute><input type="hidden" name="SekciaPesSplHodn" /><div id="layoutRowContentlayoutRow7888" class="columns"><div id="layoutColumn15348" class="column first" style="width:425px;"><div id="layoutCell86075" class="cell  bunka"><label class="fieldLabel" title="" for="PesSplHodn_sk_spl_pes_memo" style="width:80px;display:none"><xsl:text disable-output-escaping="yes">Suma splátky</xsl:text></label><span class="fieldContent"><input id="PesSplHodn_sk_spl_pes_memo" name="PesSplHodn_sk_spl_pes_memo" title="" type="text" class="xsd_string textBox PesSplHodn_sk_spl_pes_memo_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PesSplHodn_sk_spl_pes_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PesSplHodn_sk_spl_pes_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PesSplHodn_sk_spl_pes_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15349" class="column " style="width:420px;"><div id="layoutCell86076" class="cell  bunka"><label class="fieldLabel" title="" for="PesSplHodn_d_spl_pes_memo" style="width:160px;display:none"><xsl:text disable-output-escaping="yes">Lehota splatnosti splátky</xsl:text></label><span class="fieldContent"><input id="PesSplHodn_d_spl_pes_memo" name="PesSplHodn_d_spl_pes_memo" title="" type="text" class="xsd_string textBox PesSplHodn_d_spl_pes_memo_internal" spellcheck="true" maxlength="400" size="400" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PesSplHodn_d_spl_pes_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PesSplHodn_d_spl_pes_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PesSplHodn_d_spl_pes_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div class="clear"></div></div><div id="repetitionCommandslayoutRow7888" class="sectionPager"><xsl:if test="position() != last()"><xsl:attribute name="style"><xsl:text>display:none;</xsl:text></xsl:attribute></xsl:if><span id="addSectionlayoutRow7888" class="button addRemoveSection" onclick="addSection(1, 999, this)" title="Pridať sekciu Pes splátky - hodnoty">Pridať</span><span id="removeSectionlayoutRow7888" class="button addRemoveSection" onclick="removeSection(1, this)" title="Odobrať sekciu Pes splátky - hodnoty">Odobrať</span></div></div></xsl:for-each><xsl:if test="normalize-space(./egonp:SekciaPesSplHodn) = ''"><xsl:if test="./egonp:SekciaPesSplHodn/@notInFormData"><script type="text/javascript">$(document).ready(function () { initRepetitionSection(1, 999, 'layoutRow7888') })</script></xsl:if></xsl:if><div class="clear"></div></div><div id="layoutCell86079" class="cell "><xsl:for-each select="/egonp:eForm_eGov_vystup_002066/egonp:SekciaPesSpl/egonp:SekciaPesSplSuma"><div id="layoutRow7890" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="SekciaPesSplSuma" /><div id="layoutRowContentlayoutRow7890" class="columns"><div id="layoutColumn15351" class="column first" style="width:480px;"><div id="layoutCell86080" class="cell  LabelBoldRight"><label class="fieldLabel" title="" for="PesSplSuma_sumrpes" style="width:330px;"><xsl:text disable-output-escaping="yes">Rozdiel dane za psa v sume (€)</xsl:text></label><span class="fieldContent"><input id="PesSplSuma_sumrpes" name="PesSplSuma_sumrpes" title="" type="text" class="xsd_string textBox PesSplSuma_sumrpes_internal suma" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PesSplSuma_sumrpes']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PesSplSuma_sumrpes']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PesSplSuma_sumrpes']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15377" class="column " style="width:360px;"><div id="layoutCell86145" class="cell "><label class="fieldLabel" title="" for="SekciaPesSplSuma_PreplatokNedoplatok_iss" style="display: none">PreplatokNedoplatok</label><span class="fieldContent"><input id="SekciaPesSplSuma_PreplatokNedoplatok_iss" name="SekciaPesSplSuma_PreplatokNedoplatok_iss" title="" type="text" class="xsd_string textBox SekciaPesSplSuma_PreplatokNedoplatok_iss_internal" spellcheck="true" maxlength="400" size="200" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'SekciaPesSplSuma_PreplatokNedoplatok_iss']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaPesSplSuma_PreplatokNedoplatok_iss']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaPesSplSuma_PreplatokNedoplatok_iss']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_002066/egonp:SekciaAUTSpl"><div id="layoutRow7892" class="layoutRow ui-tabs ui-widget-content   " title=""><input type="hidden" name="SekciaAUTSpl" /><div class="caption ui-widget-header"><div class="headercorrection" title="c) rozdiel dane za predajné automaty - splátky a lehoty splatnosti splátok">c) rozdiel dane za predajné automaty - splátky a lehoty splatnosti splátok</div><span class="arrow ui-icon ui-icon-carat-1-n"></span></div><div id="layoutRowContentlayoutRow7892" class="columns"><div id="layoutColumn15358ca" class="column first" style="width:435px;"><div id="layoutCell86571ca" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="SekciaAUTSpl_SumaSplatky" style="width:225px;display:none"><xsl:text disable-output-escaping="yes">Suma splátky</xsl:text></label><span class="fieldContent"><input id="SekciaAUTSpl_SumaSplatky" name="SekciaAUTSpl_SumaSplatky" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" alt="" disabled="disabled" readonly="readonly" value="" style="width:420px"><xsl:if test="boolean(./*[name() = 'SekciaAUTSpl_SumaSplatky']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaAUTSpl_SumaSplatky']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaAUTSpl_SumaSplatky']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15358cb" class="column " style="width:435px;"><div id="layoutCell86571cb" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="SekciaAUTSpl_Lehota" style="width:135px;display:none"><xsl:text disable-output-escaping="yes">Lehota splátky</xsl:text></label><span class="fieldContent"><input id="SekciaAUTSpl_Lehota" name="SekciaAUTSpl_Lehota" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" alt="" disabled="disabled" readonly="readonly" value="" style="width:420px"><xsl:if test="boolean(./*[name() = 'SekciaAUTSpl_Lehota']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaAUTSpl_Lehota']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaAUTSpl_Lehota']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15354" class="column "><div id="layoutCell86084" class="cell "><xsl:for-each select="./egonp:SekciaAUTSplHodn"><div id="layoutRow7891" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><xsl:variable name="nRowslayoutRow7891" select="position()" /><xsl:attribute name="id">layoutRow7891<xsl:if test="position() > 1"><xsl:text>_Repeating_</xsl:text><xsl:value-of select="position()-1" /></xsl:if></xsl:attribute><xsl:attribute name="class">layoutRow ui-tabs ui-widget-content nocaption<xsl:if test="position() > 1"><xsl:text> repeatingSection</xsl:text></xsl:if></xsl:attribute><input type="hidden" name="SekciaAUTSplHodn" /><div id="layoutRowContentlayoutRow7891" class="columns"><div id="layoutColumn15352" class="column first" style="width:425px;"><div id="layoutCell86081" class="cell  bunka"><label class="fieldLabel" title="" for="AUTSplHodn_sk_spl_aut_memo" style="width:80px;display:none"><xsl:text disable-output-escaping="yes">Suma splátky</xsl:text></label><span class="fieldContent"><input id="AUTSplHodn_sk_spl_aut_memo" name="AUTSplHodn_sk_spl_aut_memo" title="" type="text" class="xsd_string textBox AUTSplHodn_sk_spl_aut_memo_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'AUTSplHodn_sk_spl_aut_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'AUTSplHodn_sk_spl_aut_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'AUTSplHodn_sk_spl_aut_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15353" class="column " style="width:420px;"><div id="layoutCell86082" class="cell  bunka"><label class="fieldLabel" title="" for="AUTSplHodn_d_spl_aut_memo" style="width:160px;display:none"><xsl:text disable-output-escaping="yes">Lehota splatnosti splátky</xsl:text></label><span class="fieldContent"><input id="AUTSplHodn_d_spl_aut_memo" name="AUTSplHodn_d_spl_aut_memo" title="" type="text" class="xsd_string textBox AUTSplHodn_d_spl_aut_memo_internal" spellcheck="true" maxlength="400" size="400" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'AUTSplHodn_d_spl_aut_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'AUTSplHodn_d_spl_aut_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'AUTSplHodn_d_spl_aut_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div class="clear"></div></div><div id="repetitionCommandslayoutRow7891" class="sectionPager"><xsl:if test="position() != last()"><xsl:attribute name="style"><xsl:text>display:none;</xsl:text></xsl:attribute></xsl:if><span id="addSectionlayoutRow7891" class="button addRemoveSection" onclick="addSection(1, 999, this)" title="Pridať sekciu Predajné automaty splátky - hodnoty">Pridať</span><span id="removeSectionlayoutRow7891" class="button addRemoveSection" onclick="removeSection(1, this)" title="Odobrať sekciu Predajné automaty splátky - hodnoty">Odobrať</span></div></div></xsl:for-each><xsl:if test="normalize-space(./egonp:SekciaAUTSplHodn) = ''"><xsl:if test="./egonp:SekciaAUTSplHodn/@notInFormData"><script type="text/javascript">$(document).ready(function () { initRepetitionSection(1, 999, 'layoutRow7891') })</script></xsl:if></xsl:if><div class="clear"></div></div><div id="layoutCell86085" class="cell "><xsl:for-each select="/egonp:eForm_eGov_vystup_002066/egonp:SekciaAUTSpl/egonp:SekciaAUTSplSuma"><div id="layoutRow7893" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="SekciaAUTSplSuma" /><div id="layoutRowContentlayoutRow7893" class="columns"><div id="layoutColumn15355" class="column first" style="width:480px;"><div id="layoutCell86086" class="cell  LabelBoldRight"><label class="fieldLabel" title="" for="SekciaAUTSplSuma_sumraut" style="width:330px;"><xsl:text disable-output-escaping="yes">Rozdiel dane za predajné automaty v sume (€)</xsl:text></label><span class="fieldContent"><input id="SekciaAUTSplSuma_sumraut" name="SekciaAUTSplSuma_sumraut" title="" type="text" class="xsd_string textBox SekciaAUTSplSuma_sumraut_internal suma" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'SekciaAUTSplSuma_sumraut']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaAUTSplSuma_sumraut']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaAUTSplSuma_sumraut']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15376" class="column " style="width:360px;"><div id="layoutCell86144" class="cell "><label class="fieldLabel" title="" for="SekciaAUTSplSuma_PreplatokNedoplatok_iss" style="display: none">PreplatokNedoplatok</label><span class="fieldContent"><input id="SekciaAUTSplSuma_PreplatokNedoplatok_iss" name="SekciaAUTSplSuma_PreplatokNedoplatok_iss" title="" type="text" class="xsd_string textBox SekciaAUTSplSuma_PreplatokNedoplatok_iss_internal" spellcheck="true" maxlength="400" size="200" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'SekciaAUTSplSuma_PreplatokNedoplatok_iss']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaAUTSplSuma_PreplatokNedoplatok_iss']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaAUTSplSuma_PreplatokNedoplatok_iss']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_002066/egonp:SekciaNHPSpl"><div id="layoutRow7895" class="layoutRow ui-tabs ui-widget-content   " title=""><input type="hidden" name="SekciaNHPSpl" /><div class="caption ui-widget-header"><div class="headercorrection" title="d) rozdiel dane za nevýherné hracie prístroje - splátky a lehoty splatnosti splátok">d) rozdiel dane za nevýherné hracie prístroje - splátky a lehoty splatnosti splátok</div><span class="arrow ui-icon ui-icon-carat-1-n"></span></div><div id="layoutRowContentlayoutRow7895" class="columns"><div id="layoutColumn15358da" class="column first" style="width:435px;"><div id="layoutCell86571da" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="SekciaNHPSpl_SumaSplatky" style="width:225px;display:none"><xsl:text disable-output-escaping="yes">Suma splátky</xsl:text></label><span class="fieldContent"><input id="SekciaNHPSpl_SumaSplatky" name="SekciaNHPSpl_SumaSplatky" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" alt="" disabled="disabled" readonly="readonly" value="" style="width:420px"><xsl:if test="boolean(./*[name() = 'SekciaNHPSpl_SumaSplatky']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaNHPSpl_SumaSplatky']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaNHPSpl_SumaSplatky']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15358db" class="column " style="width:435px;"><div id="layoutCell86571db" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="SekciaNHPSpl_Lehota" style="width:135px;display:none"><xsl:text disable-output-escaping="yes">Lehota splátky</xsl:text></label><span class="fieldContent"><input id="SekciaNHPSpl_Lehota" name="SekciaNHPSpl_Lehota" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" alt="" disabled="disabled" readonly="readonly" value="" style="width:420px"><xsl:if test="boolean(./*[name() = 'SekciaNHPSpl_Lehota']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaNHPSpl_Lehota']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaNHPSpl_Lehota']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15358" class="column "><div id="layoutCell86090" class="cell "><xsl:for-each select="./egonp:SekciaNHPSplHodn"><div id="layoutRow7894" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><xsl:variable name="nRowslayoutRow7894" select="position()" /><xsl:attribute name="id">layoutRow7894<xsl:if test="position() > 1"><xsl:text>_Repeating_</xsl:text><xsl:value-of select="position()-1" /></xsl:if></xsl:attribute><xsl:attribute name="class">layoutRow ui-tabs ui-widget-content nocaption<xsl:if test="position() > 1"><xsl:text> repeatingSection</xsl:text></xsl:if></xsl:attribute><input type="hidden" name="SekciaNHPSplHodn" /><div id="layoutRowContentlayoutRow7894" class="columns"><div id="layoutColumn15356" class="column first" style="width:425px;"><div id="layoutCell86087" class="cell  bunka"><label class="fieldLabel" title="" for="NHPSplHodn_sk_spl_nhp_memo" style="width:80px;display:none"><xsl:text disable-output-escaping="yes">Suma splátky</xsl:text></label><span class="fieldContent"><input id="NHPSplHodn_sk_spl_nhp_memo" name="NHPSplHodn_sk_spl_nhp_memo" title="" type="text" class="xsd_string textBox NHPSplHodn_sk_spl_nhp_memo_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'NHPSplHodn_sk_spl_nhp_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'NHPSplHodn_sk_spl_nhp_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'NHPSplHodn_sk_spl_nhp_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15357" class="column " style="width:420px;"><div id="layoutCell86088" class="cell  bunka"><label class="fieldLabel" title="" for="NHPSplHodn_d_spl_nhp_memo" style="width:160px;display:none"><xsl:text disable-output-escaping="yes">Lehota splatnosti splátky</xsl:text></label><span class="fieldContent"><input id="NHPSplHodn_d_spl_nhp_memo" name="NHPSplHodn_d_spl_nhp_memo" title="" type="text" class="xsd_string textBox NHPSplHodn_d_spl_nhp_memo_internal" spellcheck="true" maxlength="400" size="400" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'NHPSplHodn_d_spl_nhp_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'NHPSplHodn_d_spl_nhp_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'NHPSplHodn_d_spl_nhp_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div class="clear"></div></div><div id="repetitionCommandslayoutRow7894" class="sectionPager"><xsl:if test="position() != last()"><xsl:attribute name="style"><xsl:text>display:none;</xsl:text></xsl:attribute></xsl:if><span id="addSectionlayoutRow7894" class="button addRemoveSection" onclick="addSection(1, 999, this)" title="Pridať sekciu Nevýherné hracie prístroje splátky - hodnoty">Pridať</span><span id="removeSectionlayoutRow7894" class="button addRemoveSection" onclick="removeSection(1, this)" title="Odobrať sekciu Nevýherné hracie prístroje splátky - hodnoty">Odobrať</span></div></div></xsl:for-each><xsl:if test="normalize-space(./egonp:SekciaNHPSplHodn) = ''"><xsl:if test="./egonp:SekciaNHPSplHodn/@notInFormData"><script type="text/javascript">$(document).ready(function () { initRepetitionSection(1, 999, 'layoutRow7894') })</script></xsl:if></xsl:if><div class="clear"></div></div><div id="layoutCell86091" class="cell "><xsl:for-each select="/egonp:eForm_eGov_vystup_002066/egonp:SekciaNHPSpl/egonp:SekciaNHPSplSuma"><div id="layoutRow7896" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="SekciaNHPSplSuma" /><div id="layoutRowContentlayoutRow7896" class="columns"><div id="layoutColumn15359" class="column first" style="width:490px;"><div id="layoutCell86092" class="cell  LabelBoldRight"><label class="fieldLabel" title="" for="SekciaNHPSplSuma_sumrnhp" style="width:340px;"><xsl:text disable-output-escaping="yes">Rozdiel dane za nevýherné hracie prístroje v sume (€)</xsl:text></label><span class="fieldContent"><input id="SekciaNHPSplSuma_sumrnhp" name="SekciaNHPSplSuma_sumrnhp" title="" type="text" class="xsd_string textBox SekciaNHPSplSuma_sumrnhp_internal suma" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'SekciaNHPSplSuma_sumrnhp']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaNHPSplSuma_sumrnhp']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaNHPSplSuma_sumrnhp']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15375" class="column " style="width:360px;"><div id="layoutCell86143" class="cell "><label class="fieldLabel" title="" for="SekciaNHPSplSuma_PreplatokNedoplatok_iss" style="display: none">PreplatokNedoplatok</label><span class="fieldContent"><input id="SekciaNHPSplSuma_PreplatokNedoplatok_iss" name="SekciaNHPSplSuma_PreplatokNedoplatok_iss" title="" type="text" class="xsd_string textBox SekciaNHPSplSuma_PreplatokNedoplatok_iss_internal" spellcheck="true" maxlength="400" size="200" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'SekciaNHPSplSuma_PreplatokNedoplatok_iss']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaNHPSplSuma_PreplatokNedoplatok_iss']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaNHPSplSuma_PreplatokNedoplatok_iss']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_002066/egonp:SekciaDzNPlatba"><div id="layoutRow7898" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="SekciaDzNPlatba" /><div id="layoutRowContentlayoutRow7898" class="columns"><div id="layoutColumn15361" class="column first"><div id="layoutCell86100" class="cell "><label class="fieldLabel" title="" for="DzNPlatba_text_iss_tl_sumrdzn" style="display: none">Text</label><span class="fieldContent"><textarea id="DzNPlatba_text_iss_tl_sumrdzn" name="DzNPlatba_text_iss_tl_sumrdzn" title="" class="xsd_string textArea DzNPlatba_text_iss_tl_sumrdzn_internal" spellcheck="true" cols="100" rows="3" disabled="disabled" readonly="readonly"><xsl:if test="boolean(./*[name() = 'DzNPlatba_text_iss_tl_sumrdzn']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:choose><xsl:when test="./*[name() = 'DzNPlatba_text_iss_tl_sumrdzn']"><xsl:value-of select="./*[name() = 'DzNPlatba_text_iss_tl_sumrdzn']" /></xsl:when><xsl:otherwise><xsl:text></xsl:text></xsl:otherwise></xsl:choose></textarea></span><div class="clear"></div></div><div id="layoutCell86099" class="cell "><xsl:for-each select="/egonp:eForm_eGov_vystup_002066/egonp:SekciaDzNPlatba/egonp:SekciaDzNPlatbaHodn"><div id="layoutRow7897" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="SekciaDzNPlatbaHodn" /><div id="layoutRowContentlayoutRow7897" class="columns"><div id="layoutColumn15360" class="column first" style="width:860px;"><div id="layoutCell86096" class="cell "><label class="fieldLabel" title="" for="DzNPlatbaHodn_gatl40" style="width:120px;"><xsl:text disable-output-escaping="yes">IBAN</xsl:text></label><span class="fieldContent"><input id="DzNPlatbaHodn_gatl40" name="DzNPlatbaHodn_gatl40" title="" type="text" class="xsd_string textBox DzNPlatbaHodn_gatl40_internal" spellcheck="true" maxlength="400" size="700" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'DzNPlatbaHodn_gatl40']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'DzNPlatbaHodn_gatl40']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'DzNPlatbaHodn_gatl40']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell86093" class="cell "><label class="fieldLabel" title="" for="DzNPlatbaHodn_gatl16_gatl20" style="width:120px;"><xsl:text disable-output-escaping="yes">BIC/SWIFT</xsl:text></label><span class="fieldContent"><input id="DzNPlatbaHodn_gatl16_gatl20" name="DzNPlatbaHodn_gatl16_gatl20" title="" type="text" class="xsd_string textBox DzNPlatbaHodn_gatl16_gatl20_internal" spellcheck="true" maxlength="400" size="700" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'DzNPlatbaHodn_gatl16_gatl20']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'DzNPlatbaHodn_gatl16_gatl20']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'DzNPlatbaHodn_gatl16_gatl20']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell86094" class="cell "><label class="fieldLabel" title="" for="DzNPlatbaHodn_gatl24" style="width:120px;"><xsl:text disable-output-escaping="yes">Konštantný symbol</xsl:text></label><span class="fieldContent"><input id="DzNPlatbaHodn_gatl24" name="DzNPlatbaHodn_gatl24" title="" type="text" class="xsd_string textBox DzNPlatbaHodn_gatl24_internal" spellcheck="true" maxlength="400" size="700" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'DzNPlatbaHodn_gatl24']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'DzNPlatbaHodn_gatl24']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'DzNPlatbaHodn_gatl24']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell86095" class="cell "><label class="fieldLabel" title="" for="DzNPlatbaHodn_vs_dzn" style="width:120px;"><xsl:text disable-output-escaping="yes">Variabilný symbol</xsl:text></label><span class="fieldContent"><input id="DzNPlatbaHodn_vs_dzn" name="DzNPlatbaHodn_vs_dzn" title="" type="text" class="xsd_string textBox DzNPlatbaHodn_vs_dzn_internal" spellcheck="true" maxlength="400" size="700" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'DzNPlatbaHodn_vs_dzn']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'DzNPlatbaHodn_vs_dzn']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'DzNPlatbaHodn_vs_dzn']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell86097" class="cell "><label class="fieldLabel" title="" for="DzNPlatbaHodn_ss_dzn" style="width:120px;"><xsl:text disable-output-escaping="yes">Špecifický symbol</xsl:text></label><span class="fieldContent"><input id="DzNPlatbaHodn_ss_dzn" name="DzNPlatbaHodn_ss_dzn" title="" type="text" class="xsd_string textBox DzNPlatbaHodn_ss_dzn_internal" spellcheck="true" maxlength="400" size="700" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'DzNPlatbaHodn_ss_dzn']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'DzNPlatbaHodn_ss_dzn']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'DzNPlatbaHodn_ss_dzn']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell_dzn_bar" class="cell "><label class="fieldLabel" title="" for="DzNPlatbaHodn_barcode" style="display:none">Čiarový kód</label><div class="fieldContent" id="imgSpanBarCode_dzn"><xsl:if test="./*[name() = 'DzNPlatbaHodn_barcode']"><xsl:variable name="barcodeIMG_data" select="./*[name() = 'DzNPlatbaHodn_barcode']" /><xsl:choose><xsl:when test="string-length($barcodeIMG_data) > 0"><xsl:variable name="barcodeIMG" select="concat('data:image/png;base64,',$barcodeIMG_data)" /><img id="barcode_img_dzn" src="{$barcodeIMG}" width="75%" alt="barcode" /></xsl:when><xsl:otherwise><img id="barcode_img_dzn" src="" width="75%" alt="" /></xsl:otherwise></xsl:choose></xsl:if></div><input id="DzNPlatbaHodn_barcode" name="DzNPlatbaHodn_barcode" type="hidden" class="xsd_string textBox" alt="" value=""><xsl:if test="boolean(./*[name() = 'barcode']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'DzNPlatbaHodn_barcode']"><xsl:variable name="barcodeIMG_data" select="./*[name() = 'DzNPlatbaHodn_barcode']" /><xsl:choose><xsl:when test="string-length($barcodeIMG_data) > 0"><xsl:variable name="barcodeIMG" select="concat('data:image/png;base64,',$barcodeIMG_data)" /><xsl:attribute name="value"><xsl:value-of select="concat($barcodeIMG,'')" /></xsl:attribute></xsl:when><xsl:otherwise><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'DzNPlatbaHodn_barcode']" /></xsl:attribute></xsl:otherwise></xsl:choose></xsl:if></input><div class="clear" /></div><div id="layoutCell_dzn_qr" class="cell "><label class="fieldLabel" title="" for="DzNPlatbaHodn_qrcode" style="display:none">QR kód</label><div class="fieldContent" id="imgSpanQRCode_dzn"><xsl:if test="./*[name() = 'DzNPlatbaHodn_qrcode']"><xsl:variable name="qrcodeIMG_data" select="./*[name() = 'DzNPlatbaHodn_qrcode']" /><xsl:choose><xsl:when test="string-length($qrcodeIMG_data) > 0"><xsl:variable name="qrcodeIMG" select="concat('data:image/png;base64,',$qrcodeIMG_data)" /><img id="qrcode_img_dzn" height="200px" src="{$qrcodeIMG}" alt="" /></xsl:when><xsl:otherwise><img id="qrcode_img_dzn" height="200px" src="" alt="" /></xsl:otherwise></xsl:choose></xsl:if></div><input id="DzNPlatbaHodn_qrcode" name="DzNPlatbaHodn_qrcode" type="hidden" class="xsd_string textBox" alt="" value=""><xsl:if test="boolean(./*[name() = 'qrcode']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'DzNPlatbaHodn_qrcode']"><xsl:variable name="qrcodeIMG_data" select="./*[name() = 'DzNPlatbaHodn_qrcode']" /><xsl:choose><xsl:when test="string-length($qrcodeIMG_data) > 0"><xsl:variable name="qrcodeIMG" select="concat('data:image/png;base64,',$qrcodeIMG_data)" /><xsl:attribute name="value"><xsl:value-of select="concat($qrcodeIMG,'')" /></xsl:attribute></xsl:when><xsl:otherwise><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'DzNPlatbaHodn_qrcode']" /></xsl:attribute></xsl:otherwise></xsl:choose></xsl:if></input><div class="clear" /></div></div><div class="clear"></div></div></div></xsl:for-each><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_002066/egonp:SekciaPesPlatba"><div id="layoutRow7900" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="SekciaPesPlatba" /><div id="layoutRowContentlayoutRow7900" class="columns"><div id="layoutColumn15363" class="column first"><div id="layoutCell86108" class="cell "><label class="fieldLabel" title="" for="PesPlatba_text_iss_tl_sumrpes" style="display: none">Text</label><span class="fieldContent"><textarea id="PesPlatba_text_iss_tl_sumrpes" name="PesPlatba_text_iss_tl_sumrpes" title="" class="xsd_string textArea PesPlatba_text_iss_tl_sumrpes_internal" spellcheck="true" cols="100" rows="3" disabled="disabled" readonly="readonly"><xsl:if test="boolean(./*[name() = 'PesPlatba_text_iss_tl_sumrpes']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:choose><xsl:when test="./*[name() = 'PesPlatba_text_iss_tl_sumrpes']"><xsl:value-of select="./*[name() = 'PesPlatba_text_iss_tl_sumrpes']" /></xsl:when><xsl:otherwise><xsl:text></xsl:text></xsl:otherwise></xsl:choose></textarea></span><div class="clear"></div></div><div id="layoutCell86107" class="cell "><xsl:for-each select="/egonp:eForm_eGov_vystup_002066/egonp:SekciaPesPlatba/egonp:SekciaPesPlatbaHodn"><div id="layoutRow7899" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="SekciaPesPlatbaHodn" /><div id="layoutRowContentlayoutRow7899" class="columns"><div id="layoutColumn15362" class="column first" style="width:860px;"><div id="layoutCell86104" class="cell "><label class="fieldLabel" title="" for="PesPlatbaHodn_gatl41" style="width:120px;"><xsl:text disable-output-escaping="yes">IBAN</xsl:text></label><span class="fieldContent"><input id="PesPlatbaHodn_gatl41" name="PesPlatbaHodn_gatl41" title="" type="text" class="xsd_string textBox PesPlatbaHodn_gatl41_internal" spellcheck="true" maxlength="400" size="700" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PesPlatbaHodn_gatl41']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PesPlatbaHodn_gatl41']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PesPlatbaHodn_gatl41']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell86101" class="cell "><label class="fieldLabel" title="" for="PesPlatbaHodn_gatl17_gatl21" style="width:120px;"><xsl:text disable-output-escaping="yes">BIC/SWIFT</xsl:text></label><span class="fieldContent"><input id="PesPlatbaHodn_gatl17_gatl21" name="PesPlatbaHodn_gatl17_gatl21" title="" type="text" class="xsd_string textBox PesPlatbaHodn_gatl17_gatl21_internal" spellcheck="true" maxlength="400" size="700" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PesPlatbaHodn_gatl17_gatl21']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PesPlatbaHodn_gatl17_gatl21']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PesPlatbaHodn_gatl17_gatl21']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell86102" class="cell "><label class="fieldLabel" title="" for="PesPlatbaHodn_gatl25" style="width:120px;"><xsl:text disable-output-escaping="yes">Konštantný symbol</xsl:text></label><span class="fieldContent"><input id="PesPlatbaHodn_gatl25" name="PesPlatbaHodn_gatl25" title="" type="text" class="xsd_string textBox PesPlatbaHodn_gatl25_internal" spellcheck="true" maxlength="400" size="700" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PesPlatbaHodn_gatl25']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PesPlatbaHodn_gatl25']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PesPlatbaHodn_gatl25']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell86103" class="cell "><label class="fieldLabel" title="" for="PesPlatbaHodn_vs_pes" style="width:120px;"><xsl:text disable-output-escaping="yes">Variabilný symbol</xsl:text></label><span class="fieldContent"><input id="PesPlatbaHodn_vs_pes" name="PesPlatbaHodn_vs_pes" title="" type="text" class="xsd_string textBox PesPlatbaHodn_vs_pes_internal" spellcheck="true" maxlength="400" size="700" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PesPlatbaHodn_vs_pes']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PesPlatbaHodn_vs_pes']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PesPlatbaHodn_vs_pes']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell86105" class="cell "><label class="fieldLabel" title="" for="PesPlatbaHodn_ss_pes" style="width:120px;"><xsl:text disable-output-escaping="yes">Špecifický symbol</xsl:text></label><span class="fieldContent"><input id="PesPlatbaHodn_ss_pes" name="PesPlatbaHodn_ss_pes" title="" type="text" class="xsd_string textBox PesPlatbaHodn_ss_pes_internal" spellcheck="true" maxlength="400" size="700" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PesPlatbaHodn_ss_pes']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PesPlatbaHodn_ss_pes']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PesPlatbaHodn_ss_pes']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell_pes_bar" class="cell "><label class="fieldLabel" title="" for="PesPlatbaHodn_barcode" style="display:none">Čiarový kód</label><div class="fieldContent" id="imgSpanBarCode_pes"><xsl:if test="./*[name() = 'PesPlatbaHodn_barcode']"><xsl:variable name="barcodeIMG_data" select="./*[name() = 'PesPlatbaHodn_barcode']" /><xsl:choose><xsl:when test="string-length($barcodeIMG_data) > 0"><xsl:variable name="barcodeIMG" select="concat('data:image/png;base64,',$barcodeIMG_data)" /><img id="barcode_img_pes" src="{$barcodeIMG}" width="75%" alt="barcode" /></xsl:when><xsl:otherwise><img id="barcode_img_pes" src="" width="75%" alt="" /></xsl:otherwise></xsl:choose></xsl:if></div><input id="PesPlatbaHodn_barcode" name="PesPlatbaHodn_barcode" type="hidden" class="xsd_string textBox" alt="" value=""><xsl:if test="boolean(./*[name() = 'barcode']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PesPlatbaHodn_barcode']"><xsl:variable name="barcodeIMG_data" select="./*[name() = 'PesPlatbaHodn_barcode']" /><xsl:choose><xsl:when test="string-length($barcodeIMG_data) > 0"><xsl:variable name="barcodeIMG" select="concat('data:image/png;base64,',$barcodeIMG_data)" /><xsl:attribute name="value"><xsl:value-of select="concat($barcodeIMG,'')" /></xsl:attribute></xsl:when><xsl:otherwise><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PesPlatbaHodn_barcode']" /></xsl:attribute></xsl:otherwise></xsl:choose></xsl:if></input><div class="clear" /></div><div id="layoutCell_pes_qr" class="cell "><label class="fieldLabel" title="" for="PesPlatbaHodn_qrcode" style="display:none">QR kód</label><div class="fieldContent" id="imgSpanQRCode_pes"><xsl:if test="./*[name() = 'PesPlatbaHodn_qrcode']"><xsl:variable name="qrcodeIMG_data" select="./*[name() = 'PesPlatbaHodn_qrcode']" /><xsl:choose><xsl:when test="string-length($qrcodeIMG_data) > 0"><xsl:variable name="qrcodeIMG" select="concat('data:image/png;base64,',$qrcodeIMG_data)" /><img id="qrcode_img_pes" height="200px" src="{$qrcodeIMG}" alt="" /></xsl:when><xsl:otherwise><img id="qrcode_img_pes" height="200px" src="" alt="" /></xsl:otherwise></xsl:choose></xsl:if></div><input id="PesPlatbaHodn_qrcode" name="PesPlatbaHodn_qrcode" type="hidden" class="xsd_string textBox" alt="" value=""><xsl:if test="boolean(./*[name() = 'qrcode']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PesPlatbaHodn_qrcode']"><xsl:variable name="qrcodeIMG_data" select="./*[name() = 'PesPlatbaHodn_qrcode']" /><xsl:choose><xsl:when test="string-length($qrcodeIMG_data) > 0"><xsl:variable name="qrcodeIMG" select="concat('data:image/png;base64,',$qrcodeIMG_data)" /><xsl:attribute name="value"><xsl:value-of select="concat($qrcodeIMG,'')" /></xsl:attribute></xsl:when><xsl:otherwise><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PesPlatbaHodn_qrcode']" /></xsl:attribute></xsl:otherwise></xsl:choose></xsl:if></input><div class="clear" /></div></div><div class="clear"></div></div></div></xsl:for-each><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_002066/egonp:SekciaAUTPlatba"><div id="layoutRow7902" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="SekciaAUTPlatba" /><div id="layoutRowContentlayoutRow7902" class="columns"><div id="layoutColumn15365" class="column first"><div id="layoutCell86116" class="cell "><label class="fieldLabel" title="" for="AUTPlatba_text_iss_tl_sumraut" style="display: none">Text</label><span class="fieldContent"><textarea id="AUTPlatba_text_iss_tl_sumraut" name="AUTPlatba_text_iss_tl_sumraut" title="" class="xsd_string textArea AUTPlatba_text_iss_tl_sumraut_internal" spellcheck="true" cols="100" rows="3" disabled="disabled" readonly="readonly"><xsl:if test="boolean(./*[name() = 'AUTPlatba_text_iss_tl_sumraut']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:choose><xsl:when test="./*[name() = 'AUTPlatba_text_iss_tl_sumraut']"><xsl:value-of select="./*[name() = 'AUTPlatba_text_iss_tl_sumraut']" /></xsl:when><xsl:otherwise><xsl:text></xsl:text></xsl:otherwise></xsl:choose></textarea></span><div class="clear"></div></div><div id="layoutCell86115" class="cell "><xsl:for-each select="/egonp:eForm_eGov_vystup_002066/egonp:SekciaAUTPlatba/egonp:SekciaAUTPlatbaHodn"><div id="layoutRow7901" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="SekciaAUTPlatbaHodn" /><div id="layoutRowContentlayoutRow7901" class="columns"><div id="layoutColumn15364" class="column first" style="width:860px;"><div id="layoutCell86112" class="cell "><label class="fieldLabel" title="" for="AUTPlatbaHodn_gatl42" style="width:120px;"><xsl:text disable-output-escaping="yes">IBAN</xsl:text></label><span class="fieldContent"><input id="AUTPlatbaHodn_gatl42" name="AUTPlatbaHodn_gatl42" title="" type="text" class="xsd_string textBox AUTPlatbaHodn_gatl42_internal" spellcheck="true" maxlength="400" size="700" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'AUTPlatbaHodn_gatl42']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'AUTPlatbaHodn_gatl42']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'AUTPlatbaHodn_gatl42']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell86109" class="cell "><label class="fieldLabel" title="" for="AUTPlatbaHodn_gatl18_gatl22" style="width:120px;"><xsl:text disable-output-escaping="yes">BIC/SWIFT</xsl:text></label><span class="fieldContent"><input id="AUTPlatbaHodn_gatl18_gatl22" name="AUTPlatbaHodn_gatl18_gatl22" title="" type="text" class="xsd_string textBox AUTPlatbaHodn_gatl18_gatl22_internal" spellcheck="true" maxlength="400" size="700" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'AUTPlatbaHodn_gatl18_gatl22']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'AUTPlatbaHodn_gatl18_gatl22']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'AUTPlatbaHodn_gatl18_gatl22']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell86110" class="cell "><label class="fieldLabel" title="" for="AUTPlatbaHodn_gatl26" style="width:120px;"><xsl:text disable-output-escaping="yes">Konštantný symbol</xsl:text></label><span class="fieldContent"><input id="AUTPlatbaHodn_gatl26" name="AUTPlatbaHodn_gatl26" title="" type="text" class="xsd_string textBox AUTPlatbaHodn_gatl26_internal" spellcheck="true" maxlength="400" size="700" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'AUTPlatbaHodn_gatl26']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'AUTPlatbaHodn_gatl26']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'AUTPlatbaHodn_gatl26']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell86111" class="cell "><label class="fieldLabel" title="" for="AUTPlatbaHodn_vs_aut" style="width:120px;"><xsl:text disable-output-escaping="yes">Variabilný symbol</xsl:text></label><span class="fieldContent"><input id="AUTPlatbaHodn_vs_aut" name="AUTPlatbaHodn_vs_aut" title="" type="text" class="xsd_string textBox AUTPlatbaHodn_vs_aut_internal" spellcheck="true" maxlength="400" size="700" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'AUTPlatbaHodn_vs_aut']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'AUTPlatbaHodn_vs_aut']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'AUTPlatbaHodn_vs_aut']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell86113" class="cell "><label class="fieldLabel" title="" for="AUTPlatbaHodn_ss_aut" style="width:120px;"><xsl:text disable-output-escaping="yes">Špecifický symbol</xsl:text></label><span class="fieldContent"><input id="AUTPlatbaHodn_ss_aut" name="AUTPlatbaHodn_ss_aut" title="" type="text" class="xsd_string textBox AUTPlatbaHodn_ss_aut_internal" spellcheck="true" maxlength="400" size="700" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'AUTPlatbaHodn_ss_aut']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'AUTPlatbaHodn_ss_aut']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'AUTPlatbaHodn_ss_aut']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell_aut_bar" class="cell "><label class="fieldLabel" title="" for="AUTPlatbaHodn_barcode" style="display:none">Čiarový kód</label><div class="fieldContent" id="imgSpanBarCode_aut"><xsl:if test="./*[name() = 'AUTPlatbaHodn_barcode']"><xsl:variable name="barcodeIMG_data" select="./*[name() = 'AUTPlatbaHodn_barcode']" /><xsl:choose><xsl:when test="string-length($barcodeIMG_data) > 0"><xsl:variable name="barcodeIMG" select="concat('data:image/png;base64,',$barcodeIMG_data)" /><img id="barcode_img_aut" src="{$barcodeIMG}" width="75%" alt="barcode" /></xsl:when><xsl:otherwise><img id="barcode_img_aut" src="" width="75%" alt="" /></xsl:otherwise></xsl:choose></xsl:if></div><input id="AUTPlatbaHodn_barcode" name="AUTPlatbaHodn_barcode" type="hidden" class="xsd_string textBox" alt="" value=""><xsl:if test="boolean(./*[name() = 'barcode']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'AUTPlatbaHodn_barcode']"><xsl:variable name="barcodeIMG_data" select="./*[name() = 'AUTPlatbaHodn_barcode']" /><xsl:choose><xsl:when test="string-length($barcodeIMG_data) > 0"><xsl:variable name="barcodeIMG" select="concat('data:image/png;base64,',$barcodeIMG_data)" /><xsl:attribute name="value"><xsl:value-of select="concat($barcodeIMG,'')" /></xsl:attribute></xsl:when><xsl:otherwise><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'AUTPlatbaHodn_barcode']" /></xsl:attribute></xsl:otherwise></xsl:choose></xsl:if></input><div class="clear" /></div><div id="layoutCell_aut_qr" class="cell "><label class="fieldLabel" title="" for="AUTPlatbaHodn_qrcode" style="display:none">QR kód</label><div class="fieldContent" id="imgSpanQRCode_aut"><xsl:if test="./*[name() = 'AUTPlatbaHodn_qrcode']"><xsl:variable name="qrcodeIMG_data" select="./*[name() = 'AUTPlatbaHodn_qrcode']" /><xsl:choose><xsl:when test="string-length($qrcodeIMG_data) > 0"><xsl:variable name="qrcodeIMG" select="concat('data:image/png;base64,',$qrcodeIMG_data)" /><img id="qrcode_img_aut" height="200px" src="{$qrcodeIMG}" alt="qrcode" /></xsl:when><xsl:otherwise><img id="qrcode_img_aut" height="200px" src="" alt="" /></xsl:otherwise></xsl:choose></xsl:if></div><input id="AUTPlatbaHodn_qrcode" name="AUTPlatbaHodn_qrcode" type="hidden" class="xsd_string textBox" alt="" value=""><xsl:if test="boolean(./*[name() = 'qrcode']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'AUTPlatbaHodn_qrcode']"><xsl:variable name="qrcodeIMG_data" select="./*[name() = 'AUTPlatbaHodn_qrcode']" /><xsl:choose><xsl:when test="string-length($qrcodeIMG_data) > 0"><xsl:variable name="qrcodeIMG" select="concat('data:image/png;base64,',$qrcodeIMG_data)" /><xsl:attribute name="value"><xsl:value-of select="concat($qrcodeIMG,'')" /></xsl:attribute></xsl:when><xsl:otherwise><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'AUTPlatbaHodn_qrcode']" /></xsl:attribute></xsl:otherwise></xsl:choose></xsl:if></input><div class="clear" /></div></div><div class="clear"></div></div></div></xsl:for-each><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_002066/egonp:SekciaNHPPlatba"><div id="layoutRow7904" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="SekciaNHPPlatba" /><div id="layoutRowContentlayoutRow7904" class="columns"><div id="layoutColumn15367" class="column first"><div id="layoutCell86124" class="cell "><label class="fieldLabel" title="" for="NHPPlatba_text_iss_tl_sumrnhp" style="display: none">Text</label><span class="fieldContent"><textarea id="NHPPlatba_text_iss_tl_sumrnhp" name="NHPPlatba_text_iss_tl_sumrnhp" title="" class="xsd_string textArea NHPPlatba_text_iss_tl_sumrnhp_internal" spellcheck="true" cols="100" rows="3" disabled="disabled" readonly="readonly"><xsl:if test="boolean(./*[name() = 'NHPPlatba_text_iss_tl_sumrnhp']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:choose><xsl:when test="./*[name() = 'NHPPlatba_text_iss_tl_sumrnhp']"><xsl:value-of select="./*[name() = 'NHPPlatba_text_iss_tl_sumrnhp']" /></xsl:when><xsl:otherwise><xsl:text></xsl:text></xsl:otherwise></xsl:choose></textarea></span><div class="clear"></div></div><div id="layoutCell86123" class="cell "><xsl:for-each select="/egonp:eForm_eGov_vystup_002066/egonp:SekciaNHPPlatba/egonp:SekciaNHPPlatbaHodn"><div id="layoutRow7903" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="SekciaNHPPlatbaHodn" /><div id="layoutRowContentlayoutRow7903" class="columns"><div id="layoutColumn15366" class="column first" style="width:860px;"><div id="layoutCell86120" class="cell "><label class="fieldLabel" title="" for="NHPPlatbaHodn_gatl43" style="width:120px;"><xsl:text disable-output-escaping="yes">IBAN</xsl:text></label><span class="fieldContent"><input id="NHPPlatbaHodn_gatl43" name="NHPPlatbaHodn_gatl43" title="" type="text" class="xsd_string textBox NHPPlatbaHodn_gatl43_internal" spellcheck="true" maxlength="400" size="700" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'NHPPlatbaHodn_gatl43']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'NHPPlatbaHodn_gatl43']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'NHPPlatbaHodn_gatl43']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell86117" class="cell "><label class="fieldLabel" title="" for="NHPPlatbaHodn_gatl19_gatl23" style="width:120px;"><xsl:text disable-output-escaping="yes">BIC/SWIFT</xsl:text></label><span class="fieldContent"><input id="NHPPlatbaHodn_gatl19_gatl23" name="NHPPlatbaHodn_gatl19_gatl23" title="" type="text" class="xsd_string textBox NHPPlatbaHodn_gatl19_gatl23_internal" spellcheck="true" maxlength="400" size="700" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'NHPPlatbaHodn_gatl19_gatl23']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'NHPPlatbaHodn_gatl19_gatl23']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'NHPPlatbaHodn_gatl19_gatl23']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell86118" class="cell "><label class="fieldLabel" title="" for="NHPPlatbaHodn_gatl27" style="width:120px;"><xsl:text disable-output-escaping="yes">Konštantný symbol</xsl:text></label><span class="fieldContent"><input id="NHPPlatbaHodn_gatl27" name="NHPPlatbaHodn_gatl27" title="" type="text" class="xsd_string textBox NHPPlatbaHodn_gatl27_internal" spellcheck="true" maxlength="400" size="700" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'NHPPlatbaHodn_gatl27']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'NHPPlatbaHodn_gatl27']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'NHPPlatbaHodn_gatl27']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell86119" class="cell "><label class="fieldLabel" title="" for="NHPPlatbaHodn_vs_nhp" style="width:120px;"><xsl:text disable-output-escaping="yes">Variabilný symbol</xsl:text></label><span class="fieldContent"><input id="NHPPlatbaHodn_vs_nhp" name="NHPPlatbaHodn_vs_nhp" title="" type="text" class="xsd_string textBox NHPPlatbaHodn_vs_nhp_internal" spellcheck="true" maxlength="400" size="700" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'NHPPlatbaHodn_vs_nhp']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'NHPPlatbaHodn_vs_nhp']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'NHPPlatbaHodn_vs_nhp']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell86121" class="cell "><label class="fieldLabel" title="" for="NHPPlatbaHodn_ss_nhp" style="width:120px;"><xsl:text disable-output-escaping="yes">Špecifický symbol</xsl:text></label><span class="fieldContent"><input id="NHPPlatbaHodn_ss_nhp" name="NHPPlatbaHodn_ss_nhp" title="" type="text" class="xsd_string textBox NHPPlatbaHodn_ss_nhp_internal" spellcheck="true" maxlength="400" size="700" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'NHPPlatbaHodn_ss_nhp']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'NHPPlatbaHodn_ss_nhp']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'NHPPlatbaHodn_ss_nhp']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell_nhp_bar" class="cell "><label class="fieldLabel" title="" for="NHPPlatbaHodn_barcode" style="display:none">Čiarový kód</label><div class="fieldContent" id="imgSpanBarCode_nhp"><xsl:if test="./*[name() = 'NHPPlatbaHodn_barcode']"><xsl:variable name="barcodeIMG_data" select="./*[name() = 'NHPPlatbaHodn_barcode']" /><xsl:choose><xsl:when test="string-length($barcodeIMG_data) > 0"><xsl:variable name="barcodeIMG" select="concat('data:image/png;base64,',$barcodeIMG_data)" /><img id="barcode_img_nhp" src="{$barcodeIMG}" width="75%" alt="barcode" /></xsl:when><xsl:otherwise><img id="barcode_img_nhp" src="" width="75%" alt="" /></xsl:otherwise></xsl:choose></xsl:if></div><input id="NHPPlatbaHodn_barcode" name="NHPPlatbaHodn_barcode" type="hidden" class="xsd_string textBox" alt="" value=""><xsl:if test="boolean(./*[name() = 'barcode']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'NHPPlatbaHodn_barcode']"><xsl:variable name="barcodeIMG_data" select="./*[name() = 'NHPPlatbaHodn_barcode']" /><xsl:choose><xsl:when test="string-length($barcodeIMG_data) > 0"><xsl:variable name="barcodeIMG" select="concat('data:image/png;base64,',$barcodeIMG_data)" /><xsl:attribute name="value"><xsl:value-of select="concat($barcodeIMG,'')" /></xsl:attribute></xsl:when><xsl:otherwise><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'NHPPlatbaHodn_barcode']" /></xsl:attribute></xsl:otherwise></xsl:choose></xsl:if></input><div class="clear" /></div><div id="layoutCell_nhp_qr" class="cell "><label class="fieldLabel" title="" for="NHPPlatbaHodn_qrcode" style="display:none">QR kód</label><div class="fieldContent" id="imgSpanQRCode_nhp"><xsl:if test="./*[name() = 'NHPPlatbaHodn_qrcode']"><xsl:variable name="qrcodeIMG_data" select="./*[name() = 'NHPPlatbaHodn_qrcode']" /><xsl:choose><xsl:when test="string-length($qrcodeIMG_data) > 0"><xsl:variable name="qrcodeIMG" select="concat('data:image/png;base64,',$qrcodeIMG_data)" /><img id="qrcode_img_nhp" height="200px" src="{$qrcodeIMG}" alt="qrcode" /></xsl:when><xsl:otherwise><img id="qrcode_img_nhp" height="200px" src="" alt="" /></xsl:otherwise></xsl:choose></xsl:if></div><input id="NHPPlatbaHodn_qrcode" name="NHPPlatbaHodn_qrcode" type="hidden" class="xsd_string textBox" alt="" value=""><xsl:if test="boolean(./*[name() = 'qrcode']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'NHPPlatbaHodn_qrcode']"><xsl:variable name="qrcodeIMG_data" select="./*[name() = 'NHPPlatbaHodn_qrcode']" /><xsl:choose><xsl:when test="string-length($qrcodeIMG_data) > 0"><xsl:variable name="qrcodeIMG" select="concat('data:image/png;base64,',$qrcodeIMG_data)" /><xsl:attribute name="value"><xsl:value-of select="concat($qrcodeIMG,'')" /></xsl:attribute></xsl:when><xsl:otherwise><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'NHPPlatbaHodn_qrcode']" /></xsl:attribute></xsl:otherwise></xsl:choose></xsl:if></input><div class="clear" /></div></div><div class="clear"></div></div></div></xsl:for-each><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_002066/egonp:SekciaOdovodnenie"><div id="layoutRow7905" class="layoutRow ui-tabs ui-widget-content   " title=""><input type="hidden" name="SekciaOdovodnenie" /><div class="caption ui-widget-header"><div class="headercorrection" title="Odôvodnenie">Odôvodnenie</div><span class="arrow ui-icon ui-icon-carat-1-n"></span></div><div id="layoutRowContentlayoutRow7905" class="columns"><div id="layoutColumn15368" class="column first" style="width:880px;"><div id="layoutCell86126" class="cell "><label class="fieldLabel" title="" for="Odvovodnenie_odovod" style="display: none">Odôvodnenie text</label><span class="fieldContent"><textarea id="Odvovodnenie_odovod" name="Odvovodnenie_odovod" title="" class="xsd_string textArea Odvovodnenie_odovod_internal" spellcheck="true" cols="100" rows="3" disabled="disabled" readonly="readonly"><xsl:if test="boolean(./*[name() = 'Odvovodnenie_odovod']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:choose><xsl:when test="./*[name() = 'Odvovodnenie_odovod']"><xsl:value-of select="./*[name() = 'Odvovodnenie_odovod']" /></xsl:when><xsl:otherwise><xsl:text></xsl:text></xsl:otherwise></xsl:choose></textarea></span><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_002066/egonp:SekciaPoucenie"><div id="layoutRow7906" class="layoutRow ui-tabs ui-widget-content   " title=""><input type="hidden" name="SekciaPoucenie" /><div class="caption ui-widget-header"><div class="headercorrection" title="Poučenie">Poučenie</div><span class="arrow ui-icon ui-icon-carat-1-n"></span></div><div id="layoutRowContentlayoutRow7906" class="columns"><div id="layoutColumn15369" class="column first" style="width:880px;"><div id="layoutCell86128" class="cell "><label class="fieldLabel" title="" for="Poucenie_gatl8" style="display: none">Poučenie text1</label><span class="fieldContent"><textarea id="Poucenie_gatl8" name="Poucenie_gatl8" title="" class="xsd_string textArea Poucenie_gatl8_internal" spellcheck="true" cols="100" rows="3" disabled="disabled" readonly="readonly"><xsl:if test="boolean(./*[name() = 'Poucenie_gatl8']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:choose><xsl:when test="./*[name() = 'Poucenie_gatl8']"><xsl:value-of select="./*[name() = 'Poucenie_gatl8']" /></xsl:when><xsl:otherwise><xsl:text></xsl:text></xsl:otherwise></xsl:choose></textarea></span><div class="clear"></div></div><div id="layoutCell86129" class="cell "><label class="fieldLabel" title="" for="Poucenie_gatl9" style="display: none">Poučenie text2</label><span class="fieldContent"><textarea id="Poucenie_gatl9" name="Poucenie_gatl9" title="" class="xsd_string textArea Poucenie_gatl9_internal" spellcheck="true" cols="100" rows="3" disabled="disabled" readonly="readonly"><xsl:if test="boolean(./*[name() = 'Poucenie_gatl9']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:choose><xsl:when test="./*[name() = 'Poucenie_gatl9']"><xsl:value-of select="./*[name() = 'Poucenie_gatl9']" /></xsl:when><xsl:otherwise><xsl:text></xsl:text></xsl:otherwise></xsl:choose></textarea></span><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_002066/egonp:Podpis"><div id="layoutRow6104" class="layoutRow ui-tabs ui-widget-content   " title=""><input type="hidden" name="Podpis" /><div id="layoutRowContentlayoutRow6104" class="columns"><div id="layoutColumn11391" class="column first" style="margin-left:70%;"><div id="layoutCell26880" class="cell  PoleVpravo_510 Input_16_center"><label class="fieldLabel" title="" for="Podpis_Meno" style="display: none">Meno</label><span class="fieldContent"><input id="Podpis_Meno" name="Podpis_Meno" title="" type="text" class="xsd_string textBox" spellcheck="true" maxlength="400" size="350" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'Podpis_Meno']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Podpis_Meno']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Podpis_Meno']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell26881" class="cell  PoleVpravo_510 Input_16_center"><label class="fieldLabel" title="" for="Podpis_ZaMsU" style="display: none">za MsÚ</label><span class="fieldContent"><input id="Podpis_ZaMsU" name="Podpis_ZaMsU" title="" type="text" class="xsd_string textBox Podpis_ZaMsU_internal" spellcheck="true" maxlength="400" size="350" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'Podpis_ZaMsU']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Podpis_ZaMsU']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Podpis_ZaMsU']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_002066/egonp:SekciaDorucujeSa"><div id="layoutRow7907" class="layoutRow ui-tabs ui-widget-content   " title=""><input type="hidden" name="SekciaDorucujeSa" /><div class="caption ui-widget-header"><div class="headercorrection" title="Doručuje sa">Doručuje sa</div><span class="arrow ui-icon ui-icon-carat-1-n"></span></div><div id="layoutRowContentlayoutRow7907" class="columns"><div id="layoutColumn15370" class="column first" style="width:880px;"><div id="layoutCell86131" class="cell "><label class="fieldLabel" title="" for="DorucujeSa_mpf_mpf_zast" style="width:50px;"><xsl:text disable-output-escaping="yes">Osoba</xsl:text></label><span class="fieldContent"><input id="DorucujeSa_mpf_mpf_zast" name="DorucujeSa_mpf_mpf_zast" title="" type="text" class="xsd_string textBox DorucujeSa_mpf_mpf_zast_internal" spellcheck="true" maxlength="0" size="790" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'DorucujeSa_mpf_mpf_zast']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'DorucujeSa_mpf_mpf_zast']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'DorucujeSa_mpf_mpf_zast']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell86132" class="cell "><label class="fieldLabel" title="" for="DorucujeSa_adr_adr_zast" style="width:50px;"><xsl:text disable-output-escaping="yes">Adresa</xsl:text></label><span class="fieldContent"><textarea id="DorucujeSa_adr_adr_zast" name="DorucujeSa_adr_adr_zast" title="" class="xsd_string textArea DorucujeSa_adr_adr_zast_internal" spellcheck="true" cols="100" rows="3" disabled="disabled" readonly="readonly"><xsl:if test="boolean(./*[name() = 'DorucujeSa_adr_adr_zast']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:choose><xsl:when test="./*[name() = 'DorucujeSa_adr_adr_zast']"><xsl:value-of select="./*[name() = 'DorucujeSa_adr_adr_zast']" /></xsl:when><xsl:otherwise><xsl:text /></xsl:otherwise></xsl:choose></textarea></span><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_002066/egonp:SekciaZakonEGovInfo"><div id="layoutRow5262" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="SekciaZakonEGovInfo" /><div id="layoutRowContentlayoutRow5259" class="columns"><div id="layoutColumn9786" class="column first" style="width:880px;"><div id="layoutCell23697" class="cell "><label class="fieldLabel" title="" for="Info_text" style="display: none">Zákon - Text</label><span class="fieldContent"><textarea id="Info_text" name="Info_text" title="" class="xsd_string textArea Info_text_internal" spellcheck="true" cols="100" rows="3" disabled="disabled" readonly="readonly"><xsl:if test="boolean(./*[name() = 'Info_text']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:choose><xsl:when test="./*[name() = 'Info_text']"><xsl:value-of select="./*[name() = 'Info_text']" /></xsl:when><xsl:otherwise><xsl:text></xsl:text></xsl:otherwise></xsl:choose></textarea></span><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><div id="buttonsPlaceholder"><input id="validateForm" type="button" class="button ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" value="Skontrolovať" alt="Skontrolovať" accesskey="S" /><input id="clearForm" type="button" class="button ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" value="Vyčisti" alt="Vyčisti" accesskey="V" /><input id="loadFormXml" type="button" class="button ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" value="Načítať" alt="Načítať" accesskey="N" /><input id="saveToXml" type="button" class="button ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" value="Uložiť" alt="Uložiť" accesskey="U" /><input id="cancelForm" type="button" class="button ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" value="Zrušiť" alt="Zrušiť" accesskey="Z" /></div></div><div id="statusDialog" title="Status"><img id="statusLoader" src="https://www.slovensko.sk/static/eForm/Designer/2.0.1.18/Images/ajax-loader.png" alt="Čakajte prosím" /><p id="statusMessage" class="statusMessage"></p></div><div id="savedFormsContainer" class="layoutMain ui-widget-content" style="display:none"><div id="savedFormsContainerRow" class="layoutRow ui-tabs ui-widget-content" title=""><input type="hidden" name="Basic" /><div class="caption ui-widget-header"><div class="headercorrection" title="Uložené formuláre">Uložené formuláre</div><span class="arrow ui-icon ui-icon-carat-1-n"></span></div><div id="layoutRowSavedForms" class="columns"><div id="lcolumnSavedForms" class="column first"><div id="lcellSavedForms" class="cell"></div></div><div class="clear"></div></div></div></div><div id="mtd_formMetaData" style="display:none"><span id="mtd_version">2.9</span><span id="mtd_idp">4732</span><span id="mtd_namespace">http://schemas.gov.sk/form/00648264.A0000224.000000206.SpolocneRozhodnutieVyrubenieRozdielu_TLZ2066/2.9</span></div></form></body></html></xsl:template></xsl:stylesheet>