<?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/00324451.A0000420.000000260.VYST_420048_VyzvaNaZaplatenieCelkovehoNedoplatku_RozpisNedoplatku_edit/2.3" 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>Výzva na zaplatenie celkového nedoplatku - rozpis nedoplatku - edit</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">
                        $(function (){
                        $("textarea").each(function () {
                        this.style.height = (this.scrollHeight)+'px';
                        });
                        });
                        /* <![CDATA[ */
		
function nacitajObrazky() {

	const BarCode = document.getElementById('Payment_barcode');
	const QRCode = document.getElementById('Payment_qrcode');

	if (BarCode.value != '')
		if (BarCode.value.indexOf('data:image') == -1)
			$("#imgSpanBarCode").find('img').attr('src', 'data:image/png;base64,' + BarCode.value)
		else
			$("#imgSpanBarCode").find('img').attr('src', BarCode.value)
	else
		$("#imgSpanBarCode").find('img').attr('src', '')

	if (QRCode.value != '')
		if (QRCode.value.indexOf('data:image') == -1)
			$("#imgSpanQRCode").find('img').attr('src', 'data:image/png;base64,' + QRCode.value);
		else
			$("#imgSpanQRCode").find('img').attr('src', QRCode.value);
	else
		$("#imgSpanQRCode").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_420048").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">
                    .logo img {width:100px; height:120px;}
                    .LabelBold{font-weight: bold;}
                    body {font-family: Verdana;font-size: 16px;}
                    .PoleVpravo_510 {text-indent: 510px; margin: 0px; text-align:justify;}
                    .Label_20_bold_left label {font-size:20px !important;font-weight:bold;text-align:left !important;}
                    .Input_16_center input {font-size:16px;text-align: center !important}
                    .LabelBoldRight label {font-weight: bold; text-align:right;}
                    .BunkaBoldCenter label {line-height:100%; margin-top: 5px; font-weight:bold;text-align:center;}
                    .Input_16_left input {font-size:16px;text-align: left !important}
                    .Input_16_right input {font-size:16px;text-align: right !important}
                    .Adresat_Adresa_iss_adr_internal{width:540px;height:60px;}.Adresat_ICORC_iss_ico_rc_internal{width:540px;}.Adresat_Danovnik_iss_mpf_internal{width:540px;}.RozhodnutieHlavicka_SpravcaDane_internal{width:450px;height:60px;}.RozhodnutieHlavicka_Telefon_iss_text7_internal{width:450px;}.RozhodnutieHlavicka_Vybavuje_iss_text6_internal{width:450px;}.RozhodnutieHlavicka_CisloKonania_iss_tl_c_kon_internal{width:450px;}.RozhodnutieHlavicka_EvidencneCislo_iss_tl_ce_internal{width:450px;}.RozhodnutieHlavicka_VMeste_internal{width:260px;}.RozhodnutieHlavicka_Datum_iss_gatl17_internal{width:260px;}.Rozhodnutie_Text_internal{width:860px;}.Podpis_Meno_iss_text3_internal{width:350px;}.Podpis_ZaMsU_iss_text5_internal{width:350px;}.Upozornenie_Text_iss_tl_text12_internal{width:860px;height:100px;}.Poucenie_Text_iss_tl_text13_internal{width:860px;height:100px;}.DorucujeSa_Meno_iss_gatl19_i_o_zast_mpf_mpf_zast_internal{width:350px;}.DorucujeSa_Adresa_iss_gatl19_i_o_zast_adr_adr_zast_internal{width:350px;height:60px;}.Poplatok_Text01_iss_tl_text1_internal{width:860px;height:120px;}.Poplatok_Text02_iss_tl_text2_internal{width:860px;height:120px;}.VypocetPoplatok_SpoluHodnota_iss_sumstav_internal{width:105px;}.VypocetPoplatok_Ucet_iss_tl_text11_internal{width:860px;height:50px;}.VypocetPoplatok_Hodnoty_TypHodnota_iss_n_pop_typ_tl_dan_n_pop_dr_memo_internal{width:210px;}.VypocetPoplatok_Hodnoty_RokHodnota_iss_tl_rok_memo_internal{width:105px;}.VypocetPoplatok_Hodnoty_DatumSplatnostiHodnota_iss_d_splat_n_pop_typ_memo_internal{width:105px;}.VypocetPoplatok_Hodnoty_VSHodnota_iss_tl_vs_memo_internal{width:115px;}.VypocetPoplatok_Hodnoty_SSHodnota_iss_n_prev_ssy_memo_internal{width:115px;}.VypocetPoplatok_Hodnoty_NedoplatokHodnota_iss_tl_stav_memo_internal{width:105px;}
                    .Riadky_internal{width:300px;}
                    .Info_text_internal{width:860px;height:50px;}
                </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_420048" action=""><div id="main" class="layoutMain ui-widget-content"><xsl:for-each select="/egonp:eForm_eGov_vystup_420048/egonp:Obec"><div id="layoutRow6096" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="Obec" /><div id="layoutRowContentlayoutRow6096" class="columns"><div id="layoutColumn11370" class="column first" style="width:150px;"><div id="layoutCell26827" class="cell  logo"><span class="fieldContent"><img src="http://www.moldava.sk/img/cora/erb-moldava.jpg" alt="" title="" /></span><div class="clear" /></div></div><div id="layoutColumn11371" class="column " style="width:400px;"><div id="layoutCell26828" 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 id="layoutCell26829" 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 id="layoutCell26830" 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><div id="layoutColumn11372" class="column " style="width:330px;"><div id="layoutCell26832" 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:242px"><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 id="layoutCell26833" 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:242px"><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 id="layoutCell26831" 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:242px"><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 class="clear" /></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_420048/egonp:RozhodnutieHlavicka"><div id="layoutRow6099" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="RozhodnutieHlavicka" /><div id="layoutRowContentlayoutRow6099" class="columns"><div id="layoutColumn11375" class="column first" style="width:600px;"><div id="layoutCell26844" class="cell  LabelBold"><label class="fieldLabel" title="" for="RozhodnutieHlavicka_SpravcaDane" style="width:90px;"><xsl:text disable-output-escaping="yes">Správca dane</xsl:text></label><span class="fieldContent"><textarea id="RozhodnutieHlavicka_SpravcaDane" name="RozhodnutieHlavicka_SpravcaDane" title="" type="text" class="xsd_string textArea RozhodnutieHlavicka_SpravcaDane_internal" spellcheck="true" cols="100" rows="3" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'RozhodnutieHlavicka_SpravcaDane']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:choose><xsl:when test="./*[name() = 'RozhodnutieHlavicka_SpravcaDane']"><xsl:value-of select="./*[name() = 'RozhodnutieHlavicka_SpravcaDane']" /></xsl:when><xsl:otherwise><xsl:text></xsl:text></xsl:otherwise></xsl:choose></textarea></span><div class="clear" /></div><div id="layoutCell26846" class="cell  LabelBold"><label class="fieldLabel" title="" for="RozhodnutieHlavicka_Vybavuje_iss_text6" style="width:90px;"><xsl:text disable-output-escaping="yes">Vybavuje</xsl:text></label><span class="fieldContent"><input id="RozhodnutieHlavicka_Vybavuje_iss_text6" name="RozhodnutieHlavicka_Vybavuje_iss_text6" title="" type="text" class="xsd_string textBox RozhodnutieHlavicka_Vybavuje_iss_text6_internal" spellcheck="true" maxlength="400" size="450" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'RozhodnutieHlavicka_Vybavuje_iss_text6']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'RozhodnutieHlavicka_Vybavuje_iss_text6']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieHlavicka_Vybavuje_iss_text6']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div><div id="layoutCell26843" class="cell  LabelBold"><label class="fieldLabel" title="" for="RozhodnutieHlavicka_Telefon_iss_text7" style="width:90px;"><xsl:text disable-output-escaping="yes">Číslo telefónu</xsl:text></label><span class="fieldContent"><input id="RozhodnutieHlavicka_Telefon_iss_text7" name="RozhodnutieHlavicka_Telefon_iss_text7" title="" type="text" class="xsd_string textBox RozhodnutieHlavicka_Telefon_iss_text7_internal" spellcheck="true" maxlength="400" size="450" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'RozhodnutieHlavicka_Telefon_iss_text7']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'RozhodnutieHlavicka_Telefon_iss_text7']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieHlavicka_Telefon_iss_text7']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div><div id="layoutCell26850" class="cell  LabelBold"><label class="fieldLabel" title="" for="RozhodnutieHlavicka_CisloKonania_iss_tl_c_kon" style="width:90px;"><xsl:text disable-output-escaping="yes">Číslo konania</xsl:text></label><span class="fieldContent"><input id="RozhodnutieHlavicka_CisloKonania_iss_tl_c_kon" name="RozhodnutieHlavicka_CisloKonania_iss_tl_c_kon" title="" type="text" class="xsd_string textBox RozhodnutieHlavicka_CisloKonania_iss_tl_c_kon_internal" spellcheck="true" maxlength="400" size="450" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'RozhodnutieHlavicka_CisloKonania_iss_tl_c_kon']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'RozhodnutieHlavicka_CisloKonania_iss_tl_c_kon']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieHlavicka_CisloKonania_iss_tl_c_kon']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div><div id="layoutCell26851" class="cell  LabelBold"><label class="fieldLabel" title="" for="RozhodnutieHlavicka_EvidencneCislo_iss_tl_ce" style="width:91px;"><xsl:text disable-output-escaping="yes">Evidenčné číslo</xsl:text></label><span class="fieldContent"><input id="RozhodnutieHlavicka_EvidencneCislo_iss_tl_ce" name="RozhodnutieHlavicka_EvidencneCislo_iss_tl_ce" title="" type="text" class="xsd_string textBox RozhodnutieHlavicka_EvidencneCislo_iss_tl_ce_internal" spellcheck="true" maxlength="400" size="450" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'RozhodnutieHlavicka_EvidencneCislo_iss_tl_ce']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'RozhodnutieHlavicka_EvidencneCislo_iss_tl_ce']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieHlavicka_EvidencneCislo_iss_tl_ce']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn11377" class="column " style="width:280px;"><div id="layoutCell26845" class="cell  LabelBold"><label class="fieldLabel" title="" for="RozhodnutieHlavicka_VMeste" style="display:none"><xsl:text disable-output-escaping="yes">V/Vo</xsl:text></label><span class="fieldContent"><input id="RozhodnutieHlavicka_VMeste" name="RozhodnutieHlavicka_VMeste" title="" type="text" class="xsd_string textBox RozhodnutieHlavicka_VMeste_internal" spellcheck="true" maxlength="400" size="135" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'RozhodnutieHlavicka_VMeste']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'RozhodnutieHlavicka_VMeste']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieHlavicka_VMeste']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div><div id="layoutCell26847" class="cell  LabelBold"><label class="fieldLabel" title="" for="RozhodnutieHlavicka_Datum_iss_gatl17" style="display:none"><xsl:text disable-output-escaping="yes">Dátum</xsl:text></label><span class="fieldContent"><input id="RozhodnutieHlavicka_Datum_iss_gatl17" name="RozhodnutieHlavicka_Datum_iss_gatl17" title="" type="text" class="xsd_string textBox RozhodnutieHlavicka_Datum_iss_gatl17_internal" spellcheck="true" maxlength="400" size="135" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'RozhodnutieHlavicka_Datum_iss_gatl17']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'RozhodnutieHlavicka_Datum_iss_gatl17']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieHlavicka_Datum_iss_gatl17']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_420048/egonp:Adresat"><div id="layoutRow6098" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="Adresat" /><div id="layoutRowContentlayoutRow6098" class="columns"><div id="layoutColumn11374r" class="column first" style="width:320px;"><div id="layoutCell26841r" class="cell "><label class="fieldLabel" title="" for="Adresat_Riadok1" style="display: none">Riadok 1
                                            </label><span class="fieldContent"><input id="Adresat_Riadok1" name="Adresat_Riadok1" title="" type="text" class="xsd_string textBox Riadky_internal" spellcheck="true" maxlength="400" size="350" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'Adresat_Riadok1']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Adresat_Riadok1']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Adresat_Riadok1']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div><div id="layoutCell26840r" class="cell "><label class="fieldLabel" title="" for="Adresat_Riadok2" style="display: none">Riadok 2
                                            </label><span class="fieldContent"><input id="Adresat_Riadok2" name="Adresat_Riadok2" title="" type="text" class="xsd_string textBox Riadky_internal" spellcheck="true" maxlength="400" size="350" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'Adresat_Riadok2']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Adresat_Riadok2']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Adresat_Riadok2']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div><div id="layoutCell26838r" class="cell "><label class="fieldLabel" title="" for="Adresat_Riadok3" style="display: none">Riadok 3
                                            </label><span class="fieldContent"><input id="Adresat_Riadok3" name="Adresat_Riadok3" title="" type="text" class="xsd_string textBox Riadky_internal" spellcheck="true" maxlength="400" size="350" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'Adresat_Riadok3']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Adresat_Riadok3']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Adresat_Riadok3']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn11374" class="column first" style="width:530px;"><div id="layoutCell26841" class="cell "><label class="fieldLabel" title="" for="Adresat_Danovnik_iss_mpf" style="display: none">Daňovník
                                            </label><span class="fieldContent"><input id="Adresat_Danovnik_iss_mpf" name="Adresat_Danovnik_iss_mpf" title="" type="text" class="xsd_string textBox Adresat_Danovnik_iss_mpf_internal" spellcheck="true" maxlength="400" size="350" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'Adresat_Danovnik_iss_mpf']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Adresat_Danovnik_iss_mpf']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Adresat_Danovnik_iss_mpf']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div><div id="layoutCell26840" class="cell "><label class="fieldLabel" title="" for="Adresat_ICORC_iss_ico_rc" style="display: none">IČO, resp. RČ
                                            </label><span class="fieldContent"><input id="Adresat_ICORC_iss_ico_rc" name="Adresat_ICORC_iss_ico_rc" title="" type="text" class="xsd_string textBox Adresat_ICORC_iss_ico_rc_internal" spellcheck="true" maxlength="400" size="350" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'Adresat_ICORC_iss_ico_rc']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Adresat_ICORC_iss_ico_rc']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Adresat_ICORC_iss_ico_rc']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div><div id="layoutCell26838" class="cell "><label class="fieldLabel" title="" for="Adresat_Adresa_iss_adr" style="display: none">Adresa
                                            </label><span class="fieldContent"><textarea id="Adresat_Adresa_iss_adr" name="Adresat_Adresa_iss_adr" title="" type="text" class="xsd_string textArea Adresat_Adresa_iss_adr_internal" spellcheck="true" cols="100" rows="3" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'Adresat_Adresa_iss_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_Adresa_iss_adr']"><xsl:value-of select="./*[name() = 'Adresat_Adresa_iss_adr']" /></xsl:when><xsl:otherwise><xsl:text></xsl:text></xsl:otherwise></xsl:choose></textarea></span><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_420048/egonp:Rozhodnutie"><div id="layoutRow6100" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="Rozhodnutie" /><div id="layoutRowContentlayoutRow6100" class="columns"><div id="layoutColumn11383" class="column first" style="width:880px;"><div id="layoutCell30194" class="cell  Label_20_bold_left"><label class="fieldLabel" title="" for="Rozhodnutie_Text" style="width:600px; display:none;"><xsl:text disable-output-escaping="yes">Výzva na zaplatenie nedoplatku
                                                </xsl:text></label><span class="fieldContent"><input id="Rozhodnutie_Text" name="Rozhodnutie_Text" title="" type="text" class="xsd_string textBox Rozhodnutie_Text_internal" spellcheck="true" maxlength="400" size="190" disabled="disabled" readonly="readonly" alt="" value="" style="font-weight:bold;"><xsl:if test="boolean(./*[name() = 'Rozhodnutie_Text']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Rozhodnutie_Text']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Rozhodnutie_Text']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_420048/egonp:Poplatok"><div id="layoutRow6853" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="Poplatok" /><div id="layoutRowContentlayoutRow6853" class="columns"><div id="layoutColumn12811" class="column first" style="width:880px;"><div id="layoutCell30197" class="cell "><label class="fieldLabel" title="" for="Poplatok_Text01_iss_tl_text1" style="display: none">Text
                                            </label><span class="fieldContent"><textarea id="Poplatok_Text01_iss_tl_text1" name="Poplatok_Text01_iss_tl_text1" title="" class="xsd_string textArea Poplatok_Text01_iss_tl_text1_internal" spellcheck="true" cols="100" rows="3" disabled="disabled" readonly="readonly"><xsl:if test="boolean(./*[name() = 'Poplatok_Text01_iss_tl_text1']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:choose><xsl:when test="./*[name() = 'Poplatok_Text01_iss_tl_text1']"><xsl:value-of select="./*[name() = 'Poplatok_Text01_iss_tl_text1']" /></xsl:when><xsl:otherwise><xsl:text></xsl:text></xsl:otherwise></xsl:choose></textarea></span><div class="clear"></div></div><div id="layoutCell30198" class="cell "><label class="fieldLabel" title="" for="Poplatok_Text02_iss_tl_text2" style="display: none">Text02
                                            </label><span class="fieldContent"><textarea id="Poplatok_Text02_iss_tl_text2" name="Poplatok_Text02_iss_tl_text2" title="" class="xsd_string textArea Poplatok_Text02_iss_tl_text2_internal" spellcheck="true" cols="100" rows="3" disabled="disabled" readonly="readonly"><xsl:if test="boolean(./*[name() = 'Poplatok_Text02_iss_tl_text2']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:choose><xsl:when test="./*[name() = 'Poplatok_Text02_iss_tl_text2']"><xsl:value-of select="./*[name() = 'Poplatok_Text02_iss_tl_text2']" /></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_420048/egonp:VypocetPoplatok"><div id="layoutRow6855" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="VypocetPoplatok" /><div id="layoutRowContentlayoutRow6855" class="columns"><div id="layoutColumn12822" class="column first" style="width:235px;"><div id="layoutCell30210" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="VypocetPoplatok_Typ" style="display:none"><xsl:text disable-output-escaping="yes">Typ poplatku</xsl:text></label><span class="fieldContent"><input id="VypocetPoplatok_Typ" name="VypocetPoplatok_Typ" title="" type="text" class="xsd_string textBox " spellcheck="true" disabled="disabled" readonly="readonly" maxlength="400" size="190" alt="" value="" style="width:220px"><xsl:if test="boolean(./*[name() = 'VypocetPoplatok_Typ']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'VypocetPoplatok_Typ']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'VypocetPoplatok_Typ']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12823" class="column " style="width:120px;"><div id="layoutCell30211" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="VypocetPoplatok_Rok" style="width:80px;display:none;"><xsl:text disable-output-escaping="yes">Rok</xsl:text></label><span class="fieldContent"><input id="VypocetPoplatok_Rok" name="VypocetPoplatok_Rok" title="" type="text" class="xsd_string textBox " spellcheck="true" disabled="disabled" readonly="readonly" maxlength="400" size="190" alt="" value="" style="width:105px"><xsl:if test="boolean(./*[name() = 'VypocetPoplatok_Rok']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'VypocetPoplatok_Rok']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'VypocetPoplatok_Rok']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12824" class="column " style="width:120px;"><div id="layoutCell30212" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="VypocetPoplatok_DatumSplatnosti" style="width:105px;display:none"><xsl:text disable-output-escaping="yes">Dátum splatnosti</xsl:text></label><span class="fieldContent"><input id="VypocetPoplatok_DatumSplatnosti" name="VypocetPoplatok_DatumSplatnosti" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" disabled="disabled" readonly="readonly" size="190" alt="" value="" style="width:105px"><xsl:if test="boolean(./*[name() = 'VypocetPoplatok_DatumSplatnosti']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'VypocetPoplatok_DatumSplatnosti']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'VypocetPoplatok_DatumSplatnosti']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12825" class="column " style="width:130px;"><div id="layoutCell30213" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="VypocetPoplatok_VS" style="width:115px;display:none"><xsl:text disable-output-escaping="yes">VS</xsl:text></label><span class="fieldContent"><input id="VypocetPoplatok_VS" name="VypocetPoplatok_VS" title="" type="text" class="xsd_string textBox " spellcheck="true" disabled="disabled" readonly="readonly" maxlength="400" size="190" alt="" value="" style="width:115px"><xsl:if test="boolean(./*[name() = 'VypocetPoplatok_VS']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'VypocetPoplatok_VS']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'VypocetPoplatok_VS']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12826" class="column " style="width:130px;"><div id="layoutCell30214" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="VypocetPoplatok_SS" style="width:115px;display:none"><xsl:text disable-output-escaping="yes">ŠS</xsl:text></label><span class="fieldContent"><input id="VypocetPoplatok_SS" name="VypocetPoplatok_SS" title="" type="text" class="xsd_string textBox " spellcheck="true" disabled="disabled" readonly="readonly" maxlength="400" size="190" alt="" value="" style="width:115px"><xsl:if test="boolean(./*[name() = 'VypocetPoplatok_SS']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'VypocetPoplatok_SS']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'VypocetPoplatok_SS']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12827" class="column " style="width:120px;"><div id="layoutCell30215" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="VypocetPoplatok_Nedoplatok" style="width:105px;display:none"><xsl:text disable-output-escaping="yes">Nedoplatok v €</xsl:text></label><span class="fieldContent"><input id="VypocetPoplatok_Nedoplatok" name="VypocetPoplatok_Nedoplatok" title="" type="text" class="xsd_string textBox " disabled="disabled" readonly="readonly" spellcheck="true" maxlength="400" size="190" alt="" value="" style="width:105px"><xsl:if test="boolean(./*[name() = 'VypocetPoplatok_Nedoplatok']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'VypocetPoplatok_Nedoplatok']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'VypocetPoplatok_Nedoplatok']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12817" class="column " style="width:880px;"><div id="layoutCell30205" class="cell "><xsl:for-each select="./egonp:VypocetPoplatok_Hodnoty"><div id="layoutRow6854" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><xsl:variable name="nRowslayoutRow6854" select="position()" /><xsl:attribute name="id">layoutRow6854<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="VypocetPoplatok_Hodnoty" /><div id="layoutRowContentlayoutRow6854" class="columns"><div id="layoutColumn12812" class="column first" style="width:225px;"><div id="layoutCell30199" class="cell  Input_16_left"><label class="fieldLabel" title="" for="VypocetPoplatok_Hodnoty_TypHodnota_iss_n_pop_typ_tl_dan_n_pop_dr_memo" style="display: none">Typ poplatku (hodnota)
                                                                </label><span class="fieldContent"><input id="VypocetPoplatok_Hodnoty_TypHodnota_iss_n_pop_typ_tl_dan_n_pop_dr_memo" name="VypocetPoplatok_Hodnoty_TypHodnota_iss_n_pop_typ_tl_dan_n_pop_dr_memo" title="" type="text" class="xsd_string textBox VypocetPoplatok_Hodnoty_TypHodnota_iss_n_pop_typ_tl_dan_n_pop_dr_memo_internal" spellcheck="true" maxlength="400" size="210" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'VypocetPoplatok_Hodnoty_TypHodnota_iss_n_pop_typ_tl_dan_n_pop_dr_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly
                                                                            </xsl:attribute><xsl:attribute name="disabled">disabled
                                                                            </xsl:attribute></xsl:if><xsl:if test="./*[name() = 'VypocetPoplatok_Hodnoty_TypHodnota_iss_n_pop_typ_tl_dan_n_pop_dr_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'VypocetPoplatok_Hodnoty_TypHodnota_iss_n_pop_typ_tl_dan_n_pop_dr_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12813" class="column " style="width:120px;"><div id="layoutCell30200" class="cell  Input_16_center"><label class="fieldLabel" title="" for="VypocetPoplatok_Hodnoty_RokHodnota_iss_tl_rok_memo" style="display: none">Rok (hodnota)
                                                                </label><span class="fieldContent"><input id="VypocetPoplatok_Hodnoty_RokHodnota_iss_tl_rok_memo" name="VypocetPoplatok_Hodnoty_RokHodnota_iss_tl_rok_memo" title="" type="text" class="xsd_string textBox VypocetPoplatok_Hodnoty_RokHodnota_iss_tl_rok_memo_internal" spellcheck="true" maxlength="400" size="105" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'VypocetPoplatok_Hodnoty_RokHodnota_iss_tl_rok_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly
                                                                            </xsl:attribute><xsl:attribute name="disabled">disabled
                                                                            </xsl:attribute></xsl:if><xsl:if test="./*[name() = 'VypocetPoplatok_Hodnoty_RokHodnota_iss_tl_rok_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'VypocetPoplatok_Hodnoty_RokHodnota_iss_tl_rok_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12814" class="column " style="width:120px;"><div id="layoutCell30201" class="cell  Input_16_center"><label class="fieldLabel" title="" for="VypocetPoplatok_Hodnoty_DatumSplatnostiHodnota_iss_d_splat_n_pop_typ_memo" style="display: none">Dátum splatnosti (hodnota)
                                                                </label><span class="fieldContent"><input id="VypocetPoplatok_Hodnoty_DatumSplatnostiHodnota_iss_d_splat_n_pop_typ_memo" name="VypocetPoplatok_Hodnoty_DatumSplatnostiHodnota_iss_d_splat_n_pop_typ_memo" title="" type="text" class="xsd_string textBox VypocetPoplatok_Hodnoty_DatumSplatnostiHodnota_iss_d_splat_n_pop_typ_memo_internal" spellcheck="true" maxlength="400" size="105" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'VypocetPoplatok_Hodnoty_DatumSplatnostiHodnota_iss_d_splat_n_pop_typ_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly
                                                                            </xsl:attribute><xsl:attribute name="disabled">disabled
                                                                            </xsl:attribute></xsl:if><xsl:if test="./*[name() = 'VypocetPoplatok_Hodnoty_DatumSplatnostiHodnota_iss_d_splat_n_pop_typ_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'VypocetPoplatok_Hodnoty_DatumSplatnostiHodnota_iss_d_splat_n_pop_typ_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12815" class="column " style="width:130px;"><div id="layoutCell30202" class="cell  Input_16_center"><label class="fieldLabel" title="" for="VypocetPoplatok_Hodnoty_VSHodnota_iss_tl_vs_memo" style="display: none">VS (hodnota)
                                                                </label><span class="fieldContent"><input id="VypocetPoplatok_Hodnoty_VSHodnota_iss_tl_vs_memo" name="VypocetPoplatok_Hodnoty_VSHodnota_iss_tl_vs_memo" title="" type="text" class="xsd_string textBox VypocetPoplatok_Hodnoty_VSHodnota_iss_tl_vs_memo_internal" spellcheck="true" maxlength="400" size="115" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'VypocetPoplatok_Hodnoty_VSHodnota_iss_tl_vs_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly
                                                                            </xsl:attribute><xsl:attribute name="disabled">disabled
                                                                            </xsl:attribute></xsl:if><xsl:if test="./*[name() = 'VypocetPoplatok_Hodnoty_VSHodnota_iss_tl_vs_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'VypocetPoplatok_Hodnoty_VSHodnota_iss_tl_vs_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12816" class="column " style="width:130px;"><div id="layoutCell30203" class="cell  Input_16_center"><label class="fieldLabel" title="" for="VypocetPoplatok_Hodnoty_SSHodnota_iss_n_prev_ssy_memo" style="display: none">ŠS (hodnota)
                                                                </label><span class="fieldContent"><input id="VypocetPoplatok_Hodnoty_SSHodnota_iss_n_prev_ssy_memo" name="VypocetPoplatok_Hodnoty_SSHodnota_iss_n_prev_ssy_memo" title="" type="text" class="xsd_string textBox VypocetPoplatok_Hodnoty_SSHodnota_iss_n_prev_ssy_memo_internal" spellcheck="true" maxlength="400" size="115" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'VypocetPoplatok_Hodnoty_SSHodnota_iss_n_prev_ssy_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly
                                                                            </xsl:attribute><xsl:attribute name="disabled">disabled
                                                                            </xsl:attribute></xsl:if><xsl:if test="./*[name() = 'VypocetPoplatok_Hodnoty_SSHodnota_iss_n_prev_ssy_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'VypocetPoplatok_Hodnoty_SSHodnota_iss_n_prev_ssy_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12828" class="column " style="width:120px;"><div id="layoutCell30216" class="cell  Input_16_right"><label class="fieldLabel" title="" for="VypocetPoplatok_Hodnoty_NedoplatokHodnota_iss_tl_stav_memo" style="display: none">Nedoplatok v € (hodnota)
                                                                </label><span class="fieldContent"><input id="VypocetPoplatok_Hodnoty_NedoplatokHodnota_iss_tl_stav_memo" name="VypocetPoplatok_Hodnoty_NedoplatokHodnota_iss_tl_stav_memo" title="" type="text" class="xsd_string textBox VypocetPoplatok_Hodnoty_NedoplatokHodnota_iss_tl_stav_memo_internal" spellcheck="true" maxlength="400" size="105" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'VypocetPoplatok_Hodnoty_NedoplatokHodnota_iss_tl_stav_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly
                                                                            </xsl:attribute><xsl:attribute name="disabled">disabled
                                                                            </xsl:attribute></xsl:if><xsl:if test="./*[name() = 'VypocetPoplatok_Hodnoty_NedoplatokHodnota_iss_tl_stav_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'VypocetPoplatok_Hodnoty_NedoplatokHodnota_iss_tl_stav_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div class="clear" /></div><div id="repetitionCommandslayoutRow6854" class="sectionPager"><xsl:if test="position() != last()"><xsl:attribute name="style"><xsl:text>display:none;</xsl:text></xsl:attribute></xsl:if><span id="addSectionlayoutRow6854" class="button addRemoveSection" onclick="addSection(1, 999, this)" title="Pridať sekciu Hodnoty">Pridať
                                                        </span><span id="removeSectionlayoutRow6854" class="button addRemoveSection" onclick="removeSection(1, this)" title="Odobrať sekciu Hodnoty">Odobrať
                                                        </span></div></div></xsl:for-each><xsl:if test="normalize-space(./egonp:VypocetPoplatok_Hodnoty) = ''"><xsl:if test="./egonp:VypocetPoplatok_Hodnoty/@notInFormData"><script type="text/javascript">$(document).ready(function () {
                                                        initRepetitionSection(1, 999, 'layoutRow6854') })
                                                    </script></xsl:if></xsl:if><div class="clear" /></div></div><div id="layoutColumn12818" class="column " style="width:735px;"><div id="layoutCell30206" class="cell  LabelBoldRight"><label class="fieldLabel" title="" for="VypocetPoplatok_Spolu" style="display:none"><xsl:text disable-output-escaping="yes">Spolu</xsl:text></label><span class="fieldContent"><input id="VypocetPoplatok_Spolu" name="VypocetPoplatok_Spolu" title="" type="text" class="xsd_string textBox VypocetPoplatok_SpoluHodnota_iss_sumstav_internal" spellcheck="true" maxlength="400" size="190" alt="" value="" disabled="disabled" readonly="readonly" style="margin-left:615px"><xsl:if test="boolean(./*[name() = 'VypocetPoplatok_Spolu']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'VypocetPoplatok_Spolu']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'VypocetPoplatok_Spolu']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12819" class="column " style="width:120px;"><div id="layoutCell30207" class="cell  Input_16_center"><label class="fieldLabel" title="" for="VypocetPoplatok_SpoluHodnota_iss_sumstav" style="display: none">
                                                Spolu (hodnota)
                                            </label><span class="fieldContent"><input id="VypocetPoplatok_SpoluHodnota_iss_sumstav" name="VypocetPoplatok_SpoluHodnota_iss_sumstav" title="" type="text" class="xsd_string textBox VypocetPoplatok_SpoluHodnota_iss_sumstav_internal" spellcheck="true" maxlength="400" size="105" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'VypocetPoplatok_SpoluHodnota_iss_sumstav']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'VypocetPoplatok_SpoluHodnota_iss_sumstav']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'VypocetPoplatok_SpoluHodnota_iss_sumstav']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12820" class="column " style="width:880px;"><div id="layoutCell30208" class="cell  Input_16_center"><label class="fieldLabel" title="" for="VypocetPoplatok_Ucet_iss_tl_text11" style="display: none">Účet
                                            </label><span class="fieldContent"><textarea id="VypocetPoplatok_Ucet_iss_tl_text11" name="VypocetPoplatok_Ucet_iss_tl_text11" title="" class="xsd_string textArea VypocetPoplatok_Ucet_iss_tl_text11_internal" spellcheck="true" cols="100" rows="3" disabled="disabled" readonly="readonly"><xsl:if test="boolean(./*[name() = 'VypocetPoplatok_Ucet_iss_tl_text11']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:choose><xsl:when test="./*[name() = 'VypocetPoplatok_Ucet_iss_tl_text11']"><xsl:value-of select="./*[name() = 'VypocetPoplatok_Ucet_iss_tl_text11']" /></xsl:when><xsl:otherwise><xsl:text /></xsl:otherwise></xsl:choose></textarea></span><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_420048/egonp:Upozornenie"><div id="layoutRow6107" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="Upozornenie" /><div id="layoutRowContentlayoutRow6107" class="columns"><div id="layoutColumn11394" class="column first" style="width:880px;"><div id="layoutCell26888" class="cell "><label class="fieldLabel" title="" for="Upozornenie_Text_iss_tl_text12" style="display: none">Upozornenie
                                            </label><span class="fieldContent"><textarea id="Upozornenie_Text_iss_tl_text12" name="Upozornenie_Text_iss_tl_text12" title="" class="xsd_string textArea Upozornenie_Text_iss_tl_text12_internal" spellcheck="true" cols="100" rows="3" disabled="disabled" readonly="readonly"><xsl:if test="boolean(./*[name() = 'Upozornenie_Text_iss_tl_text12']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:choose><xsl:when test="./*[name() = 'Upozornenie_Text_iss_tl_text12']"><xsl:value-of select="./*[name() = 'Upozornenie_Text_iss_tl_text12']" /></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_420048/egonp:Poucenie"><div id="layoutRow6108" class="layoutRow ui-tabs ui-widget-content   " title=""><input type="hidden" name="Poucenie" /><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="layoutRowContentlayoutRow6108" class="columns"><div id="layoutColumn11395" class="column first" style="width:880px;"><div id="layoutCell26891" class="cell "><label class="fieldLabel" title="" for="Poucenie_Text_iss_tl_text13" style="display: none">Poučenie
                                            </label><span class="fieldContent"><textarea id="Poucenie_Text_iss_tl_text13" name="Poucenie_Text_iss_tl_text13" title="" class="xsd_string textArea Poucenie_Text_iss_tl_text13_internal" spellcheck="true" cols="100" rows="3" disabled="disabled" readonly="readonly"><xsl:if test="boolean(./*[name() = 'Poucenie_Text_iss_tl_text13']/@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_Text_iss_tl_text13']"><xsl:value-of select="./*[name() = 'Poucenie_Text_iss_tl_text13']" /></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_420048/egonp:PaymentData"><div class="layoutRow ui-tabs ui-widget-content   " title=""><input type="hidden" name="PaymentData" /><div id="layoutColumn158340" class="column " style="width:880px;"><div id="layoutCell8696000" class="cell  LabelBold body"><label class="fieldLabel" title="" for="Payment_suma" style="width:120px;"><xsl:text disable-output-escaping="yes">Suma</xsl:text></label><span class="fieldContent"><input id="Payment_suma" name="Payment_suma" title="" type="text" class="xsd_string textBox" spellcheck="true" maxlength="400" size="370" alt="" value="" style="width:718px" disabled="disabled" readonly="readonly"><xsl:if test="boolean(./*[name() = 'Payment_suma']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Payment_suma']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Payment_suma']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell8696001" class="cell  LabelBold body"><label class="fieldLabel" title="" for="Payment_mena" style="width:120px;"><xsl:text disable-output-escaping="yes">Mena</xsl:text></label><span class="fieldContent"><input id="Payment_mena" name="Payment_mena" title="" type="text" class="xsd_string textBox" spellcheck="true" maxlength="400" size="370" alt="" value="" style="width:718px" disabled="disabled" readonly="readonly"><xsl:if test="boolean(./*[name() = 'Payment_mena']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Payment_mena']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Payment_mena']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell8696002" class="cell  LabelBold body"><label class="fieldLabel" title="" for="Payment_ucet" style="width:120px;"><xsl:text disable-output-escaping="yes">Číslo účtu</xsl:text></label><span class="fieldContent"><input id="Payment_ucet" name="Payment_ucet" title="" type="text" class="xsd_string textBox" spellcheck="true" maxlength="400" size="370" alt="" value="" style="width:718px" disabled="disabled" readonly="readonly"><xsl:if test="boolean(./*[name() = 'Payment_ucet']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Payment_ucet']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Payment_ucet']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell8696003" class="cell  LabelBold body"><label class="fieldLabel" title="" for="Payment_swift" style="width:120px;"><xsl:text disable-output-escaping="yes">SWIFT-BIC</xsl:text></label><span class="fieldContent"><input id="Payment_swift" name="Payment_swift" title="" type="text" class="xsd_string textBox" spellcheck="true" maxlength="400" size="370" alt="" value="" style="width:718px" disabled="disabled" readonly="readonly"><xsl:if test="boolean(./*[name() = 'Payment_swift']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Payment_swift']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Payment_swift']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell8696004" class="cell  LabelBold body"><label class="fieldLabel" title="" for="Payment_VS" style="width:120px;"><xsl:text disable-output-escaping="yes">Variabilný symbol</xsl:text></label><span class="fieldContent"><input id="Payment_VS" name="Payment_VS" title="" type="text" class="xsd_string textBox" spellcheck="true" maxlength="400" size="370" alt="" value="" style="width:718px" disabled="disabled" readonly="readonly"><xsl:if test="boolean(./*[name() = 'Payment_VS']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Payment_VS']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Payment_VS']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell8696005" class="cell  LabelBold body"><label class="fieldLabel" title="" for="Payment_SS" style="width:120px;"><xsl:text disable-output-escaping="yes">Špecifický symbol</xsl:text></label><span class="fieldContent"><input id="Payment_SS" name="Payment_SS" title="" type="text" class="xsd_string textBox" spellcheck="true" maxlength="400" size="370" alt="" value="" style="width:718px" disabled="disabled" readonly="readonly"><xsl:if test="boolean(./*[name() = 'Payment_SS']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Payment_SS']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Payment_SS']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell8696006" class="cell  LabelBold body"><label class="fieldLabel" title="" for="Payment_KS" style="width:120px;"><xsl:text disable-output-escaping="yes">Konštatný symbol</xsl:text></label><span class="fieldContent"><input id="Payment_KS" name="Payment_KS" title="" type="text" class="xsd_string textBox" spellcheck="true" maxlength="400" size="370" alt="" value="" style="width:718px" disabled="disabled" readonly="readonly"><xsl:if test="boolean(./*[name() = 'Payment_KS']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Payment_KS']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Payment_KS']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell8696006" class="cell  LabelBold body"><label class="fieldLabel" title="" for="Payment_text" style="width:120px;"><xsl:text disable-output-escaping="yes">Text</xsl:text></label><span class="fieldContent"><input id="Payment_text" name="Payment_text" title="" type="text" class="xsd_string textBox" spellcheck="true" maxlength="400" size="370" alt="" value="" style="width:718px" disabled="disabled" readonly="readonly"><xsl:if test="boolean(./*[name() = 'Payment_text']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Payment_text']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Payment_text']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutCell_b29965" class="cell "><label class="fieldLabel" title="" for="Payment_qrcode" style="display:none">
                                        QR kód
                                    </label><div class="fieldContent" id="imgSpanQRCode"><xsl:if test="./*[name() = 'Payment_qrcode']"><xsl:variable name="qrcodeIMG_data" select="./*[name() = 'Payment_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" height="200px" src="{$qrcodeIMG}" alt="" /></xsl:when><xsl:otherwise><img id="qrcode_img" height="200px" src="" alt="" /></xsl:otherwise></xsl:choose></xsl:if></div><input id="Payment_qrcode" name="Payment_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() = 'Payment_qrcode']"><xsl:variable name="qrcodeIMG_data" select="./*[name() = 'Payment_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() = 'qrcode']" /></xsl:attribute></xsl:otherwise></xsl:choose></xsl:if></input><div class="clear" /></div><div id="layoutCell_a29965" class="cell "><label class="fieldLabel" title="" for="Payment_barcode" style="display:none">
                                        Čiarový kód
                                    </label><div class="fieldContent" id="imgSpanBarCode"><xsl:if test="./*[name() = 'Payment_barcode']"><xsl:variable name="barcodeIMG_data" select="./*[name() = 'Payment_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" src="{$barcodeIMG}" width="75%" alt="barcode" /></xsl:when><xsl:otherwise><img id="barcode_img" src="" width="75%" alt="" /></xsl:otherwise></xsl:choose></xsl:if></div><input id="Payment_barcode" name="Payment_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() = 'Payment_barcode']"><xsl:variable name="barcodeIMG_data" select="./*[name() = 'Payment_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() = 'barcode']" /></xsl:attribute></xsl:otherwise></xsl:choose></xsl:if></input><div class="clear" /></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_420048/egonp:Podpis"><div id="layoutRow6104" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="Podpis" /><div id="layoutRowContentlayoutRow6104" class="columns"><div id="layoutColumn11391" class="column first" style="width:880px;"><div id="layoutCell26880" class="cell  PoleVpravo_510 Input_16_center"><label class="fieldLabel" title="" for="Podpis_Meno_iss_text3" style="display: none">Meno
                                            </label><span class="fieldContent"><input id="Podpis_Meno_iss_text3" name="Podpis_Meno_iss_text3" title="" type="text" class="xsd_string textBox Podpis_Meno_iss_text3_internal" spellcheck="true" maxlength="400" size="350" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'Podpis_Meno_iss_text3']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Podpis_Meno_iss_text3']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Podpis_Meno_iss_text3']" /></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_iss_text5" style="display: none">za MsÚ
                                            </label><span class="fieldContent"><input id="Podpis_ZaMsU_iss_text5" name="Podpis_ZaMsU_iss_text5" title="" type="text" class="xsd_string textBox Podpis_ZaMsU_iss_text5_internal" spellcheck="true" maxlength="400" size="350" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'Podpis_ZaMsU_iss_text5']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Podpis_ZaMsU_iss_text5']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Podpis_ZaMsU_iss_text5']" /></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_420048/egonp:DorucujeSa"><div id="layoutRow6109" class="layoutRow ui-tabs ui-widget-content   " title=""><input type="hidden" name="DorucujeSa" /><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" /></div><div id="layoutRowContentlayoutRow6109" class="columns"><div id="layoutColumn11396" class="column first" style="width:880px;"><div id="layoutCell26893" class="cell "><label class="fieldLabel" title="" for="DorucujeSa_Meno_iss_gatl19_i_o_zast_mpf_mpf_zast" style="display: none">Meno
                                            </label><span class="fieldContent"><input id="DorucujeSa_Meno_iss_gatl19_i_o_zast_mpf_mpf_zast" name="DorucujeSa_Meno_iss_gatl19_i_o_zast_mpf_mpf_zast" title="" type="text" class="xsd_string textBox DorucujeSa_Meno_iss_gatl19_i_o_zast_mpf_mpf_zast_internal" spellcheck="true" maxlength="400" size="350" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'DorucujeSa_Meno_iss_gatl19_i_o_zast_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_Meno_iss_gatl19_i_o_zast_mpf_mpf_zast']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'DorucujeSa_Meno_iss_gatl19_i_o_zast_mpf_mpf_zast']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div><div id="layoutCell30192" class="cell "><label class="fieldLabel" title="" for="DorucujeSa_Adresa_iss_gatl19_i_o_zast_adr_adr_zast" style="display: none">Adresa
                                            </label><span class="fieldContent"><textarea id="DorucujeSa_Adresa_iss_gatl19_i_o_zast_adr_adr_zast" name="DorucujeSa_Adresa_iss_gatl19_i_o_zast_adr_adr_zast" title="" class="xsd_string textBox DorucujeSa_Adresa_iss_gatl19_i_o_zast_adr_adr_zast_internal" spellcheck="true" cols="100" rows="3" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'DorucujeSa_Adresa_iss_gatl19_i_o_zast_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_Adresa_iss_gatl19_i_o_zast_adr_adr_zast']"><xsl:value-of select="./*[name() = 'DorucujeSa_Adresa_iss_gatl19_i_o_zast_adr_adr_zast']" /></xsl:when><xsl:otherwise><xsl:text></xsl:text></xsl:otherwise></xsl:choose></textarea></span><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_420048/egonp:SekciaZakonEGovInfo"><div id="layoutRow5369a" class="layoutRow ui-tabs ui-widget-content   " title=""><input type="hidden" name="SekciaZakonEGovInfo" /><div id="layoutRowContentlayoutRow5369a" class="columns"><div id="layoutColumn9930a" class="column first"><div id="layoutCell23931a" class="cell "><label class="fieldLabel" title="" for="Info_text" style="display: none">
                                                Zakon info
                                            </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="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.3</span><span id="mtd_idp">3582</span><span id="mtd_namespace">http://schemas.gov.sk/form/00324451.A0000420.000000260.VYST_420048_VyzvaNaZaplatenieCelkovehoNedoplatku_RozpisNedoplatku_edit/2.3</span></div></form></body></html></xsl:template></xsl:stylesheet>