<?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/00328758.A0000410.000000268.VYST_410134_VyzvaNaZaplatenieNedoplatku_RozpisNedoplatku/2.1" 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 nedoplatku - rozpis nedoplatku</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_410134").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}
                    .RozhodnutieHlavicka_SpravcaDane_iss_internal{width:410px;}.RozhodnutieHlavicka_Vybavuje_iss_text6_internal{width:410px;}.RozhodnutieHlavicka_Telefon_iss_text7_internal{width:410px;}.RozhodnutieHlavicka_CisloKonania_iss_tl_c_kon_pi_internal{width:410px;}.RozhodnutieHlavicka_VMeste_iss_internal{width:310px;}.RozhodnutieHlavicka_Datum_iss_gatl18_internal{width:310px;}.Adresat_Adresa_iss_adr_internal{width:490px;height:60px;}.Adresat_Danovnik_iss_mpf_internal{width:490px;}.Adresat_Danovnik_iss_icorc_internal{width:490px;}.Podpis_Meno_iss_gatl3_internal{width:350px;}.Podpis_ZaMsU_iss_gatl5_internal{width:350px;}.Poplatok_Text01_iss_tl_hl_txt_r1_internal{width:860px;height:120px;}.Poplatok_Text02_iss_tl_hl_txt_r2_internal{width:860px;height:120px;}.VypocetPoplatok_CelkovyNedoplatokHodnota_iss_sk_spolu_internal{width:95px;}.VypocetPoplatok_Mena_iss_tl_symb_mena_internal{width:30px;}.VypocetPoplatok_Ucet_iss_tl_hl_txt_r3_120_tl_c_ev_tl_hl_r4_internal{width:860px;height:120px;}
                    .VypocetPoplatok_Hodnoty_TypHodnota_iss_n_poh_typ_memo_internal{width:245px;}
                    .VypocetPoplatok_Hodnoty_RokHodnota_iss_rok_vytv_memo_internal{width:42px;}
                    .VypocetPoplatok_Hodnoty_DatumPohybuHodnota_iss_d_poh_memo_internal{width:115px;}
                    .VypocetPoplatok_Hodnoty_VS_internal{width:130px;}
                    .VypocetPoplatok_Hodnoty_SS_internal{width:130px;}
                    .Adresat_Riadky_internal{width:350px;}
                    .VypocetPoplatok_Hodnoty_SumaHodnota_iss_tl_sk_memo_internal{width:95px;}
                    .VypocetPoplatok_Hodnoty_MenaHodnota_iss_tl_symb_mena_memo_internal{width:30px;}
                    .Upozornenie_Text_iss_tl_hl_txt_r5_internal{width:860px;height:100px;}.Poucenie_Text01_iss_tl_hl_txt_r6_internal{width:860px;height:100px;}.Poucenie_Text02_iss_dopl_txt_internal{width:860px;height:100px;}
                    .DorucujeSa_Meno_internal{width:860px;}.DorucujeSa_Adresa_internal{width:860px;height:60px;}
                    .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_410134" action=""><div id="main" class="layoutMain ui-widget-content"><xsl:for-each select="/egonp:eForm_eGov_vystup_410134/egonp:Obec"><div id="layoutRow6843" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="Obec" /><div id="layoutRowContentlayoutRow6843" class="columns"><div id="layoutColumn12790" class="column first" style="width:140px;"><div id="layoutCell30154" class="cell  logo"><span class="fieldContent"><img src="http://www.roznava.sk/imgcache/erb-formular-5b14cd245c15102f314505d6.png" alt="" title="" /></span><div class="clear"></div></div></div><div id="layoutColumn12791" class="column " style="width:400px;"><div id="layoutCell30155" 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="layoutCell30156" 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" 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="layoutCell30157" 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" 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><div id="layoutColumn12792" class="column " style="width:340px;"><div id="layoutCell30159" 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" disabled="disabled" readonly="readonly" value="" style="width:255px"><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="layoutCell30160" 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" disabled="disabled" readonly="readonly" value="" style="width:255px"><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="layoutCell30158" 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" disabled="disabled" readonly="readonly" value="" style="width:255px"><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_410134/egonp:RozhodnutieHlavicka"><div id="layoutRow6844" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="RozhodnutieHlavicka" /><div id="layoutRowContentlayoutRow6844" class="columns"><div id="layoutColumn12793" class="column first" style="width:550px;"><div id="layoutCell86548" class="cell  LabelBold"><label class="fieldLabel" title="" for="RozhodnutieHlavicka_SpravcaDane_iss" style="width:90px;"><xsl:text disable-output-escaping="yes">Správca dane </xsl:text></label><span class="fieldContent"><input id="RozhodnutieHlavicka_SpravcaDane_iss" name="RozhodnutieHlavicka_SpravcaDane_iss" title="" class="xsd_string textBox RozhodnutieHlavicka_SpravcaDane_iss_internal" spellcheck="true" maxlength="400" size="480" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'RozhodnutieHlavicka_SpravcaDane_iss']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'RozhodnutieHlavicka_SpravcaDane_iss']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieHlavicka_SpravcaDane_iss']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell30162" 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><div id="layoutCell30163" 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><div id="layoutCell30173" class="cell  LabelBold"><label class="fieldLabel" title="" for="RozhodnutieHlavicka_CisloKonania_iss_tl_c_kon_pi" 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_pi" name="RozhodnutieHlavicka_CisloKonania_iss_tl_c_kon_pi" title="" type="text" class="xsd_string textBox RozhodnutieHlavicka_CisloKonania_iss_tl_c_kon_pi_internal" spellcheck="true" maxlength="400" size="450" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'RozhodnutieHlavicka_CisloKonania_iss_tl_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_CisloKonania_iss_tl_c_kon_pi']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieHlavicka_CisloKonania_iss_tl_c_kon_pi']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn12797" class="column " style="width:300px;"><div id="layoutCell30174" class="cell  LabelBold"><label class="fieldLabel" title="" for="RozhodnutieHlavicka_VMeste_iss" style="width:90px;display:none"><xsl:text disable-output-escaping="yes">V/Vo </xsl:text></label><span class="fieldContent"><input id="RozhodnutieHlavicka_VMeste_iss" name="RozhodnutieHlavicka_VMeste_iss" title="" type="text" class="xsd_string textBox RozhodnutieHlavicka_VMeste_iss_internal" spellcheck="true" maxlength="400" size="450" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'RozhodnutieHlavicka_VMeste_iss']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'RozhodnutieHlavicka_VMeste_iss']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieHlavicka_VMeste_iss']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell30175" class="cell  LabelBold"><label class="fieldLabel" title="" for="RozhodnutieHlavicka_Datum_iss_gatl18" style="width:90px;display:none"><xsl:text disable-output-escaping="yes">Dátum </xsl:text></label><span class="fieldContent"><input id="RozhodnutieHlavicka_Datum_iss_gatl18" name="RozhodnutieHlavicka_Datum_iss_gatl18" title="" type="text" class="xsd_string textBox RozhodnutieHlavicka_Datum_iss_gatl18_internal" spellcheck="true" maxlength="400" size="110" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'RozhodnutieHlavicka_Datum_iss_gatl18']/@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_gatl18']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieHlavicka_Datum_iss_gatl18']" /></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_410134/egonp:Adresat"><div id="layoutRow8114" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="Adresat" /><div id="layoutRowContentlayoutRow8114" class="columns"><div id="layoutColumn15838r" class="column first" style="width:370px;"><div id="layoutCell86974r" class="cell  Label_12_bold_right"><label class="fieldLabel" title="" for="Adresat_Riadok1" style="width:480px;display:none"><xsl:text disable-output-escaping="yes">Riadok 1 </xsl:text></label><span class="fieldContent"><input id="Adresat_Riadok1" name="Adresat_Riadok1" title="" type="text" class="xsd_string textBox Adresat_Riadky_internal" spellcheck="true" maxlength="400" size="350" alt="" value="" disabled="disabled" readonly="readonly"><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><div id="layoutCell86975r" class="cell  Label_12_bold_right"><label class="fieldLabel" title="" for="Adresat_Riadok2" style="width:480px;;display:none"><xsl:text disable-output-escaping="yes">Riadok 2 </xsl:text></label><span class="fieldContent"><input id="Adresat_Riadok2" name="Adresat_Riadok2" title="" type="text" class="xsd_string textBox Adresat_Riadky_internal" spellcheck="true" maxlength="400" size="350" alt="" value="" disabled="disabled" readonly="readonly"><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><div id="layoutCell86972r" class="cell  Label_12_bold_right"><label class="fieldLabel" title="" for="Adresat_Riadok3" style="width:480px;;display:none"><xsl:text disable-output-escaping="yes">Riadok 3 </xsl:text></label><span class="fieldContent"><input id="Adresat_Riadok3" name="Adresat_Riadok3" title="" type="text" class="xsd_string textBox Adresat_Riadky_internal" spellcheck="true" maxlength="400" size="350" alt="" value="" disabled="disabled" readonly="readonly"><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><div id="layoutColumn15838" class="column first" style="width:510px;"><div id="layoutCell86974" class="cell  Label_12_bold_right"><label class="fieldLabel" title="" for="Adresat_Danovnik_iss_mpf" style="width:480px;;display:none"><xsl:text disable-output-escaping="yes">Meno a priezvisko/Obch. meno </xsl:text></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" alt="" value="" disabled="disabled" readonly="readonly"><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><div id="layoutCell86975" class="cell  Label_12_bold_right"><label class="fieldLabel" title="" for="Adresat_Danovnik_iss_icorc" style="width:480px;;display:none"><xsl:text disable-output-escaping="yes">Rodné číslo/IČO </xsl:text></label><span class="fieldContent"><input id="Adresat_Danovnik_iss_icorc" name="Adresat_Danovnik_iss_icorc" title="" type="text" class="xsd_string textBox Adresat_Danovnik_iss_icorc_internal" spellcheck="true" maxlength="400" size="350" alt="" value="" disabled="disabled" readonly="readonly"><xsl:if test="boolean(./*[name() = 'Adresat_Danovnik_iss_icorc']/@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_icorc']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Adresat_Danovnik_iss_icorc']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell86972" class="cell  Label_12_bold_right"><label class="fieldLabel" title="" for="Adresat_Adresa_iss_adr" style="width:480px;;display:none"><xsl:text disable-output-escaping="yes">Adresa trvalého pobytu/Sídlo </xsl:text></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" alt="" value="" disabled="disabled" readonly="readonly"><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><div class="clear"></div></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_410134/egonp:Rozhodnutie"><div id="layoutRow6846" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="Rozhodnutie" /><div id="layoutRowContentlayoutRow6846" class="columns"><div id="layoutColumn12795" class="column first" style="width:880px;"><div id="layoutCell30169" class="cell  Label_20_bold_left"><label class="fieldLabel" title="" for="Rozhodnutie_Text" style="width:860px;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 " spellcheck="true" maxlength="400" size="190" alt="" value="" disabled="disabled" readonly="readonly" style="font-weight:bold; text-align:center; font-size:20pt;&#xD;&#xA;                                                       width:860px; height:35px;"><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><div class="clear"></div></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_410134/egonp:Poplatok"><div id="layoutRow6848" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="Poplatok" /><div id="layoutRowContentlayoutRow6848" class="columns"><div id="layoutColumn12798" class="column first" style="width:880px;"><div id="layoutCell30176" class="cell "><label class="fieldLabel" title="" for="Poplatok_Text01_iss_tl_hl_txt_r1" style="display: none">Text01
                                            </label><span class="fieldContent"><textarea id="Poplatok_Text01_iss_tl_hl_txt_r1" name="Poplatok_Text01_iss_tl_hl_txt_r1" title="" class="xsd_string textArea Poplatok_Text01_iss_tl_hl_txt_r1_internal" spellcheck="true" cols="100" rows="3" disabled="disabled" readonly="readonly"><xsl:if test="boolean(./*[name() = 'Poplatok_Text01_iss_tl_hl_txt_r1']/@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_hl_txt_r1']"><xsl:value-of select="./*[name() = 'Poplatok_Text01_iss_tl_hl_txt_r1']" /></xsl:when><xsl:otherwise><xsl:text></xsl:text></xsl:otherwise></xsl:choose></textarea></span><div class="clear"></div></div><div id="layoutCell30331" class="cell "><label class="fieldLabel" title="" for="Poplatok_Text02_iss_tl_hl_txt_r2" style="display: none">Text02
                                            </label><span class="fieldContent"><textarea id="Poplatok_Text02_iss_tl_hl_txt_r2" name="Poplatok_Text02_iss_tl_hl_txt_r2" title="" class="xsd_string textArea Poplatok_Text02_iss_tl_hl_txt_r2_internal" spellcheck="true" cols="100" rows="3" disabled="disabled" readonly="readonly"><xsl:if test="boolean(./*[name() = 'Poplatok_Text02_iss_tl_hl_txt_r2']/@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_hl_txt_r2']"><xsl:value-of select="./*[name() = 'Poplatok_Text02_iss_tl_hl_txt_r2']" /></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_410134/egonp:VypocetPoplatok"><div id="layoutRow6849" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="VypocetPoplatok" /><div id="layoutRowContentlayoutRow6849" class="columns"><div id="layoutColumn12868" class="column first" style="width:270px;"><div id="layoutCell30324" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="VypocetPoplatok_Typ" style="width:200px;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" maxlength="400" size="190" alt="" value="" disabled="disabled" readonly="readonly" style="width:255px"><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><div id="layoutColumn12869" class="column " style="width:50px;"><div id="layoutCell30325" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="VypocetPoplatok_Rok" style="width:35px; 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" maxlength="400" size="190" alt="" value="" disabled="disabled" readonly="readonly" style="width:35px"><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><div id="layoutColumn12871" class="column " style="width:130px;"><div id="layoutCell30326" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="VypocetPoplatok_DatumPohybu" style="width:135px;display:none"><xsl:text disable-output-escaping="yes">Dátum pohybu </xsl:text></label><span class="fieldContent"><input id="VypocetPoplatok_DatumPohybu" name="VypocetPoplatok_DatumPohybu" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" alt="" value="" disabled="disabled" readonly="readonly" style="width:115px"><xsl:if test="boolean(./*[name() = 'VypocetPoplatok_DatumPohybu']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'VypocetPoplatok_DatumPohybu']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'VypocetPoplatok_DatumPohybu']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn13870" class="column " style="width:145px;"><div id="layoutCell33327" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="VypocetPoplatok_VS" style="width:135px;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" maxlength="400" size="190" alt="" value="" disabled="disabled" readonly="readonly" style="width:130px"><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><div id="layoutColumn13871" class="column " style="width:145px;"><div id="layoutCell33328" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="VypocetPoplatok_SS" style="width:135px;display:none"><xsl:text disable-output-escaping="yes">SS </xsl:text></label><span class="fieldContent"><input id="VypocetPoplatok_SS" name="VypocetPoplatok_SS" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" alt="" value="" disabled="disabled" readonly="readonly" style="width:130px"><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><div id="layoutColumn12870" class="column " style="width:110px;"><div id="layoutCell30327" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="VypocetPoplatok_Suma" style="width:135px;display:none"><xsl:text disable-output-escaping="yes">Suma </xsl:text></label><span class="fieldContent"><input id="VypocetPoplatok_Suma" name="VypocetPoplatok_Suma" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" alt="" value="" disabled="disabled" readonly="readonly" style="width:95px"><xsl:if test="boolean(./*[name() = 'VypocetPoplatok_Suma']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'VypocetPoplatok_Suma']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'VypocetPoplatok_Suma']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn12799" class="column " style="width:880px;"><div id="layoutCell30178" class="cell "><xsl:for-each select="./egonp:VypocetPoplatok_Hodnoty"><div id="layoutRow6850" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><xsl:variable name="nRowslayoutRow6850" select="position()" /><xsl:attribute name="id">layoutRow6850<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="layoutRowContentlayoutRow6850" class="columns"><div id="layoutColumn12800" class="column first" style="width:260px;"><div id="layoutCell30179" class="cell  Input_16_left"><label class="fieldLabel" title="" for="VypocetPoplatok_Hodnoty_TypHodnota_iss_n_poh_typ_memo" style="display: none">Typ poplatku - hodnota
                                                                </label><span class="fieldContent"><input id="VypocetPoplatok_Hodnoty_TypHodnota_iss_n_poh_typ_memo" name="VypocetPoplatok_Hodnoty_TypHodnota_iss_n_poh_typ_memo" title="" type="text" class="xsd_string textBox VypocetPoplatok_Hodnoty_TypHodnota_iss_n_poh_typ_memo_internal" spellcheck="true" maxlength="400" size="330" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'VypocetPoplatok_Hodnoty_TypHodnota_iss_n_poh_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_TypHodnota_iss_n_poh_typ_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'VypocetPoplatok_Hodnoty_TypHodnota_iss_n_poh_typ_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn12801" class="column " style="width:50px;"><div id="layoutCell30180" class="cell  Input_16_center"><label class="fieldLabel" title="" for="VypocetPoplatok_Hodnoty_RokHodnota_iss_rok_vytv_memo" style="display: none">Rok - hodnota
                                                                </label><span class="fieldContent"><input id="VypocetPoplatok_Hodnoty_RokHodnota_iss_rok_vytv_memo" name="VypocetPoplatok_Hodnoty_RokHodnota_iss_rok_vytv_memo" title="" type="text" class="xsd_string textBox VypocetPoplatok_Hodnoty_RokHodnota_iss_rok_vytv_memo_internal" spellcheck="true" maxlength="400" size="135" disabled="disabled" readonly="readonly" alt="" value="" style="padding-left:0px;"><xsl:if test="boolean(./*[name() = 'VypocetPoplatok_Hodnoty_RokHodnota_iss_rok_vytv_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_rok_vytv_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'VypocetPoplatok_Hodnoty_RokHodnota_iss_rok_vytv_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn12802" class="column " style="width:130px;"><div id="layoutCell30181" class="cell  Input_16_center"><label class="fieldLabel" title="" for="VypocetPoplatok_Hodnoty_DatumPohybuHodnota_iss_d_poh_memo" style="display: none">Dátum pohybu - hodnota
                                                                </label><span class="fieldContent"><input id="VypocetPoplatok_Hodnoty_DatumPohybuHodnota_iss_d_poh_memo" name="VypocetPoplatok_Hodnoty_DatumPohybuHodnota_iss_d_poh_memo" title="" type="text" class="xsd_string textBox VypocetPoplatok_Hodnoty_DatumPohybuHodnota_iss_d_poh_memo_internal" spellcheck="true" maxlength="400" size="135" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'VypocetPoplatok_Hodnoty_DatumPohybuHodnota_iss_d_poh_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_DatumPohybuHodnota_iss_d_poh_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'VypocetPoplatok_Hodnoty_DatumPohybuHodnota_iss_d_poh_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn13803" class="column " style="width:145px;"><div id="layoutCell33182" class="cell  Input_16_center"><label class="fieldLabel" title="" for="VypocetPoplatok_Hodnoty_VS_memo" style="display: none">VS - hodnota
                                                                </label><span class="fieldContent"><input id="VypocetPoplatok_Hodnoty_VS_memo" name="VypocetPoplatok_Hodnoty_VS_memo" title="" type="text" class="xsd_string textBox VypocetPoplatok_Hodnoty_VS_internal" spellcheck="true" maxlength="400" size="135" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'VypocetPoplatok_Hodnoty_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_VS_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'VypocetPoplatok_Hodnoty_VS_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn13804" class="column " style="width:145px;"><div id="layoutCell33183" class="cell  Input_16_center"><label class="fieldLabel" title="" for="VypocetPoplatok_Hodnoty_SS_memo" style="display: none">SS - hodnota
                                                                </label><span class="fieldContent"><input id="VypocetPoplatok_Hodnoty_SS_memo" name="VypocetPoplatok_Hodnoty_SS_memo" title="" type="text" class="xsd_string textBox VypocetPoplatok_Hodnoty_SS_internal" spellcheck="true" maxlength="400" size="135" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'VypocetPoplatok_Hodnoty_SS_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_SS_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'VypocetPoplatok_Hodnoty_SS_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn12804a" class="column " style="width:110px;"><div id="layoutCell30182" class="cell  Input_16_center"><label class="fieldLabel" title="" for="VypocetPoplatok_Hodnoty_SumaHodnota_iss_tl_sk_memo" style="display: none">Suma - hodnota
                                                                </label><span class="fieldContent"><input id="VypocetPoplatok_Hodnoty_SumaHodnota_iss_tl_sk_memo" name="VypocetPoplatok_Hodnoty_SumaHodnota_iss_tl_sk_memo" title="" type="text" class="xsd_string textBox VypocetPoplatok_Hodnoty_SumaHodnota_iss_tl_sk_memo_internal" spellcheck="true" maxlength="400" size="135" disabled="disabled" readonly="readonly" alt="" value="" style="text-align:right !important;"><xsl:if test="boolean(./*[name() = 'VypocetPoplatok_Hodnoty_SumaHodnota_iss_tl_sk_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_SumaHodnota_iss_tl_sk_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'VypocetPoplatok_Hodnoty_SumaHodnota_iss_tl_sk_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div class="clear"></div></div><div id="repetitionCommandslayoutRow6850" class="sectionPager"><xsl:if test="position() != last()"><xsl:attribute name="style"><xsl:text>display:none;</xsl:text></xsl:attribute></xsl:if><span id="addSectionlayoutRow6850" class="button addRemoveSection" onclick="addSection(1, 999, this)" title="Pridať sekciu Hodnoty">Pridať
                                                        </span><span id="removeSectionlayoutRow6850" 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, 'layoutRow6850') })
                                                    </script></xsl:if></xsl:if><div class="clear"></div></div></div><div id="layoutColumn12805" class="column " style="width:740px;"><div id="layoutCell30184" class="cell  LabelBoldRight"><label class="fieldLabel" title="" for="VypocetPoplatok_CelkovyNedoplatok" style="width:635px;display:none"><xsl:text disable-output-escaping="yes">Celkový nedoplatok </xsl:text></label><span class="fieldContent"><input id="VypocetPoplatok_CelkovyNedoplatok" name="VypocetPoplatok_CelkovyNedoplatok" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" disabled="disabled" readonly="readonly" alt="" value="" style="font-weight:bold;margin-left:565px"><xsl:if test="boolean(./*[name() = 'VypocetPoplatok_CelkovyNedoplatok']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'VypocetPoplatok_CelkovyNedoplatok']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'VypocetPoplatok_CelkovyNedoplatok']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn12806" class="column " style="width:120px;"><div id="layoutCell30185" class="cell  Input_16_center"><label class="fieldLabel" title="" for="VypocetPoplatok_CelkovyNedoplatokHodnota_iss_sk_spolu" style="display: none">Spolu - hodnota
                                            </label><span class="fieldContent"><input id="VypocetPoplatok_CelkovyNedoplatokHodnota_iss_sk_spolu" name="VypocetPoplatok_CelkovyNedoplatokHodnota_iss_sk_spolu" title="" type="text" class="xsd_string textBox VypocetPoplatok_CelkovyNedoplatokHodnota_iss_sk_spolu_internal" spellcheck="true" maxlength="400" size="135" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'VypocetPoplatok_CelkovyNedoplatokHodnota_iss_sk_spolu']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'VypocetPoplatok_CelkovyNedoplatokHodnota_iss_sk_spolu']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'VypocetPoplatok_CelkovyNedoplatokHodnota_iss_sk_spolu']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn12808" class="column " style="width:880px;"><div id="layoutCell30187" class="cell "><label class="fieldLabel" title="" for="VypocetPoplatok_Ucet_iss_tl_hl_txt_r3_120_tl_c_ev_tl_hl_r4" style="display: none">Účet
                                            </label><span class="fieldContent"><textarea id="VypocetPoplatok_Ucet_iss_tl_hl_txt_r3_120_tl_c_ev_tl_hl_r4" name="VypocetPoplatok_Ucet_iss_tl_hl_txt_r3_120_tl_c_ev_tl_hl_r4" title="" class="xsd_string textArea VypocetPoplatok_Ucet_iss_tl_hl_txt_r3_120_tl_c_ev_tl_hl_r4_internal" spellcheck="true" cols="100" rows="3" disabled="disabled" readonly="readonly"><xsl:if test="boolean(./*[name() = 'VypocetPoplatok_Ucet_iss_tl_hl_txt_r3_120_tl_c_ev_tl_hl_r4']/@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_hl_txt_r3_120_tl_c_ev_tl_hl_r4']"><xsl:value-of select="./*[name() = 'VypocetPoplatok_Ucet_iss_tl_hl_txt_r3_120_tl_c_ev_tl_hl_r4']" /></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_410134/egonp:PaymentData"><div id="layoutRow6851000" class="layoutRow ui-tabs ui-widget-content   " title=""><input type="hidden" name="PaymentData" /><div id="layoutRowContentlayoutRow6851000" class="columns"><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="layoutCell8696007" 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 id="layoutCell_b29965" class="cell "><label class="fieldLabel" title="" for="Payment_qrcode" style="display:none">
                                                QR kód
                                            </label><input id="Payment_qrcode" name="Payment_qrcode" type="hidden" class="xsd_string textBox" alt="" value=""><xsl:if test="boolean(./*[name() = 'Payment_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() = 'Payment_qrcode']" /></xsl:attribute></xsl:otherwise></xsl:choose></xsl:if></input><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><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() = 'Payment_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() = 'Payment_barcode']" /></xsl:attribute></xsl:otherwise></xsl:choose></xsl:if></input><div class="clear" /></div></div><div class="clear"></div></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_410134/egonp:Upozornenie"><div id="layoutRow6851" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="Upozornenie" /><div id="layoutRowContentlayoutRow6851" class="columns"><div id="layoutColumn12809" class="column first" style="width:880px;"><div id="layoutCell30189" class="cell "><label class="fieldLabel" title="" for="Upozornenie_Text_iss_tl_hl_txt_r5" style="display: none">Upozornenie - Text
                                            </label><span class="fieldContent"><textarea id="Upozornenie_Text_iss_tl_hl_txt_r5" name="Upozornenie_Text_iss_tl_hl_txt_r5" title="" class="xsd_string textArea Upozornenie_Text_iss_tl_hl_txt_r5_internal" spellcheck="true" cols="100" rows="3" disabled="disabled" readonly="readonly"><xsl:if test="boolean(./*[name() = 'Upozornenie_Text_iss_tl_hl_txt_r5']/@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_hl_txt_r5']"><xsl:value-of select="./*[name() = 'Upozornenie_Text_iss_tl_hl_txt_r5']" /></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_410134/egonp:Poucenie"><div id="layoutRow6852" 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="layoutRowContentlayoutRow6852" class="columns"><div id="layoutColumn12810" class="column first" style="width:880px;"><div id="layoutCell30191" class="cell "><label class="fieldLabel" title="" for="Poucenie_Text01_iss_tl_hl_txt_r6" style="display: none">Text01
                                            </label><span class="fieldContent"><textarea id="Poucenie_Text01_iss_tl_hl_txt_r6" name="Poucenie_Text01_iss_tl_hl_txt_r6" title="" class="xsd_string textArea Poucenie_Text01_iss_tl_hl_txt_r6_internal" spellcheck="true" cols="100" rows="3" disabled="disabled" readonly="readonly"><xsl:if test="boolean(./*[name() = 'Poucenie_Text01_iss_tl_hl_txt_r6']/@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_Text01_iss_tl_hl_txt_r6']"><xsl:value-of select="./*[name() = 'Poucenie_Text01_iss_tl_hl_txt_r6']" /></xsl:when><xsl:otherwise><xsl:text></xsl:text></xsl:otherwise></xsl:choose></textarea></span><div class="clear"></div></div><div id="layoutCell30332" class="cell "><label class="fieldLabel" title="" for="Poucenie_Text02_iss_dopl_txt" style="display: none">Text02
                                            </label><span class="fieldContent"><textarea id="Poucenie_Text02_iss_dopl_txt" name="Poucenie_Text02_iss_dopl_txt" title="" class="xsd_string textArea Poucenie_Text02_iss_dopl_txt_internal" spellcheck="true" cols="100" rows="3" disabled="disabled" readonly="readonly"><xsl:if test="boolean(./*[name() = 'Poucenie_Text02_iss_dopl_txt']/@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_Text02_iss_dopl_txt']"><xsl:value-of select="./*[name() = 'Poucenie_Text02_iss_dopl_txt']" /></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_410134/egonp:Podpis"><div id="layoutRow6847" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="Podpis" /><div id="layoutRowContentlayoutRow6847" class="columns"><div id="layoutColumn12796" class="column first" style="width:880px;"><div id="layoutCell30171" class="cell  PoleVpravo_510 Input_16_center"><label class="fieldLabel" title="" for="Podpis_Meno_iss_gatl3" style="display: none">Meno
                                            </label><span class="fieldContent"><input id="Podpis_Meno_iss_gatl3" name="Podpis_Meno_iss_gatl3" title="" type="text" class="xsd_string textBox Podpis_Meno_iss_gatl3_internal" spellcheck="true" maxlength="400" size="350" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'Podpis_Meno_iss_gatl3']/@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_gatl3']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Podpis_Meno_iss_gatl3']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell30172" class="cell  PoleVpravo_510 Input_16_center"><label class="fieldLabel" title="" for="Podpis_ZaMsU_iss_gatl5" style="display: none">za MsÚ
                                            </label><span class="fieldContent"><input id="Podpis_ZaMsU_iss_gatl5" name="Podpis_ZaMsU_iss_gatl5" title="" type="text" class="xsd_string textBox Podpis_ZaMsU_iss_gatl5_internal" spellcheck="true" maxlength="400" size="350" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'Podpis_ZaMsU_iss_gatl5']/@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_gatl5']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Podpis_ZaMsU_iss_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_410134/egonp:DorucujeSa"><div id="layoutRow8041" 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"></span></div><div id="layoutRowContentlayoutRow8041" class="columns"><div id="layoutColumn15681" class="column first" style="width:880px;"><div id="layoutCell86731" class="cell "><label class="fieldLabel" title="" for="DorucujeSa_Meno" style="display: none">Meno
                                            </label><span class="fieldContent"><input id="DorucujeSa_Meno" name="DorucujeSa_Meno" title="" type="text" class="xsd_string textBox DorucujeSa_Meno_internal" spellcheck="true" maxlength="400" size="860" disabled="disabled" readonly="readonly" alt="" value="" tabindex="144"><xsl:if test="boolean(./*[name() = 'DorucujeSa_Meno']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'DorucujeSa_Meno']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'DorucujeSa_Meno']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell86737" class="cell "><label class="fieldLabel" title="" for="DorucujeSa_Adresa" style="display: none">Adresa
                                            </label><span class="fieldContent"><textarea id="DorucujeSa_Adresa" name="DorucujeSa_Adresa" title="" class="xsd_string textArea DorucujeSa_Adresa_internal" spellcheck="true" cols="100" rows="3" disabled="disabled" readonly="readonly" tabindex="145"><xsl:if test="boolean(./*[name() = 'DorucujeSa_Adresa']/@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']"><xsl:value-of select="./*[name() = 'DorucujeSa_Adresa']" /></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_410134/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:value-of select="./*[name() = 'Info_text']" /></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.1</span><span id="mtd_idp">3538</span><span id="mtd_namespace">http://schemas.gov.sk/form/00328758.A0000410.000000268.VYST_410134_VyzvaNaZaplatenieNedoplatku_RozpisNedoplatku/2.1</span></div></form></body></html></xsl:template></xsl:stylesheet>