<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE xsl:stylesheet[
<!ENTITY nbsp "&#xa0;">]><xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:egonp="http://schemas.gov.sk/form/00648264.A0000420.000000385.VYST_420098_RozhodVyrubPoplatkuZaRozvoj/2.3" exclude-result-prefixes="egonp"><xsl:output method="html" doctype-system="http://www.w3.org/TR/html4/loose.dtd" doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN" indent="no" omit-xml-declaration="yes" /><xsl:template match="/"><html><head><meta http-equiv="X-UA-Compatible" content="IE=edge" /><title>Rozhodnutie na vyrubenie poplatku za rozvoj</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('Payment_barcode');
	const QRCode = document.getElementById('Payment_qrcode');

	if (BarCode.value != '')
		if (BarCode.value.indexOf('data:image') == -1)
			$("#imgSpanBarCode").find('img').attr('src', 'data:image/png;base64,' + BarCode.value)
		else
			$("#imgSpanBarCode").find('img').attr('src', BarCode.value)
	else
		$("#imgSpanBarCode").find('img').attr('src', '')

	if (QRCode.value != '')
		if (QRCode.value.indexOf('data:image') == -1)
			$("#imgSpanQRCode").find('img').attr('src', 'data:image/png;base64,' + QRCode.value);
		else
			$("#imgSpanQRCode").find('img').attr('src', QRCode.value);
	else
		$("#imgSpanQRCode").find('img').attr('src', '')
}
		
		
		function GetExternalResourceIndex(resourcetype) {
  switch (resourcetype) {
    default:
      return null;
  }
  return null;
}
function GetExternalResource(resourcetype, index) {
  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_420098").validate({
							errorLabelContainer: $("#errorsContainer"),
				wrapper: "li",
				onkeyup: false,
				onclick: false,
		        ignore: ".disableValidators",
								rules: {
			  		










































			  	},
				messages: {			
			   		









































	  	
			  	}
			});
	  	}
$(window).bind("DOMContentLoaded", function () {

var context = $("form:has(#main)");
context.bind("loadedFromXmlCompleted", function () {
	  nacitajObrazky();

});

var context = $("form:has(#main)");
context.bind("clearFormCompleted", function () {
	  nacitajObrazky();

});

});
	/* ]]> */
                    </xsl:text></script><style type="text/css">
                    .logo img {width:100px; height:120px;}
                    .LabelBold{font-weight: bold;}
                    body {font-family: Verdana;font-size: 16px;}
                    .PoleVpravo_460 {text-indent: 460px; margin: 0px; text-align:justify;}
                    .Input_16_left input {text-align:left !important}
                    .TextArea_16_left textarea {text-align:left !important}
                    .Input_16_center input {text-align:center !important}
                    .PoleVpravo_510 {text-indent: 510px; margin: 0px; text-align:justify;}
                    .Input_20_bold_center input {font-size:20px;font-weight:bold;text-align:center !important}
                    .Label_16_bold_center label {font-size:16px;font-weight:bold;text-align:center !important;}
                    .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_14_left input {font-size:14px;text-align:left !important}
                    .Input_14_right input {font-size:14px;text-align:right !important}
                    .RozhodnutieHlavicka_SpravcaDane_iss_gatl1_internal{width:430px;height:60px;}.RozhodnutieHlavicka_Vybavuje_iss_gatl2_internal{width:430px;}.RozhodnutieHlavicka_Telefon_iss_gatl3_internal{width:430px;}.RozhodnutieHlavicka_CisloKonania_iss_c_kon_pi_internal{width:430px;}.RozhodnutieHlavicka_VMeste_iss_gatl4_internal{width:245px;}.RozhodnutieHlavicka_Datum_iss_gatl5_internal{width:245px;}.Adresat_Danovnik_iss_mpf_internal{width:540px;}.Adresat_Adresa_iss_adr_internal{width:540px;height:60px;}.Odovodnenie_Text01_iss_gatl25_internal{width:860px;height:150px;}.Poucenie_Text01_iss_gatl13_internal{width:860px;height:90px;}.Poucenie_Text02_iss_gatl14_internal{width:860px;height:60px;}.DorucujeSa_Meno_iss_gatl16_i_o_zast_mpf_mpf_zast_internal{width:500px;}.DorucujeSa_Adresa_iss_gatl16_i_o_zast_adr_adr_zast_internal{width:500px;height:60px;}.Podpis_Meno_iss_gatl7_internal{width:350px;height:30px;}.Podpis_ZaMsU_iss_gatl8_internal{width:350px;}.Rozhodnutie_Text01_iss_tl_ce_tl_rok_internal{width:860px;height:50px;}.RozhodnutieUdaje_Text02_iss_gatl26_gatl10_gatl11_gatl12_vs_internal{width:860px;height:90px;}.RozhodnutieUdaje_Text01_iss_gatl29_internal{width:860px;height:210px;}.RozhodnutieUdaje_Text03_iss_gatl15_internal{width:860px;height:90px;}.RozhodnutieUdaje_MiestnyPoplatok_CelkomHodnota_iss_sk_celkom_internal{width:120px;}
                    .RozhodnutieUdaje_MiestnyPoplatok_CelkomText_internal{width:120px;margin-left:580px}
                    .RozhodnutieUdaje_MiestnyPoplatok_Hodnoty_StavbaHodnota_iss_n_c_st_memo_internal{width:180px;}.RozhodnutieUdaje_MiestnyPoplatok_Hodnoty_ZakladPoplHodnota_iss_zakl_popl_memo_internal{width:120px;}.RozhodnutieUdaje_MiestnyPoplatok_Hodnoty_UpravZaklad_iss_zakl_popl_u_memo_internal{width:120px;}.RozhodnutieUdaje_MiestnyPoplatok_Hodnoty_SadzbaPoplHodnota_iss_sadzba_memo_internal{width:120px;}.RozhodnutieUdaje_MiestnyPoplatok_Hodnoty_MiestnyPoplHodnota_iss_sk_celkom_memo_internal{width:130px;}.RozhodnutieUdaje_Danovnik_Meno_iss_mpf_internal{width:525px;}.RozhodnutieUdaje_Danovnik_Adresa_iss_adr_tp_internal{width:525px;}.RozhodnutieUdaje_Danovnik_ICORC_iss_i_o_typ_tl_ico_rc_tl_d_nar_internal{width:525px;}
                    .Danovnik_Riadky_internal{width:300px;}
                    .zaklad:hover, .uprav:hover, .sadzba:hover, .miestny:hover { width:400px; z-index: 50; position: absolute }
                    .DanovnikPopis_Riadok{width:300px;}
                    .stavba { width:270px; height: 60px; }
                    .zaklad { width:120px; height: 60px; }
                    .uprav { width:120px; height: 60px; }
                    .sadzba { width:120px; height: 60px; }
                    .miestny { width:155px; height: 60px; }
                    .Info_text_internal{width:860px;height:50px;}
                </style></head><body><noscript><p class="noscript">Pre kompletnú funkčnosť aplikácie je potrebné povoliť JavaScript</p></noscript><div id="errorsContainerDiv" class="errorsContainerDiv"><ul id="errorsContainer" class="errorsContainer"><li /></ul></div><form id="eForm_eGov_vystup_420098" action=""><div id="main" class="layoutMain ui-widget-content"><xsl:for-each select="/egonp:eForm_eGov_vystup_420098/egonp:Obec"><div id="layoutRow7655" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="Obec" /><div id="layoutRowContentlayoutRow7655" class="columns"><div id="layoutColumn14960" class="column first" style="width:150px;"><div id="layoutCell34665" class="cell  logo"><span class="fieldContent"><img src="http://www.pomosam.sk/es/tnv_logo.jpg" alt="" title="" /></span><div class="clear"></div></div></div><div id="layoutColumn14961" class="column " style="width:460px;"><div id="layoutCell34666" class="cell  LabelBold body"><label class="fieldLabel" title="" for="Obec_MsU" style="width:50px;"><xsl:text disable-output-escaping="yes">Mesto </xsl:text></label><span class="fieldContent"><input id="Obec_MsU" name="Obec_MsU" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="340" alt="" style="width:370px;" 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="layoutCell34667" class="cell  LabelBold"><label class="fieldLabel" title="" for="Obec_Telefon__TelephoneAddress" style="width:50px;"><xsl:text disable-output-escaping="yes">Telefón </xsl:text></label><span class="fieldContent"><input id="Obec_Telefon__TelephoneAddress" name="Obec_Telefon__TelephoneAddress" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="150" alt="" value="" style="width:370px;"><xsl:if test="boolean(./*[name() = 'Obec_Telefon__TelephoneAddress']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Obec_Telefon__TelephoneAddress']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Obec_Telefon__TelephoneAddress']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell34668" class="cell  LabelBold"><label class="fieldLabel" title="" for="Obec_WEB" style="width:50px;"><xsl:text disable-output-escaping="yes">Web </xsl:text></label><span class="fieldContent"><input id="Obec_WEB" name="Obec_WEB" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" alt="" value="" style="width:370px;"><xsl:if test="boolean(./*[name() = 'Obec_IBAN']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Obec_WEB']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Obec_WEB']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn14962" class="column " style="width:270px;"><div id="layoutCell34670" class="cell  LabelBold"><label class="fieldLabel" title="" for="Obec_ICO" style="width:40px;"><xsl:text disable-output-escaping="yes">IČO: </xsl:text></label><span class="fieldContent"><input id="Obec_ICO" name="Obec_ICO" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="100" alt="" value="" style="width: 195px"><xsl:if test="boolean(./*[name() = 'Obec_ICO']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Obec_ICO']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Obec_ICO']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell34671" class="cell  LabelBold"><label class="fieldLabel" title="" for="Obec_DIC" style="width:40px;"><xsl:text disable-output-escaping="yes">DIČ: </xsl:text></label><span class="fieldContent"><input id="Obec_DIC" name="Obec_DIC" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="100" alt="" value="" style="width: 195px"><xsl:if test="boolean(./*[name() = 'Obec_DIC']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Obec_DIC']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Obec_DIC']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell34669" class="cell  LabelBold"><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 " spellcheck="true" maxlength="400" size="100" alt="" value="" style="width: 195px"><xsl:if test="boolean(./*[name() = 'Obec_Email']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Obec_Email']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Obec_Email']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_420098/egonp:RozhodnutieHlavicka"><div id="layoutRow7656" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="RozhodnutieHlavicka" /><div id="layoutRowContentlayoutRow7656" class="columns"><div id="layoutColumn14963" class="column first" style="width:615px;"><div id="layoutCell34673" class="cell  LabelBold"><label class="fieldLabel" title="" for="RozhodnutieHlavicka_SpravcaDane_iss_gatl1" style="width:90px;"><xsl:text disable-output-escaping="yes">Správca dane </xsl:text></label><span class="fieldContent"><textarea id="RozhodnutieHlavicka_SpravcaDane_iss_gatl1" name="RozhodnutieHlavicka_SpravcaDane_iss_gatl1" title="" class="xsd_string textArea RozhodnutieHlavicka_SpravcaDane_iss_gatl1_internal" spellcheck="true" cols="100" rows="3"><xsl:if test="boolean(./*[name() = 'RozhodnutieHlavicka_SpravcaDane_iss_gatl1']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:choose><xsl:when test="./*[name() = 'RozhodnutieHlavicka_SpravcaDane_iss_gatl1']"><xsl:value-of select="./*[name() = 'RozhodnutieHlavicka_SpravcaDane_iss_gatl1']" /></xsl:when><xsl:otherwise><xsl:text></xsl:text></xsl:otherwise></xsl:choose></textarea></span><div class="clear"></div></div><div id="layoutCell34674" class="cell  LabelBold"><label class="fieldLabel" title="" for="RozhodnutieHlavicka_Vybavuje_iss_gatl2" style="width:90px;"><xsl:text disable-output-escaping="yes">Vybavuje </xsl:text></label><span class="fieldContent"><input id="RozhodnutieHlavicka_Vybavuje_iss_gatl2" name="RozhodnutieHlavicka_Vybavuje_iss_gatl2" title="" type="text" class="xsd_string textBox RozhodnutieHlavicka_Vybavuje_iss_gatl2_internal" spellcheck="true" maxlength="400" size="430" alt="" value=""><xsl:if test="boolean(./*[name() = 'RozhodnutieHlavicka_Vybavuje_iss_gatl2']/@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_gatl2']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieHlavicka_Vybavuje_iss_gatl2']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell34675" class="cell  LabelBold"><label class="fieldLabel" title="" for="RozhodnutieHlavicka_Telefon_iss_gatl3" style="width:90px;"><xsl:text disable-output-escaping="yes">Číslo telefónu </xsl:text></label><span class="fieldContent"><input id="RozhodnutieHlavicka_Telefon_iss_gatl3" name="RozhodnutieHlavicka_Telefon_iss_gatl3" title="" type="text" class="xsd_string textBox RozhodnutieHlavicka_Telefon_iss_gatl3_internal" spellcheck="true" maxlength="400" size="430" alt="" value=""><xsl:if test="boolean(./*[name() = 'RozhodnutieHlavicka_Telefon_iss_gatl3']/@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_gatl3']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieHlavicka_Telefon_iss_gatl3']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell34676" class="cell  LabelBold"><label class="fieldLabel" title="" for="RozhodnutieHlavicka_CisloKonania_iss_c_kon_pi" style="width:90px;"><xsl:text disable-output-escaping="yes">Číslo konania </xsl:text></label><span class="fieldContent"><input id="RozhodnutieHlavicka_CisloKonania_iss_c_kon_pi" name="RozhodnutieHlavicka_CisloKonania_iss_c_kon_pi" title="" type="text" class="xsd_string textBox RozhodnutieHlavicka_CisloKonania_iss_c_kon_pi_internal" spellcheck="true" maxlength="400" size="430" 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><div id="layoutColumn14964" class="column " style="width:265px;"><div id="layoutCell34677" class="cell  LabelBold"><label class="fieldLabel" title="" for="RozhodnutieHlavicka_VMeste_iss_gatl4" style="width:20px;display:none"><xsl:text disable-output-escaping="yes">V </xsl:text></label><span class="fieldContent"><input id="RozhodnutieHlavicka_VMeste_iss_gatl4" name="RozhodnutieHlavicka_VMeste_iss_gatl4" title="" type="text" class="xsd_string textBox RozhodnutieHlavicka_VMeste_iss_gatl4_internal" spellcheck="true" maxlength="400" size="200" 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><div id="layoutCell34678" class="cell  LabelBold"><label class="fieldLabel" title="" for="RozhodnutieHlavicka_Datum_iss_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_gatl5" name="RozhodnutieHlavicka_Datum_iss_gatl5" title="" type="text" class="xsd_string textBox RozhodnutieHlavicka_Datum_iss_gatl5_internal" spellcheck="true" maxlength="400" size="200" alt="" value=""><xsl:if test="boolean(./*[name() = 'RozhodnutieHlavicka_Datum_iss_gatl5']/@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_gatl5']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieHlavicka_Datum_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_420098/egonp:Adresat"><div id="layoutRow7657" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="Adresat" /><div id="layoutRowContentlayoutRow7657" class="columns"><div id="layoutColumn15838" class="column first" style="width:320px;"><div id="layoutCell86974" class="cell  Label_12_bold_right"><label class="fieldLabel" title="" for="Adresat_Riadok1" style="width:480px;;display:none">">
                                                <xsl:text disable-output-escaping="yes">Riadok 1 </xsl:text></label><span class="fieldContent"><input id="Adresat_Riadok1" name="Adresat_Riadok1" title="" type="text" class="xsd_string textBox Danovnik_Riadky_internal" spellcheck="true" maxlength="400" size="350" alt="" value=""><xsl:if test="boolean(./*[name() = 'Adresat_Danovnik_iss_mpf']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Adresat_Riadok1']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Adresat_Riadok1']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell86975" class="cell  Label_12_bold_right"><label class="fieldLabel" title="" for="Adresat_Riadok2" style="width:480px;;display:none">">
                                                <xsl:text disable-output-escaping="yes">Riadok 2 </xsl:text></label><span class="fieldContent"><input id="Adresat_Riadok2" name="Adresat_Riadok2" title="" type="text" class="xsd_string textBox Danovnik_Riadky_internal" spellcheck="true" maxlength="400" size="350" 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></div><div id="layoutColumn14965" class="column " style="width:510px;"><div id="layoutCell34680" class="cell  Input_16_left"><label class="fieldLabel" title="" for="Adresat_Danovnik_iss_mpf" style="display: none">Daňovník
                                            </label><span class="fieldContent"><input id="Adresat_Danovnik_iss_mpf" name="Adresat_Danovnik_iss_mpf" title="" type="text" class="xsd_string textBox Adresat_Danovnik_iss_mpf_internal" spellcheck="true" maxlength="400" size="405" alt="" value=""><xsl:if test="boolean(./*[name() = 'Adresat_Danovnik_iss_mpf']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Adresat_Danovnik_iss_mpf']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Adresat_Danovnik_iss_mpf']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell34681" class="cell TextArea_16_left"><label class="fieldLabel" title="" for="Adresat_Adresa_iss_adr" style="display: none">Adresa
                                            </label><span class="fieldContent"><textarea id="Adresat_Adresa_iss_adr" name="Adresat_Adresa_iss_adr" title="" class="xsd_string textArea Adresat_Adresa_iss_adr_internal" spellcheck="true" cols="100" rows="3"><xsl:if test="boolean(./*[name() = 'Adresat_Adresa_iss_adr']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:choose><xsl:when test="./*[name() = 'Adresat_Adresa_iss_adr']"><xsl:value-of select="./*[name() = 'Adresat_Adresa_iss_adr']" /></xsl:when><xsl:otherwise><xsl:text></xsl:text></xsl:otherwise></xsl:choose></textarea></span><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_420098/egonp:Rozhodnutie"><div id="layoutRow7666" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="Rozhodnutie" /><div id="layoutRowContentlayoutRow7666" class="columns"><div id="layoutColumn14974" class="column first" style="width:880px;"><div id="layoutCell34704" class="cell  Input_20_bold_center"><label class="fieldLabel" title="" for="Rozhodnutie_Text01_iss_tl_ce_tl_rok" style="display: none">Text01
                                            </label><span class="fieldContent"><input id="Rozhodnutie_Text01_iss_tl_ce_tl_rok" name="Rozhodnutie_Text01_iss_tl_ce_tl_rok" title="" type="text" class="xsd_string textBox Rozhodnutie_Text01_iss_tl_ce_tl_rok_internal" spellcheck="true" maxlength="400" size="860" alt="" value=""><xsl:if test="boolean(./*[name() = 'Rozhodnutie_Text01_iss_tl_ce_tl_rok']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Rozhodnutie_Text01_iss_tl_ce_tl_rok']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Rozhodnutie_Text01_iss_tl_ce_tl_rok']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_420098/egonp:RozhodnutieUdaje"><div id="layoutRow7667" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="RozhodnutieUdaje" /><div id="layoutRowContentlayoutRow7667" class="columns"><div id="layoutColumn14975" class="column first" style="width:880px;"><div id="layoutCell34708" class="cell  TextArea_16_left"><label class="fieldLabel" title="" for="RozhodnutieUdaje_Text01_iss_gatl29" style="display: none">Text01
                                            </label><span class="fieldContent"><textarea id="RozhodnutieUdaje_Text01_iss_gatl29" name="RozhodnutieUdaje_Text01_iss_gatl29" title="" class="xsd_string textArea RozhodnutieUdaje_Text01_iss_gatl29_internal" spellcheck="true" cols="100" rows="3"><xsl:if test="boolean(./*[name() = 'RozhodnutieUdaje_Text01_iss_gatl29']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:choose><xsl:when test="./*[name() = 'RozhodnutieUdaje_Text01_iss_gatl29']"><xsl:value-of select="./*[name() = 'RozhodnutieUdaje_Text01_iss_gatl29']" /></xsl:when><xsl:otherwise><xsl:text></xsl:text></xsl:otherwise></xsl:choose></textarea></span><div class="clear"></div></div><div id="layoutCell34711" class="cell  Label_16_bold_center"><label class="fieldLabel" title="" for="RozhodnutieUdaje_Vyrubuje" style="width:860px;display:none"><xsl:text disable-output-escaping="yes">vyrubuje </xsl:text></label><span class="fieldContent"><input id="RozhodnutieUdaje_Vyrubuje" name="RozhodnutieUdaje_Vyrubuje" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" alt="" value="" style="width:860px; text-align:center; font-weight: bold"><xsl:if test="boolean(./*[name() = 'RozhodnutieUdaje_Vyrubuje']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'RozhodnutieUdaje_Vyrubuje']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieUdaje_Vyrubuje']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell34729" class="cell "><xsl:for-each select="/egonp:eForm_eGov_vystup_420098/egonp:RozhodnutieUdaje/egonp:RozhodnutieUdaje_Danovnik"><div id="layoutRow7670" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="RozhodnutieUdaje_Danovnik" /><div id="layoutRowContentlayoutRow7670" class="columns"><div id="layoutColumn15838p" class="column first" style="width:860px;"><div id="layoutCell34711p" class="cell  Label_16_bold_center"><label class="fieldLabel" title="" for="RozhodnutieUdaje_Danovnik_Popis" style="width:860px;display:none"><xsl:text disable-output-escaping="yes">Popis </xsl:text></label><span class="fieldContent"><input id="RozhodnutieUdaje_Danovnik_Popis" name="RozhodnutieUdaje_Danovnik_Popis" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" alt="" value="" style="width:845px;"><xsl:if test="boolean(./*[name() = 'RozhodnutieUdaje_Danovnik_Popis']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'RozhodnutieUdaje_Danovnik_Popis']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieUdaje_Danovnik_Popis']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15838r" class="column first" style="width:320px;"><div id="layoutCell86974r" class="cell  Label_12_bold_right"><label class="fieldLabel" title="" for="RozhodnutieUdaje_Danovnik_Riadok1" style="width:480px;;display:none">">
                                                                    <xsl:text disable-output-escaping="yes">Riadok 1 </xsl:text></label><span class="fieldContent"><input id="RozhodnutieUdaje_Danovnik_Riadok1" name="RozhodnutieUdaje_Danovnik_Riadok1" title="" type="text" class="xsd_string textBox Danovnik_Riadky_internal" spellcheck="true" maxlength="400" size="350" alt="" value=""><xsl:if test="boolean(./*[name() = 'RozhodnutieUdaje_Danovnik_Riadok1']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'RozhodnutieUdaje_Danovnik_Riadok1']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieUdaje_Danovnik_Riadok1']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell86975r" class="cell  Label_12_bold_right"><label class="fieldLabel" title="" for="RozhodnutieUdaje_Danovnik_Riadok2" style="width:480px;;display:none">"
                                                                    <xsl:text disable-output-escaping="yes">Riadok 2 </xsl:text></label><span class="fieldContent"><input id="RozhodnutieUdaje_Danovnik_Riadok2" name="RozhodnutieUdaje_Danovnik_Riadok2" title="" type="text" class="xsd_string textBox Danovnik_Riadky_internal" spellcheck="true" maxlength="400" size="350" alt="" value=""><xsl:if test="boolean(./*[name() = 'RozhodnutieUdaje_Danovnik_Riadok2']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'RozhodnutieUdaje_Danovnik_Riadok2']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieUdaje_Danovnik_Riadok2']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell86972r" class="cell  Label_12_bold_right"><label class="fieldLabel" title="" for="RozhodnutieUdaje_Danovnik_Riadok3" style="width:480px;display:none">">
                                                                    <xsl:text disable-output-escaping="yes">Riadok 3 </xsl:text></label><span class="fieldContent"><input id="RozhodnutieUdaje_Danovnik_Riadok3" name="RozhodnutieUdaje_Danovnik_Riadok3" title="" type="text" class="xsd_string textBox Danovnik_Riadky_internal" spellcheck="true" maxlength="400" size="350" alt="" value=""><xsl:if test="boolean(./*[name() = 'RozhodnutieUdaje_Danovnik_Riadok3']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'RozhodnutieUdaje_Danovnik_Riadok3']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieUdaje_Danovnik_Riadok3']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn14992" class="column first" style="width:530px;"><div id="layoutCell34730" class="cell  Input_16_left"><label class="fieldLabel" title="" for="RozhodnutieUdaje_Danovnik_Meno_iss_mpf" style="width:200px;display:none"><xsl:text disable-output-escaping="yes">Meno a priezvisko / Obch. meno </xsl:text></label><span class="fieldContent"><input id="RozhodnutieUdaje_Danovnik_Meno_iss_mpf" name="RozhodnutieUdaje_Danovnik_Meno_iss_mpf" title="" type="text" class="xsd_string textBox RozhodnutieUdaje_Danovnik_Meno_iss_mpf_internal" spellcheck="true" maxlength="400" size="620" alt="" value=""><xsl:if test="boolean(./*[name() = 'RozhodnutieUdaje_Danovnik_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() = 'RozhodnutieUdaje_Danovnik_Meno_iss_mpf']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieUdaje_Danovnik_Meno_iss_mpf']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell34731" class="cell  Input_16_left"><label class="fieldLabel" title="" for="RozhodnutieUdaje_Danovnik_Adresa_iss_adr_tp" style="width:200px;display:none"><xsl:text disable-output-escaping="yes">Adresa trvalého pobytu / Sídlo </xsl:text></label><span class="fieldContent"><input id="RozhodnutieUdaje_Danovnik_Adresa_iss_adr_tp" name="RozhodnutieUdaje_Danovnik_Adresa_iss_adr_tp" title="" type="text" class="xsd_string textBox RozhodnutieUdaje_Danovnik_Adresa_iss_adr_tp_internal" spellcheck="true" maxlength="400" size="620" alt="" value=""><xsl:if test="boolean(./*[name() = 'RozhodnutieUdaje_Danovnik_Adresa_iss_adr_tp']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly
                                                                            </xsl:attribute><xsl:attribute name="disabled">disabled
                                                                            </xsl:attribute></xsl:if><xsl:if test="./*[name() = 'RozhodnutieUdaje_Danovnik_Adresa_iss_adr_tp']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieUdaje_Danovnik_Adresa_iss_adr_tp']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell34732" class="cell  Input_16_left"><label class="fieldLabel" title="" for="RozhodnutieUdaje_Danovnik_ICORC_iss_i_o_typ_tl_ico_rc_tl_d_nar" style="width:200px;display:none"><xsl:text disable-output-escaping="yes">Rodné číslo / IČO </xsl:text></label><span class="fieldContent"><input id="RozhodnutieUdaje_Danovnik_ICORC_iss_i_o_typ_tl_ico_rc_tl_d_nar" name="RozhodnutieUdaje_Danovnik_ICORC_iss_i_o_typ_tl_ico_rc_tl_d_nar" title="" type="text" class="xsd_string textBox RozhodnutieUdaje_Danovnik_ICORC_iss_i_o_typ_tl_ico_rc_tl_d_nar_internal" spellcheck="true" maxlength="400" size="620" alt="" value=""><xsl:if test="boolean(./*[name() = 'RozhodnutieUdaje_Danovnik_ICORC_iss_i_o_typ_tl_ico_rc_tl_d_nar']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly
                                                                            </xsl:attribute><xsl:attribute name="disabled">disabled
                                                                            </xsl:attribute></xsl:if><xsl:if test="./*[name() = 'RozhodnutieUdaje_Danovnik_ICORC_iss_i_o_typ_tl_ico_rc_tl_d_nar']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieUdaje_Danovnik_ICORC_iss_i_o_typ_tl_ico_rc_tl_d_nar']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><div class="clear"></div></div><div id="layoutCell34733" class="cell  Label_16_bold_center"><label class="fieldLabel" title="" for="RozhodnutieUdaje_MiestnyPoplatokTakto" style="width:860px;display: none"><xsl:text disable-output-escaping="yes">miestny poplatok za rozvoj takto </xsl:text></label><span class="fieldContent"><input id="RozhodnutieUdaje_MiestnyPoplatokTakto" name="RozhodnutieUdaje_MiestnyPoplatokTakto" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" alt="" value="" style="width:860px; text-align:center; font-weight: bold"><xsl:if test="boolean(./*[name() = 'RozhodnutieUdaje_MiestnyPoplatokTakto']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'RozhodnutieUdaje_MiestnyPoplatokTakto']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieUdaje_MiestnyPoplatokTakto']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell34712" class="cell "><xsl:for-each select="/egonp:eForm_eGov_vystup_420098/egonp:RozhodnutieUdaje/egonp:RozhodnutieUdaje_MiestnyPoplatok"><div id="layoutRow7668" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="RozhodnutieUdaje_MiestnyPoplatok" /><div id="layoutRowContentlayoutRow7668" class="columns"><div id="layoutColumn14976" class="column first" style="width:160px; margin-right:5px;"><div id="layoutCell34713" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="RozhodnutieUdaje_MiestnyPoplatok_Stavba" style="width:200px;display:none"><xsl:text disable-output-escaping="yes">Stavba podľa § 7 ods. 2 zákona </xsl:text></label><span class="fieldContent"><textarea id="RozhodnutieUdaje_MiestnyPoplatok_Stavba" name="RozhodnutieUdaje_MiestnyPoplatok_Stavba" title="" type="text" class="xsd_string textArea stavba" spellcheck="true" cols="100" rows="3" alt="" value=""><xsl:if test="boolean(./*[name() = 'RozhodnutieUdaje_MiestnyPoplatok_Stavba']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly
                                                                            </xsl:attribute><xsl:attribute name="disabled">disabled
                                                                            </xsl:attribute></xsl:if><xsl:choose><xsl:when test="./*[name() = 'RozhodnutieUdaje_MiestnyPoplatok_Stavba']"><xsl:value-of select="./*[name() = 'RozhodnutieUdaje_MiestnyPoplatok_Stavba']" /></xsl:when><xsl:otherwise><xsl:text></xsl:text></xsl:otherwise></xsl:choose></textarea></span><div class="clear"></div></div></div><div id="layoutColumn14977" class="column " style="width:125px; margin-right:5px;"><div id="layoutCell34714" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="RozhodnutieUdaje_MiestnyPoplatok_ZakladPopl" style="width:125px;display:none"><xsl:text disable-output-escaping="yes">Základ poplatku podla § 6 zákona </xsl:text></label><span class="fieldContent"><textarea id="RozhodnutieUdaje_MiestnyPoplatok_ZakladPopl" name="RozhodnutieUdaje_MiestnyPoplatok_ZakladPopl" title="" type="text" class="xsd_string textArea zaklad" spellcheck="true" cols="100" rows="3" alt="" value=""><xsl:if test="boolean(./*[name() = 'RozhodnutieUdaje_MiestnyPoplatok_ZakladPopl']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly
                                                                            </xsl:attribute><xsl:attribute name="disabled">disabled
                                                                            </xsl:attribute></xsl:if><xsl:choose><xsl:when test="./*[name() = 'RozhodnutieUdaje_MiestnyPoplatok_ZakladPopl']"><xsl:value-of select="./*[name() = 'RozhodnutieUdaje_MiestnyPoplatok_ZakladPopl']" /></xsl:when><xsl:otherwise><xsl:text></xsl:text></xsl:otherwise></xsl:choose></textarea></span><div class="clear"></div></div></div><div id="layoutColumn14980" class="column " style="width:125px; margin-right:5px;"><div id="layoutCell34717" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="RozhodnutieUdaje_MiestnyPoplatok_UpravZaklad" style="width:125px;display:none"><xsl:text disable-output-escaping="yes">Upravený základ poplatku podľa § 8 ods. 1 alebo 2 zákona </xsl:text></label><span class="fieldContent"><textarea id="RozhodnutieUdaje_MiestnyPoplatok_UpravZaklad" name="RozhodnutieUdaje_MiestnyPoplatok_UpravZaklad" title="" type="text" class="xsd_string textArea uprav" spellcheck="true" cols="100" rows="3" alt="" value=""><xsl:if test="boolean(./*[name() = 'RozhodnutieUdaje_MiestnyPoplatok_UpravZaklad']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly
                                                                            </xsl:attribute><xsl:attribute name="disabled">disabled
                                                                            </xsl:attribute></xsl:if><xsl:choose><xsl:when test="./*[name() = 'RozhodnutieUdaje_MiestnyPoplatok_UpravZaklad']"><xsl:value-of select="./*[name() = 'RozhodnutieUdaje_MiestnyPoplatok_UpravZaklad']" /></xsl:when><xsl:otherwise><xsl:text></xsl:text></xsl:otherwise></xsl:choose></textarea></span><div class="clear"></div></div></div><div id="layoutColumn14981" class="column " style="width:125px; margin-right:5px;"><div id="layoutCell34718" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="RozhodnutieUdaje_MiestnyPoplatok_SadzbaPopl" style="width:125px;display:none"><xsl:text disable-output-escaping="yes">Sadzba poplatku podľa § 7 zákona </xsl:text></label><span class="fieldContent"><textarea id="RozhodnutieUdaje_MiestnyPoplatok_SadzbaPopl" name="RozhodnutieUdaje_MiestnyPoplatok_SadzbaPopl" title="" type="text" class="xsd_string textArea sadzba" spellcheck="true" cols="100" rows="3" alt="" value=""><xsl:if test="boolean(./*[name() = 'RozhodnutieUdaje_MiestnyPoplatok_SadzbaPopl']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly
                                                                            </xsl:attribute><xsl:attribute name="disabled">disabled
                                                                            </xsl:attribute></xsl:if><xsl:choose><xsl:when test="./*[name() = 'RozhodnutieUdaje_MiestnyPoplatok_SadzbaPopl']"><xsl:value-of select="./*[name() = 'RozhodnutieUdaje_MiestnyPoplatok_SadzbaPopl']" /></xsl:when><xsl:otherwise><xsl:text></xsl:text></xsl:otherwise></xsl:choose></textarea></span><div class="clear"></div></div></div><div id="layoutColumn14981b" class="column " style="width:125px; margin-right:5px;"><div id="layoutCell34718b" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="RozhodnutieUdaje_MiestnyPoplatok_InflacnyKoeficient" style="width:125px;display:none"><xsl:text disable-output-escaping="yes">Inflačný koeficient podľa § 7a zákona</xsl:text></label><span class="fieldContent"><textarea id="RozhodnutieUdaje_MiestnyPoplatok_InflacnyKoeficient" name="RozhodnutieUdaje_MiestnyPoplatok_InflacnyKoeficient" title="" type="text" class="xsd_string textArea sadzba" spellcheck="true" cols="100" rows="3" alt="" value=""><xsl:if test="boolean(./*[name() = 'RozhodnutieUdaje_MiestnyPoplatok_InflacnyKoeficient']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly
                                                                            </xsl:attribute><xsl:attribute name="disabled">disabled
                                                                            </xsl:attribute></xsl:if><xsl:choose><xsl:when test="./*[name() = 'RozhodnutieUdaje_MiestnyPoplatok_InflacnyKoeficient']"><xsl:value-of select="./*[name() = 'RozhodnutieUdaje_MiestnyPoplatok_InflacnyKoeficient']" /></xsl:when><xsl:otherwise><xsl:text></xsl:text></xsl:otherwise></xsl:choose></textarea></span><div class="clear"></div></div></div><div id="layoutColumn14982" class="column " style="width:125px; margin-right:5px;"><div id="layoutCell34719" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="RozhodnutieUdaje_MiestnyPoplatok_MiestnyPopl" style="width:125px;display:none"><xsl:text disable-output-escaping="yes">Miestny poplatok za rozvoj </xsl:text></label><span class="fieldContent"><textarea id="RozhodnutieUdaje_MiestnyPoplatok_MiestnyPopl" name="RozhodnutieUdaje_MiestnyPoplatok_MiestnyPopl" title="" type="text" class="xsd_string textArea miestny" spellcheck="true" cols="100" rows="3" alt="" value=""><xsl:if test="boolean(./*[name() = 'RozhodnutieUdaje_MiestnyPoplatok_MiestnyPopl']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly
                                                                            </xsl:attribute><xsl:attribute name="disabled">disabled
                                                                            </xsl:attribute></xsl:if><xsl:choose><xsl:when test="./*[name() = 'RozhodnutieUdaje_MiestnyPoplatok_MiestnyPopl']"><xsl:value-of select="./*[name() = 'RozhodnutieUdaje_MiestnyPoplatok_MiestnyPopl']" /></xsl:when><xsl:otherwise><xsl:text></xsl:text></xsl:otherwise></xsl:choose></textarea></span><div class="clear"></div></div></div><div id="layoutColumn14983" class="column " style="width:860px;"><div id="layoutCell34721" class="cell "><xsl:for-each select="./egonp:RozhodnutieUdaje_MiestnyPoplatok_Hodnoty"><div id="layoutRow7669" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><xsl:variable name="nRowslayoutRow7669" select="position()" /><xsl:attribute name="id">layoutRow7669<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="RozhodnutieUdaje_MiestnyPoplatok_Hodnoty" /><div id="layoutRowContentlayoutRow7669" class="columns"><div id="layoutColumn14985" class="column first" style="width:150px; margin-right:5px;"><div id="layoutCell34722" class="cell  Input_14_left"><label class="fieldLabel" title="" for="RozhodnutieUdaje_MiestnyPoplatok_Hodnoty_StavbaHodnota_iss_n_c_st_memo" style="display: none">Stavba
                                                                                        podľa § 7 ods. 2 zákona -
                                                                                        hodnota
                                                                                    </label><span class="fieldContent"><input id="RozhodnutieUdaje_MiestnyPoplatok_Hodnoty_StavbaHodnota_iss_n_c_st_memo" name="RozhodnutieUdaje_MiestnyPoplatok_Hodnoty_StavbaHodnota_iss_n_c_st_memo" title="" type="text" class="xsd_string textBox RozhodnutieUdaje_MiestnyPoplatok_Hodnoty_StavbaHodnota_iss_n_c_st_memo_internal" spellcheck="true" maxlength="400" size="260" alt="" value=""><xsl:if test="boolean(./*[name() = 'RozhodnutieUdaje_MiestnyPoplatok_Hodnoty_StavbaHodnota_iss_n_c_st_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">
                                                                                                    readonly
                                                                                                </xsl:attribute><xsl:attribute name="disabled">
                                                                                                    disabled
                                                                                                </xsl:attribute></xsl:if><xsl:if test="./*[name() = 'RozhodnutieUdaje_MiestnyPoplatok_Hodnoty_StavbaHodnota_iss_n_c_st_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieUdaje_MiestnyPoplatok_Hodnoty_StavbaHodnota_iss_n_c_st_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn14986" class="column " style="width:125px; margin-right:5px;"><div id="layoutCell34723" class="cell  Input_14_right"><label class="fieldLabel" title="" for="RozhodnutieUdaje_MiestnyPoplatok_Hodnoty_ZakladPoplHodnota_iss_zakl_popl_memo" style="display: none">Základ
                                                                                        poplatku podla § 6 zákona -
                                                                                        hodnota
                                                                                    </label><span class="fieldContent"><input id="RozhodnutieUdaje_MiestnyPoplatok_Hodnoty_ZakladPoplHodnota_iss_zakl_popl_memo" name="RozhodnutieUdaje_MiestnyPoplatok_Hodnoty_ZakladPoplHodnota_iss_zakl_popl_memo" title="" type="text" class="xsd_string textBox RozhodnutieUdaje_MiestnyPoplatok_Hodnoty_ZakladPoplHodnota_iss_zakl_popl_memo_internal" spellcheck="true" maxlength="400" size="120" alt="" value=""><xsl:if test="boolean(./*[name() = 'RozhodnutieUdaje_MiestnyPoplatok_Hodnoty_ZakladPoplHodnota_iss_zakl_popl_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">
                                                                                                    readonly
                                                                                                </xsl:attribute><xsl:attribute name="disabled">
                                                                                                    disabled
                                                                                                </xsl:attribute></xsl:if><xsl:if test="./*[name() = 'RozhodnutieUdaje_MiestnyPoplatok_Hodnoty_ZakladPoplHodnota_iss_zakl_popl_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieUdaje_MiestnyPoplatok_Hodnoty_ZakladPoplHodnota_iss_zakl_popl_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn14989" class="column " style="width:125px; margin-right:5px;"><div id="layoutCell34726" class="cell  Input_14_right"><label class="fieldLabel" title="" for="RozhodnutieUdaje_MiestnyPoplatok_Hodnoty_UpravZaklad_iss_zakl_popl_u_memo" style="display: none">
                                                                                        Upravený základ poplatku podľa §
                                                                                        8 ods. 1 alebo 2 zákona -
                                                                                        hodnota
                                                                                    </label><span class="fieldContent"><input id="RozhodnutieUdaje_MiestnyPoplatok_Hodnoty_UpravZaklad_iss_zakl_popl_u_memo" name="RozhodnutieUdaje_MiestnyPoplatok_Hodnoty_UpravZaklad_iss_zakl_popl_u_memo" title="" type="text" class="xsd_string textBox RozhodnutieUdaje_MiestnyPoplatok_Hodnoty_UpravZaklad_iss_zakl_popl_u_memo_internal" spellcheck="true" maxlength="400" size="120" alt="" value=""><xsl:if test="boolean(./*[name() = 'RozhodnutieUdaje_MiestnyPoplatok_Hodnoty_UpravZaklad_iss_zakl_popl_u_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">
                                                                                                    readonly
                                                                                                </xsl:attribute><xsl:attribute name="disabled">
                                                                                                    disabled
                                                                                                </xsl:attribute></xsl:if><xsl:if test="./*[name() = 'RozhodnutieUdaje_MiestnyPoplatok_Hodnoty_UpravZaklad_iss_zakl_popl_u_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieUdaje_MiestnyPoplatok_Hodnoty_UpravZaklad_iss_zakl_popl_u_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn14990" class="column " style="width:125px; margin-right:5px;"><div id="layoutCell34727" class="cell  Input_14_right"><label class="fieldLabel" title="" for="RozhodnutieUdaje_MiestnyPoplatok_Hodnoty_SadzbaPoplHodnota_iss_sadzba_memo" style="display: none">Sadzba
                                                                                        poplatku podľa § 7 zákona -
                                                                                        hodnota
                                                                                    </label><span class="fieldContent"><input id="RozhodnutieUdaje_MiestnyPoplatok_Hodnoty_SadzbaPoplHodnota_iss_sadzba_memo" name="RozhodnutieUdaje_MiestnyPoplatok_Hodnoty_SadzbaPoplHodnota_iss_sadzba_memo" title="" type="text" class="xsd_string textBox RozhodnutieUdaje_MiestnyPoplatok_Hodnoty_SadzbaPoplHodnota_iss_sadzba_memo_internal" spellcheck="true" maxlength="400" size="120" alt="" value=""><xsl:if test="boolean(./*[name() = 'RozhodnutieUdaje_MiestnyPoplatok_Hodnoty_SadzbaPoplHodnota_iss_sadzba_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">
                                                                                                    readonly
                                                                                                </xsl:attribute><xsl:attribute name="disabled">
                                                                                                    disabled
                                                                                                </xsl:attribute></xsl:if><xsl:if test="./*[name() = 'RozhodnutieUdaje_MiestnyPoplatok_Hodnoty_SadzbaPoplHodnota_iss_sadzba_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieUdaje_MiestnyPoplatok_Hodnoty_SadzbaPoplHodnota_iss_sadzba_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn149909" class="column " style="width:125px; margin-right:5px;"><div id="layoutCell347279" class="cell  Input_14_right"><label class="fieldLabel" title="" for="RozhodnutieUdaje_MiestnyPoplatok_Hodnoty_InflacnyKoeficient_iss_memo" style="display: none">Inflačný koeficient podľa § 7a zákona
                                                                                        hodnota
                                                                                    </label><span class="fieldContent"><input id="RozhodnutieUdaje_MiestnyPoplatok_Hodnoty_InflacnyKoeficient_iss_memo" name="RozhodnutieUdaje_MiestnyPoplatok_Hodnoty_InflacnyKoeficient_iss_memo" title="" type="text" class="xsd_string textBox RozhodnutieUdaje_MiestnyPoplatok_Hodnoty_SadzbaPoplHodnota_iss_sadzba_memo_internal" spellcheck="true" maxlength="400" size="120" alt="" value=""><xsl:if test="boolean(./*[name() = 'RozhodnutieUdaje_MiestnyPoplatok_Hodnoty_InflacnyKoeficient_iss_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">
                                                                                                    readonly
                                                                                                </xsl:attribute><xsl:attribute name="disabled">
                                                                                                    disabled
                                                                                                </xsl:attribute></xsl:if><xsl:if test="./*[name() = 'RozhodnutieUdaje_MiestnyPoplatok_Hodnoty_InflacnyKoeficient_iss_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieUdaje_MiestnyPoplatok_Hodnoty_InflacnyKoeficient_iss_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn14991" class="column " style="width:125px"><div id="layoutCell34728" class="cell  Input_14_right"><label class="fieldLabel" title="" for="RozhodnutieUdaje_MiestnyPoplatok_Hodnoty_MiestnyPoplHodnota_iss_sk_celkom_memo" style="display: none">Miestny
                                                                                        poplatok za rozvoj - hodnota
                                                                                    </label><span class="fieldContent"><input id="RozhodnutieUdaje_MiestnyPoplatok_Hodnoty_MiestnyPoplHodnota_iss_sk_celkom_memo" name="RozhodnutieUdaje_MiestnyPoplatok_Hodnoty_MiestnyPoplHodnota_iss_sk_celkom_memo" title="" type="text" class="xsd_string textBox RozhodnutieUdaje_MiestnyPoplatok_Hodnoty_MiestnyPoplHodnota_iss_sk_celkom_memo_internal" spellcheck="true" maxlength="400" size="120" alt="" value=""><xsl:if test="boolean(./*[name() = 'RozhodnutieUdaje_MiestnyPoplatok_Hodnoty_MiestnyPoplHodnota_iss_sk_celkom_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">
                                                                                                    readonly
                                                                                                </xsl:attribute><xsl:attribute name="disabled">
                                                                                                    disabled
                                                                                                </xsl:attribute></xsl:if><xsl:if test="./*[name() = 'RozhodnutieUdaje_MiestnyPoplatok_Hodnoty_MiestnyPoplHodnota_iss_sk_celkom_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieUdaje_MiestnyPoplatok_Hodnoty_MiestnyPoplHodnota_iss_sk_celkom_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div class="clear"></div></div><div id="repetitionCommandslayoutRow7669" class="sectionPager"><xsl:if test="position() != last()"><xsl:attribute name="style"><xsl:text>display:none;</xsl:text></xsl:attribute></xsl:if><span id="addSectionlayoutRow7669" class="button addRemoveSection" onclick="addSection(1, 999, this)" title="Pridať sekciu Hodnoty">Pridať
                                                                            </span><span id="removeSectionlayoutRow7669" class="button addRemoveSection" onclick="removeSection(1, this)" title="Odobrať sekciu Hodnoty">Odobrať
                                                                            </span></div></div></xsl:for-each><xsl:if test="normalize-space(./egonp:RozhodnutieUdaje_MiestnyPoplatok_Hodnoty) = ''"><xsl:if test="./egonp:RozhodnutieUdaje_MiestnyPoplatok_Hodnoty/@notInFormData"><script type="text/javascript">
                                                                            $(document).ready(function () {
                                                                            initRepetitionSection(1, 999,
                                                                            'layoutRow7669') })
                                                                        </script></xsl:if></xsl:if><div class="clear"></div></div></div><div id="layoutColumn14984b" class="column " style="width:720px;"><div id="layoutCell34720" class="cell  LabelBoldRight Input_16_right"><label class="fieldLabel" title="" for="RozhodnutieUdaje_MiestnyPoplatok_CelkomText" style="width:670px;display:none"><xsl:text disable-output-escaping="yes">Celkom/Spolu </xsl:text></label><span class="fieldContent"><input id="RozhodnutieUdaje_MiestnyPoplatok_CelkomText" name="RozhodnutieUdaje_MiestnyPoplatok_CelkomText" title="" type="text" class="xsd_string textBox RozhodnutieUdaje_MiestnyPoplatok_CelkomText_internal" spellcheck="true" maxlength="400" size="120" alt="" value=""><xsl:if test="boolean(./*[name() = 'RozhodnutieUdaje_MiestnyPoplatok_CelkomText']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly
                                                                            </xsl:attribute><xsl:attribute name="disabled">disabled
                                                                            </xsl:attribute></xsl:if><xsl:if test="./*[name() = 'RozhodnutieUdaje_MiestnyPoplatok_CelkomText']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieUdaje_MiestnyPoplatok_CelkomText']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn14984" class="column " style="width:140px;"><div id="layoutCell34720" class="cell  LabelBoldRight Input_16_right"><label class="fieldLabel" title="" for="RozhodnutieUdaje_MiestnyPoplatok_CelkomHodnota_iss_sk_celkom" style="width:670px;display:none"><xsl:text disable-output-escaping="yes">Celkom </xsl:text></label><span class="fieldContent"><input id="RozhodnutieUdaje_MiestnyPoplatok_CelkomHodnota_iss_sk_celkom" name="RozhodnutieUdaje_MiestnyPoplatok_CelkomHodnota_iss_sk_celkom" title="" type="text" class="xsd_string textBox RozhodnutieUdaje_MiestnyPoplatok_CelkomHodnota_iss_sk_celkom_internal" spellcheck="true" maxlength="400" size="120" alt="" value=""><xsl:if test="boolean(./*[name() = 'RozhodnutieUdaje_MiestnyPoplatok_CelkomHodnota_iss_sk_celkom']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly
                                                                            </xsl:attribute><xsl:attribute name="disabled">disabled
                                                                            </xsl:attribute></xsl:if><xsl:if test="./*[name() = 'RozhodnutieUdaje_MiestnyPoplatok_CelkomHodnota_iss_sk_celkom']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieUdaje_MiestnyPoplatok_CelkomHodnota_iss_sk_celkom']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><div class="clear"></div></div><div id="layoutCell34707" class="cell "><label class="fieldLabel" title="" for="RozhodnutieUdaje_Text02_iss_gatl26_gatl10_gatl11_gatl12_vs" style="display: none">Text02
                                            </label><span class="fieldContent"><textarea id="RozhodnutieUdaje_Text02_iss_gatl26_gatl10_gatl11_gatl12_vs" name="RozhodnutieUdaje_Text02_iss_gatl26_gatl10_gatl11_gatl12_vs" title="" class="xsd_string textArea RozhodnutieUdaje_Text02_iss_gatl26_gatl10_gatl11_gatl12_vs_internal" spellcheck="true" cols="100" rows="3"><xsl:if test="boolean(./*[name() = 'RozhodnutieUdaje_Text02_iss_gatl26_gatl10_gatl11_gatl12_vs']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:choose><xsl:when test="./*[name() = 'RozhodnutieUdaje_Text02_iss_gatl26_gatl10_gatl11_gatl12_vs']"><xsl:value-of select="./*[name() = 'RozhodnutieUdaje_Text02_iss_gatl26_gatl10_gatl11_gatl12_vs']" /></xsl:when><xsl:otherwise><xsl:text></xsl:text></xsl:otherwise></xsl:choose></textarea></span><div class="clear"></div></div><div id="layoutCell34709" class="cell  TextArea_16_left"><label class="fieldLabel" title="" for="RozhodnutieUdaje_Text03_iss_gatl15" style="display: none">Text03
                                            </label><span class="fieldContent"><textarea id="RozhodnutieUdaje_Text03_iss_gatl15" name="RozhodnutieUdaje_Text03_iss_gatl15" title="" class="xsd_string textArea RozhodnutieUdaje_Text03_iss_gatl15_internal" spellcheck="true" cols="100" rows="3"><xsl:if test="boolean(./*[name() = 'RozhodnutieUdaje_Text03_iss_gatl15']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:choose><xsl:when test="./*[name() = 'RozhodnutieUdaje_Text03_iss_gatl15']"><xsl:value-of select="./*[name() = 'RozhodnutieUdaje_Text03_iss_gatl15']" /></xsl:when><xsl:otherwise><xsl:text></xsl:text></xsl:otherwise></xsl:choose></textarea></span><div class="clear"></div></div><div id="layoutCell29789aa" class="cell " style="display: none"><label class="fieldLabel" title="" for="AddExtraColumnInflacnyKoeficient" style="width:240px;display:none"><xsl:text disable-output-escaping="yes">AddExtraColumnInflacnyKoeficient</xsl:text></label><span class="fieldContent"><input id="AddExtraColumnInflacnyKoeficient" name="AddExtraColumnInflacnyKoeficient" title="" type="text" class="xsd_string textBox DanovnikPopis_Riadok" spellcheck="true" maxlength="400" size="640" alt="" value=""><xsl:if test="boolean(./*[name() = 'AddExtraColumnInflacnyKoeficient']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'AddExtraColumnInflacnyKoeficient']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'AddExtraColumnInflacnyKoeficient']" /></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_420098/egonp:Odovodnenie"><div id="layoutRow7662" 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="layoutRowContentlayoutRow7662" class="columns"><div id="layoutColumn14970" class="column first" style="width:880px;"><div id="layoutCell34693" class="cell  TextArea_16_left"><label class="fieldLabel" title="" for="Odovodnenie_Text01_iss_gatl25" style="display: none">Text01
                                            </label><span class="fieldContent"><textarea id="Odovodnenie_Text01_iss_gatl25" name="Odovodnenie_Text01_iss_gatl25" title="" class="xsd_string textArea Odovodnenie_Text01_iss_gatl25_internal" spellcheck="true" cols="100" rows="3"><xsl:if test="boolean(./*[name() = 'Odovodnenie_Text01_iss_gatl25']/@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_Text01_iss_gatl25']"><xsl:value-of select="./*[name() = 'Odovodnenie_Text01_iss_gatl25']" /></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_420098/egonp:Poucenie"><div id="layoutRow7663" 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="layoutRowContentlayoutRow7663" class="columns"><div id="layoutColumn14971" class="column first" style="width:880px;"><div id="layoutCell34695" class="cell  TextArea_16_left"><label class="fieldLabel" title="" for="Poucenie_Text01_iss_gatl13" style="display: none">Text01
                                            </label><span class="fieldContent"><textarea id="Poucenie_Text01_iss_gatl13" name="Poucenie_Text01_iss_gatl13" title="" class="xsd_string textArea Poucenie_Text01_iss_gatl13_internal" spellcheck="true" cols="100" rows="3"><xsl:if test="boolean(./*[name() = 'Poucenie_Text01_iss_gatl13']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:choose><xsl:when test="./*[name() = 'Poucenie_Text01_iss_gatl13']"><xsl:value-of select="./*[name() = 'Poucenie_Text01_iss_gatl13']" /></xsl:when><xsl:otherwise><xsl:text></xsl:text></xsl:otherwise></xsl:choose></textarea></span><div class="clear"></div></div><div id="layoutCell34696" class="cell  TextArea_16_left"><label class="fieldLabel" title="" for="Poucenie_Text02_iss_gatl14" style="display: none">Text02
                                            </label><span class="fieldContent"><textarea id="Poucenie_Text02_iss_gatl14" name="Poucenie_Text02_iss_gatl14" title="" class="xsd_string textArea Poucenie_Text02_iss_gatl14_internal" spellcheck="true" cols="100" rows="3"><xsl:if test="boolean(./*[name() = 'Poucenie_Text02_iss_gatl14']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:choose><xsl:when test="./*[name() = 'Poucenie_Text02_iss_gatl14']"><xsl:value-of select="./*[name() = 'Poucenie_Text02_iss_gatl14']" /></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_420098/egonp:Podpis"><div id="layoutRow7665" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="Podpis" /><div id="layoutRowContentlayoutRow7665" class="columns"><div id="layoutColumn14973" class="column first" style="width:880px;"><div id="layoutCell34701" class="cell  PoleVpravo_510 Input_16_center"><label class="fieldLabel" title="" for="Podpis_Meno_iss_gatl7" style="display: none">Meno
                                            </label><span class="fieldContent"><input id="Podpis_Meno_iss_gatl7" name="Podpis_Meno_iss_gatl7" title="" type="text" class="xsd_string textBox Podpis_Meno_iss_gatl7_internal" spellcheck="true" maxlength="400" size="350" alt="" value=""><xsl:if test="boolean(./*[name() = 'Podpis_Meno_iss_gatl7']/@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_gatl7']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Podpis_Meno_iss_gatl7']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell34702" class="cell  PoleVpravo_510 Input_16_center"><label class="fieldLabel" title="" for="Podpis_ZaMsU_iss_gatl8" style="display: none">za MsÚ
                                            </label><span class="fieldContent"><input id="Podpis_ZaMsU_iss_gatl8" name="Podpis_ZaMsU_iss_gatl8" title="" type="text" class="xsd_string textBox Podpis_ZaMsU_iss_gatl8_internal" spellcheck="true" maxlength="400" size="350" alt="" value=""><xsl:if test="boolean(./*[name() = 'Podpis_ZaMsU_iss_gatl8']/@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_gatl8']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Podpis_ZaMsU_iss_gatl8']" /></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_420098/egonp:DorucujeSa"><div id="layoutRow7664" class="layoutRow ui-tabs ui-widget-content   " title=""><input type="hidden" name="DorucujeSa" /><div class="caption ui-widget-header"><div class="headercorrection" title="Doručuje sa">Doručuje sa</div><span class="arrow ui-icon ui-icon-carat-1-n"></span></div><div id="layoutRowContentlayoutRow7664" class="columns"><div id="layoutColumn14972" class="column first" style="width:880px;"><div id="layoutCell34698" class="cell  Input_16_left"><label class="fieldLabel" title="" for="DorucujeSa_Meno_iss_gatl16_i_o_zast_mpf_mpf_zast" style="display: none">Meno
                                            </label><span class="fieldContent"><input id="DorucujeSa_Meno_iss_gatl16_i_o_zast_mpf_mpf_zast" name="DorucujeSa_Meno_iss_gatl16_i_o_zast_mpf_mpf_zast" title="" type="text" class="xsd_string textBox DorucujeSa_Meno_iss_gatl16_i_o_zast_mpf_mpf_zast_internal" spellcheck="true" maxlength="400" size="500" alt="" value=""><xsl:if test="boolean(./*[name() = 'DorucujeSa_Meno_iss_gatl16_i_o_zast_mpf_mpf_zast']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'DorucujeSa_Meno_iss_gatl16_i_o_zast_mpf_mpf_zast']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'DorucujeSa_Meno_iss_gatl16_i_o_zast_mpf_mpf_zast']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell34699" class="cell  TextArea_16_left"><label class="fieldLabel" title="" for="DorucujeSa_Adresa_iss_gatl16_i_o_zast_adr_adr_zast" style="display: none">Adresa
                                            </label><span class="fieldContent"><textarea id="DorucujeSa_Adresa_iss_gatl16_i_o_zast_adr_adr_zast" name="DorucujeSa_Adresa_iss_gatl16_i_o_zast_adr_adr_zast" title="" class="xsd_string textArea DorucujeSa_Adresa_iss_gatl16_i_o_zast_adr_adr_zast_internal" spellcheck="true" cols="100" rows="3"><xsl:if test="boolean(./*[name() = 'DorucujeSa_Adresa_iss_gatl16_i_o_zast_adr_adr_zast']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:choose><xsl:when test="./*[name() = 'DorucujeSa_Adresa_iss_gatl16_i_o_zast_adr_adr_zast']"><xsl:value-of select="./*[name() = 'DorucujeSa_Adresa_iss_gatl16_i_o_zast_adr_adr_zast']" /></xsl:when><xsl:otherwise><xsl:text></xsl:text></xsl:otherwise></xsl:choose></textarea></span><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_420098/egonp:PaymentData"><div class="layoutRow ui-tabs ui-widget-content   " title=""><input type="hidden" name="PaymentData" /><div id="layoutColumn158340" class="column " style="width:880px;"><div id="layoutCell8696000" class="cell  LabelBold body"><label class="fieldLabel" title="" for="Payment_suma" style="width:120px;"><xsl:text disable-output-escaping="yes">Suma </xsl:text></label><span class="fieldContent"><input id="Payment_suma" name="Payment_suma" title="" type="text" class="xsd_string textBox" spellcheck="true" maxlength="400" size="370" alt="" value="" style="width:718px"><xsl:if test="boolean(./*[name() = 'Payment_suma']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Payment_suma']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Payment_suma']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell8696001" class="cell  LabelBold body"><label class="fieldLabel" title="" for="Payment_mena" style="width:120px;"><xsl:text disable-output-escaping="yes">Mena </xsl:text></label><span class="fieldContent"><input id="Payment_mena" name="Payment_mena" title="" type="text" class="xsd_string textBox" spellcheck="true" maxlength="400" size="370" alt="" value="" style="width:718px"><xsl:if test="boolean(./*[name() = 'Payment_mena']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Payment_mena']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Payment_mena']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell8696002" class="cell  LabelBold body"><label class="fieldLabel" title="" for="Payment_ucet" style="width:120px;"><xsl:text disable-output-escaping="yes">Číslo účtu </xsl:text></label><span class="fieldContent"><input id="Payment_ucet" name="Payment_ucet" title="" type="text" class="xsd_string textBox" spellcheck="true" maxlength="400" size="370" alt="" value="" style="width:718px"><xsl:if test="boolean(./*[name() = 'Payment_ucet']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Payment_ucet']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Payment_ucet']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell8696003" class="cell  LabelBold body"><label class="fieldLabel" title="" for="Payment_swift" style="width:120px;"><xsl:text disable-output-escaping="yes">SWIFT-BIC </xsl:text></label><span class="fieldContent"><input id="Payment_swift" name="Payment_swift" title="" type="text" class="xsd_string textBox" spellcheck="true" maxlength="400" size="370" alt="" value="" style="width:718px"><xsl:if test="boolean(./*[name() = 'Payment_swift']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Payment_swift']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Payment_swift']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell8696004" class="cell  LabelBold body"><label class="fieldLabel" title="" for="Payment_VS" style="width:120px;"><xsl:text disable-output-escaping="yes">Variabilný symbol </xsl:text></label><span class="fieldContent"><input id="Payment_VS" name="Payment_VS" title="" type="text" class="xsd_string textBox" spellcheck="true" maxlength="400" size="370" alt="" value="" style="width:718px"><xsl:if test="boolean(./*[name() = 'Payment_VS']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Payment_VS']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Payment_VS']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell8696005" class="cell  LabelBold body"><label class="fieldLabel" title="" for="Payment_SS" style="width:120px;"><xsl:text disable-output-escaping="yes">Špecifický symbol </xsl:text></label><span class="fieldContent"><input id="Payment_SS" name="Payment_SS" title="" type="text" class="xsd_string textBox" spellcheck="true" maxlength="400" size="370" alt="" value="" style="width:718px"><xsl:if test="boolean(./*[name() = 'Payment_SS']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Payment_SS']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Payment_SS']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell8696006" class="cell  LabelBold body"><label class="fieldLabel" title="" for="Payment_KS" style="width:120px;"><xsl:text disable-output-escaping="yes">Konštatný symbol </xsl:text></label><span class="fieldContent"><input id="Payment_KS" name="Payment_KS" title="" type="text" class="xsd_string textBox" spellcheck="true" maxlength="400" size="370" alt="" value="" style="width:718px"><xsl:if test="boolean(./*[name() = 'Payment_KS']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Payment_KS']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Payment_KS']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell8696006" class="cell  LabelBold body"><label class="fieldLabel" title="" for="Payment_text" style="width:120px;"><xsl:text disable-output-escaping="yes">Text </xsl:text></label><span class="fieldContent"><input id="Payment_text" name="Payment_text" title="" type="text" class="xsd_string textBox" spellcheck="true" maxlength="400" size="370" alt="" value="" style="width:718px"><xsl:if test="boolean(./*[name() = 'Payment_text']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Payment_text']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Payment_text']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutCell_b29965" class="cell "><label class="fieldLabel" title="" for="Payment_qrcode" style="display:none">
                                        QR kód
                                    </label><div class="fieldContent" id="imgSpanQRCode"><xsl:if test="./*[name() = 'Payment_qrcode']"><xsl:variable name="qrcodeIMG_data" select="./*[name() = 'Payment_qrcode']" /><xsl:choose><xsl:when test="string-length($qrcodeIMG_data) > 0"><xsl:variable name="qrcodeIMG" select="concat('data:image/png;base64,',$qrcodeIMG_data)" /><img id="qrcode_img" height="200px" src="{$qrcodeIMG}" alt="" /></xsl:when><xsl:otherwise><img id="qrcode_img" height="200px" src="" alt="" /></xsl:otherwise></xsl:choose></xsl:if></div><input id="Payment_qrcode" name="Payment_qrcode" type="hidden" class="xsd_string textBox" alt="" value=""><xsl:if test="boolean(./*[name() = 'qrcode']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Payment_qrcode']"><xsl:variable name="qrcodeIMG_data" select="./*[name() = 'Payment_qrcode']" /><xsl:choose><xsl:when test="string-length($qrcodeIMG_data) > 0"><xsl:variable name="qrcodeIMG" select="concat('data:image/png;base64,',$qrcodeIMG_data)" /><xsl:attribute name="value"><xsl:value-of select="concat($qrcodeIMG,'')" /></xsl:attribute></xsl:when><xsl:otherwise><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'qrcode']" /></xsl:attribute></xsl:otherwise></xsl:choose></xsl:if></input><div class="clear" /></div><div id="layoutCell_a29965" class="cell "><label class="fieldLabel" title="" for="Payment_barcode" style="display:none">
                                        Čiarový kód
                                    </label><div class="fieldContent" id="imgSpanBarCode"><xsl:if test="./*[name() = 'Payment_barcode']"><xsl:variable name="barcodeIMG_data" select="./*[name() = 'Payment_barcode']" /><xsl:choose><xsl:when test="string-length($barcodeIMG_data) > 0"><xsl:variable name="barcodeIMG" select="concat('data:image/png;base64,',$barcodeIMG_data)" /><img id="barcode_img" src="{$barcodeIMG}" width="75%" alt="barcode" /></xsl:when><xsl:otherwise><img id="barcode_img" src="" width="75%" alt="" /></xsl:otherwise></xsl:choose></xsl:if></div><input id="Payment_barcode" name="Payment_barcode" type="hidden" class="xsd_string textBox" alt="" value=""><xsl:if test="boolean(./*[name() = 'barcode']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Payment_barcode']"><xsl:variable name="barcodeIMG_data" select="./*[name() = 'Payment_barcode']" /><xsl:choose><xsl:when test="string-length($barcodeIMG_data) > 0"><xsl:variable name="barcodeIMG" select="concat('data:image/png;base64,',$barcodeIMG_data)" /><xsl:attribute name="value"><xsl:value-of select="concat($barcodeIMG,'')" /></xsl:attribute></xsl:when><xsl:otherwise><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'barcode']" /></xsl:attribute></xsl:otherwise></xsl:choose></xsl:if></input><div class="clear" /></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_420098/egonp:SekciaZakonEGovInfo"><div id="layoutRow5369a" class="layoutRow ui-tabs ui-widget-content   " title=""><input type="hidden" name="SekciaZakonEGovInfo" /><div id="layoutRowContentlayoutRow5369a" class="columns"><div id="layoutColumn9930a" class="column first"><div id="layoutCell23931a" class="cell "><label class="fieldLabel" title="" for="Info_text" style="display: none">
                                                Zakon info
                                            </label><span class="fieldContent"><textarea id="Info_text" name="Info_text" title="" class="xsd_string textArea Info_text_internal" spellcheck="true" cols="100" rows="3"><xsl:if test="boolean(./*[name() = 'Info_text']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:choose><xsl:when test="./*[name() = 'Info_text']"><xsl:value-of select="./*[name() = 'Info_text']" /></xsl:when><xsl:otherwise><xsl:text></xsl:text></xsl:otherwise></xsl:choose></textarea></span><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><div id="buttonsPlaceholder"><input id="validateForm" type="button" class="button ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" value="Skontrolovať" alt="Skontrolovať" accesskey="S" /><input id="clearForm" type="button" class="button ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" value="Vyčisti" alt="Vyčisti" accesskey="V" /><input id="loadFormXml" type="button" class="button ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" value="Načítať" alt="Načítať" accesskey="N" /><input id="saveToXml" type="button" class="button ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" value="Uložiť" alt="Uložiť" accesskey="U" /><input id="cancelForm" type="button" class="button ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" value="Zrušiť" alt="Zrušiť" accesskey="Z" /></div></div><div id="statusDialog" title="Status"><img id="statusLoader" src="https://www.slovensko.sk/static/eForm/Designer/2.0.1.18/Images/ajax-loader.png" alt="Čakajte prosím" /><p id="statusMessage" class="statusMessage"></p></div><div id="savedFormsContainer" class="layoutMain ui-widget-content" style="display:none"><div id="savedFormsContainerRow" class="layoutRow ui-tabs ui-widget-content" title=""><input type="hidden" name="Basic" /><div class="caption ui-widget-header"><div class="headercorrection" title="Uložené formuláre">Uložené formuláre</div><span class="arrow ui-icon ui-icon-carat-1-n"></span></div><div id="layoutRowSavedForms" class="columns"><div id="lcolumnSavedForms" class="column first"><div id="lcellSavedForms" class="cell"></div></div><div class="clear"></div></div></div></div><div id="mtd_formMetaData" style="display:none"><span id="mtd_version">2.3</span><span id="mtd_idp">3807</span><span id="mtd_namespace">http://schemas.gov.sk/form/00648264.A0000420.000000385.VYST_420098_RozhodVyrubPoplatkuZaRozvoj/2.3</span></div></form></body></html></xsl:template></xsl:stylesheet>