<?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/00315524.A0000410.000000271.VYST_410134_VyzvaNaZaplatenieNedoplatku_RozpisNedoplatku/2.4" 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">/*
						<![CDATA[ */
function nacitajObrazky() {

	const BarCode = document.getElementById('PaymentDataHodn_barcode');
	const QRCode = document.getElementById('PaymentDataHodn_qrcode');

	if (BarCode.value != '')
		if (BarCode.value.indexOf('data:image') == -1)
			$("#BarCode").find('img').attr('src', 'data:image/png;base64,' + inputBarCode.value)
		else
			$("#imgSpanBarCode").find('img').attr('src', inputBarCode.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) {
  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">
					.Input_20_bold_center input {font-size:20px;font-weight:bold;text-align:center !important} .Input_16_bold_center input {font-size:16px;font-weight:bold;text-align:center !important} .logo img {width:100px; height:120px;} .LabelBold{font-weight: bold;} body {font-family: Verdana;font-size: 16px;} .Input_16_bold_left input {font-size:16px;font-weight:bold;text-align: center!important} .PoleVpravo_510 {text-indent: 510px; margin: 0px; text-align:justify;} .BunkaBoldCenter label {line-height:100%; margin-top: 5px; font-weight:bold;text-align:center;} .LabelBoldRight label {font-weight: bold; text-align:right;} .Input_16_right input {font-size:16px;text-align: right !important} .Input_12_center input {font-size:12px;text-align:center !important} .Input_12_right input {font-size:12px;text-align:right !important} .Input_16_center input {font-size:16px;text-align: center !important} .Zakon_info_text_internal{width:860px;}.Rozhodnutie_Text_internal{width:860px;}
					.Rozhodnutie_Cislo_iss_c_ev_gatl6_internal{width:860px;}
					.Zahlavie_Text_iss_gatl1_internal{width:700px;}
.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_Osoba_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:50px;}.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;}
					.Info_text_internal{width:860px;height:50px;}                    
/* väčší stĺpec */
.VypocetUrokZOmeskania_Hodnoty_ZdanovacieObdobieHodnota_iss_tl_d_od_tl_d_do_internal {
  width: 200px;
  box-sizing: border-box;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}

/* ostatné stĺpce */
.VypocetUrokZOmeskania_Hodnoty_NedoplatokHodnota_iss_sk_saldo_internal,
.VypocetUrokZOmeskania_Hodnoty_ZaplatenaSumaHodnota_iss_sk_uhr_internal,
.VypocetUrokZOmeskania_Hodnoty_DenSplatnosti_iss_d_spl_internal,
.VypocetUrokZOmeskania_Hodnoty_DenUhrady_iss_d_uhr_internal,
.VypocetUrokZOmeskania_Hodnoty_PocetDniOmeskania_iss_p_omes_internal,
.VypocetUrokZOmeskania_Hodnoty_UrokZomeskaniaHodnota_iss_sk_pen_internal {
  width: 87px;
  box-sizing: border-box;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}

/* posledný bez pravej medzery */
.VypocetUrokZOmeskania_Hodnoty_UrokZomeskaniaHodnota_iss_sk_pen_internal {
  margin-right: 0;
}					
.VypocetUrokZOmeskania_CelkomHodnota_iss_sk_pen_cel_internal{width:95px;}
					.Odovodnenie_Text01_iss_tl_odovod_internal{width:860px;}
                    .RozhodnutieHlavicka_SpravcaDane_iss_internal{width:390px;}
                    .RozhodnutieHlavicka_Vybavuje_iss_gatl17_internal{width:390px;}
                    .RozhodnutieHlavicka_Telefon_iss_gatl11_internal{width:390px;}
                    .RozhodnutieHlavicka_EvidencneCislo_iss_tl_c_kon_pi_internal{width:390px;}
                    .RozhodnutieHlavicka_VMeste_iss_ce_rok_internal{width:307px;}
                    .RozhodnutieHlavicka_Datum_iss_gatl8_internal{width:307px;}
					.Adresat_Adresa_iss_adr_internal{width:540px;}
					.Adresat_Adresa02_iss_ico_rc_internal{width:180px;}
					.Adresat_Osoba_iss_mpf_internal{width:540px;}
					.Riadky_internal{width:300px;}
					.VypocetUrokZOmeskania_CelkomHodnota_iss_sk_celkom_internal{width:750px;}
					.Poucenie_Text_internal{width:860px;}
					.Podpis_Meno_iss_gatl9_internal{width:350px;}
					.Podpis_ZaMsU_iss_gatl10_internal{width:350px;height:30px;}
					RozhodnutieUdaje_Text02_iss_sk_pen_cel_tl_symb_mena_internal{width:860px;}.RozhodnutieUdaje_Text01_iss_tl_uvod_internal{width:860px;height:120px;}.RozhodnutieUdaje_Text03_iss_tl_xxx_el_internal{width:860px;}.RozhodnutieUdaje_Text04_iss_galt34_gatl20_gatl21_gatl22_tl_vs_tl_ssy_internal{width:860px;height:120px;}
.Input_16_bold_center input {font-size:16px;font-weight:bold;text-align:center !important}
.BunkaBoldCenter label {line-height:100%; margin-top: 5px; font-weight:bold;text-align:center;}
.Label_12_bold_center label {font-size:12px;font-weight:bold;text-align:center !important;}
.Input_16_right input {font-size:16px;text-align:right !important}
.bunka label {line-height:100%; margin-top: 5px; font-weight:normal;align:right;}
.Input_16_center input {font-size:16px;text-align:center !important}
.PoleVpravo_510 {text-indent: 510px; margin: 0px; text-align:justify;}
.boldText {font-weight: bold;}.text1{width:215px}
.Info_text_internal{width:860px;}
.Obec_Titulok_internal{width:680px;}
.Obec_pata1_internal{width:100px;}.Obec_pata1_internal{width:110px;}.Obec_pata2_internal{width:200px;}
.RozhodnutieHlavicka_text_internal{width:100px; font-weight: bold;font-size:12px;}
.RozhodnutieHlavicka_c_kon_pi_internal{width:430px;}
.RozhodnutieHlavicka_gatl4_internal{width:258px;}.RozhodnutieHlavicka_gatl5_internal{width:258px;}
.Adresat_mpf_internal{width:683px;}.Adresat_adr_internal{width:683px;}
.DanovnikPopis_mpf_internal{width:400px;}.DanovnikPopis_adr_tp_internal{width:400px;}
.DanovnikPopis_ico_rc_d_nar_internal{width:400px;}
.DanovnikPopis_Riadok{width:300px;}
.Obec_msu_internal{width:622px;}
                .Platba_text_internal{width:860px;}
				.RozhodnutieTextRight {font-size:16px; font-weight:bold; text-align:right;} 
                    .Platba_text_internal1{width:860px;font-weight: bold; text-transform: uppercase;}
                    .PaymentDataHodn_mena_internal{width:245px;}
                    .PaymentDataHodn_text_internal{width:130px;}
                    .PaymentDataHodn_swift_internal{width:500px;}.PaymentDataHodn_ks_internal{width:500px;}.PaymentDataHodn_vs_internal{width:500px;}.PaymentDataHodn_cu_internal{width:500px;}.PaymentDataHodn_ss_internal{width:500px;}                    
.RozhodnutieHlavicka_SpravcaDane_iss_gatl8_internal{width:430px;height:60px;}
.RozhodnutieHlavicka_Vybavuje_iss_gatl6_internal{width:430px;}.RozhodnutieHlavicka_Telefon_iss_gatl7_internal{width:430px;}
.RozhodnutieHlavicka_CisloKonania_iss_c_kon_pi_internal{width:430px;}
.Poplatok_Text01_iss_tl_hl_txt_r1_internal{width:860px;height:120px;}
.Poplatok_Text02_iss_tl_hl_txt_r2_internal{width:860px;}
.Poplatok_Text03_internal{width:860px;}
.Poplatok_Text04_internal{width:860px;height:120px;}
.VypocetPoplatok_Ucet_iss_tl_hl_txt_r3_120_tl_c_ev_tl_hl_r4_internal{width:860px;height:120px;}
.Upozornenie_Text_iss_tl_hl_txt_r5_internal{width:860px;height:100px;}
.RozhodnutieHlavicka_VMeste_iss_gatl4_internal{width:220px;}.RozhodnutieHlavicka_Datum_iss_gatl18_internal{width:220px;}.Adresat_Osoba_iss_mpf_internal{width:750px;}.Adresat_Adresa_iss_adr_internal{width:750px;height:60px;}
.Rozhodnutie_Cislo_iss_c_ev_gatl6_internal{width:170px;}.Vyrok_Text01_iss_internal{width:860px;height:90px;}
.DanovnikPopis_Meno_iss_mpf_internal{width:640px;}.DanovnikPopis_Adresa_iss_adr_tp_internal{width:640px;}.DanovnikPopis_ICORC_iss_ico_rc_tl_dic_internal{width:640px;}.Obdobie_Rok_iss_gatl6_internal{width:860px;}.DzN_Ucet_iss_sumrall_tl_slovRall_gatl31_gatl8_gatl9_gatl10_vs_ssy_sumrall_tl_slovRall_internal{width:860px;height:240px;}.DzN_Pozemky_DanUvedenaCelkomHodnota_iss_sumdp_sumrdp_internal{width:185px;}.DzN_Pozemky_DanZistenaCelkomHodnota_iss_sumds_internal{width:185px;}.DzN_Pozemky_RozdielDaneCelkomHodnota_iss_sumrdp_internal{width:185px;}.DzN_Pozemky_A_DanUvedenaHodnota_iss_dpa_rdpa_memo_internal{width:185px;}.DzN_Pozemky_A_DanZistenaHodnota_iss_dpa_memo_internal{width:185px;}.DzN_Pozemky_A_RozdielDaneHodnota_iss_rdpa_memo_internal{width:185px;}.DzN_Pozemky_B_DanUvedenaHodnota_iss_dpb_rdpb_memo_internal{width:185px;}.DzN_Pozemky_B_DanZistenaHodnota_iss_dpb_memo_internal{width:185px;}.DzN_Pozemky_B_RozdielDaneHodnota_iss_rdpb_memo_internal{width:185px;}.DzN_Pozemky_C_DanUvedenaHodnota_iss_dpc_rdpc_memo_internal{width:185px;}.DzN_Pozemky_C_DanZistenaHodnota_iss_dpc_memo_internal{width:185px;}.DzN_Pozemky_C_RozdielDaneHodnota_iss_rdpc_memo_internal{width:185px;}.DzN_Pozemky_D_DanUvedenaHodnota_iss_dpd_rdpd_memo_internal{width:185px;}.DzN_Pozemky_D_DanZistenaHodnota_iss_dpd_memo_internal{width:185px;}.DzN_Pozemky_D_RozdielDaneHodnota_iss_rdpd_memo_internal{width:185px;}.DzN_Pozemky_E_DanUvedenaHodnota_iss_dpe_rdpe_memo_internal{width:185px;}.DzN_Pozemky_E_DanZistenaHodnota_iss_dpe_memo_internal{width:185px;}.DzN_Pozemky_E_RozdielDaneHodnota_iss_rdpe_memo_internal{width:185px;}.DzN_Pozemky_F_DanUvedenaHodnota_iss_dpf_rdpf_memo_internal{width:185px;}.DzN_Pozemky_F_DanZistenaHodnota_iss_dpf_memo_internal{width:185px;}.DzN_Pozemky_F_RozdielDaneHodnota_iss_rdpf_memo_internal{width:185px;}.DzN_Pozemky_G_DanUvedenaHodnota_iss_dpg_rdpg_memo_internal{width:185px;}.DzN_Pozemky_G_DanZistenaHodnota_iss_dpg_memo_internal{width:185px;}.DzN_Pozemky_G_RozdielDaneHodnota_iss_rdpg_memo_internal{width:185px;}.DzN_Pozemky_H_DanUvedenaHodnota_iss_dph_rdph_memo_internal{width:185px;}.DzN_Pozemky_H_DanZistenaHodnota_iss_dph_memo_internal{width:185px;}.DzN_Pozemky_H_RozdielDaneHodnota_iss_rdph_memo_internal{width:185px;}.DzN_Stavby_DanUvedenaCelkomHodnota_iss_sumds_sumrds_internal{width:185px;}.DzN_Stavby_DanZistenaCelkomHodnota_iss_sumds_internal{width:185px;}.DzN_Stavby_RozdielDaneCelkomHodnota_iss_sumrds_internal{width:185px;}.DzN_Stavby_A_DanUvedenaHodnota_iss_dsa_rdsa_memo_internal{width:185px;}.DzN_Stavby_A_DanZistenaHodnota_iss_dsa_memo_internal{width:185px;}.DzN_Stavby_A_RozdielDaneHodnota_iss_rdsa_memo_internal{width:185px;}.DzN_Stavby_B_DanUvedenaHodnota_iss_dsb_rdsb_memo_internal{width:185px;}.DzN_Stavby_B_DanZistenaHodnota_iss_dsb_memo_internal{width:185px;}.DzN_Stavby_B_RozdielDaneHodnota_iss_rdsb_memo_internal{width:185px;}.DzN_Stavby_C_DanUvedenaHodnota_iss_dsc_rdsc_memo_internal{width:185px;}.DzN_Stavby_C_DanZistenaHodnota_iss_dsc_memo_internal{width:185px;}.DzN_Stavby_C_RozdielDaneHodnota_iss_rdsc_memo_internal{width:185px;}.DzN_Stavby_D_DanUvedenaHodnota_iss_dsd_rdsd_memo_internal{width:185px;}.DzN_Stavby_D_DanZistenaHodnota_iss_dsd_memo_internal{width:185px;}.DzN_Stavby_D_RozdielDaneHodnota_iss_rdsd_memo_internal{width:185px;}.DzN_Stavby_E_DanUvedenaHodnota_iss_dse_rdse_memo_internal{width:185px;}.DzN_Stavby_E_DanZistenaHodnota_iss_dse_memo_internal{width:185px;}.DzN_Stavby_E_RozdielDaneHodnota_iss_rdse_memo_internal{width:185px;}.DzN_Stavby_F_DanUvedenaHodnota_iss_dsf_rdsf_memo_internal{width:185px;}.DzN_Stavby_F_DanZistenaHodnota_iss_dsf_memo_internal{width:185px;}.DzN_Stavby_F_RozdielDaneHodnota_iss_rdsf_memo_internal{width:185px;}.DzN_Stavby_G_DanUvedenaHodnota_iss_dsg_rdsg_memo_internal{width:185px;}.DzN_Stavby_G_DanZistenaHodnota_iss_dsg_memo_internal{width:185px;}.DzN_Stavby_G_RozdielDaneHodnota_iss_rdsg_memo_internal{width:185px;}.DzN_Stavby_H_DanUvedenaHodnota_iss_dsh_rdsh_memo_internal{width:185px;}.DzN_Stavby_H_DanZistenaHodnota_iss_dsh_memo_internal{width:185px;}.DzN_Stavby_H_RozdielDaneHodnota_iss_rdsh_memo_internal{width:185px;}.DzN_Stavby_I_DanUvedenaHodnota_iss_dsi_rdsi_memo_internal{width:185px;}.DzN_Stavby_I_DanZistenaHodnota_iss_dsi_memo_internal{width:185px;}.DzN_Stavby_I_RozdielDaneHodnota_iss_rdsi_memo_internal{width:185px;}.DzN_Stavby_J_DanUvedenaHodnota_iss_dsj_rdsj_memo_internal{width:185px;}.DzN_Stavby_J_DanZistenaHodnota_iss_dsj_memo_internal{width:185px;}.DzN_Stavby_J_RozdielDaneHodnota_iss_rdsj_memo_internal{width:185px;}.DzN_Byty_DanUvedenaCelkomHodnota_iss_sumdb_sumrdb_internal{width:185px;}.DzN_Byty_DanZistenaCelkomHodnota_iss_sumdb_internal{width:185px;}.DzN_Byty_RozdielDaneCelkomHodnota_iss_sumrdb_internal{width:185px;}.DzN_Byty_A_DanUvedenaHodnota_iss_dba_rdba_memo_internal{width:185px;}.DzN_Byty_A_DanZistenaHodnota_iss_dba_memo_internal{width:185px;}.DzN_Byty_A_RozdielDaneHodnota_iss_rdba_memo_internal{width:185px;}.DzN_Byty_B_DanUvedenaHodnota_iss_dbb_rdbb_memo_internal{width:185px;}.DzN_Byty_B_DanZistenaHodnota_iss_dbb_memo_internal{width:185px;}.DzN_Byty_B_RozdielDaneHodnota_iss_rdbb_memo_internal{width:185px;}.DzN_RozdielDane_Prazdne_internal{width:625px;}.DzN_RozdielDane_RozdielDaneText_iss_internal{width:625px;}.DzN_RozdielDane_SumaMena_iss_tl_symb_mena_internal{width:185px;}.DzN_RozdielDane_RozdielDaneHodnota_iss_sumrall_internal{width:185px;}
.Odovodnenie_Text_iss_tl_odovod_internal{width:860px;height:90px;}
.Poucenie_Poucenie_internal{width:860px;}
.DorucujeSa_Meno_iss_mpf_internal{width:860px;}.DorucujeSa_Adresa_iss_adr_internal{width:860px;height:60px;}.Podpis_ZaMsU_iss_gatl5_internal{width:350px;}.Podpis_Meno_iss_gatl3_internal{width:350px;height:30px;}
				</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="layoutRow7908" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="Obec" /><div id="layoutRowContentlayoutRow7908" class="columns"><div id="layoutColumn15371" class="column first" style="width:150px;"><div id="layoutCell86134" class="cell  logo"><span class="fieldContent"><img src="data:image/jpg;base64,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" alt="" title="" /></span><div class="clear"></div></div></div><div id="layoutColumn9577" class="column " style="width:500px;"><div id="layoutColumn12727" class="column " style="width:730px;"><div id="layoutCell30005" class="cell  LabelBold body"><label class="fieldLabel" title="" for="Obec_MsU" style="width:40px;"><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 Obec_msu_internal" spellcheck="true" maxlength="400" size="340" disabled="disabled" readonly="readonly" alt="" value=""><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="layoutCell30008" class="cell  LabelBold"><span class="fieldContent"><input id="Obec_Titulok" name="Obec_Titulok" title="" type="text" class="xsd_string textBox Obec_Titulok_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'Obec_Titulok']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Obec_Titulok']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Obec_Titulok']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div class="clear"></div></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_410134/egonp:RozhodnutieHlavicka"><div id="layoutRow6724" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="RozhodnutieHlavicka" /><div id="layoutRowContentlayoutRow6724" class="columns"><div id="layoutColumn12559" class="column first" style="width:600px;"><div id="layoutCell29769" class="cell  LabelBold"><span class="fieldContent"><input id="RozhodnutieHlavicka_gatl1_text" name="RozhodnutieHlavicka_gatl1_text" title="" type="text" class="xsd_string textBox RozhodnutieHlavicka_text_internal" spellcheck="true" maxlength="0" size="750" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'RozhodnutieHlavicka_gatl1_text']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'RozhodnutieHlavicka_gatl1_text']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieHlavicka_gatl1_text']" /></xsl:attribute></xsl:if></input></span><span class="fieldContent"><input id="RozhodnutieHlavicka_SpravcaDane_iss_gatl8" name="RozhodnutieHlavicka_SpravcaDane_iss_gatl8" title="" type="text" class="xsd_string textBox RozhodnutieHlavicka_c_kon_pi_internal" spellcheck="true" maxlength="0" size="430" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'RozhodnutieHlavicka_SpravcaDane_iss_gatl8']/@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_gatl8']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieHlavicka_SpravcaDane_iss_gatl8']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div><div id="layoutCell29770" class="cell  LabelBold"><span class="fieldContent"><input id="RozhodnutieHlavicka_gatl2_text" name="RozhodnutieHlavicka_gatl2_text" title="" type="text" class="xsd_string textBox RozhodnutieHlavicka_text_internal" spellcheck="true" maxlength="0" size="750" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'RozhodnutieHlavicka_gatl2_text']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'RozhodnutieHlavicka_gatl2_text']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieHlavicka_gatl2_text']" /></xsl:attribute></xsl:if></input></span><span class="fieldContent"><input id="RozhodnutieHlavicka_Vybavuje_iss_gatl6" name="RozhodnutieHlavicka_Vybavuje_iss_gatl6" title="" type="text" class="xsd_string textBox RozhodnutieHlavicka_c_kon_pi_internal" spellcheck="true" maxlength="0" size="430" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'RozhodnutieHlavicka_Vybavuje_iss_gatl6']/@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_gatl6']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieHlavicka_Vybavuje_iss_gatl6']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div><div id="layoutCell29771" class="cell  LabelBold"><span class="fieldContent"><input id="RozhodnutieHlavicka_gatl3_text" name="RozhodnutieHlavicka_gatl3_text" title="" type="text" class="xsd_string textBox RozhodnutieHlavicka_text_internal" spellcheck="true" maxlength="0" size="750" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'RozhodnutieHlavicka_gatl3_text']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'RozhodnutieHlavicka_gatl3_text']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieHlavicka_gatl3_text']" /></xsl:attribute></xsl:if></input></span><span class="fieldContent"><input id="RozhodnutieHlavicka_Telefon_iss_gatl7" name="RozhodnutieHlavicka_Telefon_iss_gatl7" title="" type="text" class="xsd_string textBox RozhodnutieHlavicka_c_kon_pi_internal" spellcheck="true" maxlength="0" size="430" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'RozhodnutieHlavicka_Telefon_iss_gatl7']/@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_gatl7']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieHlavicka_Telefon_iss_gatl7']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div><div id="layoutCell297719" class="cell  LabelBold"><span class="fieldContent"><input id="RozhodnutieHlavicka_email_text" name="RozhodnutieHlavicka_email_text" title="" type="text" class="xsd_string textBox RozhodnutieHlavicka_text_internal" spellcheck="true" maxlength="0" size="750" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'RozhodnutieHlavicka_email_text']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'RozhodnutieHlavicka_email_text']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieHlavicka_email_text']" /></xsl:attribute></xsl:if></input></span><span class="fieldContent"><input id="RozhodnutieHlavicka_email" name="RozhodnutieHlavicka_email" title="" type="text" class="xsd_string textBox RozhodnutieHlavicka_c_kon_pi_internal" spellcheck="true" maxlength="0" size="430" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'RozhodnutieHlavicka_email']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'RozhodnutieHlavicka_email']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieHlavicka_email']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div><div id="layoutCell29772" class="cell  LabelBold"><span class="fieldContent"><input id="RozhodnutieHlavicka_c_kon_pi_text" name="RozhodnutieHlavicka_c_kon_pi_text" title="" type="text" class="xsd_string textBox RozhodnutieHlavicka_text_internal" spellcheck="true" maxlength="0" size="750" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'RozhodnutieHlavicka_c_kon_pi_text']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'RozhodnutieHlavicka_c_kon_pi_text']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieHlavicka_c_kon_pi_text']" /></xsl:attribute></xsl:if></input></span><span class="fieldContent"><input id="RozhodnutieHlavicka_CisloKonania_iss_c_kon_pi" name="RozhodnutieHlavicka_CisloKonania_iss_c_kon_pi" title="" type="text" class="xsd_string textBox RozhodnutieHlavicka_c_kon_pi_internal" spellcheck="true" maxlength="0" size="430" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'RozhodnutieHlavicka_CisloKonania_iss_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_c_kon_pi']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieHlavicka_CisloKonania_iss_c_kon_pi']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12560" class="column " style="width:280px;"><div id="layoutCell29773" class="cell  LabelBold"><span class="fieldContent"><input id="RozhodnutieHlavicka_VMeste_iss_gatl4" name="RozhodnutieHlavicka_VMeste_iss_gatl4" title="" type="text" class="xsd_string textBox RozhodnutieHlavicka_gatl4_internal" spellcheck="true" maxlength="400" size="220" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'RozhodnutieHlavicka_VMeste_iss_gatl4']/@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_gatl4']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieHlavicka_VMeste_iss_gatl4']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div><div id="layoutCell29774" class="cell  LabelBold"><label class="fieldLabel" title="" for="RozhodnutieHlavicka_gatl5" style="width:20px;display:none"><xsl:text disable-output-escaping="yes">Dňa</xsl:text></label><span class="fieldContent"><input id="RozhodnutieHlavicka_Datum_iss_gatl18" name="RozhodnutieHlavicka_Datum_iss_gatl18" title="" type="text" class="xsd_string textBox RozhodnutieHlavicka_gatl5_internal" spellcheck="true" maxlength="400" size="220" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'RozhodnutieHlavicka_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 class="clear" /></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_410134/egonp:Adresat"><div id="layoutRow6727" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="Adresat" /><div id="layoutRowContentlayoutRow6727" class="columns"><div id="layoutColumn12564r" class="column first" style="width:175px;"><div id="layoutCell29780r" class="cell "><label class="fieldLabel" title="" for="Adresat_Riadok1" style="width:90px;display:none"><xsl:text disable-output-escaping="yes">Daňovník</xsl:text></label><span class="fieldContent"><input id="Adresat_Riadok1" name="Adresat_Riadok1" title="" type="text" class="xsd_string textBox Adresat_Riadok_internal" spellcheck="true" maxlength="0" size="750" 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="layoutCell29781r" class="cell "><label class="fieldLabel" title="" for="Adresat_Riadok2" style="width:90px;display:none"><xsl:text disable-output-escaping="yes">Adresa</xsl:text></label><span class="fieldContent"><input id="Adresat_Riadok2" name="Adresat_Riadok2" title="" type="text" class="xsd_string textBox Adresat_Riadok_internal" spellcheck="true" maxlength="0" size="750" 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="layoutCell29781r3" class="cell "><label class="fieldLabel" title="" for="Adresat_Riadok3" style="width:90px;display:none"><xsl:text disable-output-escaping="yes">Adresa</xsl:text></label><span class="fieldContent"><input id="Adresat_Riadok3" name="Adresat_Riadok3" title="" type="text" class="xsd_string textBox Adresat_Riadok_internal" spellcheck="true" maxlength="0" size="750" 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="layoutColumn12564" class="column first" style="width:680px;"><div id="layoutCell29780" class="cell "><label class="fieldLabel" title="" for="Adresat_Osoba_iss_mpf" style="width:90px;display:none"><xsl:text disable-output-escaping="yes">Daňovník</xsl:text></label><span class="fieldContent"><input id="Adresat_Osoba_iss_mpf" name="Adresat_Osoba_iss_mpf" title="" type="text" class="xsd_string textBox Adresat_mpf_internal" spellcheck="true" maxlength="0" size="750" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'Adresat_Osoba_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_Osoba_iss_mpf']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Adresat_Osoba_iss_mpf']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div><div id="layoutCell297813" class="cell "><label class="fieldLabel" title="" for="Adresat_Adresa_iss_adr" style="width:90px;display:none"><xsl:text disable-output-escaping="yes">Adresa</xsl:text></label><span class="fieldContent"><input id="Adresat_Adresa_iss_adr" name="Adresat_Adresa_iss_adr" title="" type="text" class="xsd_string textBox Adresat_adr_internal" spellcheck="true" maxlength="0" size="750" 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:if test="./*[name() = 'Adresat_Adresa_iss_adr']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Adresat_Adresa_iss_adr']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div><div id="layoutCell297812" class="cell "><label class="fieldLabel" title="" for="Adresat_Adresa02_iss_ico_rc" style="width:90px;display:none"><xsl:text disable-output-escaping="yes">Adresa</xsl:text></label><span class="fieldContent"><input id="Adresat_Adresa02_iss_ico_rc" name="Adresat_Adresa02_iss_ico_rc" title="" type="text" class="xsd_string textBox Adresat_adr_internal" spellcheck="true" maxlength="0" size="750" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'Adresat_Adresa02_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_Adresa02_iss_ico_rc']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Adresat_Adresa02_iss_ico_rc']" /></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_410134/egonp:Rozhodnutie"><div id="layoutRow5169" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="Rozhodnutie" /><div id="layoutRowContentlayoutRow5169" class="columns"><div id="layoutColumn9582" class="column first" style="width:425px;"><div id="layoutCell29777" class="cell  RozhodnutieTextRight"><label class="fieldLabel" title="" for="Rozhodnutie_Text" style="width:420px;display:none"><xsl:text disable-output-escaping="yes">ROZHODNUTIE</xsl:text></label><span class="fieldContent"><input id="Rozhodnutie_Text" name="Rozhodnutie_Text" title="" type="text" class="xsd_string textBox RozhodnutieTextRight" spellcheck="true" maxlength="400" size="500" alt="" value="" readonly="readonly" disabled="disabled" style="margin-left:250px;"><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 id="layoutColumn9583" class="column " style="width:425px;"><div id="layoutCell23316" class="cell  Label_20_bold_center Input_20_bold_center"><span class="fieldContent"><input id="Rozhodnutie_Cislo_iss_c_ev_gatl6" name="Rozhodnutie_Cislo_iss_c_ev_gatl6" title="" type="text" class="xsd_string textBox Rozhodnutie_Cislo_iss_c_ev_gatl6_internal" spellcheck="true" maxlength="400" size="170" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'Rozhodnutie_Cislo_iss_c_ev_gatl6']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Rozhodnutie_Cislo_iss_c_ev_gatl6']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Rozhodnutie_Cislo_iss_c_ev_gatl6']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_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"><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"><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 id="layoutCell30331a" class="cell "><label class="fieldLabel" title="" for="Poplatok_Text03" style="display: none">Text03</label><span class="fieldContent"><textarea id="Poplatok_Text03" name="Poplatok_Text03" title="" class="xsd_string textArea Poplatok_Text02_iss_tl_hl_txt_r2_internal" spellcheck="true" cols="100" rows="3"><xsl:if test="boolean(./*[name() = 'Poplatok_Text03']/@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_Text03']"><xsl:value-of select="./*[name() = 'Poplatok_Text03']" /></xsl:when><xsl:otherwise><xsl:text></xsl:text></xsl:otherwise></xsl:choose></textarea></span><div class="clear"></div></div><div id="layoutCell30331b" class="cell "><label class="fieldLabel" title="" for="Poplatok_Text04" style="display: none">Text04</label><span class="fieldContent"><textarea id="Poplatok_Text04" name="Poplatok_Text04" title="" class="xsd_string textArea Poplatok_Text02_iss_tl_hl_txt_r2_internal" spellcheck="true" cols="100" rows="3"><xsl:if test="boolean(./*[name() = 'Poplatok_Text04']/@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_Text04']"><xsl:value-of select="./*[name() = 'Poplatok_Text04']" /></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="" 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="" 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="" 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="" 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="" 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="" 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" 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" 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" 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" 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" 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" 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" 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" 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"><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: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_Text01_iss_tl_hl_txt_r5" style="display: none">Upozornenie - Text01</label><span class="fieldContent"><textarea id="Upozornenie_Text01_iss_tl_hl_txt_r5" name="Upozornenie_Text01_iss_tl_hl_txt_r5" title="" class="xsd_string textArea Upozornenie_Text_iss_tl_hl_txt_r5_internal" spellcheck="true" cols="100" rows="3"><xsl:if test="boolean(./*[name() = 'Upozornenie_Text01_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_Text01_iss_tl_hl_txt_r5']"><xsl:value-of select="./*[name() = 'Upozornenie_Text01_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 id="layoutCell30189a" class="cell "><label class="fieldLabel" title="" for="Upozornenie_Text02" style="display: none">Upozornenie - Text02</label><span class="fieldContent"><textarea id="Upozornenie_Text02" name="Upozornenie_Text02" title="" class="xsd_string textArea Upozornenie_Text_iss_tl_hl_txt_r5_internal" spellcheck="true" cols="100" rows="3"><xsl:if test="boolean(./*[name() = 'Upozornenie_Text02']/@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_Text02']"><xsl:value-of select="./*[name() = 'Upozornenie_Text02']" /></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="layoutRow6804" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="PaymentData" /><div id="layoutRowContentlayoutRow6804" class="columns"><div id="layoutColumn12703" class="column first"><div id="layoutCell299681P" class="cell "><span class="fieldLabel" title="" style="width:880px;display:none"><xsl:text disable-output-escaping="yes">Platobné údaje</xsl:text></span><span class="fieldContent"><input id="PaymentData_text_PU" name="PaymentData_text_PU" title="" type="text" class="xsd_string textBox Platba_text_internal1" spellcheck="true" maxlength="400" size="500" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PaymentData_text_PU']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PaymentData_text_PU']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PaymentData_text_PU']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div><div id="layoutCell299681" class="cell "><span class="fieldLabel" title="" style="width:880px;display:none"><xsl:text disable-output-escaping="yes">Text platba</xsl:text></span><span class="fieldContent"><input id="PaymentData_text" name="PaymentData_text" title="" type="text" class="xsd_string textBox Platba_text_internal" spellcheck="true" maxlength="400" size="500" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PaymentData_text']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PaymentData_text']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PaymentData_text']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div><div id="layoutCell29967" class="cell "><xsl:for-each select="/egonp:eForm_eGov_vystup_410134/egonp:PaymentData/egonp:PaymentDataHodn[1]"><div id="layoutRow6803" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="PaymentDataHodn" /><div id="layoutRowContentlayoutRow6803" class="columns"><div id="layoutColumn12701" class="column first" style="width:860px;"><div id="layoutCell29961X1" class="cell"><span class="fieldContent"><input id="PaymentDataHodn_suma_text" name="PaymentDataHodn_suma_text" title="" type="text" class="xsd_string textBox PaymentDataHodn_text_internal" spellcheck="true" maxlength="0" size="750" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PaymentDataHodn_suma_text']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PaymentDataHodn_suma_text']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PaymentDataHodn_suma_text']" /></xsl:attribute></xsl:if></input></span><span class="fieldContent"><input id="PaymentDataHodn_suma" name="PaymentDataHodn_suma" title="" type="text" class="xsd_string textBox PaymentDataHodn_text_internal" spellcheck="true" maxlength="0" size="750" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PaymentDataHodn_suma']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PaymentDataHodn_suma']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PaymentDataHodn_suma']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell299615" class="cell "><span class="fieldContent"><input id="PaymentDataHodn_mena_text" name="PaymentDataHodn_mena_text" title="" type="text" class="xsd_string textBox PaymentDataHodn_text_internal" spellcheck="true" maxlength="0" size="750" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PaymentDataHodn_mena_text']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PaymentDataHodn_mena_text']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PaymentDataHodn_mena_text']" /></xsl:attribute></xsl:if></input></span><span class="fieldContent"><input id="PaymentDataHodn_mena" name="PaymentDataHodn_mena" title="" type="text" class="xsd_string textBox PaymentDataHodn_mena_internal" spellcheck="true" maxlength="400" size="500" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PaymentDataHodn_mena']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PaymentDataHodn_mena']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PaymentDataHodn_mena']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div><div id="layoutCell29964" class="cell "><span class="fieldContent"><input id="PaymentDataHodn_cu_text" name="PaymentDataHodn_cu_text" title="" type="text" class="xsd_string textBox PaymentDataHodn_text_internal" spellcheck="true" maxlength="0" size="750" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PaymentDataHodn_cu_text']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PaymentDataHodn_cu_text']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PaymentDataHodn_cu_text']" /></xsl:attribute></xsl:if></input></span><span class="fieldContent"><input id="PaymentDataHodn_cu" name="PaymentDataHodn_cu" title="" type="text" class="xsd_string textBox PaymentDataHodn_cu_internal" spellcheck="true" maxlength="400" size="500" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PaymentDataHodn_cu']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PaymentDataHodn_cu']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PaymentDataHodn_cu']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div><div id="layoutCell29961" class="cell "><span class="fieldContent"><input id="PaymentDataHodn_swift_text" name="PaymentDataHodn_swift_text" title="" type="text" class="xsd_string textBox PaymentDataHodn_text_internal" spellcheck="true" maxlength="0" size="750" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PaymentDataHodn_swift_text']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PaymentDataHodn_swift_text']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PaymentDataHodn_swift_text']" /></xsl:attribute></xsl:if></input></span><span class="fieldContent"><input id="PaymentDataHodn_swift" name="PaymentDataHodn_swift" title="" type="text" class="xsd_string textBox PaymentDataHodn_swift_internal" spellcheck="true" maxlength="400" size="500" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PaymentDataHodn_swift']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PaymentDataHodn_swift']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PaymentDataHodn_swift']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div><div id="layoutCell29962" class="cell "><span class="fieldContent"><input id="PaymentDataHodn_vs_text" name="PaymentDataHodn_vs_text" title="" type="text" class="xsd_string textBox PaymentDataHodn_text_internal" spellcheck="true" maxlength="0" size="750" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PaymentDataHodn_vs_text']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PaymentDataHodn_vs_text']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PaymentDataHodn_vs_text']" /></xsl:attribute></xsl:if></input></span><span class="fieldContent"><input id="PaymentDataHodn_vs" name="PaymentDataHodn_vs" title="" type="text" class="xsd_string textBox PaymentDataHodn_vs_internal" spellcheck="true" maxlength="400" size="500" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PaymentDataHodn_vs']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PaymentDataHodn_vs']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PaymentDataHodn_vs']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div><div id="layoutCell29963" class="cell "><span class="fieldContent"><input id="PaymentDataHodn_ss_text" name="PaymentDataHodn_ss_text" title="" type="text" class="xsd_string textBox PaymentDataHodn_text_internal" spellcheck="true" maxlength="0" size="750" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PaymentDataHodn_ss_text']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PaymentDataHodn_ss_text']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PaymentDataHodn_ss_text']" /></xsl:attribute></xsl:if></input></span><span class="fieldContent"><input id="PaymentDataHodn_ss" name="PaymentDataHodn_ss" title="" type="text" class="xsd_string textBox PaymentDataHodn_ss_internal" spellcheck="true" maxlength="400" size="500" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PaymentDataHodn_ss']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PaymentDataHodn_ss']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PaymentDataHodn_ss']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div><div id="layoutCell29965" class="cell "><span class="fieldContent"><input id="PaymentDataHodn_ks_text" name="PaymentDataHodn_ks_text" title="" type="text" class="xsd_string textBox PaymentDataHodn_text_internal" spellcheck="true" maxlength="0" size="750" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PaymentDataHodn_ks_text']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PaymentDataHodn_ks_text']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PaymentDataHodn_ks_text']" /></xsl:attribute></xsl:if></input></span><span class="fieldContent"><input id="PaymentDataHodn_ks" name="PaymentDataHodn_ks" title="" type="text" class="xsd_string textBox PaymentDataHodn_ks_internal" spellcheck="true" maxlength="400" size="500" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PaymentDataHodn_ks']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PaymentDataHodn_ks']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PaymentDataHodn_ks']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div><div id="layoutCell_a29965" class="cell "><label class="fieldLabel" title="" for="PaymentDataHodn_barcode" style="width:120px;"><xsl:text disable-output-escaping="yes">Čiarový kód</xsl:text></label><div class="fieldContent" id="imgSpanBarCode"><xsl:if test="./*[name() = 'PaymentDataHodn_barcode']"><xsl:variable name="barcodeIMG_data" select="./*[name() = 'PaymentDataHodn_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="PaymentDataHodn_barcode_img" src="{$barcodeIMG}" alt="barcode" /></xsl:when><xsl:otherwise><img id="PaymentDataHodn_barcode_img" src="" alt="" /></xsl:otherwise></xsl:choose></xsl:if></div><input id="PaymentDataHodn_barcode" name="PaymentDataHodn_barcode" type="hidden" class="xsd_string textBox" alt="" value=""><xsl:if test="boolean(./*[name() = 'PaymentDataHodn_barcode']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PaymentDataHodn_barcode']"><xsl:variable name="barcodeIMG_data" select="./*[name() = 'PaymentDataHodn_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() = 'PaymentDataHodn_barcode']" /></xsl:attribute></xsl:otherwise></xsl:choose></xsl:if></input><div class="clear" /></div><div id="layoutCell_b29965" class="cell "><label class="fieldLabel" title="" for="PaymentDataHodn_qrcode" style="width:120px;"><xsl:text disable-output-escaping="yes">QR kód</xsl:text></label><div class="fieldContent" id="imgSpanQRCode"><xsl:if test="./*[name() = 'PaymentDataHodn_qrcode']"><xsl:variable name="barcodeIMG_data" select="./*[name() = 'PaymentDataHodn_qrcode']" /><xsl:choose><xsl:when test="string-length($barcodeIMG_data) > 0"><xsl:variable name="barcodeIMG" select="concat('data:image/png;base64,',$barcodeIMG_data)" /><img id="PaymentDataHodn_qrcode_img" height="200px" src="{$barcodeIMG}" alt="" /></xsl:when><xsl:otherwise><img id="PaymentDataHodn_qrcode_img" height="200px" src="" alt="" /></xsl:otherwise></xsl:choose></xsl:if></div><input id="PaymentDataHodn_qrcode" name="PaymentDataHodn_qrcode" type="hidden" class="xsd_string textBox" alt="" value=""><xsl:if test="boolean(./*[name() = 'PaymentDataHodn_qrcode']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PaymentDataHodn_qrcode']"><xsl:variable name="barcodeIMG_data" select="./*[name() = 'PaymentDataHodn_qrcode']" /><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() = 'PaymentDataHodn_qrcode']" /></xsl:attribute></xsl:otherwise></xsl:choose></xsl:if></input><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_410134/egonp:Odovodnenie"><div id="layoutRow5200" class="layoutRow ui-tabs ui-widget-content   " title=""><input type="hidden" name="Odovodnenie" /><div class="caption ui-widget-header"><div class="headercorrection" title="Odôvodnenie">Odôvodnenie			</div><span class="arrow ui-icon ui-icon-carat-1-n"></span></div><div id="layoutRowContentlayoutRow5200" class="columns"><div id="layoutColumn9700" class="column first" style="width:880px;"><div id="layoutCell23466" class="cell "><label class="fieldLabel" title="" for="Odovodnenie_Text_iss_tl_odovod" style="display: none">Odôvodnenie - text </label><span class="fieldContent"><textarea id="Odovodnenie_Text_iss_tl_odovod" name="Odovodnenie_Text_iss_tl_odovod" title="" class="xsd_string textArea Odovodnenie_Text_iss_tl_odovod_internal" spellcheck="true" cols="100" rows="3" disabled="disabled" readonly="readonly"><xsl:if test="boolean(./*[name() = 'Odovodnenie_Text_iss_tl_odovod']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:choose><xsl:when test="./*[name() = 'Odovodnenie_Text_iss_tl_odovod']"><xsl:value-of select="./*[name() = 'Odovodnenie_Text_iss_tl_odovod']" /></xsl:when><xsl:otherwise><xsl:text></xsl:text></xsl:otherwise></xsl:choose></textarea></span><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_410134/egonp:Poucenie"><div id="layoutRow5201" 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="layoutRowContentlayoutRow5201" class="columns"><div id="layoutCell86128" class="cell "><label class="fieldLabel" title="" for="Poucenie_Text" style="display: none">Poučenie text1</label><span class="fieldContent"><textarea id="Poucenie_Text" name="Poucenie_Text" title="" class="xsd_string textArea Poucenie_Text_internal" spellcheck="true" cols="100" rows="3" disabled="disabled" readonly="readonly"><xsl:if test="boolean(./*[name() = 'Poucenie_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() = 'Poucenie_Text']"><xsl:value-of select="./*[name() = 'Poucenie_Text']" /></xsl:when><xsl:otherwise><xsl:text></xsl:text></xsl:otherwise></xsl:choose></textarea></span><div class="clear"></div></div><div id="layoutColumn9701" class="column first" style="width:880px;"><div id="layoutCell23468" class="cell "><label class="fieldLabel" title="" for="Poucenie_Poucenie" style="display: none">Poučenie - Text2</label><span class="fieldContent"><textarea id="Poucenie_Poucenie" name="Poucenie_Poucenie" title="" class="xsd_string textArea Poucenie_Poucenie_internal" spellcheck="true" cols="100" rows="3" disabled="disabled" readonly="readonly"><xsl:if test="boolean(./*[name() = 'Poucenie_Poucenie']/@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_Poucenie']"><xsl:value-of select="./*[name() = 'Poucenie_Poucenie']" /></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="layoutRow5203" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="Podpis" /><div id="layoutRowContentlayoutRow5203" class="columns"><div id="layoutColumn9703" class="column first" style="width:880px;"><div id="layoutCell23474" 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="layoutCell23473" 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="layoutRow5202" 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"><strong>Doručuje sa</strong></div><span class="arrow ui-icon ui-icon-carat-1-n"></span></div><div id="layoutRowContentlayoutRow5202" class="columns"><div id="layoutColumn9702" class="column first" style="width:880px;"><div id="layoutCell23470" class="cell "><label class="fieldLabel" title="" for="DorucujeSa_Meno_iss_mpf" style="display: none">Meno </label><span class="fieldContent"><input id="DorucujeSa_Meno_iss_mpf" name="DorucujeSa_Meno_iss_mpf" title="" type="text" class="xsd_string textBox DorucujeSa_Meno_iss_mpf_internal" spellcheck="true" maxlength="400" size="350" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'DorucujeSa_Meno_iss_mpf']/@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_mpf']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'DorucujeSa_Meno_iss_mpf']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell23471" class="cell "><label class="fieldLabel" title="" for="DorucujeSa_Adresa_iss_adr" style="display: none">Adresa </label><span class="fieldContent"><textarea id="DorucujeSa_Adresa_iss_adr" name="DorucujeSa_Adresa_iss_adr" title="" class="xsd_string textArea DorucujeSa_Adresa_iss_adr_internal" spellcheck="true" cols="100" rows="3" disabled="disabled" readonly="readonly"><xsl:if test="boolean(./*[name() = 'DorucujeSa_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() = 'DorucujeSa_Adresa_iss_adr']"><xsl:value-of select="./*[name() = 'DorucujeSa_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:ZakonEGovInfo"><div id="layoutRow6812i" class="layoutRow ui-tabs ui-widget-content   " title=""><input type="hidden" name="ZakonEGovInfo" /><div class="caption ui-widget-header"><div class="headercorrection" title="" /><span class="arrow ui-icon ui-icon-carat-1-n" /></div><div id="layoutRowContentlayoutRow6812i" class="columns"><div id="layoutColumn12723i" class="column first" style="width:1880px;"><div id="layoutCell29996i" class="cell "><label class="fieldLabel" title="" for="Info_text" style="display: none" /><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: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_410134/egonp:Obec_pata"><div id="layoutRow680301" class="layoutRow ui-tabs ui-widget-content nocaption" title=""><input type="hidden" name="Obec_pata" /><div id="layoutRowContentlayoutRow680301" class="columns"><div id="layoutColumn1500" class="column" style="width:100%;"><div id="layoutCell297721" class="cell LabelBold" style="display: inline-block; width: 19%;"><label class="fieldLabel" title="" for="Obec_Telefon" style="width:40px;"><xsl:text disable-output-escaping="yes">Telefón</xsl:text></label><span class="fieldContent"><input id="Obec_Telefon" name="Obec_Telefon" title="" type="text" class="xsd_string textBox Obec_pata0_internal" spellcheck="true" disabled="disabled" readonly="readonly" alt="" value="{./*[name() = 'Obec_Telefon']}"></input></span></div><div id="layoutCell29772A" class="cell LabelBold" style="display: inline-block; width: 24%;"><label class="fieldLabel" title="" for="Obec_Email" style="width:40px;"><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 Obec_pata2_internal" spellcheck="true" disabled="disabled" readonly="readonly" alt="" value="{./*[name() = 'Obec_Email']}"></input></span></div><div id="layoutCell29772B" class="cell LabelBold" style="display: inline-block; width: 24%;"><label class="fieldLabel" title="" for="Obec_WEB" style="width:15px;"><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 Obec_pata2_internal" spellcheck="true" disabled="disabled" readonly="readonly" alt="" value="{./*[name() = 'Obec_WEB']}"></input></span></div><div id="layoutCell29772C" class="cell LabelBold" style="display: inline-block; width: 14%;"><label class="fieldLabel" title="" for="Obec_DIC" style="width:15px;"><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 Obec_pata1_internal" spellcheck="true" disabled="disabled" readonly="readonly" alt="" value="{./*[name() = 'Obec_DIC']}"></input></span></div><div id="layoutCell29772D" class="cell LabelBold" style="display: inline-block; width: 14%;"><label class="fieldLabel" title="" for="Obec_ICO" style="width:20px;"><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 Obec_pata1_internal" spellcheck="true" disabled="disabled" readonly="readonly" alt="" value="{./*[name() = 'Obec_ICO']}"></input></span></div></div><div class="clear"></div></div></div></xsl:for-each><div id="buttonsPlaceholder"><input id="validateForm" type="button" class="button ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" value="Skontrolovať" alt="Skontrolovať" accesskey="S" /><input id="clearForm" type="button" class="button ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" value="Vyčisti" alt="Vyčisti" accesskey="V" /><input id="loadFormXml" type="button" class="button ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" value="Načítať" alt="Načítať" accesskey="N" /><input id="saveToXml" type="button" class="button ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" value="Uložiť" alt="Uložiť" accesskey="U" /><input id="cancelForm" type="button" class="button ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" value="Zrušiť" alt="Zrušiť" accesskey="Z" /></div></div><div id="statusDialog" title="Status"><img id="statusLoader" src="https://www.slovensko.sk/static/eForm/Designer/2.0.1.18/Images/ajax-loader.png" alt="Čakajte prosím" /><p id="statusMessage" class="statusMessage"></p></div><div id="savedFormsContainer" class="layoutMain ui-widget-content" style="display:none"><div id="savedFormsContainerRow" class="layoutRow ui-tabs ui-widget-content" title=""><input type="hidden" name="Basic" /><div class="caption ui-widget-header"><div class="headercorrection" title="Uložené formuláre">Uložené formuláre</div><span class="arrow ui-icon ui-icon-carat-1-n"></span></div><div id="layoutRowSavedForms" class="columns"><div id="lcolumnSavedForms" class="column first"><div id="lcellSavedForms" class="cell"></div></div><div class="clear"></div></div></div></div><div id="mtd_formMetaData" style="display:none"><span id="mtd_version">2.4</span><span id="mtd_idp">3538</span><span id="mtd_namespace">http://schemas.gov.sk/form/00315524.A0000410.000000271.VYST_410134_VyzvaNaZaplatenieNedoplatku_RozpisNedoplatku/2.4</span></div></form></body></html></xsl:template></xsl:stylesheet>