<?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/00305383.A0000410.000000297.VYST_410105_RozhodnutieOUlozeniPokuty/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 o uložení pokuty</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_410105").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">
					.Platba { display: flex; } #layoutCell_a29965 { margin: auto; } .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: left !important} .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} .Rozhodnutie_Text_internal{width:860px;}.Adresat_Adresa01_iss_adr_internal{width:350px;}.Adresat_Adresa02_iss_adr2_internal{width:350px;}.Adresat_Osoba_iss_mpf_internal{width:350px;}.RozhodnutieUdaje_Text01_internal{width:860px;height:100px;}.Odovodnenie_Text01_iss_tl_hl_txt_r4_internal{width:860px;height:90px;}.Poucenie_Text01_iss_tl_hl_txt_r5_internal{width:860px;height:120px;}.Podpis_Meno_iss_gatl3_internal{width:350px;}.Podpis_ZaMsU_iss_gatl5_internal{width:350px;}.Zakon_info_internal{width:860px;height:50px;} .Subjekt_Text_internal{width:850px;}.Subjekt_Riadok_popis_internal{width:320px;}.Subjekt_Riadok_internal{width:515px;} .center_bold{text-align:center; font-weight:bold;} .RozhodnutieHlavicka_prvyStlpec_internal {width:450px;} .RozhodnutieHlavicka_druhyStlpec_internal {width:260px;} .Adresat_prvyStlpec_internal {width:300px;} .Adresat_druhyStlpec_internal {width:540px;}
				</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_410105" action=""><div id="main" class="layoutMain ui-widget-content"><xsl:for-each select="/egonp:eForm_eGov_vystup_410105/egonp:Obec"><div id="layoutRow5363" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="Obec" /><div id="layoutRowContentlayoutRow5363" class="columns"><div id="layoutColumn9921" class="column first" style="width:150px;"><div id="layoutCell23907" class="cell  logo"><span class="fieldContent"><img src="http://www.pomosam.sk/es/ds_logo.jpg" alt="" title="" /></span><div class="clear"></div></div></div><div id="layoutColumn9922" class="column " style="width:400px;"><div id="layoutCell23908" class="cell  LabelBold body"><label class="fieldLabel" title="" for="Obec_MsU" style="width:50px;"><xsl:text disable-output-escaping="yes">Mesto</xsl:text></label><span class="fieldContent"><input id="Obec_MsU" name="Obec_MsU" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="340" alt="" disabled="disabled" readonly="readonly" value="" style="width:300px"><xsl:if test="boolean(./*[name() = 'Obec_MsU']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Obec_MsU']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Obec_MsU']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell23909" class="cell  LabelBold"><label class="fieldLabel" title="" for="Obec_Telefon__TelephoneAddress" style="width:50px;"><xsl:text disable-output-escaping="yes">Telefón</xsl:text></label><span class="fieldContent"><input id="Obec_Telefon__TelephoneAddress" name="Obec_Telefon__TelephoneAddress" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="150" alt="" disabled="disabled" readonly="readonly" value="" style="width:300px"><xsl:if test="boolean(./*[name() = 'Obec_Telefon__TelephoneAddress']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Obec_Telefon__TelephoneAddress']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Obec_Telefon__TelephoneAddress']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell23910" class="cell  LabelBold"><label class="fieldLabel" title="" for="Obec_Web" style="width:50px;"><xsl:text disable-output-escaping="yes">Web</xsl:text></label><span class="fieldContent"><input id="Obec_Web" name="Obec_Web" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" alt="" disabled="disabled" readonly="readonly" value="" style="width:300px"><xsl:if test="boolean(./*[name() = 'Obec_Web']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Obec_Web']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Obec_Web']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn9923" class="column " style="width:330px;"><div id="layoutCell23912" class="cell  LabelBold"><label class="fieldLabel" title="" for="Obec_ICO" style="width:50px;"><xsl:text disable-output-escaping="yes">IČO</xsl:text></label><span class="fieldContent"><input id="Obec_ICO" name="Obec_ICO" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="100" alt="" disabled="disabled" readonly="readonly" value="" style="width:242px"><xsl:if test="boolean(./*[name() = 'Obec_ICO']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Obec_ICO']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Obec_ICO']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell23913" class="cell  LabelBold"><label class="fieldLabel" title="" for="Obec_DIC" style="width:50px;"><xsl:text disable-output-escaping="yes">DIČ</xsl:text></label><span class="fieldContent"><input id="Obec_DIC" name="Obec_DIC" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="100" alt="" disabled="disabled" readonly="readonly" value="" style="width:242px"><xsl:if test="boolean(./*[name() = 'Obec_DIC']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Obec_DIC']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Obec_DIC']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell23911" class="cell  LabelBold"><label class="fieldLabel" title="" for="Obec_Email" style="width:50px;"><xsl:text disable-output-escaping="yes">E-mail</xsl:text></label><span class="fieldContent"><input id="Obec_Email" name="Obec_Email" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="100" alt="" disabled="disabled" readonly="readonly" value="" style="width:242px"><xsl:if test="boolean(./*[name() = 'Obec_Email']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Obec_Email']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Obec_Email']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_410105/egonp:RozhodnutieHlavicka"><div id="layoutRow5365" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="RozhodnutieHlavicka" /><div id="layoutRowContentlayoutRow5365" class="columns"><div id="layoutColumn9925" class="column first" style="width:600px;"><div id="layoutCell23916" class="cell LabelBold"><label class="fieldLabel" title="" for="RozhodnutieHlavicka_SpravcaDane" style="width:90px;"><xsl:text disable-output-escaping="yes">Správca dane</xsl:text></label><span class="fieldContent"><input id="RozhodnutieHlavicka_SpravcaDane" name="RozhodnutieHlavicka_SpravcaDane" title="" type="text" class="xsd_string textBox RozhodnutieHlavicka_prvyStlpec_internal" spellcheck="true" maxlength="400" size="275" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'RozhodnutieHlavicka_SpravcaDane']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'RozhodnutieHlavicka_SpravcaDane']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieHlavicka_SpravcaDane']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell23917" class="cell LabelBold"><label class="fieldLabel" title="" for="RozhodnutieHlavicka_CisloKonania_iss_tl_c_kon_pi" style="width:90px;"><xsl:text disable-output-escaping="yes">Číslo konania</xsl:text></label><span class="fieldContent"><input id="RozhodnutieHlavicka_CisloKonania_iss_tl_c_kon_pi" name="RozhodnutieHlavicka_CisloKonania_iss_tl_c_kon_pi" title="" type="text" class="xsd_string textBox RozhodnutieHlavicka_prvyStlpec_internal" spellcheck="true" maxlength="400" size="275" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'RozhodnutieHlavicka_CisloKonania_iss_tl_c_kon_pi']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'RozhodnutieHlavicka_CisloKonania_iss_tl_c_kon_pi']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieHlavicka_CisloKonania_iss_tl_c_kon_pi']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell23918" class="cell LabelBold"><label class="fieldLabel" title="" for="RozhodnutieHlavicka_Vybavuje_iss_gatl6" style="width:90px;"><xsl:text disable-output-escaping="yes">Vybavuje</xsl:text></label><span class="fieldContent"><input id="RozhodnutieHlavicka_Vybavuje_iss_gatl6" name="RozhodnutieHlavicka_Vybavuje_iss_gatl6" title="" type="text" class="xsd_string textBox RozhodnutieHlavicka_prvyStlpec_internal" spellcheck="true" maxlength="400" size="275" 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><div id="layoutCell23919" class="cell LabelBold"><label class="fieldLabel" title="" for="RozhodnutieHlavicka_Telefon_iss_gatl7" style="width:90px;"><xsl:text disable-output-escaping="yes">Telefón</xsl:text></label><span class="fieldContent"><input id="RozhodnutieHlavicka_Telefon_iss_gatl7" name="RozhodnutieHlavicka_Telefon_iss_gatl7" title="" type="text" class="xsd_string textBox RozhodnutieHlavicka_prvyStlpec_internal" spellcheck="true" maxlength="400" size="195" 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></div><div id="layoutColumn9926" class="column " style="width:280px;"><div id="layoutCell23920v" class="cell "><label class="fieldLabel" title="" for="RozhodnutieHlavicka_VMeste" style="width:80px;display:none"><xsl:text disable-output-escaping="yes">Dátum</xsl:text></label><span class="fieldContent"><input id="RozhodnutieHlavicka_VMeste" name="RozhodnutieHlavicka_VMeste" title="" type="text" class="xsd_string textBox RozhodnutieHlavicka_druhyStlpec_internal" spellcheck="true" maxlength="400" size="195" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'RozhodnutieHlavicka_VMeste']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'RozhodnutieHlavicka_VMeste']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieHlavicka_VMeste']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell23920" class="cell "><label class="fieldLabel" title="" for="RozhodnutieHlavicka_Datum_iss_date" style="width:80px;display:none"><xsl:text disable-output-escaping="yes">Dátum</xsl:text></label><span class="fieldContent"><input id="RozhodnutieHlavicka_Datum_iss_date" name="RozhodnutieHlavicka_Datum_iss_date" title="" type="text" class="xsd_string textBox RozhodnutieHlavicka_druhyStlpec_internal" spellcheck="true" maxlength="400" size="195" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'RozhodnutieHlavicka_Datum_iss_date']/@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_date']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieHlavicka_Datum_iss_date']" /></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_410105/egonp:Adresat"><div id="layoutRow5366" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="Adresat" /><div id="layoutRowContentlayoutRow5366" class="columns"><div id="layoutColumn9927" class="column first" style="width:320px;"><div id="layoutCell23924" class="cell "><label class="fieldLabel" title="" for="Adresat_Osoba_popis" style="display: none">Osoba</label><span class="fieldContent"><input id="Adresat_Osoba_popis" name="Adresat_Osoba_popis" title="" type="text" class="xsd_string textBox Adresat_prvyStlpec_internal" spellcheck="true" maxlength="400" size="350" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'Adresat_Osoba_popis']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Adresat_Osoba_popis']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Adresat_Osoba_popis']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell23922" class="cell "><label class="fieldLabel" title="" for="Adresat_Adresa_popis" style="display: none">Adresa 01</label><span class="fieldContent"><input id="Adresat_Adresa_popis" name="Adresat_Adresa_popis" title="" type="text" class="xsd_string textBox Adresat_prvyStlpec_internal" spellcheck="true" maxlength="400" size="350" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'Adresat_Adresa_popis']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Adresat_Adresa_popis']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Adresat_Adresa_popis']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn99272" class="column " style="width:530px;"><div id="layoutCell239242" class="cell "><label class="fieldLabel" title="" for="Adresat_Osoba_iss_mpf" style="display: none">Osoba</label><span class="fieldContent"><input id="Adresat_Osoba_iss_mpf" name="Adresat_Osoba_iss_mpf" title="" type="text" class="xsd_string textBox Adresat_druhyStlpec_internal" spellcheck="true" maxlength="400" size="350" 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><div id="layoutCell239222" class="cell "><label class="fieldLabel" title="" for="Adresat_Adresa" style="display: none">Adresa 01</label><span class="fieldContent"><input id="Adresat_Adresa" name="Adresat_Adresa" title="" type="text" class="xsd_string textBox Adresat_druhyStlpec_internal" spellcheck="true" maxlength="400" size="350" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'Adresat_Adresa']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Adresat_Adresa']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Adresat_Adresa']" /></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_410105/egonp:Rozhodnutie"><div id="layoutRow5367" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="Rozhodnutie" /><div id="layoutRowContentlayoutRow5367" class="columns"><div id="layoutColumn9928" class="column first" style="width:880px;"><div id="layoutCell23926" class="cell  Label_20_bold_left"><label class="fieldLabel" title="" for="Rozhodnutie_Text" style="width:860px;display:none"><xsl:text disable-output-escaping="yes">Rozhodnutie o uložení pokuty</xsl:text></label><span class="fieldContent"><input id="Rozhodnutie_Text" name="Rozhodnutie_Text" title="" type="text" class="xsd_string textBox Rozhodnutie_Text_internal center_bold" spellcheck="true" maxlength="400" size="190" alt="" value="" disabled="disabled" readonly="readonly"><xsl:if test="boolean(./*[name() = 'Rozhodnutie_Text']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Rozhodnutie_Text']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Rozhodnutie_Text']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_410105/egonp:RozhodnutieUdaje"><div id="layoutRow5368" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="RozhodnutieUdaje" /><div id="layoutRowContentlayoutRow5368" class="columns"><div id="layoutColumn9929" class="column first" style="width:880px;"><div id="layoutCell23928" class="cell "><label class="fieldLabel" title="" for="RozhodnutieUdaje_Text01" style="display: none">Text01</label><span class="fieldContent"><textarea id="RozhodnutieUdaje_Text01" name="RozhodnutieUdaje_Text01" title="" class="xsd_string textArea RozhodnutieUdaje_Text01_internal" spellcheck="true" cols="100" rows="3" disabled="disabled" readonly="readonly"><xsl:if test="boolean(./*[name() = 'RozhodnutieUdaje_Text01']/@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']"><xsl:value-of select="./*[name() = 'RozhodnutieUdaje_Text01']" /></xsl:when><xsl:otherwise><xsl:text></xsl:text></xsl:otherwise></xsl:choose></textarea></span><div class="clear"></div></div></div><div id="layoutColumn99291" class="column " style="width:880px;"><div id="layoutCell239261" class="cell  Label_20_bold_left"><label class="fieldLabel" title="" for="RozhodnutieUdaje_Text02" style="width:860px;display:none"><xsl:text disable-output-escaping="yes">rozhodnutie</xsl:text></label><span class="fieldContent"><input id="RozhodnutieUdaje_Text02" name="RozhodnutieUdaje_Text02" title="" type="text" class="xsd_string textBox Rozhodnutie_Text_internal center_bold" spellcheck="true" maxlength="400" size="190" alt="" value="" disabled="disabled" readonly="readonly"><xsl:if test="boolean(./*[name() = 'RozhodnutieUdaje_Text02']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'RozhodnutieUdaje_Text02']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieUdaje_Text02']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn99292" class="column " style="width:880px;"><xsl:for-each select="./egonp:RozhodnutieUdaje_Subjekt"><div id="layoutRow53681" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="RozhodnutieUdaje_Subjekt" /><div id="layoutRowContentlayoutRow53681" class="columns"><div id="layoutColumn99293" class="column first" style="width:880px;"><div id="layoutCell239263" class="cell  Label_20_bold_left"><label class="fieldLabel" title="" for="RozhodnutieUdaje_Subjekt_text" style="width:860px;display:none"><xsl:text disable-output-escaping="yes">rozhodnutie</xsl:text></label><span class="fieldContent"><input id="RozhodnutieUdaje_Subjekt_text" name="RozhodnutieUdaje_Subjekt_text" title="" type="text" class="xsd_string textBox Subjekt_Text_internal" spellcheck="true" maxlength="400" size="190" alt="" value="" disabled="disabled" readonly="readonly"><xsl:if test="boolean(./*[name() = 'RozhodnutieUdaje_Subjekt_text']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'RozhodnutieUdaje_Subjekt_text']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieUdaje_Subjekt_text']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div></div><div id="layoutRowContentlayoutRow53682" class="columns"><div id="layoutColumn99294" class="column first" style="width:335px;"><div id="layoutCell239264" class="cell  Label_20_bold_left"><label class="fieldLabel" title="" for="RozhodnutieUdaje_Subjekt_text" style="width:860px;display:none"><xsl:text disable-output-escaping="yes">rozhodnutie</xsl:text></label><span class="fieldContent"><input id="RozhodnutieUdaje_Subjekt_Meno_popis" name="RozhodnutieUdaje_Subjekt_Meno_popis" title="" type="text" class="xsd_string textBox Subjekt_Riadok_popis_internal" spellcheck="true" maxlength="400" size="190" alt="" value="" disabled="disabled" readonly="readonly"><xsl:if test="boolean(./*[name() = 'RozhodnutieUdaje_Subjekt_Meno_popis']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'RozhodnutieUdaje_Subjekt_Meno_popis']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieUdaje_Subjekt_Meno_popis']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell239265" class="cell  Label_20_bold_left"><label class="fieldLabel" title="" for="RozhodnutieUdaje_Subjekt_ICORC_popis" style="width:860px;display:none"><xsl:text disable-output-escaping="yes">rozhodnutie</xsl:text></label><span class="fieldContent"><input id="RozhodnutieUdaje_Subjekt_ICORC_popis" name="RozhodnutieUdaje_Subjekt_ICORC_popis" title="" type="text" class="xsd_string textBox Subjekt_Riadok_popis_internal" spellcheck="true" maxlength="400" size="190" alt="" value="" disabled="disabled" readonly="readonly"><xsl:if test="boolean(./*[name() = 'RozhodnutieUdaje_Subjekt_ICORC_popis']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'RozhodnutieUdaje_Subjekt_ICORC_popis']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieUdaje_Subjekt_ICORC_popis']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell239266" class="cell  Label_20_bold_left"><label class="fieldLabel" title="" for="RozhodnutieUdaje_Subjekt_Adresa_popis" style="width:860px;display:none"><xsl:text disable-output-escaping="yes">rozhodnutie</xsl:text></label><span class="fieldContent"><input id="RozhodnutieUdaje_Subjekt_Adresa_popis" name="RozhodnutieUdaje_Subjekt_Adresa_popis" title="" type="text" class="xsd_string textBox Subjekt_Riadok_popis_internal" spellcheck="true" maxlength="400" size="190" alt="" value="" disabled="disabled" readonly="readonly"><xsl:if test="boolean(./*[name() = 'RozhodnutieUdaje_Subjekt_Adresa_popis']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'RozhodnutieUdaje_Subjekt_Adresa_popis']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieUdaje_Subjekt_Adresa_popis']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn99295" class="column " style="width:530px;"><div id="layoutCell239267" class="cell  Label_20_bold_left"><label class="fieldLabel" title="" for="RozhodnutieUdaje_Subjekt_text" style="width:860px;display:none"><xsl:text disable-output-escaping="yes">rozhodnutie</xsl:text></label><span class="fieldContent"><input id="RozhodnutieUdaje_Subjekt_Meno" name="RozhodnutieUdaje_Subjekt_Meno" title="" type="text" class="xsd_string textBox Subjekt_Riadok_internal" spellcheck="true" maxlength="400" size="190" alt="" value="" disabled="disabled" readonly="readonly"><xsl:if test="boolean(./*[name() = 'RozhodnutieUdaje_Subjekt_Meno']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'RozhodnutieUdaje_Subjekt_Meno']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieUdaje_Subjekt_Meno']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell239268" class="cell  Label_20_bold_left"><label class="fieldLabel" title="" for="RozhodnutieUdaje_Subjekt_text" style="width:860px;display:none"><xsl:text disable-output-escaping="yes">rozhodnutie</xsl:text></label><span class="fieldContent"><input id="RozhodnutieUdaje_Subjekt_ICORC" name="RozhodnutieUdaje_Subjekt_ICORC" title="" type="text" class="xsd_string textBox Subjekt_Riadok_internal" spellcheck="true" maxlength="400" size="190" alt="" value="" disabled="disabled" readonly="readonly"><xsl:if test="boolean(./*[name() = 'RozhodnutieUdaje_Subjekt_ICORC']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'RozhodnutieUdaje_Subjekt_ICORC']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieUdaje_Subjekt_ICORC']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell239269" class="cell  Label_20_bold_left"><label class="fieldLabel" title="" for="RozhodnutieUdaje_Subjekt_Adresa" style="width:860px;display:none"><xsl:text disable-output-escaping="yes">rozhodnutie</xsl:text></label><span class="fieldContent"><input id="RozhodnutieUdaje_Subjekt_Adresa" name="RozhodnutieUdaje_Subjekt_Adresa" title="" type="text" class="xsd_string textBox Subjekt_Riadok_internal" spellcheck="true" maxlength="400" size="190" alt="" value="" disabled="disabled" readonly="readonly"><xsl:if test="boolean(./*[name() = 'RozhodnutieUdaje_Subjekt_Adresa']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'RozhodnutieUdaje_Subjekt_Adresa']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieUdaje_Subjekt_Adresa']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div></div><div class="clear"></div></div></xsl:for-each><div class="clear"></div></div><div id="layoutColumn99296" class="column " style="width:880px;"><div id="layoutCell239281" class="cell "><label class="fieldLabel" title="" for="RozhodnutieUdaje_Text03" style="display: none">rozhodnutie text 03</label><span class="fieldContent"><input id="RozhodnutieUdaje_Text03" name="RozhodnutieUdaje_Text03" title="" type="text" class="xsd_string textBox Rozhodnutie_Text_internal center_bold" spellcheck="true" maxlength="400" size="190" alt="" value="" disabled="disabled" readonly="readonly"><xsl:if test="boolean(./*[name() = 'RozhodnutieUdaje_Text03']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'RozhodnutieUdaje_Text03']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieUdaje_Text03']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn99297" class="column " style="width:880px;"><div id="layoutCell239262" class="cell  Label_20_bold_left"><label class="fieldLabel" title="" for="RozhodnutieUdaje_Text04" style="width:860px;display:none"><xsl:text disable-output-escaping="yes">rozhodnutie text 04</xsl:text></label><span class="fieldContent"><textarea id="RozhodnutieUdaje_Text04" name="RozhodnutieUdaje_Text04" title="" class="xsd_string textArea RozhodnutieUdaje_Text01_internal" spellcheck="true" cols="100" rows="3" disabled="disabled" readonly="readonly"><xsl:if test="boolean(./*[name() = 'RozhodnutieUdaje_Text01']/@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_Text04']"><xsl:value-of select="./*[name() = 'RozhodnutieUdaje_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_410105/egonp:PaymentData"><div class="layoutRow ui-tabs ui-widget-content   " title=""><input type="hidden" name="PaymentData" /><div id="layoutColumn158340" class="column " style="width:880px;"><div id="layoutCell8696000" class="cell  LabelBold body"><label class="fieldLabel" title="" for="Payment_suma" style="width:120px;"><xsl:text disable-output-escaping="yes">Suma</xsl:text></label><span class="fieldContent"><input id="Payment_suma" name="Payment_suma" title="" type="text" class="xsd_string textBox" spellcheck="true" maxlength="400" size="370" alt="" value="" style="width:718px" disabled="disabled" readonly="readonly"><xsl:if test="boolean(./*[name() = 'Payment_suma']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Payment_suma']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Payment_suma']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell8696001" class="cell  LabelBold body"><label class="fieldLabel" title="" for="Payment_mena" style="width:120px;"><xsl:text disable-output-escaping="yes">Mena</xsl:text></label><span class="fieldContent"><input id="Payment_mena" name="Payment_mena" title="" type="text" class="xsd_string textBox" spellcheck="true" maxlength="400" size="370" alt="" value="" style="width:718px" disabled="disabled" readonly="readonly"><xsl:if test="boolean(./*[name() = 'Payment_mena']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Payment_mena']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Payment_mena']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell8696002" class="cell  LabelBold body"><label class="fieldLabel" title="" for="Payment_ucet" style="width:120px;"><xsl:text disable-output-escaping="yes">Číslo účtu</xsl:text></label><span class="fieldContent"><input id="Payment_ucet" name="Payment_ucet" title="" type="text" class="xsd_string textBox" spellcheck="true" maxlength="400" size="370" alt="" value="" style="width:718px" disabled="disabled" readonly="readonly"><xsl:if test="boolean(./*[name() = 'Payment_ucet']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Payment_ucet']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Payment_ucet']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell8696003" class="cell  LabelBold body"><label class="fieldLabel" title="" for="Payment_swift" style="width:120px;"><xsl:text disable-output-escaping="yes">SWIFT-BIC</xsl:text></label><span class="fieldContent"><input id="Payment_swift" name="Payment_swift" title="" type="text" class="xsd_string textBox" spellcheck="true" maxlength="400" size="370" alt="" value="" style="width:718px" disabled="disabled" readonly="readonly"><xsl:if test="boolean(./*[name() = 'Payment_swift']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Payment_swift']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Payment_swift']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell8696004" class="cell  LabelBold body"><label class="fieldLabel" title="" for="Payment_VS" style="width:120px;"><xsl:text disable-output-escaping="yes">Variabilný symbol</xsl:text></label><span class="fieldContent"><input id="Payment_VS" name="Payment_VS" title="" type="text" class="xsd_string textBox" spellcheck="true" maxlength="400" size="370" alt="" value="" style="width:718px" disabled="disabled" readonly="readonly"><xsl:if test="boolean(./*[name() = 'Payment_VS']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Payment_VS']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Payment_VS']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell8696005" class="cell  LabelBold body"><label class="fieldLabel" title="" for="Payment_SS" style="width:120px;"><xsl:text disable-output-escaping="yes">Špecifický symbol</xsl:text></label><span class="fieldContent"><input id="Payment_SS" name="Payment_SS" title="" type="text" class="xsd_string textBox" spellcheck="true" maxlength="400" size="370" alt="" value="" style="width:718px" disabled="disabled" readonly="readonly"><xsl:if test="boolean(./*[name() = 'Payment_SS']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Payment_SS']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Payment_SS']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell8696006" class="cell  LabelBold body"><label class="fieldLabel" title="" for="Payment_KS" style="width:120px;"><xsl:text disable-output-escaping="yes">Konštantný symbol</xsl:text></label><span class="fieldContent"><input id="Payment_KS" name="Payment_KS" title="" type="text" class="xsd_string textBox" spellcheck="true" maxlength="400" size="370" alt="" value="" style="width:718px" disabled="disabled" readonly="readonly"><xsl:if test="boolean(./*[name() = 'Payment_KS']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Payment_KS']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Payment_KS']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell8696007" class="cell  LabelBold body"><label class="fieldLabel" title="" for="Payment_text" style="width:120px;"><xsl:text disable-output-escaping="yes">Text</xsl:text></label><span class="fieldContent"><input id="Payment_text" name="Payment_text" title="" type="text" class="xsd_string textBox" spellcheck="true" maxlength="400" size="370" alt="" value="" style="width:718px" disabled="disabled" readonly="readonly"><xsl:if test="boolean(./*[name() = 'Payment_text']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Payment_text']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Payment_text']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><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_410105/egonp:Odovodnenie"><div id="layoutRow5369" 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="layoutRowContentlayoutRow5369" class="columns"><div id="layoutColumn9930" class="column first"><div id="layoutCell23931" class="cell "><label class="fieldLabel" title="" for="Odovodnenie_Text01_iss_tl_hl_txt_r4" style="display: none">Text01</label><span class="fieldContent"><textarea id="Odovodnenie_Text01_iss_tl_hl_txt_r4" name="Odovodnenie_Text01_iss_tl_hl_txt_r4" title="" class="xsd_string textArea Odovodnenie_Text01_iss_tl_hl_txt_r4_internal" spellcheck="true" cols="100" rows="3" disabled="disabled" readonly="readonly"><xsl:if test="boolean(./*[name() = 'Odovodnenie_Text01_iss_tl_hl_txt_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() = 'Odovodnenie_Text01_iss_tl_hl_txt_r4']"><xsl:value-of select="./*[name() = 'Odovodnenie_Text01_iss_tl_hl_txt_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_410105/egonp:Poucenie"><div id="layoutRow5370" 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="layoutRowContentlayoutRow5370" class="columns"><div id="layoutColumn9931" class="column first" style="width:880px;"><div id="layoutCell23933" class="cell "><label class="fieldLabel" title="" for="Poucenie_Text01_iss_tl_hl_txt_r5" style="display: none">Text01</label><span class="fieldContent"><textarea id="Poucenie_Text01_iss_tl_hl_txt_r5" name="Poucenie_Text01_iss_tl_hl_txt_r5" title="" class="xsd_string textArea Poucenie_Text01_iss_tl_hl_txt_r5_internal" spellcheck="true" cols="100" rows="3" disabled="disabled" readonly="readonly"><xsl:if test="boolean(./*[name() = 'Poucenie_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() = 'Poucenie_Text01_iss_tl_hl_txt_r5']"><xsl:value-of select="./*[name() = 'Poucenie_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><div class="clear"></div></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_410105/egonp:Podpis"><div id="layoutRow5371" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="Podpis" /><div id="layoutRowContentlayoutRow5371" class="columns"><div id="layoutColumn9932" class="column first" style="width:880px;"><div id="layoutCell23935" 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="layoutCell23936" 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_410105/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 Zakon_info_internal" spellcheck="true" cols="100" rows="3" disabled="disabled" readonly="readonly"><xsl:value-of select="./*[name() = 'Info_text']" /></textarea></span><div class="clear"></div></div></div><div class="clear"></div></div></div></xsl:for-each><div id="buttonsPlaceholder"><input id="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">3561</span><span id="mtd_namespace">http://schemas.gov.sk/form/00305383.A0000410.000000297.VYST_410105_RozhodnutieOUlozeniPokuty/2.3</span></div></form></body></html></xsl:template></xsl:stylesheet>