<?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/00319031.A0000224.000000273.SpolocneRozhodnutie_TLZ2061_Compact/2.0" 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>Spoločné rozhodnutie k daniam - kompakt</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 src="https://www.slovensko.sk/static/eForm/Designer/2.0.1.18/Scripts/jquery-migrate.min.js" type="text/javascript" /><script src="https://www.slovensko.sk/static/eForm/Designer/2.0.1.18/Scripts/jquery.mask.min.js" type="text/javascript" /><script src="https://www.slovensko.sk/static/eForm/Designer/2.0.1.18/Scripts/jquery-ui.min.js" type="text/javascript" /><script src="https://www.slovensko.sk/static/eForm/Designer/2.0.1.18/Scripts/jquery.dataTables.min.js" type="text/javascript" /><script src="https://www.slovensko.sk/static/eForm/Designer/2.0.1.18/Scripts/jquery-ui-timepicker-addon.js" type="text/javascript" /><script src="https://www.slovensko.sk/static/eForm/Designer/2.0.1.18/Scripts/jquery.multiselect.filter.min.js" type="text/javascript" /><script src="https://www.slovensko.sk/static/eForm/Designer/2.0.1.18/Scripts/jquery.multiselect.min.js" type="text/javascript" /><script src="https://www.slovensko.sk/static/eForm/Designer/2.0.1.18/Scripts/jquery.validate.min.js" type="text/javascript" /><script src="https://www.slovensko.sk/static/eForm/Designer/2.0.1.18/Scripts/jquery.validate.customRules.js" type="text/javascript" /><script src="https://www.slovensko.sk/static/eForm/Designer/2.0.1.18/Scripts/ego.js" type="text/javascript" /><script src="https://www.slovensko.sk/static/eForm/Designer/2.0.1.18/Scripts/jquery.form.plugins.js" type="text/javascript" /><script src="https://www.slovensko.sk/static/eForm/Designer/2.0.1.18/Scripts/ego.statusDialog.js" type="text/javascript" /><script src="https://www.slovensko.sk/static/eForm/Designer/2.0.1.18/Scripts/jquery.chosentree.js" type="text/javascript" /><script src="https://www.slovensko.sk/static/eForm/Designer/2.0.1.18/Scripts/jquery.treeselect.js" type="text/javascript" /><script src="https://www.slovensko.sk/static/eForm/Designer/2.0.1.18/Scripts/fillerSaver.js" type="text/javascript" /><script src="https://www.slovensko.sk/static/eForm/Designer/2.0.1.18/Scripts/wrapper.js" type="text/javascript" /><script src="https://www.slovensko.sk/static/eForm/Designer/2.0.1.18/Scripts/p_upvs.js" type="text/javascript" /><script type="text/javascript">var projectType = 'UPVS';
                    <xsl:text disable-output-escaping="yes">/*
                        <![CDATA[ */function nacitajObrazky() {const inputDzNBarCode = document.getElementById('DzNPlatbaHodn_barcode');const inputDzNQRCode = document.getElementById('DzNPlatbaHodn_qrcode');const inputPesBarCode = document.getElementById('PesPlatbaHodn_barcode');const inputPesQRCode = document.getElementById('PesPlatbaHodn_qrcode');const inputAUTBarCode = document.getElementById('AUTPlatbaHodn_barcode');const inputAUTQRCode = document.getElementById('AUTPlatbaHodn_qrcode');const inputNHPBarCode = document.getElementById('NHPPlatbaHodn_barcode');const inputNHPQRCode = document.getElementById('NHPPlatbaHodn_qrcode');if (inputDzNBarCode.value != '')if (inputDzNBarCode.value.indexOf('data:image') == -1)$("#imgSpanDzNBarCode").find('img').attr('src', 'data:image/png;base64,' + inputDzNBarCode.value);else $("#imgSpanDzNBarCode").find('img').attr('src', inputDzNBarCode.value);else $("#imgSpanDzNBarCode").find('img').attr('src', '');if (inputDzNQRCode.value != '')if (inputDzNQRCode.value.indexOf('data:image') == -1)$("#imgSpanDzNQRCode").find('img').attr('src', 'data:image/png;base64,' + inputDzNQRCode.value);else $("#imgSpanDzNQRCode").find('img').attr('src', inputDzNQRCode.value);else $("#imgSpanDzNQRCode").find('img').attr('src', '');if (inputPesBarCode.value != '')if (inputPesBarCode.value.indexOf('data:image') == -1)$("#imgSpanPesBarCode").find('img').attr('src', 'data:image/png;base64,' + inputPesBarCode.value);else $("#imgSpanPesBarCode").find('img').attr('src', inputPesBarCode.value);else $("#imgSpanPesBarCode").find('img').attr('src', '');if (inputPesQRCode.value != '')if (inputPesQRCode.value.indexOf('data:image') == -1)$("#imgSpanPesQRCode").find('img').attr('src', 'data:image/png;base64,' + inputPesQRCode.value);else $("#imgSpanPesQRCode").find('img').attr('src', inputPesQRCode.value);else $("#imgSpanPesQRCode").find('img').attr('src', '');if (inputAUTBarCode.value != '')if (inputAUTBarCode.value.indexOf('data:image') == -1)$("#imgSpanAUTBarCode").find('img').attr('src', 'data:image/png;base64,' + inputAUTBarCode.value);else $("#imgSpanAUTBarCode").find('img').attr('src', inputAUTBarCode.value);else $("#imgSpanAUTBarCode").find('img').attr('src', '');if (inputAUTQRCode.value != '')if (inputAUTQRCode.value.indexOf('data:image') == -1)$("#imgSpanAUTQRCode").find('img').attr('src', 'data:image/png;base64,' + inputAUTQRCode.value);else $("#imgSpanAUTQRCode").find('img').attr('src', inputAUTQRCode.value);else $("#imgSpanAUTQRCode").find('img').attr('src', '');if (inputNHPBarCode.value != '')if (inputNHPBarCode.value.indexOf('data:image') == -1)$("#imgSpanNHPBarCode").find('img').attr('src', 'data:image/png;base64,' + inputNHPBarCode.value);else $("#imgSpanNHPBarCode").find('img').attr('src', inputNHPBarCode.value);else $("#imgSpanNHPBarCode").find('img').attr('src', ''); if (inputNHPQRCode.value != '')if (inputNHPQRCode.value.indexOf('data:image') == -1)$("#imgSpanNHPQRCode").find('img').attr('src', 'data:image/png;base64,' + inputNHPQRCode.value);else $("#imgSpanNHPQRCode").find('img').attr('src', inputNHPQRCode.value);else $("#imgSpanNHPQRCode").find('img').attr('src', '')}function GetExternalResourceIndex(resourcetype) {  switch (resourcetype) {    default:      return null;  }  return null;}function GetExternalResource(resourcetype, index) {  nacitajObrazky();  switch (resourcetype) {    default:      return null;  }  return null;}function SetDefaultValue(key, value) {  if (value == '' || key == '') {    return;}}function GetDefaultValue() {  var retString = '';  return retString;}function InitConditionalRules(context, sid) {if (sid == null) {}nacitajObrazky();}var validatorObject = null;function InitValidation() {validatorObject = $("#eForm_eGov_vystup_002061").validate({errorLabelContainer: $("#errorsContainer"),wrapper: "li",onkeyup: false,onclick: false,ignore: ".disableValidators",rules: {},messages: {}});    nacitajObrazky();}$(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">.LabelBold{font-weight: bold;} .RozhodnutieTextRight {font-size:20px; font-weight:bold; text-align:right; text-transform: uppercase;} .RozhodnutieCisloLeft {font-size:20px; font-weight:bold; text-align:Left; } .VyrubujeText {font-size:18px; font-weight:bold; text-align:center;} .LabelLeft label {text-align:left; font-weight:normal; line-heigh:100%;} .LabelBoldRight label {font-weight: bold; text-align:right;} .bunka label {line-height:100%; margin-top: 5px; font-weight:normal;align:right;} .logo img {width:100px; height:120px;} body {font-family: Verdana;font-size: 16px;} .Obec_pata1_internal{width:100px;}.Obec_pata1_internal{width:110px;}.Obec_pata2_internal{width:200px;} 
                    .RozhodnutieHlavicka_gatl1_internal{width:430px;}.RozhodnutieHlavicka_gatl2_internal{width:430px;}.RozhodnutieHlavicka_gatl3_internal{width:430px;}
                    .RozhodnutieHlavicka_text_internal{width:100px; font-weight: bold;font-size:12px;}
                    .Obec_Titulok_internal{width:680px;}
                    .RozhodnutieHlavicka_c_kon_pi_internal{width:430px;}.RozhodnutieHlavicka_gatl4_internal{width:258px;}.RozhodnutieHlavicka_gatl5_internal{width:258px;}
                    .Platba_text_internal1{width:860px;font-weight: bold; text-transform: uppercase;}
                    .DzNPlatbaHodn_mena_internal{width:245px;}
                    .AUTPlatbaHodn_mena_internal{width:245px;}
                    .PesPlatbaHodn_mena_internal{width:245px;}
                    .NHPPlatbaHodn_mena_internal{width:245px;}
                    .DzNPlatbaHodn_text_internal{width:130px;}
                    .PesPlatbaHodn_text_internal{width:130px;}
                    .AUTPlatbaHodn_text_internal{width:130px;}
                    .NHPPlatbaHodn_text_internal{width:130px;}                    
                .Adresat_mpf_internal{width:683px;}.Adresat_adr_internal{width:683px;}.Vyrok_text_gatl7_internal{width:860px;}.DanovnikPopis_mpf_internal{width:400px;}.DanovnikPopis_adr_tp_internal{width:400px;}.DanovnikPopis_ico_rc_d_nar_internal{width:400px;}.DanovnikPopis_Riadok{width:300px;}.Obdobie_rok_internal{width:300px;margin-left:250px;}.DzNSuma_sumdzn_internal{width:100px;}.PozemkyHodn_predmet_internal{width:190px;}.PozemkyHodn_vnutro_internal{width:110px;}.PozemkySpolu_sumdp_internal{width:210px;}.StavbyHodn_predmet_internal{width:190px;}.StavbyHodn_vnutro_internal{width:140px;}.StavbySpolu_sumds_internal{width:210px;}.BytyHodn_predmet_internal{width:190px;}.BytyHodn_vnutro_internal{width:140px;}.BytySpolu_sumdb_internal{width:210px;}.PesHodn_internal{width:265px;}.PesHodn_stred_internal{width:275px;}.PesSuma_sumpes_internal{width:100px;}.AUTHodn_internal{width:265px;}.AUTHodn_stred_internal{width:275px;}.AUTSuma_sumaut_internal{width:100px;}.NHPHodn_internal{width:265px;}.NHPHodn_stred_internal{width:275px;}.NHPSuma_sumhnp_internal{width:100px;}.DzNSplHodn_sk_spl_dzn_memo_internal{width:410px;}.DzNSplHodn_d_spl_dzn_memo_internal{width:420px;}.SekciaDzNSplSuma_sumdzn_internal{width:245px;}.PesSplHodn_sk_spl_pes_memo_internal{width:410px;}.PesSplHodn_d_spl_pes_memo_internal{width:420px;}.SekciaPesSplSuma_sumpes_internal{width:245px;}.AUTSplHodn_sk_spl_aut_memo_internal{width:410px;}.AUTSplHodn_d_spl_aut_memo_internal{width:420px;}.SekciaAUTSplSuma_sumaut_internal{width:245px;}.NHPSplHodn_sk_spl_nhp_memo_internal{width:410px;}.NHPSplHodn_d_spl_nhp_memo_internal{width:420px;}.SekciaNHPSplSuma_sumnhp_internal{width:245px;}
                .Platba_text_internal1{width:860px;font-weight: bold; text-transform: uppercase;}
                .Platba_text_internal{width:860px;}.DzNPlatbaHodn_gatl16_gatl18_internal{width:500px;}.DzNPlatbaHodn_gatl20_internal{width:500px;}.DzNPlatbaHodn_vs_dzn_internal{width:500px;}.DzNPlatbaHodn_gatl43_internal{width:500px;}.DzNPlatbaHodn_ss_dzn_internal{width:500px;}.PesPlatbaHodn_gatl17_gatl19_internal{width:500px;}.PesPlatbaHodn_gatl21_internal{width:500px;}.PesPlatbaHodn_vs_pes_internal{width:500px;}.PesPlatbaHodn_gatl44_internal{width:500px;}.PesPlatbaHodn_ss_pes_internal{width:500px;}.AUTPlatbaHodn_gatl38_gatl40_internal{width:500px;}.AUTPlatbaHodn_gatl22_internal{width:500px;}.AUTPlatbaHodn_vs_aut_internal{width:500px;}.AUTPlatbaHodn_gatl45_internal{width:500px;}.AUTPlatbaHodn_ss_aut_internal{width:500px;}.NHPPlatbaHodn_gatl39_gatl41_internal{width:500px;}.NHPPlatbaHodn_gatl23_internal{width:500px;}.NHPPlatbaHodn_vs_nhp_internal{width:500px;}.NHPPlatbaHodn_gatl46_internal{width:500px;}.NHPPlatbaHodn_ss_nhp_internal{width:500px;}.Upresnenie_odovod_internal{width:860px;}.Odvovodnenie_odovod_internal{width:860px;}.Poucenie_gatl9_internal{width:860px;}.Poucenie_gatl11_gatl10_internal{width:860px;}.DorucujeSa_mpf_mpf_zast_internal{width:790px;}.DorucujeSa_adr_adr_zast_internal{width:790px;}.Podpis_Meno_iss_internal{width:790px;}.Podpis_Funkcia_iss_internal{width:790px;}.Hlavicka_column2_internal{width:110px;}</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_002061" action=""><div id="main" class="layoutMain ui-widget-content"><xsl:for-each select="/egonp:eForm_eGov_vystup_002061/egonp:Obec"><div id="layoutRow6815" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="Obec" /><div id="layoutRowContentlayoutRow6815" class="columns"><div id="layoutColumn12726" class="column first" style="width:150px;"><div id="layoutCell30004" class="cell  logo"><span class="fieldContent"><img src="data:image/jpg;base64,/9j/4QB4RXhpZgAASUkqAAgAAAAEABIBAwABAAAAAQAAADEBAgAHAAAAPgAAABICAwACAAAAAQABAGmHBAABAAAARgAAAAAAAABQaWNhc2EAAAMAAJAHAAQAAAAwMjIwAqAEAAEAAABkAAAAA6AEAAEAAABuAAAAAAAAAP/iA6BJQ0NfUFJPRklMRQABAQAAA5BBREJFAhAAAHBydHJHUkFZWFlaIAfPAAYAAwAAAAAAAGFjc3BBUFBMAAAAAG5vbmUAAAAAAAAAAAAAAAAAAAABAAD21gABAAAAANMtQURCRQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABWNwcnQAAADAAAAAMmRlc2MAAAD0AAAAZ3d0cHQAAAFcAAAAFGJrcHQAAAFwAAAAFGtUUkMAAAGEAAACDHRleHQAAAAAQ29weXJpZ2h0IDE5OTkgQWRvYmUgU3lzdGVtcyBJbmNvcnBvcmF0ZWQAAABkZXNjAAAAAAAAAA1Eb3QgR2FpbiAxNSUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFhZWiAAAAAAAAD21gABAAAAANMtWFlaIAAAAAAAAAAAAAAAAAAAAABjdXJ2AAAAAAAAAQAAAAAQACoATgB5AKoA4AEbAVoBngHlAjECgALSAygDgQPdBDwEngUDBWsF1QZCBrIHJAeZCBAIiQkFCYMKAwqGCwsLkQwaDKUNMw3CDlMO5g97EBIQqxFGEeISgRMhE8MUZxUNFbUWXhcJF7UYZBkTGcUaeBstG+QcnB1VHhEezR+MIEwhDSHQIpQjWiQiJOsltSaBJ04oHSjtKb4qkStlLDstEi3qLsQvnzB8MVoyOTMZM/s03jXDNqg3jzh4OWE6TDs4PCU9FD4EPvU/50DbQdBCxkO9RLVFr0apR6VIokmhSqBLoUyjTaZOqk+vULVRvVLGU89U2lXmVvRYAlkRWiJbM1xGXVpebl+EYJths2LNY+dlAmYeZzxoWml6apprvGzebgJvJ3BMcXNym3PDdO12GHdEeHF5nnrNe/19Ln5ff5KAxoH7gzCEZ4WehteIEYlLioeLw40Ajj+PfpC+kf+TQZSFlciXDZhTmZqa4pwqnXSevqAKoVaio6PxpUCmkKfhqTOqhavZrS2ugq/ZsTCyiLPgtTq2lbfwuU26qrwIvWe+x8AnwYnC68ROxbPHF8h9yeTLS8y0zh3Ph9Dy0l7TytU41qbYFdmF2vXcZ93Z30zgwOI146vlIeaZ6BHpiusD7H7t+e918PLycPPu9W727vhv+fD7c/z2/nr////AAAsIAG4AZAEBEQD/2wBDAAIBAQEBAQIBAQECAgICAwUDAwICAwYEBAMFBwYHBwcGBwYICQsJCAgKCAYHCg0KCgsMDA0MBwkODw4MDwsMDAz/xABYAAADAQEAAwEBAAAAAAAAAAAAAQcCBgMEBQgJEAABAgUCBAMFBAcJAAAAAAABAgMABAUGEQchCBITMUFRcQkUIjJhFTNigRgjQkNSkcEWFxkkdIKhorH/2gAIAQEAAD8A/vy4ORBWnuBmPzjTNYONrVjUe/GNFaPpbKW3adwPW/Lt3Supe/zC2WGFrdWpodMJUt4hISD8IBJJyI+yuc9pK4pKGqLoe3g4Wsz1WcI/29FPf12+sZbd9pc0/h6R0NdbVk8yZirtqb27Y5Fc2/jlPpHlDntIAvBl9Eikgb9SrAg+O3Lv5+H9Y9hv/EMMu8p06NB390lP2qUn6qPrnYCMy8/7RFVMSmatnRhM4Mcym6nVVNHt2BlwR4+JjTr/ALQ5cy10ado0hnH6zmmaqtWfp+rAj156Z9pEh1X2ZSdEnGy2eXrzdWQUrzsTho5H8jHsmre0LSHQmyNGlHkPSJrlUTlWBjm/yh2znt4Yjaqz7QRMtyo0/wBHHHUgnnNw1RCVnwGPciUj65PpH3+HPVvUXUpu6rZ1fsWj0C57NrApU7L2/VHKjIzAXKS0208064yy5gtzaUlK2wQpCsZGCaUAAMCMvfcq9IinBt0HKjq7MtBfO5qLVefnOclLUqjbyGECLX8CTuNz4xrIPaCCDwjDYWCQted9o3B3jKk4T8GBEg4e3G/0gNdmk7K/tRTlEZ+bNApg5v8Arjbb4fWLDGXvulehiIcF7pem9WWFuuZl9R6ygoXsU5EusD0woEfQiLjjwhBISMCH3EIDAxmHCCcb82YZOBmMpcSskJPbvDV8piN8PSEHiL14eQ2U4uOmNKJHzKFCp5z/ACWkflFljL33KvQxEOC9qYbq2sLkw82sOakVVSC1/D0ZQYP1GCD6RcM5BGIEpxvmHBCyM4zvDg794ySEnZJ38oZ+WI1w8dVHEVr02sgpVc1McTuSQDQacMemUZ/MxZow/wDcq9DEV4M5NyUm9WA5Lhrqai1dwJByCCJffv49/WLbCJwMwm3EufKDjzjUGB3gggwPKEr5TEb4eJeRa4hteXpZCw67c9NLxUcgqFApoGPIYx+eYssZe+5V6GInwazQdrescqhpSES2o1SQkEgjeXknFEY81LUd99z4Yi2537Q4O3aCCCCCEr5TEU4dBNHiV19U4r9ULjpSEpAA3FBp5OT4n4hv9B5RbIy99yr0MQvgkS2qq6yzIl5htb2plWK+uQeYpZlEApwflKUJxnH9Yu0EZJKhlCh/7GoIIIISzhBOYkvDnmZ1V1tqi3WFdW9Wmk9HuEtUOkowr8XNzf8AEVuMu7tKHmIinCA2iRu7Wuje7Ibdk9RZxTpSCCvrU+nTKVHP4H0jI22i2wQgAkYAxDggggjDvN0lb5OIkfCTJOuN6jXYuX5E1u/Ku6hYUFdUMLbkebI/0RH5RX4O+xiI6bTK7E41tRrHq9RCUXtS6bdVLZUnHXVLtinT2CBuW+nTyok5xMo8BFughHsYw0nC1HJOT4x5IIII5vV/UekaQaW3DqnX21Lk7dpz9SdaQoBToabUvkT+JRSEgeJUI5bg303ufSjhls2zr7l0NXEmnJm6002rmSiozKlTM2AcnI94fd3yc94psETHiVs26ZmnUTVvTilicuWxp77RYkUNhTtTlFJLc7JIJxhTrCiUb46zTBOwjtdPb+tDVGyqZqDYVeZqdHrEuialJ5jIS82oZBwQCk+BSoApIIIBBEfZhEjBjDRUVKyR3PaPIPWCCDIHeIHq5VBxE8R9F4baO37zbVkuS10XnMII6RmEKS7SqYrvlS3U++OJ7huVYCvhmBzXtCeRPLmHBCUAoYMfnXUqfu7gjved1dtq2qnXdIrgm3J26aJRZUzM3aE26sKcq0swgFx2UcUVLmmWwpaFkzCEq5nxF3s687R1CtmSvOxbnp9ZpFSaD8pVKXMImJeabPZaHEEpUk+YJj6RSkAkDvGGAkKVj+I+OY8sEIqSBkmItxKcRV6USrfo/cMVAlLj1VqrKFtsTvMaZa8s4op+0qmtO6WU8qy2wk9WYWjkQAkOOt9jw86F0Lh+01lbGptbnqzPrcXOVa5aupK56uzzmC/OTCgAC44oDZICUJShtAShCUjuYIIISkhQwYi9e4VKzYdfmr54SNQGLAnZ596dqFrLpyJq3K3MuDKn35NJQtl5SgCp6WcbUoklxLpxHhmeLC8dKJV0cUOgVxW7LyiOZ67LRacuKiK/FzS6Pe2h4nrSqUpB+c4Jim6Z6l6d6s2wi9NL76o9xUiYdcQ3U6HNtzUupSVEKRzoJHMk7KTnIIIIEdCSkDJOBE51d4qNHtG65L2XXK1N1S6J1JXKWfbEm7U6tMgDPMJVlKloRj945yNjxUI5eos8WWvrKZZK/wC5y2XlYeUFsVG6JpvmxypKSuUkeZP7QMy4M7dNQyKJpFopptodbarZ03txEk0+6Ziam3nFzE3UH1fM/MzLhU6+8rxccUpR7ZwAI6uCCCCCCEpKSNxv5xH9VOGNLdxTut3DlOyloaiLKXHpptKkU25AhXMZepS6PhdCxlAmAnrtZCkqIBbXwc9xDXrxkzNO0O4d65ULP6kqqYvy5m1I+07RSHnZdVLl8pU2Ki4/LzCOocpZaZU6AVOS5Nu0d0I0s0Gtxy2dMLUap7Uy6Zicm3FrfnKm+RgvzU04VOzDx8XHVKUcd9hHXcqcY5dofbYQQQQQQQiMn5vyhwlJSpJSoZBjnrE0p050zna/UrCs+RpT901RytVZ2Tb5FVCdW222uYcP7SyhltOfJAjooIIIII//2Q==" alt="" title="" /></span><div class="clear" /></div></div><div id="layoutColumn12727" class="column " style="width:730px;"><div id="layoutCell30005" class="cell  LabelBold body"><label class="fieldLabel" title="" for="Obec_MsU" style="width:40px;"><xsl:text disable-output-escaping="yes">Mesto</xsl:text></label><span class="fieldContent"><input id="Obec_MsU" name="Obec_MsU" title="" type="text" class="xsd_string textBox RozhodnutieHlavicka_gatl1_internal" spellcheck="true" maxlength="400" size="340" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'Obec_MsU']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Obec_MsU']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Obec_MsU']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutCell30008" class="cell  LabelBold"><span class="fieldContent"><input id="Obec_Titulok" name="Obec_Titulok" title="" type="text" class="xsd_string textBox Obec_Titulok_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'Obec_Titulok']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Obec_Titulok']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Obec_Titulok']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaRozhodnutieHlavicka"><div id="layoutRow6724" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="SekciaRozhodnutieHlavicka" /><div id="layoutRowContentlayoutRow6724" class="columns"><div id="layoutColumn12559" class="column first" style="width:600px;"><div id="layoutCell29769" class="cell  LabelBold"><span class="fieldContent"><input id="RozhodnutieHlavicka_gatl1_text" name="RozhodnutieHlavicka_gatl1_text" title="" type="text" class="xsd_string textBox RozhodnutieHlavicka_text_internal" spellcheck="true" maxlength="0" size="750" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'RozhodnutieHlavicka_gatl1_text']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'RozhodnutieHlavicka_gatl1_text']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieHlavicka_gatl1_text']" /></xsl:attribute></xsl:if></input></span><span class="fieldContent"><input id="RozhodnutieHlavicka_gatl1" name="RozhodnutieHlavicka_gatl1" title="" type="text" class="xsd_string textBox RozhodnutieHlavicka_gatl1_internal" spellcheck="true" maxlength="0" size="430" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'RozhodnutieHlavicka_gatl1']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'RozhodnutieHlavicka_gatl1']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieHlavicka_gatl1']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div><div id="layoutCell29770" class="cell  LabelBold"><span class="fieldContent"><input id="RozhodnutieHlavicka_gatl2_text" name="RozhodnutieHlavicka_gatl2_text" title="" type="text" class="xsd_string textBox RozhodnutieHlavicka_text_internal" spellcheck="true" maxlength="0" size="750" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'RozhodnutieHlavicka_gatl2_text']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'RozhodnutieHlavicka_gatl2_text']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieHlavicka_gatl2_text']" /></xsl:attribute></xsl:if></input></span><span class="fieldContent"><input id="RozhodnutieHlavicka_gatl2" name="RozhodnutieHlavicka_gatl2" title="" type="text" class="xsd_string textBox RozhodnutieHlavicka_gatl2_internal" spellcheck="true" maxlength="0" size="430" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'RozhodnutieHlavicka_gatl2']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'RozhodnutieHlavicka_gatl2']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieHlavicka_gatl2']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div><div id="layoutCell29771" class="cell  LabelBold"><span class="fieldContent"><input id="RozhodnutieHlavicka_gatl3_text" name="RozhodnutieHlavicka_gatl3_text" title="" type="text" class="xsd_string textBox RozhodnutieHlavicka_text_internal" spellcheck="true" maxlength="0" size="750" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'RozhodnutieHlavicka_gatl3_text']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'RozhodnutieHlavicka_gatl3_text']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieHlavicka_gatl3_text']" /></xsl:attribute></xsl:if></input></span><span class="fieldContent"><input id="RozhodnutieHlavicka_gatl3" name="RozhodnutieHlavicka_gatl3" title="" type="text" class="xsd_string textBox RozhodnutieHlavicka_gatl3_internal" spellcheck="true" maxlength="0" size="430" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'RozhodnutieHlavicka_gatl3']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'RozhodnutieHlavicka_gatl3']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieHlavicka_gatl3']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div><div id="layoutCell297719" class="cell  LabelBold"><span class="fieldContent"><input id="RozhodnutieHlavicka_email_text" name="RozhodnutieHlavicka_email_text" title="" type="text" class="xsd_string textBox RozhodnutieHlavicka_text_internal" spellcheck="true" maxlength="0" size="750" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'RozhodnutieHlavicka_email_text']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'RozhodnutieHlavicka_email_text']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieHlavicka_email_text']" /></xsl:attribute></xsl:if></input></span><span class="fieldContent"><input id="RozhodnutieHlavicka_email" name="RozhodnutieHlavicka_email" title="" type="text" class="xsd_string textBox RozhodnutieHlavicka_gatl3_internal" spellcheck="true" maxlength="0" size="430" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'RozhodnutieHlavicka_email']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'RozhodnutieHlavicka_email']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieHlavicka_email']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div><div id="layoutCell29772" class="cell  LabelBold"><span class="fieldContent"><input id="RozhodnutieHlavicka_c_kon_pi_text" name="RozhodnutieHlavicka_c_kon_pi_text" title="" type="text" class="xsd_string textBox RozhodnutieHlavicka_text_internal" spellcheck="true" maxlength="0" size="750" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'RozhodnutieHlavicka_c_kon_pi_text']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'RozhodnutieHlavicka_c_kon_pi_text']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieHlavicka_c_kon_pi_text']" /></xsl:attribute></xsl:if></input></span><span class="fieldContent"><input id="RozhodnutieHlavicka_c_kon_pi" name="RozhodnutieHlavicka_c_kon_pi" title="" type="text" class="xsd_string textBox RozhodnutieHlavicka_c_kon_pi_internal" spellcheck="true" maxlength="0" size="430" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'RozhodnutieHlavicka_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_c_kon_pi']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieHlavicka_c_kon_pi']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12560" class="column " style="width:280px;"><div id="layoutCell29773" class="cell  LabelBold"><span class="fieldContent"><input id="RozhodnutieHlavicka_gatl4" name="RozhodnutieHlavicka_gatl4" title="" type="text" class="xsd_string textBox RozhodnutieHlavicka_gatl4_internal" spellcheck="true" maxlength="400" size="220" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'RozhodnutieHlavicka_gatl4']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'RozhodnutieHlavicka_gatl4']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieHlavicka_gatl4']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div><div id="layoutCell29774" class="cell  LabelBold"><label class="fieldLabel" title="" for="RozhodnutieHlavicka_gatl5" style="width:20px;display:none"><xsl:text disable-output-escaping="yes">Dňa</xsl:text></label><span class="fieldContent"><input id="RozhodnutieHlavicka_gatl5" name="RozhodnutieHlavicka_gatl5" title="" type="text" class="xsd_string textBox RozhodnutieHlavicka_gatl5_internal" spellcheck="true" maxlength="400" size="220" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'RozhodnutieHlavicka_gatl5']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'RozhodnutieHlavicka_gatl5']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieHlavicka_gatl5']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaAdresat"><div id="layoutRow6727" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="SekciaAdresat" /><div id="layoutRowContentlayoutRow6727" class="columns"><div id="layoutColumn12564r" class="column first" style="width:175px;"><div id="layoutCell29780r" class="cell "><label class="fieldLabel" title="" for="Adresat_Riadok1" style="width:90px;display:none"><xsl:text disable-output-escaping="yes">Daňovník</xsl:text></label><span class="fieldContent"><input id="Adresat_Riadok1" name="Adresat_Riadok1" title="" type="text" class="xsd_string textBox Adresat_Riadok_internal" spellcheck="true" maxlength="0" size="750" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'Adresat_Riadok1']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Adresat_Riadok1']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Adresat_Riadok1']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div><div id="layoutCell29781r" class="cell "><label class="fieldLabel" title="" for="Adresat_Riadok2" style="width:90px;display:none"><xsl:text disable-output-escaping="yes">Adresa</xsl:text></label><span class="fieldContent"><input id="Adresat_Riadok2" name="Adresat_Riadok2" title="" type="text" class="xsd_string textBox Adresat_Riadok_internal" spellcheck="true" maxlength="0" size="750" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'Adresat_Riadok2']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Adresat_Riadok2']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Adresat_Riadok2']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12564" class="column first" style="width:680px;"><div id="layoutCell29780" class="cell "><label class="fieldLabel" title="" for="Adresat_mpf" style="width:90px;display:none"><xsl:text disable-output-escaping="yes">Daňovník</xsl:text></label><span class="fieldContent"><input id="Adresat_mpf" name="Adresat_mpf" title="" type="text" class="xsd_string textBox Adresat_mpf_internal" spellcheck="true" maxlength="0" size="750" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'Adresat_mpf']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Adresat_mpf']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Adresat_mpf']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div><div id="layoutCell29781" class="cell "><label class="fieldLabel" title="" for="Adresat_adr" style="width:90px;display:none"><xsl:text disable-output-escaping="yes">Adresa</xsl:text></label><span class="fieldContent"><input id="Adresat_adr" name="Adresat_adr" title="" type="text" class="xsd_string textBox Adresat_adr_internal" spellcheck="true" maxlength="0" size="750" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'Adresat_adr']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Adresat_adr']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Adresat_adr']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_002061/egonp:sekciaRozhodnutieCislo"><div id="layoutRow6726" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="sekciaRozhodnutieCislo" /><div id="layoutRowContentlayoutRow6726" class="columns"><div id="layoutColumn12562" class="column first" style="width:425px;"><div id="layoutCell29777" class="cell  RozhodnutieTextRight"><label class="fieldLabel" title="" for="RozhodnutieCislo_text" style="width:420px;display:none"><xsl:text disable-output-escaping="yes">ROZHODNUTIE</xsl:text></label><span class="fieldContent"><input id="RozhodnutieCislo_text" name="RozhodnutieCislo_text" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="500" alt="" value="" readonly="readonly" disabled="disabled" style="margin-left:250px;"><xsl:if test="boolean(./*[name() = 'RozhodnutieCislo_text']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'RozhodnutieCislo_text']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieCislo_text']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12563" class="column " style="width:425px;"><div id="layoutCell29778" class="cell  RozhodnutieCisloLeft"><label class="fieldLabel" title="" for="RozhodnutieCislo_ce_rok" style="width:10px;display:none"><xsl:text disable-output-escaping="yes">č.</xsl:text></label><span class="fieldContent"><input id="RozhodnutieCislo_ce_rok" name="RozhodnutieCislo_ce_rok" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'RozhodnutieCislo_ce_rok']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'RozhodnutieCislo_ce_rok']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'RozhodnutieCislo_ce_rok']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaVyrok"><div id="layoutRow6728" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="SekciaVyrok" /><div id="layoutRowContentlayoutRow6728" class="columns"><div id="layoutColumn12565" class="column first"><div id="layoutCell29783" class="cell "><label class="fieldLabel" title="" for="Vyrok_text_gatl7" style="display: none">Výrok text</label><span class="fieldContent"><textarea id="Vyrok_text_gatl7" name="Vyrok_text_gatl7" title="" class="xsd_string textArea Vyrok_text_gatl7_internal" spellcheck="true" cols="100" rows="3" disabled="disabled" readonly="readonly"><xsl:if test="boolean(./*[name() = 'Vyrok_text_gatl7']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:choose><xsl:when test="./*[name() = 'Vyrok_text_gatl7']"><xsl:value-of select="./*[name() = 'Vyrok_text_gatl7']" /></xsl:when><xsl:otherwise><xsl:text /></xsl:otherwise></xsl:choose></textarea></span><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaVyrubuje"><div id="layoutRow6729" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="SekciaVyrubuje" /><div id="layoutRowContentlayoutRow6729" class="columns"><div id="layoutColumn12566" class="column first"><div id="layoutCell29785" class="cell  VyrubujeText"><span class="fieldLabel" title="" style="width:850px;"><xsl:text disable-output-escaping="yes">vyrubuje</xsl:text></span><span class="fieldContent" style="display: none"><input id="SekciaVyrubuje" name="SekciaVyrubuje" title="" type="text" class="xsd_string textBox" spellcheck="true" maxlength="400" size="640" disabled="disabled" readonly="readonly" alt="" value="" /></span></div></div><div class="clear" /></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDanovnik"><div id="layoutRow6730" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="SekciaDanovnik" /><div id="layoutRowContentlayoutRow6730" class="columns"><div id="layoutColumn12567" class="column first"><div id="layoutCell29787" class="cell  LabelLeft"><span class="fieldLabel" title="" style="width:850px;display:none"><xsl:text disable-output-escaping="yes">daňovníkovi/zástupcovi určenému dohodou spoluvlastníkov:</xsl:text></span><input id="SekciaDanovnik_text" name="SekciaDanovnik_text" title="" type="text" class="xsd_string textBox" spellcheck="true" maxlength="400" size="640" disabled="disabled" readonly="readonly" alt="" value="" style="width:860px"><xsl:if test="boolean(./*[name() = 'SekciaDanovnik_text']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaDanovnik_text']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaDanovnik_text']" /></xsl:attribute></xsl:if></input><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDanovnikPopis"><div id="layoutRow6731" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="SekciaDanovnikPopis" /><div id="layoutRowContentlayoutRow6731" class="columns"><div id="layoutColumn12568" class="column first" style="width:880px;"><div id="layoutCell29789a" class="cell "><span class="fieldContent"><input id="DanovnikPopis_Riadok1" name="DanovnikPopis_Riadok1" title="" type="text" class="xsd_string textBox DanovnikPopis_Riadok" spellcheck="true" maxlength="400" size="640" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'DanovnikPopis_Riadok1']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'DanovnikPopis_Riadok1']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'DanovnikPopis_Riadok1']" /></xsl:attribute></xsl:if></input></span><!--<div class="clear"/>--></div><div id="layoutCell29789" class="cell "><span class="fieldContent"><input id="DanovnikPopis_mpf" name="DanovnikPopis_mpf" title="" type="text" class="xsd_string textBox DanovnikPopis_mpf_internal" spellcheck="true" maxlength="400" size="640" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'DanovnikPopis_mpf']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'DanovnikPopis_mpf']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'DanovnikPopis_mpf']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div><div id="layoutCell29789b" class="cell "><span class="fieldContent"><input id="DanovnikPopis_Riadok2" name="DanovnikPopis_Riadok2" title="" type="text" class="xsd_string textBox DanovnikPopis_Riadok" spellcheck="true" maxlength="400" size="640" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'DanovnikPopis_Riadok2']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'DanovnikPopis_Riadok2']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'DanovnikPopis_Riadok2']" /></xsl:attribute></xsl:if></input></span><!--<div class="clear"/>--></div><div id="layoutCell29790" class="cell "><span class="fieldContent"><input id="DanovnikPopis_adr_tp" name="DanovnikPopis_adr_tp" title="" type="text" class="xsd_string textBox DanovnikPopis_adr_tp_internal" spellcheck="true" maxlength="0" size="640" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'DanovnikPopis_adr_tp']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'DanovnikPopis_adr_tp']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'DanovnikPopis_adr_tp']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div><div id="layoutCell29789c" class="cell "><span class="fieldContent"><input id="DanovnikPopis_Riadok3" name="DanovnikPopis_Riadok3" title="" type="text" class="xsd_string textBox DanovnikPopis_Riadok" spellcheck="true" maxlength="400" size="640" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'DanovnikPopis_Riadok3']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'DanovnikPopis_Riadok3']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'DanovnikPopis_Riadok3']" /></xsl:attribute></xsl:if></input></span><!--<div class="clear"/>--></div><div id="layoutCell29791" class="cell "><span class="fieldContent"><input id="DanovnikPopis_ico_rc_d_nar" name="DanovnikPopis_ico_rc_d_nar" title="" type="text" class="xsd_string textBox DanovnikPopis_ico_rc_d_nar_internal" spellcheck="true" maxlength="400" size="640" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'DanovnikPopis_ico_rc_d_nar']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'DanovnikPopis_ico_rc_d_nar']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'DanovnikPopis_ico_rc_d_nar']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div><div id="layoutCell29789c2" class="cell"><span class="fieldContent"><xsl:choose><xsl:when test="string-length(/egonp:eForm_eGov_vystup_002061/egonp:SekciaDanovnikPopis/egonp:Danovnik_I_O) > 0"><!-- Ak je element Danovnik_I_O vyplnený --><input id="DanovnikPopis_Riadok4" name="DanovnikPopis_Riadok4" title="" type="text" class="xsd_string textBox DanovnikPopis_Riadok" spellcheck="true" maxlength="400" size="640" readonly="readonly" disabled="disabled" alt=""><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'DanovnikPopis_Riadok4']" /></xsl:attribute></input></xsl:when><xsl:otherwise><!-- Ak element Danovnik_I_O nie je vyplnený --><input id="DanovnikPopis_Riadok4" name="DanovnikPopis_Riadok4" title="" type="text" class="xsd_string textBox DanovnikPopis_Riadok" spellcheck="true" maxlength="400" size="640" style="display:none;" alt=""><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'DanovnikPopis_Riadok4']" /></xsl:attribute></input></xsl:otherwise></xsl:choose></span></div><div id="layoutCell29791x" class="cell"><span class="fieldContent"><xsl:choose><xsl:when test="string-length(/egonp:eForm_eGov_vystup_002061/egonp:SekciaDanovnikPopis/egonp:Danovnik_I_O) > 0"><!-- Ak je element Danovnik_I_O vyplnený --><input id="Danovnik_I_O" name="Danovnik_I_O" title="" type="text" class="xsd_string textBox DanovnikPopis_ico_rc_d_nar_internal" spellcheck="true" maxlength="400" size="640" readonly="readonly" disabled="disabled" alt="" value="{/egonp:eForm_eGov_vystup_002061/egonp:SekciaDanovnikPopis/egonp:Danovnik_I_O}"></input></xsl:when><xsl:otherwise><!-- Ak element Danovnik_I_O nie je vyplnený --><input id="Danovnik_I_O" name="Danovnik_I_O" title="" type="text" class="xsd_string textBox DanovnikPopis_ico_rc_d_nar_internal" spellcheck="true" maxlength="400" size="640" style="display:none;" alt="" value="{/egonp:eForm_eGov_vystup_002061/egonp:SekciaDanovnikPopis/egonp:Danovnik_I_O}"></input></xsl:otherwise></xsl:choose></span><div class="clear"></div></div></div><div class="clear" /></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaObdobie"><div id="layoutRow6732" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="SekciaObdobie" /><div id="layoutRowContentlayoutRow6732" class="columns"><div id="layoutColumn12569" class="column first"><div id="layoutCell29793" class="cell  LabelBoldRight"><label class="fieldLabel" title="" for="Obdobie_rok" style="width:500px;display:none"><xsl:text disable-output-escaping="yes">na zdaňovacie obdobie</xsl:text></label><span class="fieldContent"><input id="Obdobie_rok" name="Obdobie_rok" title="" type="text" class="xsd_string textBox Obdobie_rok_internal" spellcheck="true" maxlength="400" size="40" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'Obdobie_rok']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Obdobie_rok']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Obdobie_rok']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN"><div id="layoutRow6734" class="layoutRow ui-tabs ui-widget-content   " title=""><input type="hidden" name="SekciaDzN" /><div class="caption ui-widget-header"><div class="headercorrection" title="A. Daň z nehnuteľnosti">A. Daň z nehnuteľnosti</div><span class="arrow ui-icon ui-icon-carat-1-n" /></div><div id="layoutRowContentlayoutRow6734" class="columns"><div id="layoutColumn12571" class="column first"><div id="layoutCell29802" class="cell "><xsl:for-each select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaPozemky"><div id="layoutRow6737" class="layoutRow ui-tabs ui-widget-content   " title=""><input type="hidden" name="SekciaPozemky" /><div class="caption ui-widget-header"><div class="headercorrection" title="I. Daň z pozemkov">I. Daň z pozemkov</div><span class="arrow ui-icon ui-icon-carat-1-n" /></div><div id="layoutRowContentlayoutRow67370" class="columns"><div id="layoutColumn155557" class="column first" style="margin: 0 320px -10px 210px;width: 260px"><div id="layoutCell865717" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="SekciaPozemky_ZakladDaneNadpis" style="width:225px;display:none"><xsl:text disable-output-escaping="yes">Základ dane - nadpis</xsl:text></label><span class="fieldContent"><input id="SekciaPozemky_ZakladDaneNadpis" name="SekciaPozemky_ZakladDaneNadpis" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" alt="" disabled="disabled" readonly="readonly" value="" style="width:235px;text-align:center"><xsl:if test="boolean(./*[name() = 'SekciaPozemky_ZakladDaneNadpis']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaPozemky_ZakladDaneNadpis']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaPozemky_ZakladDaneNadpis']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div></div><div id="layoutRowContentlayoutRow6737" class="columns"><div id="layoutColumn155550" class="column first" style="width:210px;"><div id="layoutCell865710" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="SekciaPozemky_PredmetDane" style="width:225px;display:none"><xsl:text disable-output-escaping="yes">Predmet dane</xsl:text></label><span class="fieldContent"><input id="SekciaPozemky_PredmetDane" name="SekciaPozemky_PredmetDane" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" alt="" disabled="disabled" readonly="readonly" value="" style="width:195px"><xsl:if test="boolean(./*[name() = 'SekciaPozemky_PredmetDane']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaPozemky_PredmetDane']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaPozemky_PredmetDane']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn155567" class="column " style="width:125px;"><div id="layoutCell865727" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="SekciaPozemky_ZakladDaneVymera" style="width:135px;display:none"><xsl:text disable-output-escaping="yes">Základ dane - Výmera</xsl:text></label><span class="fieldContent"><input id="SekciaPozemky_ZakladDaneVymera" name="SekciaPozemky_ZakladDaneVymera" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" alt="" disabled="disabled" readonly="readonly" value="" style="width:110px"><xsl:if test="boolean(./*[name() = 'SekciaPozemky_ZakladDaneVymera']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaPozemky_ZakladDaneVymera']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaPozemky_ZakladDaneVymera']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn155573" class="column " style="width:125px;"><div id="layoutCell865731" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="SekciaPozemky_ZakladDaneHodnota" style="width:135px;display:none"><xsl:text disable-output-escaping="yes">Základ dane - Hodnota</xsl:text></label><span class="fieldContent"><input id="SekciaPozemky_ZakladDaneHodnota" name="SekciaPozemky_ZakladDaneHodnota" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" alt="" disabled="disabled" readonly="readonly" value="" style="width:110px"><xsl:if test="boolean(./*[name() = 'SekciaPozemky_ZakladDaneHodnota']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaPozemky_ZakladDaneHodnota']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaPozemky_ZakladDaneHodnota']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn155582" class="column " style="width:125px;"><div id="layoutCell86574" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="SekciaPozemky_SadzbaDane" style="width:135px;display:none"><xsl:text disable-output-escaping="yes">Sadzba dane</xsl:text></label><span class="fieldContent"><input id="SekciaPozemky_SadzbaDane" name="SekciaPozemky_SadzbaDane" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" alt="" disabled="disabled" readonly="readonly" value="" style="width:110px"><xsl:if test="boolean(./*[name() = 'SekciaPozemky_SadzbaDane']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaPozemky_SadzbaDane']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaPozemky_SadzbaDane']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15558aa" class="column " style="width:125px;"><div id="layoutCell86574aa" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="SekciaPozemky_ZnizenieDane" style="width:135px;display:none"><xsl:text disable-output-escaping="yes">Zníženie dane</xsl:text></label><span class="fieldContent"><input id="SekciaPozemky_ZnizenieDane" name="SekciaPozemky_ZnizenieDane" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" alt="" disabled="disabled" readonly="readonly" value="" style="width:110px"><xsl:if test="boolean(./*[name() = 'SekciaPozemky_ZnizenieDane']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaPozemky_ZnizenieDane']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaPozemky_ZnizenieDane']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15560" class="column " style="width:125px;"><div id="layoutCell86575" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="SekciaPozemky_DanPomernaCast" style="width:135px;display:none"><xsl:text disable-output-escaping="yes">Daň/Pomerná časť dane</xsl:text></label><span class="fieldContent"><input id="SekciaPozemky_DanPomernaCast" name="SekciaPozemky_DanPomernaCast" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" alt="" disabled="disabled" readonly="readonly" value="" style="width:130px"><xsl:if test="boolean(./*[name() = 'SekciaPozemky_DanPomernaCast']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaPozemky_DanPomernaCast']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaPozemky_DanPomernaCast']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn12577" class="column"><div id="layoutCell29803"><xsl:for-each select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaPozemky/egonp:SekciaPozemkyPA"><div id="layoutRow6736" class="layoutRow" title=""><input type="hidden" name="SekciaPozemkyPA" /><div id="layoutRowContentlayoutRow6736" class="columns"><div id="layoutColumn12576" class="column first"><div id="layoutCell29801" class=" "><xsl:for-each select="./egonp:SekciaPozemkyPAHodn"><div id="layoutRow6735" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><xsl:variable name="nRowslayoutRow6735" select="position()" /><xsl:attribute name="id">layoutRow6735<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="SekciaPozemkyPAHodn" /><div id="layoutRowContentlayoutRow6735" class="columns"><div id="layoutColumn12575text" class="column first" style="width:205px;"><div id="layoutCell29800text" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPAHodn_predmet_memo" style="width:70px;display:none"><xsl:text disable-output-escaping="yes">Text</xsl:text></label><span class="fieldContent"><input id="PozemkyPAHodn_predmet_memo" name="PozemkyPAHodn_predmet_memo" title="" type="text" class="xsd_string textBox PozemkyHodn_predmet_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPAHodn_predmet_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPAHodn_predmet_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPAHodn_predmet_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12575" class="column " style="width:125px;"><div id="layoutCell297970" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPAHodn_vym_pa_memo" style="width:70px;display:none"><xsl:text disable-output-escaping="yes">Základ dane (hodnota) [€/m2]</xsl:text></label><span class="fieldContent"><input id="PozemkyPAHodn_vym_pa_memo" name="PozemkyPAHodn_vym_pa_memo" title="" type="text" class="xsd_string textBox PozemkyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPAHodn_vym_pa_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPAHodn_vym_pa_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPAHodn_vym_pa_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12572" class="column " style="width:125px;"><div id="layoutCell29797" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPAHodn_sk_m2_pa_memo" style="width:70px;display:none"><xsl:text disable-output-escaping="yes">Základ dane (hodnota) [€/m2]</xsl:text></label><span class="fieldContent"><input id="PozemkyPAHodn_sk_m2_pa_memo" name="PozemkyPAHodn_sk_m2_pa_memo" title="" type="text" class="xsd_string textBox PozemkyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPAHodn_sk_m2_pa_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPAHodn_sk_m2_pa_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPAHodn_sk_m2_pa_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12573" class="column " style="width:125px;"><div id="layoutCell29798" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPAHodn_sadz_pa_memo" style="width:50px;display:none"><xsl:text disable-output-escaping="yes">Sadzba dane [%]</xsl:text></label><span class="fieldContent"><input id="PozemkyPAHodn_sadz_pa_memo" name="PozemkyPAHodn_sadz_pa_memo" title="" type="text" class="xsd_string textBox PozemkyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPAHodn_sadz_pa_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPAHodn_sadz_pa_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPAHodn_sadz_pa_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12574pa" class="column " style="width:125px;"><div id="layoutCell29799pa" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPAHodn_ulava_pa_memo" style="width:90px;display:none"><xsl:text disable-output-escaping="yes">Zníženie dane [€]</xsl:text></label><span class="fieldContent"><input id="PozemkyPAHodn_ulava_pa_memo" name="PozemkyPAHodn_ulava_pa_memo" title="" type="text" class="xsd_string textBox PozemkyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPAHodn_ulava_pa_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPAHodn_ulava_pa_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPAHodn_ulava_pa_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12574" class="column " style="width:135px;"><div id="layoutCell29799" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPAHodn_sk_pa_memo" style="width:90px;display:none"><xsl:text disable-output-escaping="yes">Daň/Pomerná časť dane [€]</xsl:text></label><span class="fieldContent"><input id="PozemkyPAHodn_sk_pa_memo" name="PozemkyPAHodn_sk_pa_memo" title="" type="text" class="xsd_string textBox PozemkyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPAHodn_sk_pa_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPAHodn_sk_pa_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPAHodn_sk_pa_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><xsl:if test="normalize-space(./egonp:SekciaPozemkyPAHodn) = ''"><xsl:if test="./egonp:SekciaPozemkyPAHodn/@notInFormData"><script type="text/javascript">$(document).ready(function () { initRepetitionSection(1, 999, 'layoutRow6735') })</script></xsl:if></xsl:if><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><div class="clear" /></div><div id="layoutCell29808" class=" "><xsl:for-each select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaPozemky/egonp:SekciaPozemkyPB"><div id="layoutRow6739" class="layoutRow " title=""><input type="hidden" name="SekciaPozemkyPB" /><div id="layoutRowContentlayoutRow6739" class="columns"><div id="layoutColumn12582" class="column first"><div id="layoutCell29809" class=" "><xsl:for-each select="./egonp:SekciaPozemkyPBHodn"><div id="layoutRow6738" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><xsl:variable name="nRowslayoutRow6738" select="position()" /><xsl:attribute name="id">layoutRow6738<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="SekciaPozemkyPBHodn" /><div id="layoutRowContentlayoutRow6738" class="columns"><div id="layoutColumn12581text" class="column first" style="width:205px;"><div id="layoutCell29807text" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPBHodn_predmet_memo" style="width:70px;display:none"><xsl:text disable-output-escaping="yes">Základ dane (výmera) [m2]</xsl:text></label><span class="fieldContent"><input id="PozemkyPBHodn_predmet_memo" name="PozemkyPBHodn_predmet_memo" title="" type="text" class="xsd_string textBox PozemkyHodn_predmet_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPBHodn_predmet_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPBHodn_predmet_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPBHodn_predmet_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12581" class="column " style="width:125px;"><div id="layoutCell29807" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPBHodn_vym_pb_memo" style="width:70px;display:none"><xsl:text disable-output-escaping="yes">Základ dane (výmera) [€/m2]</xsl:text></label><span class="fieldContent"><input id="PozemkyPBHodn_vym_pb_memo" name="PozemkyPBHodn_vym_pb_memo" title="" type="text" class="xsd_string textBox PozemkyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPBHodn_vym_pb_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPBHodn_vym_pb_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPBHodn_vym_pb_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12578" class="column " style="width:125px;"><div id="layoutCell29804" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPBHodn_sk_m2_pb_memo" style="width:70px;display:none"><xsl:text disable-output-escaping="yes">Základ dane (hodnota) [€/m2]</xsl:text></label><span class="fieldContent"><input id="PozemkyPBHodn_sk_m2_pb_memo" name="PozemkyPBHodn_sk_m2_pb_memo" title="" type="text" class="xsd_string textBox PozemkyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPBHodn_sk_m2_pb_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPBHodn_sk_m2_pb_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPBHodn_sk_m2_pb_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12579" class="column " style="width:125px;"><div id="layoutCell29805" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPBHodn_sadz_pb_memo" style="width:50px;display:none"><xsl:text disable-output-escaping="yes">Sadzba dane [%]</xsl:text></label><span class="fieldContent"><input id="PozemkyPBHodn_sadz_pb_memo" name="PozemkyPBHodn_sadz_pb_memo" title="" type="text" class="xsd_string textBox PozemkyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPBHodn_sadz_pb_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPBHodn_sadz_pb_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPBHodn_sadz_pb_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12574pb" class="column " style="width:125px;"><div id="layoutCell29799pb" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPBHodn_ulava_pb_memo" style="width:90px;display:none"><xsl:text disable-output-escaping="yes">Zníženie dane [€]</xsl:text></label><span class="fieldContent"><input id="PozemkyPBHodn_ulava_pb_memo" name="PozemkyPBHodn_ulava_pb_memo" title="" type="text" class="xsd_string textBox PozemkyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPBHodn_ulava_pb_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPBHodn_ulava_pb_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPBHodn_ulava_pb_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12580" class="column " style="width:125px;"><div id="layoutCell29806" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPBHodn_sk_pb_memo" style="width:90px;display:none"><xsl:text disable-output-escaping="yes">Daň/Pomerná časť dane [€]</xsl:text></label><span class="fieldContent"><input id="PozemkyPBHodn_sk_pb_memo" name="PozemkyPBHodn_sk_pb_memo" title="" type="text" class="xsd_string textBox PozemkyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPBHodn_sk_pb_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPBHodn_sk_pb_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPBHodn_sk_pb_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><xsl:if test="normalize-space(./egonp:SekciaPozemkyPBHodn) = ''"><xsl:if test="./egonp:SekciaPozemkyPBHodn/@notInFormData"><script type="text/javascript">$(document).ready(function () { initRepetitionSection(1, 999, 'layoutRow6738') })</script></xsl:if></xsl:if><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><div class="clear" /></div><div id="layoutCell29814" class=" "><xsl:for-each select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaPozemky/egonp:SekciaPozemkyPC"><div id="layoutRow6741" class="layoutRow" title=""><input type="hidden" name="SekciaPozemkyPC" /><div id="layoutRowContentlayoutRow6741" class="columns"><div id="layoutColumn12587" class="column first"><div id="layoutCell29815" class=" "><xsl:for-each select="./egonp:SekciaPozemkyPCHodn"><div id="layoutRow6740" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><xsl:variable name="nRowslayoutRow6740" select="position()" /><xsl:attribute name="id">layoutRow6740<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="SekciaPozemkyPCHodn" /><div id="layoutRowContentlayoutRow6740" class="columns"><div id="layoutColumn12586text" class="column first" style="width:205px;"><div id="layoutCell29813text" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPCHodn_predmet_memo" style="width:70px;display:none"><xsl:text disable-output-escaping="yes">Predmet</xsl:text></label><span class="fieldContent"><input id="PozemkyPCHodn_predmet_memo" name="PozemkyPCHodn_predmet_memo" title="" type="text" class="xsd_string textBox PozemkyHodn_predmet_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPCHodn_predmet_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPCHodn_predmet_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPCHodn_predmet_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12586" class="column " style="width:125px;"><div id="layoutCell29813" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPCHodn_vym_pc_memo" style="width:70px;display:none"><xsl:text disable-output-escaping="yes">Základ dane (výmera) [m2]</xsl:text></label><span class="fieldContent"><input id="PozemkyPCHodn_vym_pc_memo" name="PozemkyPCHodn_vym_pc_memo" title="" type="text" class="xsd_string textBox PozemkyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPCHodn_vym_pc_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPCHodn_vym_pc_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPCHodn_vym_pc_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12583" class="column " style="width:125px;"><div id="layoutCell29810" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPCHodn_sk_m2_pc_memo" style="width:70px;display:none"><xsl:text disable-output-escaping="yes">Základ dane (hodnota) [€/m2]</xsl:text></label><span class="fieldContent"><input id="PozemkyPCHodn_sk_m2_pc_memo" name="PozemkyPCHodn_sk_m2_pc_memo" title="" type="text" class="xsd_string textBox PozemkyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPCHodn_sk_m2_pc_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPCHodn_sk_m2_pc_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPCHodn_sk_m2_pc_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12584" class="column " style="width:125px;"><div id="layoutCell29811" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPCHodn_sadz_pc_memo" style="width:50px;display:none"><xsl:text disable-output-escaping="yes">Sadzba dane [%]</xsl:text></label><span class="fieldContent"><input id="PozemkyPCHodn_sadz_pc_memo" name="PozemkyPCHodn_sadz_pc_memo" title="" type="text" class="xsd_string textBox PozemkyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPCHodn_sadz_pc_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPCHodn_sadz_pc_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPCHodn_sadz_pc_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12574pc" class="column " style="width:125px;"><div id="layoutCell29799pc" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPCHodn_ulava_pc_memo" style="width:90px;display:none"><xsl:text disable-output-escaping="yes">Zníženie dane [€]</xsl:text></label><span class="fieldContent"><input id="PozemkyPCHodn_ulava_pc_memo" name="PozemkyPCHodn_ulava_pc_memo" title="" type="text" class="xsd_string textBox PozemkyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPCHodn_ulava_pc_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPCHodn_ulava_pc_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPCHodn_ulava_pc_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12585" class="column " style="width:125px;"><div id="layoutCell29812" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPCHodn_sk_pc_memo" style="width:90px;display:none"><xsl:text disable-output-escaping="yes">Daň/Pomerná časť dane [€]</xsl:text></label><span class="fieldContent"><input id="PozemkyPCHodn_sk_pc_memo" name="PozemkyPCHodn_sk_pc_memo" title="" type="text" class="xsd_string textBox PozemkyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPCHodn_sk_pc_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPCHodn_sk_pc_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPCHodn_sk_pc_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><xsl:if test="normalize-space(./egonp:SekciaPozemkyPCHodn) = ''"><xsl:if test="./egonp:SekciaPozemkyPCHodn/@notInFormData"><script type="text/javascript">$(document).ready(function () { initRepetitionSection(1, 999, 'layoutRow6740') })</script></xsl:if></xsl:if><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><div class="clear" /></div><div id="layoutCell29820" class=" "><xsl:for-each select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaPozemky/egonp:SekciaPozemkyPD"><div id="layoutRow6743" class="layoutRow " title=""><input type="hidden" name="SekciaPozemkyPD" /><div id="layoutRowContentlayoutRow6743" class="columns"><div id="layoutColumn12592" class="column first"><div id="layoutCell29821" class=" "><xsl:for-each select="./egonp:SekciaPozemkyPDHodn"><div id="layoutRow6742" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><xsl:variable name="nRowslayoutRow6742" select="position()" /><xsl:attribute name="id">layoutRow6742<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="SekciaPozemkyPDHodn" /><div id="layoutRowContentlayoutRow6742" class="columns"><div id="layoutColumn12591text" class="column first" style="width:205px;"><div id="layoutCell29819text" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPDHodn_predmet_memo" style="width:70px;display:none"><xsl:text disable-output-escaping="yes">Predmet</xsl:text></label><span class="fieldContent"><input id="PozemkyPDHodn_predmet_memo" name="PozemkyPDHodn_predmet_memo" title="" type="text" class="xsd_string textBox PozemkyHodn_predmet_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPDHodn_predmet_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPDHodn_predmet_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPDHodn_predmet_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12591" class="column " style="width:125px;"><div id="layoutCell29819" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPDHodn_vym_pd_memo" style="width:70px;display:none"><xsl:text disable-output-escaping="yes">Základ dane (výmera) [m2]</xsl:text></label><span class="fieldContent"><input id="PozemkyPDHodn_vym_pd_memo" name="PozemkyPDHodn_vym_pd_memo" title="" type="text" class="xsd_string textBox PozemkyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPDHodn_vym_pd_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPDHodn_vym_pd_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPDHodn_vym_pd_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12588" class="column " style="width:125px;"><div id="layoutCell29816" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPDHodn_sk_m2_pd_memo" style="width:70px;display:none"><xsl:text disable-output-escaping="yes">Základ dane (hodnota) [€/m2]</xsl:text></label><span class="fieldContent"><input id="PozemkyPDHodn_sk_m2_pd_memo" name="PozemkyPDHodn_sk_m2_pd_memo" title="" type="text" class="xsd_string textBox PozemkyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPDHodn_sk_m2_pd_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPDHodn_sk_m2_pd_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPDHodn_sk_m2_pd_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12589" class="column " style="width:125px;"><div id="layoutCell29817" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPDHodn_sadz_pd_memo" style="width:50px;display:none"><xsl:text disable-output-escaping="yes">Sadzba dane [%]</xsl:text></label><span class="fieldContent"><input id="PozemkyPDHodn_sadz_pd_memo" name="PozemkyPDHodn_sadz_pd_memo" title="" type="text" class="xsd_string textBox PozemkyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPDHodn_sadz_pd_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPDHodn_sadz_pd_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPDHodn_sadz_pd_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12574pd" class="column " style="width:125px;"><div id="layoutCell29799pd" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPDHodn_ulava_pd_memo" style="width:90px;display:none"><xsl:text disable-output-escaping="yes">Zníženie dane [€]</xsl:text></label><span class="fieldContent"><input id="PozemkyPDHodn_ulava_pd_memo" name="PozemkyPDHodn_ulava_pd_memo" title="" type="text" class="xsd_string textBox PozemkyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPDHodn_ulava_pd_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPDHodn_ulava_pd_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPDHodn_ulava_pd_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12590" class="column " style="width:125px;"><div id="layoutCell29818" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPDHodn_sk_pd_memo" style="width:90px;display:none"><xsl:text disable-output-escaping="yes">Daň/Pomerná časť dane [€]</xsl:text></label><span class="fieldContent"><input id="PozemkyPDHodn_sk_pd_memo" name="PozemkyPDHodn_sk_pd_memo" title="" type="text" class="xsd_string textBox PozemkyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPDHodn_sk_pd_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPDHodn_sk_pd_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPDHodn_sk_pd_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><xsl:if test="normalize-space(./egonp:SekciaPozemkyPDHodn) = ''"><xsl:if test="./egonp:SekciaPozemkyPDHodn/@notInFormData"><script type="text/javascript">$(document).ready(function () { initRepetitionSection(1, 999, 'layoutRow6742') })</script></xsl:if></xsl:if><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><div class="clear" /></div><div id="layoutCell29826" class=" "><xsl:for-each select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaPozemky/egonp:SekciaPozemkyPE"><div id="layoutRow6745" class="layoutRow " title=""><input type="hidden" name="SekciaPozemkyPE" /><div id="layoutRowContentlayoutRow6745" class="columns"><div id="layoutColumn12597" class="column first"><div id="layoutCell29827" class=" "><xsl:for-each select="./egonp:SekciaPozemkyPEHodn"><div id="layoutRow6744" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><xsl:variable name="nRowslayoutRow6744" select="position()" /><xsl:attribute name="id">layoutRow6744<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="SekciaPozemkyPEHodn" /><div id="layoutRowContentlayoutRow6744" class="columns"><div id="layoutColumn12596text" class="column first" style="width:205px;"><div id="layoutCell29825text" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPEHodn_predmet_memo" style="width:70px;display:none"><xsl:text disable-output-escaping="yes">Predmet</xsl:text></label><span class="fieldContent"><input id="PozemkyPEHodn_predmet_memo" name="PozemkyPEHodn_predmet_memo" title="" type="text" class="xsd_string textBox PozemkyHodn_predmet_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPEHodn_predmet_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPEHodn_predmet_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPEHodn_predmet_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12596" class="column " style="width:125px;"><div id="layoutCell29825" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPEHodn_vym_pe_memo" style="width:70px;display:none"><xsl:text disable-output-escaping="yes">Základ dane (výmera) [m2]</xsl:text></label><span class="fieldContent"><input id="PozemkyPEHodn_vym_pe_memo" name="PozemkyPEHodn_vym_pe_memo" title="" type="text" class="xsd_string textBox PozemkyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPEHodn_vym_pe_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPEHodn_vym_pe_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPEHodn_vym_pe_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12593" class="column " style="width:125px;"><div id="layoutCell29822" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPEHodn_sk_m2_pe_memo" style="width:70px;display:none"><xsl:text disable-output-escaping="yes">Základ dane (hodnota) [€/m2]</xsl:text></label><span class="fieldContent"><input id="PozemkyPEHodn_sk_m2_pe_memo" name="PozemkyPEHodn_sk_m2_pe_memo" title="" type="text" class="xsd_string textBox PozemkyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPEHodn_sk_m2_pe_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPEHodn_sk_m2_pe_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPEHodn_sk_m2_pe_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12594" class="column " style="width:125px;"><div id="layoutCell29823" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPEHodn_sadz_pe_memo" style="width:50px;display:none"><xsl:text disable-output-escaping="yes">Sadzba dane [%]</xsl:text></label><span class="fieldContent"><input id="PozemkyPEHodn_sadz_pe_memo" name="PozemkyPEHodn_sadz_pe_memo" title="" type="text" class="xsd_string textBox PozemkyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPEHodn_sadz_pe_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPEHodn_sadz_pe_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPEHodn_sadz_pe_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12574pe" class="column " style="width:125px;"><div id="layoutCell29799pe" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPEHodn_ulava_pe_memo" style="width:90px;display:none"><xsl:text disable-output-escaping="yes">Zníženie dane [€]</xsl:text></label><span class="fieldContent"><input id="PozemkyPEHodn_ulava_pe_memo" name="PozemkyPEHodn_ulava_pe_memo" title="" type="text" class="xsd_string textBox PozemkyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPEHodn_ulava_pe_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPEHodn_ulava_pe_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPEHodn_ulava_pe_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12595" class="column " style="width:125px;"><div id="layoutCell29824" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPEHodn_sk_pe_memo" style="width:90px;display:none"><xsl:text disable-output-escaping="yes">Daň/Pomerná časť dane [€]</xsl:text></label><span class="fieldContent"><input id="PozemkyPEHodn_sk_pe_memo" name="PozemkyPEHodn_sk_pe_memo" title="" type="text" class="xsd_string textBox PozemkyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPEHodn_sk_pe_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPEHodn_sk_pe_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPEHodn_sk_pe_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><xsl:if test="normalize-space(./egonp:SekciaPozemkyPEHodn) = ''"><xsl:if test="./egonp:SekciaPozemkyPEHodn/@notInFormData"><script type="text/javascript">$(document).ready(function () { initRepetitionSection(1, 999, 'layoutRow6744') })</script></xsl:if></xsl:if><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><div class="clear" /></div><div id="layoutCell29832" class=" "><xsl:for-each select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaPozemky/egonp:SekciaPozemkyPF"><div id="layoutRow6747" class="layoutRow " title=""><input type="hidden" name="SekciaPozemkyPF" /><div id="layoutRowContentlayoutRow6747" class="columns"><div id="layoutColumn12602" class="column first"><div id="layoutCell29833" class=" "><xsl:for-each select="./egonp:SekciaPozemkyPFHodn"><div id="layoutRow6746" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><xsl:variable name="nRowslayoutRow6746" select="position()" /><xsl:attribute name="id">layoutRow6746<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="SekciaPozemkyPFHodn" /><div id="layoutRowContentlayoutRow6746" class="columns"><div id="layoutColumn12601text" class="column first" style="width:205px;"><div id="layoutCell29831text" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPFHodn_predmet_memo" style="width:70px;display:none"><xsl:text disable-output-escaping="yes">Predmet</xsl:text></label><span class="fieldContent"><input id="PozemkyPFHodn_predmet_memo" name="PozemkyPFHodn_predmet_memo" title="" type="text" class="xsd_string textBox PozemkyHodn_predmet_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPFHodn_predmet_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPFHodn_predmet_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPFHodn_predmet_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12601" class="column " style="width:125px;"><div id="layoutCell29831" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPFHodn_vym_pf_memo" style="width:70px;display:none"><xsl:text disable-output-escaping="yes">Základ dane (výmera) [m2]</xsl:text></label><span class="fieldContent"><input id="PozemkyPFHodn_vym_pf_memo" name="PozemkyPFHodn_vym_pf_memo" title="" type="text" class="xsd_string textBox PozemkyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPFHodn_vym_pf_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPFHodn_vym_pf_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPFHodn_vym_pf_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12598" class="column " style="width:125px;"><div id="layoutCell29828" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPFHodn_sk_m2_pf_memo" style="width:70px;display:none"><xsl:text disable-output-escaping="yes">Základ dane (hodnota) [€/m2]</xsl:text></label><span class="fieldContent"><input id="PozemkyPFHodn_sk_m2_pf_memo" name="PozemkyPFHodn_sk_m2_pf_memo" title="" type="text" class="xsd_string textBox PozemkyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPFHodn_sk_m2_pf_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPFHodn_sk_m2_pf_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPFHodn_sk_m2_pf_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12599" class="column " style="width:125px;"><div id="layoutCell29829" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPFHodn_sadz_pf_memo" style="width:50px;display:none"><xsl:text disable-output-escaping="yes">Sadzba dane [%]</xsl:text></label><span class="fieldContent"><input id="PozemkyPFHodn_sadz_pf_memo" name="PozemkyPFHodn_sadz_pf_memo" title="" type="text" class="xsd_string textBox PozemkyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPFHodn_sadz_pf_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPFHodn_sadz_pf_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPFHodn_sadz_pf_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12574pf" class="column " style="width:125px;"><div id="layoutCell29799pf" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPFHodn_ulava_pf_memo" style="width:90px;display:none"><xsl:text disable-output-escaping="yes">Zníženie dane [€]</xsl:text></label><span class="fieldContent"><input id="PozemkyPFHodn_ulava_pf_memo" name="PozemkyPFHodn_ulava_pf_memo" title="" type="text" class="xsd_string textBox PozemkyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPFHodn_ulava_pf_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPFHodn_ulava_pf_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPFHodn_ulava_pf_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12600" class="column " style="width:125px;"><div id="layoutCell29830" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPFHodn_sk_pf_memo" style="width:90px;display:none"><xsl:text disable-output-escaping="yes">Daň/Pomerná časť dane [€]</xsl:text></label><span class="fieldContent"><input id="PozemkyPFHodn_sk_pf_memo" name="PozemkyPFHodn_sk_pf_memo" title="" type="text" class="xsd_string textBox PozemkyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPFHodn_sk_pf_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPFHodn_sk_pf_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPFHodn_sk_pf_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><xsl:if test="normalize-space(./egonp:SekciaPozemkyPFHodn) = ''"><xsl:if test="./egonp:SekciaPozemkyPFHodn/@notInFormData"><script type="text/javascript">$(document).ready(function () { initRepetitionSection(1, 999, 'layoutRow6746') })</script></xsl:if></xsl:if><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><div class="clear" /></div><div id="layoutCell29838" class=" "><xsl:for-each select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaPozemky/egonp:SekciaPozemkyPG"><div id="layoutRow6749" class="layoutRow " title=""><input type="hidden" name="SekciaPozemkyPG" /><div id="layoutRowContentlayoutRow6749" class="columns"><div id="layoutColumn12607" class="column first"><div id="layoutCell29839" class=" "><xsl:for-each select="./egonp:SekciaPozemkyPGHodn"><div id="layoutRow6748" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><xsl:variable name="nRowslayoutRow6748" select="position()" /><xsl:attribute name="id">layoutRow6748<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="SekciaPozemkyPGHodn" /><div id="layoutRowContentlayoutRow6748" class="columns"><div id="layoutColumn12606text" class="column first" style="width:205px;"><div id="layoutCell29837" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPGHodn_predmet_memo" style="width:70px;display:none"><xsl:text disable-output-escaping="yes">Predmet</xsl:text></label><span class="fieldContent"><input id="PozemkyPGHodn_predmet_memo" name="PozemkyPGHodn_predmet_memo" title="" type="text" class="xsd_string textBox PozemkyHodn_predmet_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPGHodn_predmet_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPGHodn_predmet_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPGHodn_predmet_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12606" class="column " style="width:125px;"><div id="layoutCell298371" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPGHodn_vym_pg_memo" style="width:70px;display:none"><xsl:text disable-output-escaping="yes">Základ dane (výmera) [m2]</xsl:text></label><span class="fieldContent"><input id="PozemkyPGHodn_vym_pg_memo" name="PozemkyPGHodn_vym_pg_memo" title="" type="text" class="xsd_string textBox PozemkyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPGHodn_vym_pg_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPGHodn_vym_pg_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPGHodn_vym_pg_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12603" class="column " style="width:125px;"><div id="layoutCell29834" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPGHodn_sk_m2_pg_memo" style="width:70px;display:none"><xsl:text disable-output-escaping="yes">Základ dane (hodnota) [€/m2]</xsl:text></label><span class="fieldContent"><input id="PozemkyPGHodn_sk_m2_pg_memo" name="PozemkyPGHodn_sk_m2_pg_memo" title="" type="text" class="xsd_string textBox PozemkyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPGHodn_sk_m2_pg_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPGHodn_sk_m2_pg_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPGHodn_sk_m2_pg_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12604" class="column " style="width:125px;"><div id="layoutCell29835" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPGHodn_sadz_pg_memo" style="width:50px;display:none"><xsl:text disable-output-escaping="yes">Sadzba dane [%]</xsl:text></label><span class="fieldContent"><input id="PozemkyPGHodn_sadz_pg_memo" name="PozemkyPGHodn_sadz_pg_memo" title="" type="text" class="xsd_string textBox PozemkyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPGHodn_sadz_pg_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPGHodn_sadz_pg_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPGHodn_sadz_pg_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12574pg" class="column " style="width:125px;"><div id="layoutCell29799pg" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPGHodn_ulava_pg_memo" style="width:90px;display:none"><xsl:text disable-output-escaping="yes">Zníženie dane [€]</xsl:text></label><span class="fieldContent"><input id="PozemkyPGHodn_ulava_pg_memo" name="PozemkyPGHodn_ulava_pg_memo" title="" type="text" class="xsd_string textBox PozemkyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPGHodn_ulava_pg_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPGHodn_ulava_pg_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPGHodn_ulava_pg_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12605" class="column " style="width:125px;"><div id="layoutCell29836" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPGHodn_sk_pg_memo" style="width:90px;display:none"><xsl:text disable-output-escaping="yes">Daň/Pomerná časť dane [€]</xsl:text></label><span class="fieldContent"><input id="PozemkyPGHodn_sk_pg_memo" name="PozemkyPGHodn_sk_pg_memo" title="" type="text" class="xsd_string textBox PozemkyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPGHodn_sk_pg_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPGHodn_sk_pg_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPGHodn_sk_pg_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><xsl:if test="normalize-space(./egonp:SekciaPozemkyPGHodn) = ''"><xsl:if test="./egonp:SekciaPozemkyPGHodn/@notInFormData"><script type="text/javascript">$(document).ready(function () { initRepetitionSection(1, 999, 'layoutRow6748') })</script></xsl:if></xsl:if><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><div class="clear" /></div><div id="layoutCell29844" class=" "><xsl:for-each select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaPozemky/egonp:SekciaPozemkyPH"><div id="layoutRow6751" class="layoutRow " title=""><input type="hidden" name="SekciaPozemkyPH" /><div id="layoutRowContentlayoutRow6751" class="columns"><div id="layoutColumn12612" class="column first"><div id="layoutCell29845" class=" "><xsl:for-each select="./egonp:SekciaPozemkyPHHodn"><div id="layoutRow6750" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><xsl:variable name="nRowslayoutRow6750" select="position()" /><xsl:attribute name="id">layoutRow6750<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="SekciaPozemkyPHHodn" /><div id="layoutRowContentlayoutRow6750" class="columns"><div id="layoutColumn12611text" class="column first" style="width:205px;"><div id="layoutCell29843text" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPHHodn_predmet_memo" style="width:70px;display:none"><xsl:text disable-output-escaping="yes">Predmet</xsl:text></label><span class="fieldContent"><input id="PozemkyPHHodn_predmet_memo" name="PozemkyPHHodn_predmet_memo" title="" type="text" class="xsd_string textBox PozemkyHodn_predmet_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPHHodn_predmet_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPHHodn_predmet_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPHHodn_predmet_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12611" class="column " style="width:125px;"><div id="layoutCell29843" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPHHodn_vym_ph_memo" style="width:70px;display:none"><xsl:text disable-output-escaping="yes">Základ dane (výmera) [m2]</xsl:text></label><span class="fieldContent"><input id="PozemkyPHHodn_vym_ph_memo" name="PozemkyPHHodn_vym_ph_memo" title="" type="text" class="xsd_string textBox PozemkyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPHHodn_vym_ph_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPHHodn_vym_ph_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPHHodn_vym_ph_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12608" class="column " style="width:125px;"><div id="layoutCell29840" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPHHodn_sk_m2_ph_memo" style="width:70px;display:none"><xsl:text disable-output-escaping="yes">Základ dane (hodnota) [€/m2]</xsl:text></label><span class="fieldContent"><input id="PozemkyPHHodn_sk_m2_ph_memo" name="PozemkyPHHodn_sk_m2_ph_memo" title="" type="text" class="xsd_string textBox PozemkyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPHHodn_sk_m2_ph_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPHHodn_sk_m2_ph_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPHHodn_sk_m2_ph_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12609" class="column " style="width:125px;"><div id="layoutCell29841" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPHHodn_sadz_ph_memo" style="width:50px;display:none"><xsl:text disable-output-escaping="yes">Sadzba dane [%]</xsl:text></label><span class="fieldContent"><input id="PozemkyPHHodn_sadz_ph_memo" name="PozemkyPHHodn_sadz_ph_memo" title="" type="text" class="xsd_string textBox PozemkyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPHHodn_sadz_ph_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPHHodn_sadz_ph_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPHHodn_sadz_ph_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12574ph" class="column " style="width:125px;"><div id="layoutCell29799ph" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPHHodn_ulava_ph_memo" style="width:90px;display:none"><xsl:text disable-output-escaping="yes">Zníženie dane [€]</xsl:text></label><span class="fieldContent"><input id="PozemkyPHHodn_ulava_ph_memo" name="PozemkyPHHodn_ulava_ph_memo" title="" type="text" class="xsd_string textBox PozemkyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPHHodn_ulava_ph_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPHHodn_ulava_ph_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPHHodn_ulava_ph_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12610" class="column " style="width:125px;"><div id="layoutCell29842" class="cell  bunka"><label class="fieldLabel" title="" for="PozemkyPHHodn_sk_ph_memo" style="width:90px;display:none"><xsl:text disable-output-escaping="yes">Daň/Pomerná časť dane [€]</xsl:text></label><span class="fieldContent"><input id="PozemkyPHHodn_sk_ph_memo" name="PozemkyPHHodn_sk_ph_memo" title="" type="text" class="xsd_string textBox PozemkyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkyPHHodn_sk_ph_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkyPHHodn_sk_ph_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkyPHHodn_sk_ph_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><xsl:if test="normalize-space(./egonp:SekciaPozemkyPHHodn) = ''"><xsl:if test="./egonp:SekciaPozemkyPHHodn/@notInFormData"><script type="text/javascript">$(document).ready(function () { initRepetitionSection(1, 999, 'layoutRow6750') })</script></xsl:if></xsl:if><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><div class="clear" /></div><div id="layoutCell29846" class="cell "><xsl:for-each select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaPozemky/egonp:SekciaPozemkySpolu"><div id="layoutRow6752" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="SekciaPozemkySpolu" /><div id="layoutRowContentlayoutRow6752" class="columns"><div id="layoutColumn12613text" class="column first" style="width:600px"><div id="layoutCell29847text" class="cell  LabelBoldRight"><label class="fieldLabel" title="" for="PozemkySpolu_text" style="width:90px;display:none"><xsl:text disable-output-escaping="yes">Spolu - text</xsl:text></label><span class="fieldContent"><input id="PozemkySpolu_text" name="PozemkySpolu_text" title="" type="text" class="xsd_string textBox" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value="" style="width:585px"><xsl:if test="boolean(./*[name() = 'PozemkySpolu_text']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkySpolu_text']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkySpolu_text']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12613" class="column " style="width:250px"><div id="layoutCell29847" class="cell  LabelBoldRight"><label class="fieldLabel" title="" for="PozemkySpolu_sumdp" style="width:90px;display:none"><xsl:text disable-output-escaping="yes">Spolu [€]</xsl:text></label><span class="fieldContent"><input id="PozemkySpolu_sumdp" name="PozemkySpolu_sumdp" title="" type="text" class="xsd_string textBox PozemkySpolu_sumdp_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PozemkySpolu_sumdp']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PozemkySpolu_sumdp']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PozemkySpolu_sumdp']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><div class="clear" /></div><div id="layoutCell29789Pozemky" class="cell "><label class="fieldLabel" title="" for="SekciaPozemkyTextAfter" style="width:240px;display:none"><xsl:text disable-output-escaping="yes">Text sa podsekciou Pozemky</xsl:text></label><span class="fieldContent"><TextArea id="SekciaPozemkyTextAfter" name="SekciaPozemkyTextAfter" title="" type="text" class="xsd_string textArea Odvovodnenie_odovod_internal" spellcheck="true" size="640" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'SekciaPozemkyTextAfter']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaPozemkyTextAfter']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaPozemkyTextAfter']" /></xsl:attribute></xsl:if></TextArea></span><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><div class="clear" /></div><div id="layoutCell29852" class="cell "><xsl:for-each select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaStavby"><div id="layoutRow6755" class="layoutRow ui-tabs ui-widget-content   " title=""><input type="hidden" name="SekciaStavby" /><div class="caption ui-widget-header"><div class="headercorrection" title="II. Daň zo stavieb">II. Daň zo stavieb</div><span class="arrow ui-icon ui-icon-carat-1-n" /></div><div id="layoutRowContentlayoutRow6755" class="columns"><div id="layoutColumn155551" class="column first" style="width:210px;"><div id="layoutCell865711" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="SekciaStavby_PredmetDane" style="width:225px;display:none"><xsl:text disable-output-escaping="yes">Predmet dane</xsl:text></label><span class="fieldContent"><input id="SekciaStavby_PredmetDane" name="SekciaStavby_PredmetDane" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" alt="" disabled="disabled" readonly="readonly" value="" style="width:195px"><xsl:if test="boolean(./*[name() = 'SekciaStavby_PredmetDane']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaStavby_PredmetDane']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaStavby_PredmetDane']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn155561" class="column " style="width:155px;"><div id="layoutCell86572" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="SekciaStavby_ZakladDane" style="width:135px;display:none"><xsl:text disable-output-escaping="yes">Základ dane</xsl:text></label><span class="fieldContent"><input id="SekciaStavby_ZakladDane" name="SekciaStavby_ZakladDane" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" alt="" disabled="disabled" readonly="readonly" value="" style="width:140px"><xsl:if test="boolean(./*[name() = 'SekciaStavby_ZakladDane']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaStavby_ZakladDane']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaStavby_ZakladDane']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn155571" class="column " style="width:155px;"><div id="layoutCell865732" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="SekciaStavby_SadzbaDane" style="width:135px;display:none"><xsl:text disable-output-escaping="yes">Sadzba dane</xsl:text></label><span class="fieldContent"><input id="SekciaStavby_SadzbaDane" name="SekciaStavby_SadzbaDane" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" alt="" disabled="disabled" readonly="readonly" value="" style="width:140px"><xsl:if test="boolean(./*[name() = 'SekciaStavby_SadzbaDane']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaStavby_SadzbaDane']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaStavby_SadzbaDane']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn155581" class="column " style="width:155px;"><div id="layoutCell865741" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="SekciaStavby_ZnizenieDane" style="width:135px;display:none"><xsl:text disable-output-escaping="yes">Sadzba dane</xsl:text></label><span class="fieldContent"><input id="SekciaStavby_ZnizenieDane" name="SekciaStavby_ZnizenieDane" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" alt="" disabled="disabled" readonly="readonly" value="" style="width:140px"><xsl:if test="boolean(./*[name() = 'SekciaStavby_ZnizenieDane']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaStavby_ZnizenieDane']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaStavby_ZnizenieDane']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn1555811" class="column " style="width:155px;"><div id="layoutCell865742" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="SekciaStavby_DanPomernaCast" style="width:135px;display:none"><xsl:text disable-output-escaping="yes">Zníženie dane</xsl:text></label><span class="fieldContent"><input id="SekciaStavby_DanPomernaCast" name="SekciaStavby_DanPomernaCast" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" alt="" disabled="disabled" readonly="readonly" value="" style="width:140px"><xsl:if test="boolean(./*[name() = 'SekciaStavby_DanPomernaCast']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaStavby_DanPomernaCast']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaStavby_DanPomernaCast']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn12618" class="column "><div id="layoutCell29853" class=" "><xsl:for-each select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaStavby/egonp:SekciaStavbySA"><div id="layoutRow6754" class="layoutRow " title=""><input type="hidden" name="SekciaStavbySA" /><div id="layoutRowContentlayoutRow6754" class="columns"><div id="layoutColumn12617" class="column first"><div id="layoutCell29851" class=" "><xsl:for-each select="./egonp:SekciaStavbySAHodn"><div id="layoutRow6753" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><xsl:variable name="nRowslayoutRow6753" select="position()" /><xsl:attribute name="id">layoutRow6753<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="SekciaStavbySAHodn" /><div id="layoutRowContentlayoutRow6753" class="columns"><div id="layoutColumn12614text" class="column first" style="width:205px;"><div id="layoutCell29848text" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySAHodn_predmet_memo" style="width:70px;display:none"><xsl:text disable-output-escaping="yes">Predmet</xsl:text></label><span class="fieldContent"><input id="StavbySAHodn_predmet_memo" name="StavbySAHodn_predmet_memo" title="" type="text" class="xsd_string textBox StavbyHodn_predmet_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySAHodn_predmet_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySAHodn_predmet_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySAHodn_predmet_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12614" class="column first" style="width:155px;"><div id="layoutCell29848" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySAHodn_zakl_sa_memo" style="width:70px;display:none"><xsl:text disable-output-escaping="yes">Základ dane [m2]</xsl:text></label><span class="fieldContent"><input id="StavbySAHodn_zakl_sa_memo" name="StavbySAHodn_zakl_sa_memo" title="" type="text" class="xsd_string textBox StavbyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySAHodn_zakl_sa_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySAHodn_zakl_sa_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySAHodn_zakl_sa_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12615" class="column " style="width:155px;"><div id="layoutCell29849" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySAHodn_sadz_sa_memo" style="width:50px;display:none"><xsl:text disable-output-escaping="yes">Sadzba dane [€/m2]</xsl:text></label><span class="fieldContent"><input id="StavbySAHodn_sadz_sa_memo" name="StavbySAHodn_sadz_sa_memo" title="" type="text" class="xsd_string textBox StavbyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySAHodn_sadz_sa_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySAHodn_sadz_sa_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySAHodn_sadz_sa_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12574sa" class="column " style="width:155px;"><div id="layoutCell29799sa" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySAHodn_ulava_sa_memo" style="width:70px;display:none"><xsl:text disable-output-escaping="yes">Zníženie dane [€]</xsl:text></label><span class="fieldContent"><input id="StavbySAHodn_ulava_sa_memo" name="StavbySAHodn_ulava_sa_memo" title="" type="text" class="xsd_string textBox StavbyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySAHodn_ulava_sa_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySAHodn_ulava_sa_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySAHodn_ulava_sa_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12616" class="column " style="width:155px;"><div id="layoutCell29850" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySAHodn_sk_sa_memo" style="width:90px;display:none"><xsl:text disable-output-escaping="yes">Daň/Pomerná časť dane [€]</xsl:text></label><span class="fieldContent"><input id="StavbySAHodn_sk_sa_memo" name="StavbySAHodn_sk_sa_memo" title="" type="text" class="xsd_string textBox StavbyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySAHodn_sk_sa_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySAHodn_sk_sa_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySAHodn_sk_sa_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><xsl:if test="normalize-space(./egonp:SekciaStavbySAHodn) = ''"><xsl:if test="./egonp:SekciaStavbySAHodn/@notInFormData"><script type="text/javascript">$(document).ready(function () { initRepetitionSection(1, 999, 'layoutRow6753') })</script></xsl:if></xsl:if><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><div class="clear" /></div><div id="layoutCell29857" class=" "><xsl:for-each select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaStavby/egonp:SekciaStavbySB"><div id="layoutRow6757" class="layoutRow " title=""><input type="hidden" name="SekciaStavbySB" /><div id="layoutRowContentlayoutRow6757" class="columns"><div id="layoutColumn12622" class="column first"><div id="layoutCell29858" class=" "><xsl:for-each select="./egonp:SekciaStravbySBHodn"><div id="layoutRow6756" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><xsl:variable name="nRowslayoutRow6756" select="position()" /><xsl:attribute name="id">layoutRow6756<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="SekciaStravbySBHodn" /><div id="layoutRowContentlayoutRow6756" class="columns"><div id="layoutColumn12619text" class="column first" style="width:205px;"><div id="layoutCell29854text" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySBHodn_predmet_memo" style="width:70px;display:none"><xsl:text disable-output-escaping="yes">Predmet</xsl:text></label><span class="fieldContent"><input id="StavbySBHodn_predmet_memo" name="StavbySBHodn_predmet_memo" title="" type="text" class="xsd_string textBox StavbyHodn_predmet_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySBHodn_predmet_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySBHodn_predmet_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySBHodn_predmet_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12619" class="column " style="width:155px;"><div id="layoutCell29854" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySBHodn_zakl_sb_memo" style="width:70px;display:none"><xsl:text disable-output-escaping="yes">Základ dane [m2]</xsl:text></label><span class="fieldContent"><input id="StavbySBHodn_zakl_sb_memo" name="StavbySBHodn_zakl_sb_memo" title="" type="text" class="xsd_string textBox StavbyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySBHodn_zakl_sb_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySBHodn_zakl_sb_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySBHodn_zakl_sb_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12620" class="column " style="width:155px;"><div id="layoutCell29855" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySBHodn_sadz_sb_memo" style="width:50px;display:none"><xsl:text disable-output-escaping="yes">Sadzba dane [€/m2]</xsl:text></label><span class="fieldContent"><input id="StavbySBHodn_sadz_sb_memo" name="StavbySBHodn_sadz_sb_memo" title="" type="text" class="xsd_string textBox StavbyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySBHodn_sadz_sb_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySBHodn_sadz_sb_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySBHodn_sadz_sb_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12574sb" class="column " style="width:155px;"><div id="layoutCell29799sb" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySBHodn_ulava_sb_memo" style="width:70px;display:none"><xsl:text disable-output-escaping="yes">Zníženie dane [€]</xsl:text></label><span class="fieldContent"><input id="StavbySBHodn_ulava_sb_memo" name="StavbySBHodn_ulava_sb_memo" title="" type="text" class="xsd_string textBox StavbyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySBHodn_ulava_sb_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySBHodn_ulava_sb_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySBHodn_ulava_sb_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12621" class="column " style="width:155px;"><div id="layoutCell29856" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySBHodn_sk_sb_memo" style="width:90px;display:none"><xsl:text disable-output-escaping="yes">Daň/Pomerná časť dane [€]</xsl:text></label><span class="fieldContent"><input id="StavbySBHodn_sk_sb_memo" name="StavbySBHodn_sk_sb_memo" title="" type="text" class="xsd_string textBox StavbyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySBHodn_sk_sb_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySBHodn_sk_sb_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySBHodn_sk_sb_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><xsl:if test="normalize-space(./egonp:SekciaStravbySBHodn) = ''"><xsl:if test="./egonp:SekciaStravbySBHodn/@notInFormData"><script type="text/javascript">$(document).ready(function () { initRepetitionSection(1, 999, 'layoutRow6756') })</script></xsl:if></xsl:if><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><div class="clear" /></div><div id="layoutCell29862" class=" "><xsl:for-each select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaStavby/egonp:SekciaStavbySC"><div id="layoutRow6759" class="layoutRow " title=""><input type="hidden" name="SekciaStavbySC" /><div id="layoutRowContentlayoutRow6759" class="columns"><div id="layoutColumn12626" class="column first"><div id="layoutCell29863" class=" "><xsl:for-each select="./egonp:SekciaStavbySCHodn"><div id="layoutRow6758" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><xsl:variable name="nRowslayoutRow6758" select="position()" /><xsl:attribute name="id">layoutRow6758<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="SekciaStavbySCHodn" /><div id="layoutRowContentlayoutRow6758" class="columns"><div id="layoutColumn12623text" class="column first" style="width:205px;"><div id="layoutCell29859text" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySCHodn_predmet_memo" style="width:70px;display:none"><xsl:text disable-output-escaping="yes">Predmet</xsl:text></label><span class="fieldContent"><input id="StavbySCHodn_predmet_memo" name="StavbySCHodn_predmet_memo" title="" type="text" class="xsd_string textBox StavbyHodn_predmet_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySCHodn_predmet_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySCHodn_predmet_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySCHodn_predmet_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12623" class="column " style="width:155px;"><div id="layoutCell29859" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySCHodn_zakl_sc_memo" style="width:70px;display:none"><xsl:text disable-output-escaping="yes">Základ dane [m2]</xsl:text></label><span class="fieldContent"><input id="StavbySCHodn_zakl_sc_memo" name="StavbySCHodn_zakl_sc_memo" title="" type="text" class="xsd_string textBox StavbyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySCHodn_zakl_sc_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySCHodn_zakl_sc_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySCHodn_zakl_sc_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12624" class="column " style="width:155px;"><div id="layoutCell29860" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySCHodn_sadz_sc_memo" style="width:50px;display:none"><xsl:text disable-output-escaping="yes">Sadzba dane [€/m2]</xsl:text></label><span class="fieldContent"><input id="StavbySCHodn_sadz_sc_memo" name="StavbySCHodn_sadz_sc_memo" title="" type="text" class="xsd_string textBox StavbyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySCHodn_sadz_sc_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySCHodn_sadz_sc_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySCHodn_sadz_sc_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12574sc" class="column " style="width:155px;"><div id="layoutCell29799sc" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySCHodn_ulava_sc_memo" style="width:70px;display:none"><xsl:text disable-output-escaping="yes">Zníženie dane [€]</xsl:text></label><span class="fieldContent"><input id="StavbySCHodn_ulava_sc_memo" name="StavbySCHodn_ulava_sc_memo" title="" type="text" class="xsd_string textBox StavbyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySCHodn_ulava_sc_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySCHodn_ulava_sc_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySCHodn_ulava_sc_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12625" class="column " style="width:155px;"><div id="layoutCell29861" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySCHodn_sk_sc_memo" style="width:90px;display:none"><xsl:text disable-output-escaping="yes">Daň/Pomerná časť dane [€]</xsl:text></label><span class="fieldContent"><input id="StavbySCHodn_sk_sc_memo" name="StavbySCHodn_sk_sc_memo" title="" type="text" class="xsd_string textBox StavbyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySCHodn_sk_sc_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySCHodn_sk_sc_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySCHodn_sk_sc_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><xsl:if test="normalize-space(./egonp:SekciaStavbySCHodn) = ''"><xsl:if test="./egonp:SekciaStavbySCHodn/@notInFormData"><script type="text/javascript">$(document).ready(function () { initRepetitionSection(1, 999, 'layoutRow6758') })</script></xsl:if></xsl:if><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><div class="clear" /></div><div id="layoutCell29867" class=" "><xsl:for-each select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaStavby/egonp:SekciaStavbySD"><div id="layoutRow6761" class="layoutRow " title=""><input type="hidden" name="SekciaStavbySD" /><div id="layoutRowContentlayoutRow6761" class="columns"><div id="layoutColumn12630" class="column first"><div id="layoutCell29868" class=" "><xsl:for-each select="./egonp:SekciaStavbySDHodn"><div id="layoutRow6760" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><xsl:variable name="nRowslayoutRow6760" select="position()" /><xsl:attribute name="id">layoutRow6760<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="SekciaStavbySDHodn" /><div id="layoutRowContentlayoutRow6760" class="columns"><div id="layoutColumn12627text" class="column first" style="width:205px;"><div id="layoutCell29864text" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySDHodn_predmet_memo" style="width:70px;display:none"><xsl:text disable-output-escaping="yes">Predmet</xsl:text></label><span class="fieldContent"><input id="StavbySDHodn_predmet_memo" name="StavbySDHodn_predmet_memo" title="" type="text" class="xsd_string textBox StavbyHodn_predmet_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySDHodn_predmet_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySDHodn_predmet_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySDHodn_predmet_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12627" class="column " style="width:155px;"><div id="layoutCell29864" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySDHodn_zakl_sd_memo" style="width:70px;display:none"><xsl:text disable-output-escaping="yes">Základ dane [m2]</xsl:text></label><span class="fieldContent"><input id="StavbySDHodn_zakl_sd_memo" name="StavbySDHodn_zakl_sd_memo" title="" type="text" class="xsd_string textBox StavbyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySDHodn_zakl_sd_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySDHodn_zakl_sd_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySDHodn_zakl_sd_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12628" class="column " style="width:155px;"><div id="layoutCell29865" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySDHodn_sadz_sd_memo" style="width:50px;display:none"><xsl:text disable-output-escaping="yes">Sadzba dane [€/m2]</xsl:text></label><span class="fieldContent"><input id="StavbySDHodn_sadz_sd_memo" name="StavbySDHodn_sadz_sd_memo" title="" type="text" class="xsd_string textBox StavbyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySDHodn_sadz_sd_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySDHodn_sadz_sd_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySDHodn_sadz_sd_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12574sd" class="column " style="width:155px;"><div id="layoutCell29799sd" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySDHodn_ulava_sd_memo" style="width:70px;display:none"><xsl:text disable-output-escaping="yes">Zníženie dane [€]</xsl:text></label><span class="fieldContent"><input id="StavbySDHodn_ulava_sd_memo" name="StavbySDHodn_ulava_sd_memo" title="" type="text" class="xsd_string textBox StavbyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySDHodn_ulava_sd_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySDHodn_ulava_sd_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySDHodn_ulava_sd_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12629" class="column " style="width:155px;"><div id="layoutCell29866" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySDHodn_sk_sd_memo" style="width:90px;display:none"><xsl:text disable-output-escaping="yes">Daň/Pomerná časť dane [€]</xsl:text></label><span class="fieldContent"><input id="StavbySDHodn_sk_sd_memo" name="StavbySDHodn_sk_sd_memo" title="" type="text" class="xsd_string textBox StavbyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySDHodn_sk_sd_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySDHodn_sk_sd_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySDHodn_sk_sd_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><xsl:if test="normalize-space(./egonp:SekciaStavbySDHodn) = ''"><xsl:if test="./egonp:SekciaStavbySDHodn/@notInFormData"><script type="text/javascript">$(document).ready(function () { initRepetitionSection(1, 999, 'layoutRow6760') })</script></xsl:if></xsl:if><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><div class="clear" /></div><div id="layoutCell29872" class=" "><xsl:for-each select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaStavby/egonp:SekciaStavbySE"><div id="layoutRow6763" class="layoutRow " title=""><input type="hidden" name="SekciaStavbySE" /><div id="layoutRowContentlayoutRow6763" class="columns"><div id="layoutColumn12634" class="column first"><div id="layoutCell29873" class=" "><xsl:for-each select="./egonp:SekciaStavbySEHodn"><div id="layoutRow6762" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><xsl:variable name="nRowslayoutRow6762" select="position()" /><xsl:attribute name="id">layoutRow6762<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="SekciaStavbySEHodn" /><div id="layoutRowContentlayoutRow6762" class="columns"><div id="layoutColumn12631text" class="column first" style="width:205px;"><div id="layoutCell29869text" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySEHodn_predmet_memo" style="width:70px;display:none"><xsl:text disable-output-escaping="yes">Predmet</xsl:text></label><span class="fieldContent"><input id="StavbySEHodn_predmet_memo" name="StavbySEHodn_predmet_memo" title="" type="text" class="xsd_string textBox StavbyHodn_predmet_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySEHodn_predmet_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySEHodn_predmet_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySEHodn_predmet_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12631" class="column " style="width:155px;"><div id="layoutCell29869" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySEHodn_zakl_se_memo" style="width:70px;display:none"><xsl:text disable-output-escaping="yes">Základ dane [m2]</xsl:text></label><span class="fieldContent"><input id="StavbySEHodn_zakl_se_memo" name="StavbySEHodn_zakl_se_memo" title="" type="text" class="xsd_string textBox StavbyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySEHodn_zakl_se_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySEHodn_zakl_se_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySEHodn_zakl_se_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12632" class="column " style="width:155px;"><div id="layoutCell29870" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySEHodn_sadz_se_memo" style="width:50px;display:none"><xsl:text disable-output-escaping="yes">Sadzba dane [€/m2]</xsl:text></label><span class="fieldContent"><input id="StavbySEHodn_sadz_se_memo" name="StavbySEHodn_sadz_se_memo" title="" type="text" class="xsd_string textBox StavbyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySEHodn_sadz_se_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySEHodn_sadz_se_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySEHodn_sadz_se_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12574se" class="column " style="width:155px;"><div id="layoutCell29799se" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySEHodn_ulava_se_memo" style="width:70px;display:none"><xsl:text disable-output-escaping="yes">Zníženie dane [€]</xsl:text></label><span class="fieldContent"><input id="StavbySEHodn_ulava_se_memo" name="StavbySEHodn_ulava_se_memo" title="" type="text" class="xsd_string textBox StavbyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySEHodn_ulava_se_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySEHodn_ulava_se_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySEHodn_ulava_se_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12633" class="column " style="width:155px;"><div id="layoutCell29871" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySEHodn_sk_se_memo" style="width:90px;display:none"><xsl:text disable-output-escaping="yes">Daň/Pomerná časť dane [€]</xsl:text></label><span class="fieldContent"><input id="StavbySEHodn_sk_se_memo" name="StavbySEHodn_sk_se_memo" title="" type="text" class="xsd_string textBox StavbyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySEHodn_sk_se_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySEHodn_sk_se_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySEHodn_sk_se_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><xsl:if test="normalize-space(./egonp:SekciaStavbySEHodn) = ''"><xsl:if test="./egonp:SekciaStavbySEHodn/@notInFormData"><script type="text/javascript">$(document).ready(function () { initRepetitionSection(1, 999, 'layoutRow6762') })</script></xsl:if></xsl:if><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><div class="clear" /></div><div id="layoutCell29877" class=" "><xsl:for-each select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaStavby/egonp:SekciaStavbySF"><div id="layoutRow6765" class="layoutRow " title=""><input type="hidden" name="SekciaStavbySF" /><div id="layoutRowContentlayoutRow6765" class="columns"><div id="layoutColumn12638" class="column first"><div id="layoutCell29878" class=" "><xsl:for-each select="./egonp:SekciaStavbySFHodn"><div id="layoutRow6764" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><xsl:variable name="nRowslayoutRow6764" select="position()" /><xsl:attribute name="id">layoutRow6764<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="SekciaStavbySFHodn" /><div id="layoutRowContentlayoutRow6764" class="columns"><div id="layoutColumn12635text" class="column first" style="width:205px;"><div id="layoutCell29874text" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySFHodn_predmet_memo" style="width:70px;display:none"><xsl:text disable-output-escaping="yes">Základ dane [m2]</xsl:text></label><span class="fieldContent"><input id="StavbySFHodn_predmet_memo" name="StavbySFHodn_predmet_memo" title="" type="text" class="xsd_string textBox StavbyHodn_predmet_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySFHodn_predmet_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySFHodn_predmet_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySFHodn_predmet_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12635" class="column " style="width:155px;"><div id="layoutCell29874" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySFHodn_zakl_sf_memo" style="width:70px;display:none"><xsl:text disable-output-escaping="yes">Základ dane [m2]</xsl:text></label><span class="fieldContent"><input id="StavbySFHodn_zakl_sf_memo" name="StavbySFHodn_zakl_sf_memo" title="" type="text" class="xsd_string textBox StavbyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySFHodn_zakl_sf_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySFHodn_zakl_sf_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySFHodn_zakl_sf_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12636" class="column " style="width:155px;"><div id="layoutCell29875" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySFHodn_sadz_sf_memo" style="width:50px;display:none"><xsl:text disable-output-escaping="yes">Sadzba dane [€/m2]</xsl:text></label><span class="fieldContent"><input id="StavbySFHodn_sadz_sf_memo" name="StavbySFHodn_sadz_sf_memo" title="" type="text" class="xsd_string textBox StavbyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySFHodn_sadz_sf_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySFHodn_sadz_sf_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySFHodn_sadz_sf_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12574sf" class="column " style="width:155px;"><div id="layoutCell29799sf" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySFHodn_ulava_sf_memo" style="width:70px;display:none"><xsl:text disable-output-escaping="yes">Zníženie dane [€]</xsl:text></label><span class="fieldContent"><input id="StavbySFHodn_ulava_sf_memo" name="StavbySFHodn_ulava_sf_memo" title="" type="text" class="xsd_string textBox StavbyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySFHodn_ulava_sf_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySFHodn_ulava_sf_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySFHodn_ulava_sf_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12637" class="column " style="width:155px;"><div id="layoutCell29876" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySFHodn_sk_sf_memo" style="width:90px;display:none"><xsl:text disable-output-escaping="yes">Daň/Pomerná časť dane [€]</xsl:text></label><span class="fieldContent"><input id="StavbySFHodn_sk_sf_memo" name="StavbySFHodn_sk_sf_memo" title="" type="text" class="xsd_string textBox StavbyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySFHodn_sk_sf_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySFHodn_sk_sf_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySFHodn_sk_sf_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><xsl:if test="normalize-space(./egonp:SekciaStavbySFHodn) = ''"><xsl:if test="./egonp:SekciaStavbySFHodn/@notInFormData"><script type="text/javascript">$(document).ready(function () { initRepetitionSection(1, 999, 'layoutRow6764') })</script></xsl:if></xsl:if><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><div class="clear" /></div><div id="layoutCell29882" class=" "><xsl:for-each select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaStavby/egonp:SekciaStavbySG"><div id="layoutRow6767" class="layoutRow " title=""><input type="hidden" name="SekciaStavbySG" /><div id="layoutRowContentlayoutRow6767" class="columns"><div id="layoutColumn12642" class="column first"><div id="layoutCell29883" class=" "><xsl:for-each select="./egonp:SekciaStavbySGHodn"><div id="layoutRow6766" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><xsl:variable name="nRowslayoutRow6766" select="position()" /><xsl:attribute name="id">layoutRow6766<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="SekciaStavbySGHodn" /><div id="layoutRowContentlayoutRow6766" class="columns"><div id="layoutColumn12639text" class="column first" style="width:205px;"><div id="layoutCell29879text" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySGHodn_predmet_memo" style="width:70px;display:none"><xsl:text disable-output-escaping="yes">Predmet</xsl:text></label><span class="fieldContent"><input id="StavbySGHodn_predmet_memo" name="StavbySGHodn_predmet_memo" title="" type="text" class="xsd_string textBox StavbyHodn_predmet_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySGHodn_predmet_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySGHodn_predmet_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySGHodn_predmet_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12639" class="column " style="width:155px;"><div id="layoutCell29879" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySGHodn_zakl_sg_memo" style="width:70px;display:none"><xsl:text disable-output-escaping="yes">Základ dane [m2]</xsl:text></label><span class="fieldContent"><input id="StavbySGHodn_zakl_sg_memo" name="StavbySGHodn_zakl_sg_memo" title="" type="text" class="xsd_string textBox StavbyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySGHodn_zakl_sg_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySGHodn_zakl_sg_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySGHodn_zakl_sg_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12640" class="column " style="width:155px;"><div id="layoutCell29880" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySGHodn_sadz_sg_memo" style="width:50px;display:none"><xsl:text disable-output-escaping="yes">Sadzba dane [€/m2]</xsl:text></label><span class="fieldContent"><input id="StavbySGHodn_sadz_sg_memo" name="StavbySGHodn_sadz_sg_memo" title="" type="text" class="xsd_string textBox StavbyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySGHodn_sadz_sg_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySGHodn_sadz_sg_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySGHodn_sadz_sg_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12574sg" class="column " style="width:155px;"><div id="layoutCell29799sg" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySGHodn_ulava_sg_memo" style="width:70px;display:none"><xsl:text disable-output-escaping="yes">Zníženie dane [€]</xsl:text></label><span class="fieldContent"><input id="StavbySGHodn_ulava_sg_memo" name="StavbySGHodn_ulava_sg_memo" title="" type="text" class="xsd_string textBox StavbyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySGHodn_ulava_sg_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySGHodn_ulava_sg_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySGHodn_ulava_sg_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12641" class="column " style="width:155px;"><div id="layoutCell29881" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySGHodn_sk_sg_memo" style="width:90px;display:none"><xsl:text disable-output-escaping="yes">Daň/Pomerná časť dane [€]</xsl:text></label><span class="fieldContent"><input id="StavbySGHodn_sk_sg_memo" name="StavbySGHodn_sk_sg_memo" title="" type="text" class="xsd_string textBox StavbyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySGHodn_sk_sg_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySGHodn_sk_sg_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySGHodn_sk_sg_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><xsl:if test="normalize-space(./egonp:SekciaStavbySGHodn) = ''"><xsl:if test="./egonp:SekciaStavbySGHodn/@notInFormData"><script type="text/javascript">$(document).ready(function () { initRepetitionSection(1, 999, 'layoutRow6766') })</script></xsl:if></xsl:if><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><div class="clear" /></div><div id="layoutCell29887" class=" "><xsl:for-each select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaStavby/egonp:SekciaStavbySH"><div id="layoutRow6769" class="layoutRow " title=""><input type="hidden" name="SekciaStavbySH" /><div id="layoutRowContentlayoutRow6769" class="columns"><div id="layoutColumn12646" class="column first"><div id="layoutCell29888" class=" "><xsl:for-each select="./egonp:SekciaStavbySHHodn"><div id="layoutRow6768" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><xsl:variable name="nRowslayoutRow6768" select="position()" /><xsl:attribute name="id">layoutRow6768<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="SekciaStavbySHHodn" /><div id="layoutRowContentlayoutRow6768" class="columns"><div id="layoutColumn12643text" class="column first" style="width:205px;"><div id="layoutCell29884text" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySHHodn_predmet_memo" style="width:70px;display:none"><xsl:text disable-output-escaping="yes">Predmet</xsl:text></label><span class="fieldContent"><input id="StavbySHHodn_predmet_memo" name="StavbySHHodn_predmet_memo" title="" type="text" class="xsd_string textBox StavbyHodn_predmet_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySHHodn_predmet_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySHHodn_predmet_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySHHodn_predmet_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12643" class="column " style="width:155px;"><div id="layoutCell29884" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySHHodn_zakl_sh_memo" style="width:70px;display:none"><xsl:text disable-output-escaping="yes">Základ dane [m2]</xsl:text></label><span class="fieldContent"><input id="StavbySHHodn_zakl_sh_memo" name="StavbySHHodn_zakl_sh_memo" title="" type="text" class="xsd_string textBox StavbyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySHHodn_zakl_sh_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySHHodn_zakl_sh_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySHHodn_zakl_sh_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12644" class="column " style="width:155px;"><div id="layoutCell29885" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySHHodn_sadz_sh_memo" style="width:50px;display:none"><xsl:text disable-output-escaping="yes">Sadzba dane [€/m2]</xsl:text></label><span class="fieldContent"><input id="StavbySHHodn_sadz_sh_memo" name="StavbySHHodn_sadz_sh_memo" title="" type="text" class="xsd_string textBox StavbyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySHHodn_sadz_sh_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySHHodn_sadz_sh_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySHHodn_sadz_sh_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12574sh" class="column " style="width:155px;"><div id="layoutCell29799sh" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySHHodn_ulava_sh_memo" style="width:70px;display:none"><xsl:text disable-output-escaping="yes">Zníženie dane [€]</xsl:text></label><span class="fieldContent"><input id="StavbySHHodn_ulava_sh_memo" name="StavbySHHodn_ulava_sh_memo" title="" type="text" class="xsd_string textBox StavbyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySHHodn_ulava_sh_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySHHodn_ulava_sh_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySHHodn_ulava_sh_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12645" class="column " style="width:155px;"><div id="layoutCell29886" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySHHodn_sk_sh_memo" style="width:90px;display:none"><xsl:text disable-output-escaping="yes">Daň/Pomerná časť dane [€]</xsl:text></label><span class="fieldContent"><input id="StavbySHHodn_sk_sh_memo" name="StavbySHHodn_sk_sh_memo" title="" type="text" class="xsd_string textBox StavbyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySHHodn_sk_sh_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySHHodn_sk_sh_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySHHodn_sk_sh_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><xsl:if test="normalize-space(./egonp:SekciaStavbySHHodn) = ''"><xsl:if test="./egonp:SekciaStavbySHHodn/@notInFormData"><script type="text/javascript">$(document).ready(function () { initRepetitionSection(1, 999, 'layoutRow6768') })</script></xsl:if></xsl:if><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><div class="clear" /></div><div id="layoutCell29894" class=" "><xsl:for-each select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaStavby/egonp:SekciaStavbySI"><div id="layoutRow6772" class="layoutRow " title=""><input type="hidden" name="SekciaStavbySI" /><div id="layoutRowContentlayoutRow6772" class="columns"><div id="layoutColumn12651" class="column first"><div id="layoutCell29895" class=" "><xsl:for-each select="./egonp:SekciaStavbySIHodn"><div id="layoutRow6771" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><xsl:variable name="nRowslayoutRow6771" select="position()" /><xsl:attribute name="id">layoutRow6771<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="SekciaStavbySIHodn" /><div id="layoutRowContentlayoutRow6771" class="columns"><div id="layoutColumn12648text" class="column first" style="width:205px;"><div id="layoutCell29891text" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySIHodn_predmet_memo" style="width:70px;display:none"><xsl:text disable-output-escaping="yes">Základ dane [m2]</xsl:text></label><span class="fieldContent"><input id="StavbySIHodn_predmet_memo" name="StavbySIHodn_predmet_memo" title="" type="text" class="xsd_string textBox StavbyHodn_predmet_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySIHodn_predmet_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySIHodn_predmet_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySIHodn_predmet_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12648" class="column " style="width:155px;"><div id="layoutCell29891" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySIHodn_zakl_si_memo" style="width:70px;display:none"><xsl:text disable-output-escaping="yes">Základ dane [m2]</xsl:text></label><span class="fieldContent"><input id="StavbySIHodn_zakl_si_memo" name="StavbySIHodn_zakl_si_memo" title="" type="text" class="xsd_string textBox StavbyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySIHodn_zakl_si_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySIHodn_zakl_si_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySIHodn_zakl_si_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12649" class="column " style="width:155px;"><div id="layoutCell29892" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySIHodn_sadz_si_memo" style="width:50px;display:none"><xsl:text disable-output-escaping="yes">Sadzba dane [€/m2]</xsl:text></label><span class="fieldContent"><input id="StavbySIHodn_sadz_si_memo" name="StavbySIHodn_sadz_si_memo" title="" type="text" class="xsd_string textBox StavbyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySIHodn_sadz_si_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySIHodn_sadz_si_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySIHodn_sadz_si_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12574si" class="column " style="width:155px;"><div id="layoutCell29799si" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySIHodn_ulava_si_memo" style="width:70px;display:none"><xsl:text disable-output-escaping="yes">Zníženie dane [€]</xsl:text></label><span class="fieldContent"><input id="StavbySIHodn_ulava_si_memo" name="StavbySIHodn_ulava_si_memo" title="" type="text" class="xsd_string textBox StavbyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySIHodn_ulava_si_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySIHodn_ulava_si_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySIHodn_ulava_si_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12650" class="column " style="width:155px;"><div id="layoutCell29893" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySIHodn_sk_si_memo" style="width:90px;display:none"><xsl:text disable-output-escaping="yes">Daň/Pomerná časť dane [€]</xsl:text></label><span class="fieldContent"><input id="StavbySIHodn_sk_si_memo" name="StavbySIHodn_sk_si_memo" title="" type="text" class="xsd_string textBox StavbyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySIHodn_sk_si_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySIHodn_sk_si_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySIHodn_sk_si_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><xsl:if test="normalize-space(./egonp:SekciaStavbySIHodn) = ''"><xsl:if test="./egonp:SekciaStavbySIHodn/@notInFormData"><script type="text/javascript">$(document).ready(function () { initRepetitionSection(1, 999, 'layoutRow6771') })</script></xsl:if></xsl:if><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><div class="clear" /></div><div id="layoutCell29899" class=" "><xsl:for-each select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaStavby/egonp:SekciaStavbySJ"><div id="layoutRow6774" class="layoutRow " title=""><input type="hidden" name="SekciaStavbySJ" /><div id="layoutRowContentlayoutRow6774" class="columns"><div id="layoutColumn12655" class="column first"><div id="layoutCell29900" class=" "><xsl:for-each select="./egonp:SekciaStavbySJHodn"><div id="layoutRow6773" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><xsl:variable name="nRowslayoutRow6773" select="position()" /><xsl:attribute name="id">layoutRow6773<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="SekciaStavbySJHodn" /><div id="layoutRowContentlayoutRow6773" class="columns"><div id="layoutColumn12652text" class="column first" style="width:205px;"><div id="layoutCell29896text" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySJHodn_predmet_memo" style="width:70px;display:none"><xsl:text disable-output-escaping="yes">Základ dane [m2]</xsl:text></label><span class="fieldContent"><input id="StavbySJHodn_predmet_memo" name="StavbySJHodn_predmet_memo" title="" type="text" class="xsd_string textBox StavbyHodn_predmet_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySJHodn_predmet_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySJHodn_predmet_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySJHodn_predmet_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12652" class="column " style="width:155px;"><div id="layoutCell29896" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySJHodn_zakl_sj_memo" style="width:70px;display:none"><xsl:text disable-output-escaping="yes">Základ dane [m2]</xsl:text></label><span class="fieldContent"><input id="StavbySJHodn_zakl_sj_memo" name="StavbySJHodn_zakl_sj_memo" title="" type="text" class="xsd_string textBox StavbyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySJHodn_zakl_sj_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySJHodn_zakl_sj_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySJHodn_zakl_sj_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12653" class="column " style="width:155px;"><div id="layoutCell29897" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySJHodn_sadz_sj_memo" style="width:50px;display:none"><xsl:text disable-output-escaping="yes">Sadzba dane [€/m2]</xsl:text></label><span class="fieldContent"><input id="StavbySJHodn_sadz_sj_memo" name="StavbySJHodn_sadz_sj_memo" title="" type="text" class="xsd_string textBox StavbyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySJHodn_sadz_sj_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySJHodn_sadz_sj_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySJHodn_sadz_sj_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12574sj" class="column " style="width:155px;"><div id="layoutCell29799sj" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySJHodn_ulava_sj_memo" style="width:70px;display:none"><xsl:text disable-output-escaping="yes">Zníženie dane [€]</xsl:text></label><span class="fieldContent"><input id="StavbySJHodn_ulava_sj_memo" name="StavbySJHodn_ulava_sj_memo" title="" type="text" class="xsd_string textBox StavbyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySJHodn_ulava_sj_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySJHodn_ulava_sj_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySJHodn_ulava_sj_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12654" class="column " style="width:155px;"><div id="layoutCell29898" class="cell  bunka"><label class="fieldLabel" title="" for="StavbySJHodn_sk_sj_memo" style="width:90px;display:none"><xsl:text disable-output-escaping="yes">Daň/Pomerná časť dane [€]</xsl:text></label><span class="fieldContent"><input id="StavbySJHodn_sk_sj_memo" name="StavbySJHodn_sk_sj_memo" title="" type="text" class="xsd_string textBox StavbyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySJHodn_sk_sj_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySJHodn_sk_sj_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySJHodn_sk_sj_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><xsl:if test="normalize-space(./egonp:SekciaStavbySJHodn) = ''"><xsl:if test="./egonp:SekciaStavbySJHodn/@notInFormData"><script type="text/javascript">$(document).ready(function () { initRepetitionSection(1, 999, 'layoutRow6773') })</script></xsl:if></xsl:if><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><div class="clear" /></div><div id="layoutCell29889" class="cell "><xsl:for-each select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaStavby/egonp:SekciaStavbySpolu"><div id="layoutRow6770" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="SekciaStavbySpolu" /><div id="layoutRowContentlayoutRow6770" class="columns"><div id="layoutColumn12647text" class="column first" style="width:600px;"><div id="layoutCell29890text" class="cell  LabelBoldRight"><label class="fieldLabel" title="" for="StavbySpolu_text" style="width:90px;display:none"><xsl:text disable-output-escaping="yes">Spolu - text</xsl:text></label><span class="fieldContent"><input id="StavbySpolu_text" name="StavbySpolu_text" title="" type="text" class="xsd_string textBox" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value="" style="width:585px"><xsl:if test="boolean(./*[name() = 'StavbySpolu_text']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySpolu_text']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySpolu_text']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12647" class="column first" style="width:250px;"><div id="layoutCell29890" class="cell  LabelBoldRight"><label class="fieldLabel" title="" for="StavbySpolu_sumds" style="width:90px;display:none"><xsl:text disable-output-escaping="yes">Spolu [€]</xsl:text></label><span class="fieldContent"><input id="StavbySpolu_sumds" name="StavbySpolu_sumds" title="" type="text" class="xsd_string textBox StavbySpolu_sumds_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'StavbySpolu_sumds']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'StavbySpolu_sumds']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'StavbySpolu_sumds']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><div class="clear" /></div><div id="layoutCell29789Stavby" class="cell "><label class="fieldLabel" title="" for="SekciaStavbyTextAfter" style="width:240px;display:none"><xsl:text disable-output-escaping="yes">Text sa podsekciou Stavby</xsl:text></label><span class="fieldContent"><TextArea id="SekciaStavbyTextAfter" name="SekciaStavbyTextAfter" title="" type="text" class="xsd_string textArea Odvovodnenie_odovod_internal" spellcheck="true" size="640" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'SekciaStavbyTextAfter']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaStavbyTextAfter']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaStavbyTextAfter']" /></xsl:attribute></xsl:if></TextArea></span><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><div class="clear" /></div><div id="layoutCell29905" class="cell "><xsl:for-each select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaByty"><div id="layoutRow6777" class="layoutRow ui-tabs ui-widget-content   " title=""><input type="hidden" name="SekciaByty" /><div class="caption ui-widget-header"><div class="headercorrection" title="III. Daň z bytov">III. Daň z bytov</div><span class="arrow ui-icon ui-icon-carat-1-n" /></div><div id="layoutRowContentlayoutRow6777" class="columns"><div id="layoutColumn155552" class="column first" style="width:210px;"><div id="layoutCell865712" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="SekciaByty_PredmetDane" style="width:225px;display:none"><xsl:text disable-output-escaping="yes">Predmet dane</xsl:text></label><span class="fieldContent"><input id="SekciaByty_PredmetDane" name="SekciaByty_PredmetDane" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" alt="" disabled="disabled" readonly="readonly" value="" style="width:195px"><xsl:if test="boolean(./*[name() = 'SekciaByty_PredmetDane']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaByty_PredmetDane']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaByty_PredmetDane']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn155562" class="column " style="width:155px;"><div id="layoutCell865722" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="SekciaByty_ZakladDane" style="width:135px;display:none"><xsl:text disable-output-escaping="yes">Základ dane</xsl:text></label><span class="fieldContent"><input id="SekciaByty_ZakladDane" name="SekciaByty_ZakladDane" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" alt="" disabled="disabled" readonly="readonly" value="" style="width:140px"><xsl:if test="boolean(./*[name() = 'SekciaByty_ZakladDane']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaByty_ZakladDane']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaByty_ZakladDane']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn155572" class="column " style="width:155px;"><div id="layoutCell865733" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="SekciaByty_SadzbaDane" style="width:135px;display:none"><xsl:text disable-output-escaping="yes">Sadzba dane</xsl:text></label><span class="fieldContent"><input id="SekciaByty_SadzbaDane" name="SekciaByty_SadzbaDane" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" alt="" disabled="disabled" readonly="readonly" value="" style="width:140px"><xsl:if test="boolean(./*[name() = 'SekciaByty_SadzbaDane']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaByty_SadzbaDane']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaByty_SadzbaDane']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15558" class="column " style="width:155px;"><div id="layoutCell865743" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="SekciaByty_ZnizenieDane" style="width:135px;display:none"><xsl:text disable-output-escaping="yes">Sadzba dane</xsl:text></label><span class="fieldContent"><input id="SekciaByty_ZnizenieDane" name="SekciaByty_ZnizenieDane" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" alt="" disabled="disabled" readonly="readonly" value="" style="width:140px"><xsl:if test="boolean(./*[name() = 'SekciaByty_ZnizenieDane']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaByty_ZnizenieDane']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaByty_ZnizenieDane']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn155583" class="column " style="width:155px;"><div id="layoutCell865744" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="SekciaByty_DanPomernaCast" style="width:135px;display:none"><xsl:text disable-output-escaping="yes">Zníženie dane</xsl:text></label><span class="fieldContent"><input id="SekciaByty_DanPomernaCast" name="SekciaByty_DanPomernaCast" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" alt="" disabled="disabled" readonly="readonly" value="" style="width:140px"><xsl:if test="boolean(./*[name() = 'SekciaByty_DanPomernaCast']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaByty_DanPomernaCast']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaByty_DanPomernaCast']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn12660" class="column "><div id="layoutCell29906" class=" "><xsl:for-each select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaByty/egonp:SekciaBytyBA"><div id="layoutRow6776" class="layoutRow " title=""><input type="hidden" name="SekciaBytyBA" /><div id="layoutRowContentlayoutRow6776" class="columns"><div id="layoutColumn12659" class="column first"><div id="layoutCell29904" class=" "><xsl:for-each select="./egonp:SekciaBytyBAHodn"><div id="layoutRow6775" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><xsl:variable name="nRowslayoutRow6775" select="position()" /><xsl:attribute name="id">layoutRow6775<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="SekciaBytyBAHodn" /><div id="layoutRowContentlayoutRow6775" class="columns"><div id="layoutColumn12656text" class="column first" style="width:205px;"><div id="layoutCell29901text" class="cell  bunka"><label class="fieldLabel" title="" for="BytyBAHodn_predmet_memo" style="width:70px;display:none"><xsl:text disable-output-escaping="yes">Predmet</xsl:text></label><span class="fieldContent"><input id="BytyBAHodn_predmet_memo" name="BytyBAHodn_predmet_memo" title="" type="text" class="xsd_string textBox BytyHodn_predmet_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'BytyBAHodn_predmet_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'BytyBAHodn_predmet_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'BytyBAHodn_predmet_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12656" class="column " style="width:155px;"><div id="layoutCell29901" class="cell  bunka"><label class="fieldLabel" title="" for="BytyBAHodn_zakl_ba_memo" style="width:70px;display:none"><xsl:text disable-output-escaping="yes">Základ dane [m2]</xsl:text></label><span class="fieldContent"><input id="BytyBAHodn_zakl_ba_memo" name="BytyBAHodn_zakl_ba_memo" title="" type="text" class="xsd_string textBox BytyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'BytyBAHodn_zakl_ba_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'BytyBAHodn_zakl_ba_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'BytyBAHodn_zakl_ba_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12657" class="column " style="width:155px;"><div id="layoutCell29902" class="cell  bunka"><label class="fieldLabel" title="" for="BytyBAHodn_sadz_ba_memo" style="width:50px;display:none"><xsl:text disable-output-escaping="yes">Sadzba dane [€/m2]</xsl:text></label><span class="fieldContent"><input id="BytyBAHodn_sadz_ba_memo" name="BytyBAHodn_sadz_ba_memo" title="" type="text" class="xsd_string textBox BytyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'BytyBAHodn_sadz_ba_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'BytyBAHodn_sadz_ba_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'BytyBAHodn_sadz_ba_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12574ba" class="column " style="width:155px;"><div id="layoutCell29799ba" class="cell  bunka"><label class="fieldLabel" title="" for="BytyBAHodn_ulava_ba_memo" style="width:70px;display:none"><xsl:text disable-output-escaping="yes">Zníženie dane [€]</xsl:text></label><span class="fieldContent"><input id="BytyBAHodn_ulava_ba_memo" name="BytyBAHodn_ulava_ba_memo" title="" type="text" class="xsd_string textBox StavbyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'BytyBAHodn_ulava_ba_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'BytyBAHodn_ulava_ba_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'BytyBAHodn_ulava_ba_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12658" class="column " style="width:155px;"><div id="layoutCell29903" class="cell  bunka"><label class="fieldLabel" title="" for="BytyBAHodn_sk_ba_memo" style="width:90px;display:none"><xsl:text disable-output-escaping="yes">Daň/Pomerná časť dane [€]</xsl:text></label><span class="fieldContent"><input id="BytyBAHodn_sk_ba_memo" name="BytyBAHodn_sk_ba_memo" title="" type="text" class="xsd_string textBox BytyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'BytyBAHodn_sk_ba_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'BytyBAHodn_sk_ba_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'BytyBAHodn_sk_ba_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><xsl:if test="normalize-space(./egonp:SekciaBytyBAHodn) = ''"><xsl:if test="./egonp:SekciaBytyBAHodn/@notInFormData"><script type="text/javascript">$(document).ready(function () { initRepetitionSection(1, 999, 'layoutRow6775') })</script></xsl:if></xsl:if><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><div class="clear" /></div><div id="layoutCell29910" class=" "><xsl:for-each select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaByty/egonp:SekciaBytyBB"><div id="layoutRow6779" class="layoutRow " title=""><input type="hidden" name="SekciaBytyBB" /><div id="layoutRowContentlayoutRow6779" class="columns"><div id="layoutColumn12664" class="column first"><div id="layoutCell29911" class=" "><xsl:for-each select="./egonp:SekciaBytyBBHodn"><div id="layoutRow6778" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><xsl:variable name="nRowslayoutRow6778" select="position()" /><xsl:attribute name="id">layoutRow6778<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="SekciaBytyBBHodn" /><div id="layoutRowContentlayoutRow6778" class="columns"><div id="layoutColumn12661text" class="column first" style="width:205px;"><div id="layoutCell29907text" class="cell  bunka"><label class="fieldLabel" title="" for="BytyBBHodn_predmet_memo" style="width:70px;display:none"><xsl:text disable-output-escaping="yes">Základ dane [m2]</xsl:text></label><span class="fieldContent"><input id="BytyBBHodn_predmet_memo" name="BytyBBHodn_predmet_memo" title="" type="text" class="xsd_string textBox BytyHodn_predmet_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'BytyBBHodn_predmet_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'BytyBBHodn_predmet_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'BytyBBHodn_predmet_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12661" class="column " style="width:155px;"><div id="layoutCell29907" class="cell  bunka"><label class="fieldLabel" title="" for="BytyBBHodn_zakl_bb_memo" style="width:70px;display:none"><xsl:text disable-output-escaping="yes">Základ dane [m2]</xsl:text></label><span class="fieldContent"><input id="BytyBBHodn_zakl_bb_memo" name="BytyBBHodn_zakl_bb_memo" title="" type="text" class="xsd_string textBox BytyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'BytyBBHodn_zakl_bb_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'BytyBBHodn_zakl_bb_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'BytyBBHodn_zakl_bb_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12662" class="column " style="width:155px;"><div id="layoutCell29908" class="cell  bunka"><label class="fieldLabel" title="" for="BytyBBHodn_sadz_bb_memo" style="width:50px;display:none"><xsl:text disable-output-escaping="yes">Sadzba dane [€/m2]</xsl:text></label><span class="fieldContent"><input id="BytyBBHodn_sadz_bb_memo" name="BytyBBHodn_sadz_bb_memo" title="" type="text" class="xsd_string textBox BytyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'BytyBBHodn_sadz_bb_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'BytyBBHodn_sadz_bb_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'BytyBBHodn_sadz_bb_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12574bb" class="column " style="width:155px;"><div id="layoutCell29799bb" class="cell  bunka"><label class="fieldLabel" title="" for="BytyBBHodn_ulava_bb_memo" style="width:70px;display:none"><xsl:text disable-output-escaping="yes">Zníženie dane [€]</xsl:text></label><span class="fieldContent"><input id="BytyBBHodn_ulava_bb_memo" name="BytyBBHodn_ulava_bb_memo" title="" type="text" class="xsd_string textBox StavbyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'BytyBBHodn_ulava_bb_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'BytyBBHodn_ulava_bb_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'BytyBBHodn_ulava_bb_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12663" class="column " style="width:155px;"><div id="layoutCell29909" class="cell  bunka"><label class="fieldLabel" title="" for="BytyBBHodn_sk_bb_memo" style="width:90px;display:none"><xsl:text disable-output-escaping="yes">Daň/Pomerná časť dane [€]</xsl:text></label><span class="fieldContent"><input id="BytyBBHodn_sk_bb_memo" name="BytyBBHodn_sk_bb_memo" title="" type="text" class="xsd_string textBox BytyHodn_vnutro_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'BytyBBHodn_sk_bb_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'BytyBBHodn_sk_bb_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'BytyBBHodn_sk_bb_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><xsl:if test="normalize-space(./egonp:SekciaBytyBBHodn) = ''"><xsl:if test="./egonp:SekciaBytyBBHodn/@notInFormData"><script type="text/javascript">$(document).ready(function () { initRepetitionSection(1, 999, 'layoutRow6778') })</script></xsl:if></xsl:if><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><div class="clear" /></div><div id="layoutCell29912" class="cell "><xsl:for-each select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaByty/egonp:SekciaBytySpolu"><div id="layoutRow6780" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="SekciaBytySpolu" /><div id="layoutRowContentlayoutRow6780" class="columns"><div id="layoutColumn12665text" class="column first" style="width:600px;"><div id="layoutCell29913text" class="cell  LabelBoldRight"><label class="fieldLabel" title="" for="BytySpolu_text" style="width:80px;display:none"><xsl:text disable-output-escaping="yes">Spolu - text</xsl:text></label><span class="fieldContent"><input id="BytySpolu_text" name="BytySpolu_text" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value="" style="width:585px"><xsl:if test="boolean(./*[name() = 'BytySpolu_text']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'BytySpolu_text']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'BytySpolu_text']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12665" class="column" style="width:250px;"><div id="layoutCell29913" class="cell  LabelBoldRight"><label class="fieldLabel" title="" for="BytySpolu_sumdb" style="width:80px;display:none"><xsl:text disable-output-escaping="yes">Spolu [€]</xsl:text></label><span class="fieldContent"><input id="BytySpolu_sumdb" name="BytySpolu_sumdb" title="" type="text" class="xsd_string textBox BytySpolu_sumdb_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'BytySpolu_sumdb']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'BytySpolu_sumdb']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'BytySpolu_sumdb']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><div class="clear" /></div><div id="layoutCell29789Byty" class="cell "><label class="fieldLabel" title="" for="SekciaBytyTextAfter" style="width:240px;display:none"><xsl:text disable-output-escaping="yes">Text sa podsekciou Byty</xsl:text></label><span class="fieldContent"><TextArea id="SekciaBytyTextAfter" name="SekciaBytyTextAfter" title="" type="text" class="xsd_string textArea Odvovodnenie_odovod_internal" spellcheck="true" size="640" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'SekciaBytyTextAfter']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaBytyTextAfter']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaBytyTextAfter']" /></xsl:attribute></xsl:if></TextArea></span><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><div class="clear" /></div><div id="layoutCell29796" class="cell "><xsl:for-each select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzN/egonp:SekciaDzNSuma"><div id="layoutRow6733" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="SekciaDzNSuma" /><div id="layoutRowContentlayoutRow6733" class="columns"><div id="layoutColumn12570" class="column first"><div id="layoutCell29794" class="cell  LabelBoldRight"><label class="fieldLabel" title="" for="DzNSuma_sumdzn" style="width:280px;"><xsl:text disable-output-escaping="yes">Daň z nehnuteľnosti v sume (€)</xsl:text></label><span class="fieldContent"><input id="DzNSuma_sumdzn" name="DzNSuma_sumdzn" title="" type="text" class="xsd_string textBox DzNSuma_sumdzn_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'DzNSuma_sumdzn']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'DzNSuma_sumdzn']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'DzNSuma_sumdzn']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><div class="clear" /></div><div id="layoutCell29789aa" class="cell "><label class="fieldLabel" title="" for="AddExtraColumnUlavaPozemky" style="width:240px;display:none"><xsl:text disable-output-escaping="yes">AddExtraColumnUlavaPozemky</xsl:text></label><span class="fieldContent"><input id="AddExtraColumnUlavaPozemky" name="AddExtraColumnUlavaPozemky" title="" type="text" class="xsd_string textBox DanovnikPopis_Riadok" spellcheck="true" maxlength="400" size="640" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'AddExtraColumnUlavaPozemky']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'AddExtraColumnUlavaPozemky']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'AddExtraColumnUlavaPozemky']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div><div id="layoutCell29789bb" class="cell "><label class="fieldLabel" title="" for="AddExtraColumnUlavaStavby" style="width:240px;display:none"><xsl:text disable-output-escaping="yes">AddExtraColumnUlavaStavby</xsl:text></label><span class="fieldContent"><input id="AddExtraColumnUlavaStavby" name="AddExtraColumnUlavaStavby" title="" type="text" class="xsd_string textBox DanovnikPopis_Riadok" spellcheck="true" maxlength="400" size="640" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'AddExtraColumnUlavaStavby']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'AddExtraColumnUlavaStavby']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'AddExtraColumnUlavaStavby']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div><div id="layoutCell29789cc" class="cell "><label class="fieldLabel" title="" for="AddExtraColumnUlavaByty" style="width:240px;display:none"><xsl:text disable-output-escaping="yes">AddExtraColumnUlavaByty</xsl:text></label><span class="fieldContent"><input id="AddExtraColumnUlavaByty" name="AddExtraColumnUlavaByty" title="" type="text" class="xsd_string textBox DanovnikPopis_Riadok" spellcheck="true" maxlength="400" size="640" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'AddExtraColumnUlavaByty']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'AddExtraColumnUlavaByty']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'AddExtraColumnUlavaByty']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div><div id="layoutCell29789dd" class="cell "><label class="fieldLabel" title="" for="SekciaDzNTextAfter" style="width:240px;display:none"><xsl:text disable-output-escaping="yes">Text sa sekciou DzN</xsl:text></label><span class="fieldContent"><TextArea id="SekciaDzNTextAfter" name="SekciaDzNTextAfter" title="" type="text" class="xsd_string textArea Odvovodnenie_odovod_internal" spellcheck="true" size="640" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'SekciaDzNTextAfter']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaDzNTextAfter']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaDzNTextAfter']" /></xsl:attribute></xsl:if></TextArea></span><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaPes"><div id="layoutRow6782" class="layoutRow ui-tabs ui-widget-content   " title=""><input type="hidden" name="SekciaPes" /><div class="caption ui-widget-header"><div class="headercorrection" title="B. Daň za psa">B. Daň za psa</div><span class="arrow ui-icon ui-icon-carat-1-n" /></div><div id="layoutRowContentlayoutRow6782" class="columns"><div id="layoutColumn155553" class="column first" style="width:290px;"><div id="layoutCell865713" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="SekciaPes_Pocet" style="width:225px;display:none"><xsl:text disable-output-escaping="yes">Počet psov</xsl:text></label><span class="fieldContent"><input id="SekciaPes_Pocet" name="SekciaPes_Pocet" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" alt="" disabled="disabled" readonly="readonly" value="" style="width:275px"><xsl:if test="boolean(./*[name() = 'SekciaPes_Pocet']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaPes_Pocet']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaPes_Pocet']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn155563" class="column " style="width:290px;"><div id="layoutCell865723" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="SekciaPes_SadzbaDane" style="width:135px;display:none"><xsl:text disable-output-escaping="yes">Sadzba dane</xsl:text></label><span class="fieldContent"><input id="SekciaPes_SadzbaDane" name="SekciaPes_SadzbaDane" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" alt="" disabled="disabled" readonly="readonly" value="" style="width:275px"><xsl:if test="boolean(./*[name() = 'SekciaPes_SadzbaDane']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaPes_SadzbaDane']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaPes_SadzbaDane']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn1555730" class="column " style="width:290px;"><div id="layoutCell865734" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="SekciaPes_DanPomernaCast" style="width:135px;display:none"><xsl:text disable-output-escaping="yes">Daň/Pomerná časť dane</xsl:text></label><span class="fieldContent"><input id="SekciaPes_DanPomernaCast" name="SekciaPes_DanPomernaCast" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" alt="" disabled="disabled" readonly="readonly" value="" style="width:280px"><xsl:if test="boolean(./*[name() = 'SekciaPes_DanPomernaCast']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaPes_DanPomernaCast']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaPes_DanPomernaCast']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn12669" class="column "><div id="layoutCell29918" class="cell "><xsl:for-each select="./egonp:SekciaPesHodn"><div id="layoutRow6781" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><xsl:variable name="nRowslayoutRow6781" select="position()" /><xsl:attribute name="id">layoutRow6781<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="SekciaPesHodn" /><div id="layoutRowContentlayoutRow6781" class="columns"><div id="layoutColumn12666" class="column first" style="width:280px;"><div id="layoutCell29914" class="cell  bunka"><label class="fieldLabel" title="" for="PesHodn_zakl_pes_memo" style="width:110px;display:none"><xsl:text disable-output-escaping="yes">Počet psov</xsl:text></label><span class="fieldContent"><input id="PesHodn_zakl_pes_memo" name="PesHodn_zakl_pes_memo" title="" type="text" class="xsd_string textBox PesHodn_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PesHodn_zakl_pes_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PesHodn_zakl_pes_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PesHodn_zakl_pes_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12667" class="column " style="width:290px;"><div id="layoutCell29915" class="cell  bunka"><label class="fieldLabel" title="" for="PesHodn_sadz_pes_memo" style="width:50px;display:none"><xsl:text disable-output-escaping="yes">Sadzba dane [€]</xsl:text></label><span class="fieldContent"><input id="PesHodn_sadz_pes_memo" name="PesHodn_sadz_pes_memo" title="" type="text" class="xsd_string textBox PesHodn_stred_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PesHodn_sadz_pes_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PesHodn_sadz_pes_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PesHodn_sadz_pes_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12668" class="column " style="width:280px;"><div id="layoutCell29916" class="cell  bunka"><label class="fieldLabel" title="" for="PesHodn_sk_pes_memo" style="width:90px;display:none"><xsl:text disable-output-escaping="yes">Daň/Pomerná časť dane [€]</xsl:text></label><span class="fieldContent"><input id="PesHodn_sk_pes_memo" name="PesHodn_sk_pes_memo" title="" type="text" class="xsd_string textBox PesHodn_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PesHodn_sk_pes_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PesHodn_sk_pes_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PesHodn_sk_pes_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><xsl:if test="normalize-space(./egonp:SekciaPesHodn) = ''"><xsl:if test="./egonp:SekciaPesHodn/@notInFormData"><script type="text/javascript">$(document).ready(function () { initRepetitionSection(1, 999, 'layoutRow6781') })</script></xsl:if></xsl:if><div class="clear" /></div><div id="layoutCell29919" class="cell "><xsl:for-each select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaPes/egonp:SekciaPesSuma"><div id="layoutRow6783" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="SekciaPesSuma" /><div id="layoutRowContentlayoutRow6783" class="columns"><div id="layoutColumn12670" class="column first"><div id="layoutCell29920" class="cell  LabelBoldRight"><label class="fieldLabel" title="" for="PesSuma_sumpes" style="width:300px;"><xsl:text disable-output-escaping="yes">Daň za psa v sume (€)</xsl:text></label><span class="fieldContent"><input id="PesSuma_sumpes" name="PesSuma_sumpes" title="" type="text" class="xsd_string textBox PesSuma_sumpes_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PesSuma_sumpes']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PesSuma_sumpes']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PesSuma_sumpes']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><div class="clear" /></div><div id="layoutCell29789Pes" class="cell "><label class="fieldLabel" title="" for="SekciaPesTextAfter" style="width:240px;display:none"><xsl:text disable-output-escaping="yes">Text sa sekciou Pes</xsl:text></label><span class="fieldContent"><TextArea id="SekciaPesTextAfter" name="SekciaPesTextAfter" title="" type="text" class="xsd_string textArea Odvovodnenie_odovod_internal" spellcheck="true" size="640" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'SekciaPesTextAfter']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaPesTextAfter']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaPesTextAfter']" /></xsl:attribute></xsl:if></TextArea></span><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaAUT"><div id="layoutRow6785" class="layoutRow ui-tabs ui-widget-content   " title=""><input type="hidden" name="SekciaAUT" /><div class="caption ui-widget-header"><div class="headercorrection" title="C. Daň za predajné automaty">C. Daň za predajné automaty</div><span class="arrow ui-icon ui-icon-carat-1-n" /></div><div id="layoutRowContentlayoutRow6785" class="columns"><div id="layoutColumn155554" class="column first" style="width:290px;"><div id="layoutCell865714" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="SekciaAUT_Pocet" style="width:225px;display:none"><xsl:text disable-output-escaping="yes">Počet automatov</xsl:text></label><span class="fieldContent"><input id="SekciaAUT_Pocet" name="SekciaAUT_Pocet" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" alt="" disabled="disabled" readonly="readonly" value="" style="width:275px"><xsl:if test="boolean(./*[name() = 'SekciaAUT_Pocet']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaAUT_Pocet']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaAUT_Pocet']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn155564" class="column " style="width:290px;"><div id="layoutCell865724" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="SekciaAUT_SadzbaDane" style="width:135px;display:none"><xsl:text disable-output-escaping="yes">Sadzba dane</xsl:text></label><span class="fieldContent"><input id="SekciaAUT_SadzbaDane" name="SekciaAUT_SadzbaDane" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" alt="" disabled="disabled" readonly="readonly" value="" style="width:275px"><xsl:if test="boolean(./*[name() = 'SekciaAUT_SadzbaDane']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaAUT_SadzbaDane']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaAUT_SadzbaDane']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn155574" class="column " style="width:290px;"><div id="layoutCell865735" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="SekciaAUT_DanPomernaCast" style="width:135px;display:none"><xsl:text disable-output-escaping="yes">Daň/Pomerná časť dane</xsl:text></label><span class="fieldContent"><input id="SekciaAUT_DanPomernaCast" name="SekciaAUT_DanPomernaCast" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" alt="" disabled="disabled" readonly="readonly" value="" style="width:280px"><xsl:if test="boolean(./*[name() = 'SekciaAUT_DanPomernaCast']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaAUT_DanPomernaCast']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaAUT_DanPomernaCast']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn126744" class="column "><div id="layoutCell29925" class="cell "><xsl:for-each select="./egonp:SekciaAUTHodn"><div id="layoutRow6784" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><xsl:variable name="nRowslayoutRow6784" select="position()" /><xsl:attribute name="id">layoutRow6784<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="SekciaAUTHodn" /><div id="layoutRowContentlayoutRow6784" class="columns"><div id="layoutColumn12671" class="column first" style="width:280px;"><div id="layoutCell29921" class="cell  bunka"><label class="fieldLabel" title="" for="AUTHodn_zakl_aut_memo" style="width:110px;display:none"><xsl:text disable-output-escaping="yes">Počet predajných automatov</xsl:text></label><span class="fieldContent"><input id="AUTHodn_zakl_aut_memo" name="AUTHodn_zakl_aut_memo" title="" type="text" class="xsd_string textBox AUTHodn_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'AUTHodn_zakl_aut_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'AUTHodn_zakl_aut_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'AUTHodn_zakl_aut_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12672" class="column " style="width:290px;"><div id="layoutCell29922" class="cell  bunka"><label class="fieldLabel" title="" for="AUTHodn_sadz_aut_memo" style="width:50px;display:none"><xsl:text disable-output-escaping="yes">Sadzba dane [€]</xsl:text></label><span class="fieldContent"><input id="AUTHodn_sadz_aut_memo" name="AUTHodn_sadz_aut_memo" title="" type="text" class="xsd_string textBox AUTHodn_stred_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'AUTHodn_sadz_aut_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'AUTHodn_sadz_aut_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'AUTHodn_sadz_aut_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12673" class="column " style="width:280px;"><div id="layoutCell29923" class="cell  bunka"><label class="fieldLabel" title="" for="AUTHodn_sk_aut_memo" style="width:90px;display:none"><xsl:text disable-output-escaping="yes">Daň/Pomerná časť dane [€]</xsl:text></label><span class="fieldContent"><input id="AUTHodn_sk_aut_memo" name="AUTHodn_sk_aut_memo" title="" type="text" class="xsd_string textBox AUTHodn_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'AUTHodn_sk_aut_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'AUTHodn_sk_aut_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'AUTHodn_sk_aut_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><xsl:if test="normalize-space(./egonp:SekciaAUTHodn) = ''"><xsl:if test="./egonp:SekciaAUTHodn/@notInFormData"><script type="text/javascript">$(document).ready(function () { initRepetitionSection(1, 999, 'layoutRow6784') })</script></xsl:if></xsl:if><div class="clear" /></div><div id="layoutCell29926" class="cell "><xsl:for-each select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaAUT/egonp:SekciaAUTSuma"><div id="layoutRow6786" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="SekciaAUTSuma" /><div id="layoutRowContentlayoutRow6786" class="columns"><div id="layoutColumn12675" class="column first"><div id="layoutCell29927" class="cell  LabelBoldRight"><label class="fieldLabel" title="" for="AUTSuma_sumaut" style="width:300px;"><xsl:text disable-output-escaping="yes">Daň za predajné automaty v sume (€)</xsl:text></label><span class="fieldContent"><input id="AUTSuma_sumaut" name="AUTSuma_sumaut" title="" type="text" class="xsd_string textBox AUTSuma_sumaut_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'AUTSuma_sumaut']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'AUTSuma_sumaut']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'AUTSuma_sumaut']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><div class="clear" /></div><div id="layoutCell29789AUT" class="cell "><label class="fieldLabel" title="" for="SekciaAUTTextAfter" style="width:240px;display:none"><xsl:text disable-output-escaping="yes">Text sa sekciou AUT</xsl:text></label><span class="fieldContent"><TextArea id="SekciaAUTTextAfter" name="SekciaAUTTextAfter" title="" type="text" class="xsd_string textArea Odvovodnenie_odovod_internal" spellcheck="true" size="640" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'SekciaAUTTextAfter']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaAUTTextAfter']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaAUTTextAfter']" /></xsl:attribute></xsl:if></TextArea></span><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaNHP"><div id="layoutRow6788" class="layoutRow ui-tabs ui-widget-content   " title=""><input type="hidden" name="SekciaNHP" /><div class="caption ui-widget-header"><div class="headercorrection" title="D. Daň za nevýherné hracie prístroje">D. Daň za nevýherné hracie prístroje</div><span class="arrow ui-icon ui-icon-carat-1-n" /></div><div id="layoutRowContentlayoutRow6788" class="columns"><div id="layoutColumn155555" class="column first" style="width:290px;"><div id="layoutCell865715" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="SekciaNHP_Pocet" style="width:225px;display:none"><xsl:text disable-output-escaping="yes">Počet nevýherných hracích prístrojov</xsl:text></label><span class="fieldContent"><input id="SekciaNHP_Pocet" name="SekciaNHP_Pocet" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" alt="" disabled="disabled" readonly="readonly" value="" style="width:275px"><xsl:if test="boolean(./*[name() = 'SekciaNHP_Pocet']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaNHP_Pocet']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaNHP_Pocet']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn155565" class="column " style="width:290px;"><div id="layoutCell865725" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="SekciaNHP_SadzbaDane" style="width:135px;display:none"><xsl:text disable-output-escaping="yes">Sadzba dane</xsl:text></label><span class="fieldContent"><input id="SekciaNHP_SadzbaDane" name="SekciaNHP_SadzbaDane" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" alt="" disabled="disabled" readonly="readonly" value="" style="width:275px"><xsl:if test="boolean(./*[name() = 'SekciaNHP_SadzbaDane']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaNHP_SadzbaDane']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaNHP_SadzbaDane']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn155575" class="column " style="width:290px;"><div id="layoutCell865736" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="SekciaNHP_DanPomernaCast" style="width:135px;display:none"><xsl:text disable-output-escaping="yes">Daň/Pomerná časť dane</xsl:text></label><span class="fieldContent"><input id="SekciaNHP_DanPomernaCast" name="SekciaNHP_DanPomernaCast" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" alt="" disabled="disabled" readonly="readonly" value="" style="width:280px"><xsl:if test="boolean(./*[name() = 'SekciaNHP_DanPomernaCast']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaNHP_DanPomernaCast']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaNHP_DanPomernaCast']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn126795" class="column "><div id="layoutCell29932" class="cell "><xsl:for-each select="./egonp:SekciaNHPHodn"><div id="layoutRow6787" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><xsl:variable name="nRowslayoutRow6787" select="position()" /><xsl:attribute name="id">layoutRow6787<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="SekciaNHPHodn" /><div id="layoutRowContentlayoutRow6787" class="columns"><div id="layoutColumn12676" class="column first" style="width:280px;"><div id="layoutCell29928" class="cell  bunka"><label class="fieldLabel" title="" for="NHPHodn_zakl_nhp_memo" style="width:110px;display:none"><xsl:text disable-output-escaping="yes">Počet nevýherných hracích prístrojov</xsl:text></label><span class="fieldContent"><input id="NHPHodn_zakl_nhp_memo" name="NHPHodn_zakl_nhp_memo" title="" type="text" class="xsd_string textBox NHPHodn_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'NHPHodn_zakl_nhp_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'NHPHodn_zakl_nhp_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'NHPHodn_zakl_nhp_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12677" class="column " style="width:290px;"><div id="layoutCell29929" class="cell  bunka"><label class="fieldLabel" title="" for="NHPHodn_sadz_nhp_memo" style="width:50px;display:none"><xsl:text disable-output-escaping="yes">Sadzba dane [€]</xsl:text></label><span class="fieldContent"><input id="NHPHodn_sadz_nhp_memo" name="NHPHodn_sadz_nhp_memo" title="" type="text" class="xsd_string textBox NHPHodn_stred_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'NHPHodn_sadz_nhp_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'NHPHodn_sadz_nhp_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'NHPHodn_sadz_nhp_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12678" class="column " style="width:280px;"><div id="layoutCell29930" class="cell  bunka"><label class="fieldLabel" title="" for="NHPHodn_sk_nhp_memo" style="width:90px;display:none"><xsl:text disable-output-escaping="yes">Daň/Pomerná časť dane [€]</xsl:text></label><span class="fieldContent"><input id="NHPHodn_sk_nhp_memo" name="NHPHodn_sk_nhp_memo" title="" type="text" class="xsd_string textBox NHPHodn_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'NHPHodn_sk_nhp_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'NHPHodn_sk_nhp_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'NHPHodn_sk_nhp_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><xsl:if test="normalize-space(./egonp:SekciaNHPHodn) = ''"><xsl:if test="./egonp:SekciaNHPHodn/@notInFormData"><script type="text/javascript">$(document).ready(function () { initRepetitionSection(1, 999, 'layoutRow6787') })</script></xsl:if></xsl:if><div class="clear" /></div><div id="layoutCell29933" class="cell "><xsl:for-each select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaNHP/egonp:SekciaNHPSuma"><div id="layoutRow6789" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="SekciaNHPSuma" /><div id="layoutRowContentlayoutRow6789" class="columns"><div id="layoutColumn12680" class="column first"><div id="layoutCell29934" class="cell  LabelBoldRight"><label class="fieldLabel" title="" for="NHPSuma_sumhnp" style="width:300px;"><xsl:text disable-output-escaping="yes">Daň za nevýherné hracie prístroje v sume (€)</xsl:text></label><span class="fieldContent"><input id="NHPSuma_sumhnp" name="NHPSuma_sumhnp" title="" type="text" class="xsd_string textBox NHPSuma_sumhnp_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'NHPSuma_sumhnp']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'NHPSuma_sumhnp']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'NHPSuma_sumhnp']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><div class="clear" /></div><div id="layoutCell29789NHP" class="cell "><label class="fieldLabel" title="" for="SekciaNHPTextAfter" style="width:240px;display:none"><xsl:text disable-output-escaping="yes">Text sa sekciou NHP</xsl:text></label><span class="fieldContent"><TextArea id="SekciaNHPTextAfter" name="SekciaNHPTextAfter" title="" type="text" class="xsd_string textArea Odvovodnenie_odovod_internal" spellcheck="true" size="640" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'SekciaNHPTextAfter']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaNHPTextAfter']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaNHPTextAfter']" /></xsl:attribute></xsl:if></TextArea></span><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzNSpl"><div id="layoutRow6791" class="layoutRow ui-tabs ui-widget-content   " title=""><input type="hidden" name="SekciaDzNSpl" /><div id="layoutRowContentlayoutRow6791a" class="columns"><div id="layoutColumn12683a" class="column first"><div id="layoutCell29968a" class="cell "><span class="fieldLabel" title="" style="width:880px;display:none"><xsl:text disable-output-escaping="yes">text</xsl:text></span><span class="fieldContent"><textarea id="SekciaDzNSpl_text" name="SekciaDzNSpl_text" title="" class="xsd_string textArea Upresnenie_odovod_internal" spellcheck="true" cols="100" rows="3" disabled="disabled" readonly="readonly" alt="" value="" style="width:850px;"><xsl:if test="boolean(./*[name() = 'SekciaDzNSpl_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() = 'SekciaDzNSpl_text']"><xsl:value-of select="./*[name() = 'SekciaDzNSpl_text']" /></xsl:when><xsl:otherwise><xsl:text /></xsl:otherwise></xsl:choose></textarea></span><div class="clear" /></div></div></div><div class="caption ui-widget-header"><div class="headercorrection" title="A. Daň z nehnuteľnosti - splátky a lehoty splatnosti splátok">A. Daň z nehnuteľnosti - splátky a lehoty splatnosti splátok</div><span class="arrow ui-icon ui-icon-carat-1-n" /></div><div id="layoutRowContentlayoutRow6791" class="columns"><div id="layoutColumn155556" class="column first" style="width:435px;"><div id="layoutCell865716" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="SekciaDzNSpl_SumaSplatky" style="width:225px;display:none"><xsl:text disable-output-escaping="yes">Suma splátky</xsl:text></label><span class="fieldContent"><input id="SekciaDzNSpl_SumaSplatky" name="SekciaDzNSpl_SumaSplatky" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" alt="" disabled="disabled" readonly="readonly" value="" style="width:420px"><xsl:if test="boolean(./*[name() = 'SekciaDzNSpl_SumaSplatky']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaDzNSpl_SumaSplatky']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaDzNSpl_SumaSplatky']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn155566" class="column " style="width:435px;"><div id="layoutCell865726" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="SekciaDzNSpl_Lehota" style="width:135px;display:none"><xsl:text disable-output-escaping="yes">Lehota splátky</xsl:text></label><span class="fieldContent"><input id="SekciaDzNSpl_Lehota" name="SekciaDzNSpl_Lehota" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" alt="" disabled="disabled" readonly="readonly" value="" style="width:420px"><xsl:if test="boolean(./*[name() = 'SekciaDzNSpl_Lehota']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaDzNSpl_Lehota']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaDzNSpl_Lehota']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn12683" class="column "><div id="layoutCell29938" class="cell "><xsl:for-each select="./egonp:SekciaDzNSplHodn"><div id="layoutRow6790" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><xsl:variable name="nRowslayoutRow6790" select="position()" /><xsl:attribute name="id">layoutRow6790<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="SekciaDzNSplHodn" /><div id="layoutRowContentlayoutRow6790" class="columns"><div id="layoutColumn12681" class="column first" style="width:425px;"><div id="layoutCell29935" class="cell  bunka"><label class="fieldLabel" title="" for="DzNSplHodn_sk_spl_dzn_memo" style="width:80px;display:none"><xsl:text disable-output-escaping="yes">Suma splátky [€]</xsl:text></label><span class="fieldContent"><input id="DzNSplHodn_sk_spl_dzn_memo" name="DzNSplHodn_sk_spl_dzn_memo" title="" type="text" class="xsd_string textBox DzNSplHodn_sk_spl_dzn_memo_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'DzNSplHodn_sk_spl_dzn_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'DzNSplHodn_sk_spl_dzn_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'DzNSplHodn_sk_spl_dzn_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12682" class="column " style="width:420px;"><div id="layoutCell29936" class="cell  bunka"><label class="fieldLabel" title="" for="DzNSplHodn_d_spl_dzn_memo" style="width:170px;display:none"><xsl:text disable-output-escaping="yes">Lehota splatnosti splátky</xsl:text></label><span class="fieldContent"><input id="DzNSplHodn_d_spl_dzn_memo" name="DzNSplHodn_d_spl_dzn_memo" title="" type="text" class="xsd_string textBox DzNSplHodn_d_spl_dzn_memo_internal" spellcheck="true" maxlength="400" size="400" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'DzNSplHodn_d_spl_dzn_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'DzNSplHodn_d_spl_dzn_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'DzNSplHodn_d_spl_dzn_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><xsl:if test="normalize-space(./egonp:SekciaDzNSplHodn) = ''"><xsl:if test="./egonp:SekciaDzNSplHodn/@notInFormData"><script type="text/javascript">$(document).ready(function () { initRepetitionSection(1, 999, 'layoutRow6790') })</script></xsl:if></xsl:if><div class="clear" /></div><div id="layoutCell29939" class="cell "><xsl:for-each select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzNSpl/egonp:SekciaDzNSplSuma"><div id="layoutRow6792" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="SekciaDzNSplSuma" /><div id="layoutRowContentlayoutRow6792" class="columns"><div id="layoutColumn12684text" class="column first" style="width:600px"><div id="layoutCell29940text" class="cell  LabelBoldRight"><label class="fieldLabel" title="" for="SekciaDzNSplSuma_text" style="width:320px;display:none"><xsl:text disable-output-escaping="yes">Text</xsl:text></label><span class="fieldContent"><input id="SekciaDzNSplSuma_text" name="SekciaDzNSplSuma_text" title="" type="text" class="xsd_string textBox" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value="" style="width:585px"><xsl:if test="boolean(./*[name() = 'SekciaDzNSplSuma_text']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaDzNSplSuma_text']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaDzNSplSuma_text']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12684" class="column " style="width:250px"><div id="layoutCell29940" class="cell  LabelBoldRight"><label class="fieldLabel" title="" for="SekciaDzNSplSuma_sumdzn" style="width:320px;display:none"><xsl:text disable-output-escaping="yes">Daň z nehnuteľnosti v sume (€)</xsl:text></label><span class="fieldContent"><input id="SekciaDzNSplSuma_sumdzn" name="SekciaDzNSplSuma_sumdzn" title="" type="text" class="xsd_string textBox SekciaDzNSplSuma_sumdzn_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'SekciaDzNSplSuma_sumdzn']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaDzNSplSuma_sumdzn']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaDzNSplSuma_sumdzn']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaPesSpl"><div id="layoutRow6795" class="layoutRow ui-tabs ui-widget-content   " title=""><input type="hidden" name="SekciaPesSpl" /><div class="caption ui-widget-header"><div class="headercorrection" title="B. Daň za psa - splátky a lehoty splatnosti splátok">B. Daň za psa - splátky a lehoty splatnosti splátok</div><span class="arrow ui-icon ui-icon-carat-1-n" /></div><div id="layoutRowContentlayoutRow6795" class="columns"><div id="layoutColumn1555567" class="column " style="width:435px;"><div id="layoutCell8657171" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="SekciaPesSpl_SumaSplatky" style="width:225px;display:none"><xsl:text disable-output-escaping="yes">Suma splátky</xsl:text></label><span class="fieldContent"><input id="SekciaPesSpl_SumaSplatky" name="SekciaPesSpl_SumaSplatky" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" alt="" disabled="disabled" readonly="readonly" value="" style="width:420px"><xsl:if test="boolean(./*[name() = 'SekciaPesSpl_SumaSplatky']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaPesSpl_SumaSplatky']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaPesSpl_SumaSplatky']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn1555668" class="column " style="width:435px;"><div id="layoutCell865728" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="SekciaPesSpl_Lehota" style="width:135px;display:none"><xsl:text disable-output-escaping="yes">Lehota splátky</xsl:text></label><span class="fieldContent"><input id="SekciaPesSpl_Lehota" name="SekciaPesSpl_Lehota" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" alt="" disabled="disabled" readonly="readonly" value="" style="width:420px"><xsl:if test="boolean(./*[name() = 'SekciaPesSpl_Lehota']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaPesSpl_Lehota']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaPesSpl_Lehota']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn12688" class="column first"><div id="layoutCell29946" class="cell "><xsl:for-each select="./egonp:SekciaPesSplHodn"><div id="layoutRow6794" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><xsl:variable name="nRowslayoutRow6794" select="position()" /><xsl:attribute name="id">layoutRow6794<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="SekciaPesSplHodn" /><div id="layoutRowContentlayoutRow6794" class="columns"><div id="layoutColumn12686" class="column first" style="width:425px;"><div id="layoutCell29943" class="cell  bunka"><label class="fieldLabel" title="" for="PesSplHodn_sk_spl_pes_memo" style="width:80px;display:none"><xsl:text disable-output-escaping="yes">Suma splátky [€]</xsl:text></label><span class="fieldContent"><input id="PesSplHodn_sk_spl_pes_memo" name="PesSplHodn_sk_spl_pes_memo" title="" type="text" class="xsd_string textBox PesSplHodn_sk_spl_pes_memo_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PesSplHodn_sk_spl_pes_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PesSplHodn_sk_spl_pes_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PesSplHodn_sk_spl_pes_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12687" class="column " style="width:420px;"><div id="layoutCell29944" class="cell  bunka"><label class="fieldLabel" title="" for="PesSplHodn_d_spl_pes_memo" style="width:170px;display:none"><xsl:text disable-output-escaping="yes">Lehota splatnosti splátky</xsl:text></label><span class="fieldContent"><input id="PesSplHodn_d_spl_pes_memo" name="PesSplHodn_d_spl_pes_memo" title="" type="text" class="xsd_string textBox PesSplHodn_d_spl_pes_memo_internal" spellcheck="true" maxlength="400" size="400" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PesSplHodn_d_spl_pes_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PesSplHodn_d_spl_pes_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PesSplHodn_d_spl_pes_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><xsl:if test="normalize-space(./egonp:SekciaPesSplHodn) = ''"><xsl:if test="./egonp:SekciaPesSplHodn/@notInFormData"><script type="text/javascript">$(document).ready(function () { initRepetitionSection(1, 999, 'layoutRow6794') })</script></xsl:if></xsl:if><div class="clear" /></div><div id="layoutCell29947" class="cell "><xsl:for-each select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaPesSpl/egonp:SekciaPesSplSuma"><div id="layoutRow6796" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="SekciaPesSplSuma" /><div id="layoutRowContentlayoutRow6796" class="columns"><div id="layoutColumn12689text" class="column first" style="width:600px"><div id="layoutCell29948text" class="cell  LabelBoldRight"><label class="fieldLabel" title="" for="SekciaPesSplSuma_text" style="width:320px;display:none"><xsl:text disable-output-escaping="yes">Text</xsl:text></label><span class="fieldContent"><input id="SekciaPesSplSuma_text" name="SekciaPesSplSuma_text" title="" type="text" class="xsd_string textBox" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value="" style="width:585px"><xsl:if test="boolean(./*[name() = 'SekciaPesSplSuma_text']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaPesSplSuma_text']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaPesSplSuma_text']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12689" class="column " style="width:250px"><div id="layoutCell29948" class="cell  LabelBoldRight"><label class="fieldLabel" title="" for="SekciaPesSplSuma_sumpes" style="width:320px;display:none"><xsl:text disable-output-escaping="yes">Daň z psa v sume (€)</xsl:text></label><span class="fieldContent"><input id="SekciaPesSplSuma_sumpes" name="SekciaPesSplSuma_sumpes" title="" type="text" class="xsd_string textBox SekciaPesSplSuma_sumpes_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'SekciaPesSplSuma_sumpes']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaPesSplSuma_sumpes']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaPesSplSuma_sumpes']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaAUTSpl"><div id="layoutRow6798" class="layoutRow ui-tabs ui-widget-content   " title=""><input type="hidden" name="SekciaAUTSpl" /><div class="caption ui-widget-header"><div class="headercorrection" title="C. Daň za predajné automaty - splátky a lehoty splatnosti splátok">C. Daň za predajné automaty - splátky a lehoty splatnosti splátok</div><span class="arrow ui-icon ui-icon-carat-1-n" /></div><div id="layoutRowContentlayoutRow6798" class="columns"><div id="layoutColumn1555568" class="column " style="width:435px;"><div id="layoutCell8657178" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="SekciaAUTSpl_SumaSplatky" style="width:225px;display:none"><xsl:text disable-output-escaping="yes">Suma splátky</xsl:text></label><span class="fieldContent"><input id="SekciaAUTSpl_SumaSplatky" name="SekciaAUTSpl_SumaSplatky" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" alt="" disabled="disabled" readonly="readonly" value="" style="width:420px"><xsl:if test="boolean(./*[name() = 'SekciaAUTSpl_SumaSplatky']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaAUTSpl_SumaSplatky']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaAUTSpl_SumaSplatky']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn1555669" class="column " style="width:435px;"><div id="layoutCell865729" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="SekciaAUTSpl_Lehota" style="width:135px;display:none"><xsl:text disable-output-escaping="yes">Lehota splátky</xsl:text></label><span class="fieldContent"><input id="SekciaAUTSpl_Lehota" name="SekciaAUTSpl_Lehota" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" alt="" disabled="disabled" readonly="readonly" value="" style="width:420px"><xsl:if test="boolean(./*[name() = 'SekciaAUTSpl_Lehota']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaAUTSpl_Lehota']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaAUTSpl_Lehota']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn12692" class="column "><div id="layoutCell29952" class="cell "><xsl:for-each select="./egonp:SekciaAUTSplHodn"><div id="layoutRow6797" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><xsl:variable name="nRowslayoutRow6797" select="position()" /><xsl:attribute name="id">layoutRow6797<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="SekciaAUTSplHodn" /><div id="layoutRowContentlayoutRow6797" class="columns"><div id="layoutColumn12690" class="column first" style="width:425px;"><div id="layoutCell29949" class="cell  bunka"><label class="fieldLabel" title="" for="AUTSplHodn_sk_spl_aut_memo" style="width:80px;display:none"><xsl:text disable-output-escaping="yes">Suma splátky [€]</xsl:text></label><span class="fieldContent"><input id="AUTSplHodn_sk_spl_aut_memo" name="AUTSplHodn_sk_spl_aut_memo" title="" type="text" class="xsd_string textBox AUTSplHodn_sk_spl_aut_memo_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'AUTSplHodn_sk_spl_aut_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'AUTSplHodn_sk_spl_aut_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'AUTSplHodn_sk_spl_aut_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12691" class="column " style="width:420px;"><div id="layoutCell29950" class="cell  bunka"><label class="fieldLabel" title="" for="AUTSplHodn_d_spl_aut_memo" style="width:170px;display:none"><xsl:text disable-output-escaping="yes">Lehota splatnosti splátky</xsl:text></label><span class="fieldContent"><input id="AUTSplHodn_d_spl_aut_memo" name="AUTSplHodn_d_spl_aut_memo" title="" type="text" class="xsd_string textBox AUTSplHodn_d_spl_aut_memo_internal" spellcheck="true" maxlength="400" size="400" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'AUTSplHodn_d_spl_aut_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'AUTSplHodn_d_spl_aut_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'AUTSplHodn_d_spl_aut_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><xsl:if test="normalize-space(./egonp:SekciaAUTSplHodn) = ''"><xsl:if test="./egonp:SekciaAUTSplHodn/@notInFormData"><script type="text/javascript">$(document).ready(function () { initRepetitionSection(1, 999, 'layoutRow6797') })</script></xsl:if></xsl:if><div class="clear" /></div><div id="layoutCell29953" class="cell "><xsl:for-each select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaAUTSpl/egonp:SekciaAUTSplSuma"><div id="layoutRow6799" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="SekciaAUTSplSuma" /><div id="layoutRowContentlayoutRow6799" class="columns"><div id="layoutColumn12693text" class="column first" style="width:600px"><div id="layoutCell29954text" class="cell  LabelBoldRight"><label class="fieldLabel" title="" for="SekciaAUTSplSuma_text" style="width:320px;display:none"><xsl:text disable-output-escaping="yes">Text</xsl:text></label><span class="fieldContent"><input id="SekciaAUTSplSuma_text" name="SekciaAUTSplSuma_text" title="" type="text" class="xsd_string textBox" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value="" style="width:585px"><xsl:if test="boolean(./*[name() = 'SekciaAUTSplSuma_text']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaAUTSplSuma_text']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaAUTSplSuma_text']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12693" class="column" style="width:250px"><div id="layoutCell29954" class="cell  LabelBoldRight"><label class="fieldLabel" title="" for="SekciaAUTSplSuma_sumaut" style="width:320px;display:none"><xsl:text disable-output-escaping="yes">Daň za predajné automaty v sume (€)</xsl:text></label><span class="fieldContent"><input id="SekciaAUTSplSuma_sumaut" name="SekciaAUTSplSuma_sumaut" title="" type="text" class="xsd_string textBox SekciaAUTSplSuma_sumaut_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'SekciaAUTSplSuma_sumaut']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaAUTSplSuma_sumaut']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaAUTSplSuma_sumaut']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaNHPSpl"><div id="layoutRow6801" class="layoutRow ui-tabs ui-widget-content   " title=""><input type="hidden" name="SekciaNHPSpl" /><div class="caption ui-widget-header"><div class="headercorrection" title="D. Daň za nevýherné hracie prístroje - splátky a lehoty splatnosti splátok">D. Daň za nevýherné hracie prístroje - splátky a lehoty splatnosti splátok</div><span class="arrow ui-icon ui-icon-carat-1-n" /></div><div id="layoutRowContentlayoutRow6801" class="columns"><div id="layoutColumn1555569" class="column " style="width:435px;"><div id="layoutCell8657179" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="SekciaNHPSpl_SumaSplatky" style="width:225px;display:none"><xsl:text disable-output-escaping="yes">Suma splátky</xsl:text></label><span class="fieldContent"><input id="SekciaNHPSpl_SumaSplatky" name="SekciaNHPSpl_SumaSplatky" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" alt="" disabled="disabled" readonly="readonly" value="" style="width:420px"><xsl:if test="boolean(./*[name() = 'SekciaNHPSpl_SumaSplatky']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaNHPSpl_SumaSplatky']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaNHPSpl_SumaSplatky']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn15556690" class="column " style="width:435px;"><div id="layoutCell8657290" class="cell  BunkaBoldCenter"><label class="fieldLabel" title="" for="SekciaNHPSpl_Lehota" style="width:135px;display:none"><xsl:text disable-output-escaping="yes">Lehota splátky</xsl:text></label><span class="fieldContent"><input id="SekciaNHPSpl_Lehota" name="SekciaNHPSpl_Lehota" title="" type="text" class="xsd_string textBox " spellcheck="true" maxlength="400" size="190" alt="" disabled="disabled" readonly="readonly" value="" style="width:420px"><xsl:if test="boolean(./*[name() = 'SekciaNHPSpl_Lehota']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaNHPSpl_Lehota']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaNHPSpl_Lehota']" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div></div><div id="layoutColumn12696" class="column first"><div id="layoutCell29958" class="cell "><xsl:for-each select="./egonp:SekciaNHPSplHodn"><div id="layoutRow6800" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><xsl:variable name="nRowslayoutRow6800" select="position()" /><xsl:attribute name="id">layoutRow6800<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="SekciaNHPSplHodn" /><div id="layoutRowContentlayoutRow6800" class="columns"><div id="layoutColumn12694" class="column first" style="width:425px;"><div id="layoutCell29955" class="cell  bunka"><label class="fieldLabel" title="" for="NHPSplHodn_sk_spl_nhp_memo" style="width:80px;display:none"><xsl:text disable-output-escaping="yes">Suma splátky [€]</xsl:text></label><span class="fieldContent"><input id="NHPSplHodn_sk_spl_nhp_memo" name="NHPSplHodn_sk_spl_nhp_memo" title="" type="text" class="xsd_string textBox NHPSplHodn_sk_spl_nhp_memo_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'NHPSplHodn_sk_spl_nhp_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'NHPSplHodn_sk_spl_nhp_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'NHPSplHodn_sk_spl_nhp_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12695" class="column " style="width:420px;"><div id="layoutCell29956" class="cell  bunka"><label class="fieldLabel" title="" for="NHPSplHodn_d_spl_nhp_memo" style="width:170px;display:none"><xsl:text disable-output-escaping="yes">Lehota splatnosti splátky</xsl:text></label><span class="fieldContent"><input id="NHPSplHodn_d_spl_nhp_memo" name="NHPSplHodn_d_spl_nhp_memo" title="" type="text" class="xsd_string textBox NHPSplHodn_d_spl_nhp_memo_internal" spellcheck="true" maxlength="400" size="400" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'NHPSplHodn_d_spl_nhp_memo']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'NHPSplHodn_d_spl_nhp_memo']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'NHPSplHodn_d_spl_nhp_memo']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><xsl:if test="normalize-space(./egonp:SekciaNHPSplHodn) = ''"><xsl:if test="./egonp:SekciaNHPSplHodn/@notInFormData"><script type="text/javascript">$(document).ready(function () { initRepetitionSection(1, 999, 'layoutRow6800') })</script></xsl:if></xsl:if><div class="clear" /></div><div id="layoutCell29959" class="cell "><xsl:for-each select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaNHPSpl/egonp:SekciaNHPSplSuma"><div id="layoutRow6802" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="SekciaNHPSplSuma" /><div id="layoutRowContentlayoutRow6802" class="columns"><div id="layoutColumn12697text" class="column first" style="width:600px"><div id="layoutCell29960text" class="cell  LabelBoldRight"><label class="fieldLabel" title="" for="SekciaNHPSplSuma_text" style="width:320px;display:none"><xsl:text disable-output-escaping="yes">Text</xsl:text></label><span class="fieldContent"><input id="SekciaNHPSplSuma_text" name="SekciaNHPSplSuma_text" title="" type="text" class="xsd_string textBox" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value="" style="width:585px"><xsl:if test="boolean(./*[name() = 'SekciaNHPSplSuma_text']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaNHPSplSuma_text']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaNHPSplSuma_text']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div id="layoutColumn12697" class="column " style="width:250px"><div id="layoutCell29960" class="cell  LabelBoldRight"><label class="fieldLabel" title="" for="SekciaNHPSplSuma_sumnhp" style="width:320px;display:none"><xsl:text disable-output-escaping="yes">Daň za nevýherné hracie prístroje v sume (€)</xsl:text></label><span class="fieldContent"><input id="SekciaNHPSplSuma_sumnhp" name="SekciaNHPSplSuma_sumnhp" title="" type="text" class="xsd_string textBox SekciaNHPSplSuma_sumnhp_internal" spellcheck="true" maxlength="400" size="100" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'SekciaNHPSplSuma_sumnhp']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaNHPSplSuma_sumnhp']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaNHPSplSuma_sumnhp']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzNPlatba"><div id="layoutRow6804" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="SekciaDzNPlatba" /><div id="layoutRowContentlayoutRow6804" class="columns"><div id="layoutColumn12703" class="column first"><div id="layoutCell299681P" class="cell "><span class="fieldLabel" title="" style="width:880px;display:none"><xsl:text disable-output-escaping="yes">Platobné údaje</xsl:text></span><span class="fieldContent"><input id="SekciaDzNPlatba_text_PU" name="SekciaDzNPlatba_text_PU" title="" type="text" class="xsd_string textBox Platba_text_internal1" spellcheck="true" maxlength="400" size="500" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'SekciaDzNPlatba_text_PU']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaDzNPlatba_text_PU']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaDzNPlatba_text_PU']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div><div id="layoutCell299681" class="cell "><span class="fieldLabel" title="" style="width:880px;display:none"><xsl:text disable-output-escaping="yes">Daň z nehnuteľností alebo splátky tejto dane ste povinný uhradiť na účet správcu dane</xsl:text></span><span class="fieldContent"><input id="SekciaDzNPlatba_text" name="SekciaDzNPlatba_text" title="" type="text" class="xsd_string textBox Platba_text_internal" spellcheck="true" maxlength="400" size="500" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'SekciaDzNPlatba_text']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaDzNPlatba_text']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaDzNPlatba_text']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div><xsl:for-each select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzNPlatba/egonp:SekciaDzNPlatbaHodn"><div id="layoutRow6803" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="SekciaDzNPlatbaHodn" /><div id="layoutRowContentlayoutRow6803" class="columns"><div id="layoutColumn12701" class="column first" style="width:860px;"><div id="layoutCell29961X1" class="cell"><span class="fieldContent"><input id="DzNPlatbaHodn_text1" name="DzNPlatbaHodn_text1" title="" type="text" class="xsd_string textBox DzNPlatbaHodn_text_internal" spellcheck="true" maxlength="0" size="750" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'DzNPlatbaHodn_text1']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'DzNPlatbaHodn_text1']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'DzNPlatbaHodn_text1']" /></xsl:attribute></xsl:if></input></span><span class="fieldContent"><input id="SekciaDzNSplSuma_sumdzn1" name="SekciaDzNSplSuma_sumdzn" type="text" class="xsd_string textBox SekciaDzNSplSuma_sumdzn_internal" spellcheck="true" maxlength="400" size="500" readonly="readonly" disabled="disabled" value=""><xsl:if test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzNSpl/egonp:SekciaDzNSplSuma/egonp:SekciaDzNSplSuma_sumdzn/@isReadOnly = 'true'"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzNSpl/egonp:SekciaDzNSplSuma/egonp:SekciaDzNSplSuma_sumdzn"><xsl:attribute name="value"><xsl:value-of select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDzNSpl/egonp:SekciaDzNSplSuma/egonp:SekciaDzNSplSuma_sumdzn" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell299615" class="cell "><span class="fieldContent"><input id="DzNPlatbaHodn_text2" name="DzNPlatbaHodn_text2" title="" type="text" class="xsd_string textBox DzNPlatbaHodn_text_internal" spellcheck="true" maxlength="0" size="750" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'DzNPlatbaHodn_text2']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'DzNPlatbaHodn_text2']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'DzNPlatbaHodn_text2']" /></xsl:attribute></xsl:if></input></span><span class="fieldContent"><input id="DzNPlatbaHodn_mena" name="DzNPlatbaHodn_mena" title="" type="text" class="xsd_string textBox DzNPlatbaHodn_mena_internal" spellcheck="true" maxlength="400" size="500" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'DzNPlatbaHodn_mena']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'DzNPlatbaHodn_mena']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'DzNPlatbaHodn_mena']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div><div id="layoutCell29964" class="cell "><span class="fieldContent"><input id="DzNPlatbaHodn_text3" name="DzNPlatbaHodn_text3" title="" type="text" class="xsd_string textBox DzNPlatbaHodn_text_internal" spellcheck="true" maxlength="0" size="750" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'DzNPlatbaHodn_text3']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'DzNPlatbaHodn_text3']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'DzNPlatbaHodn_text3']" /></xsl:attribute></xsl:if></input></span><span class="fieldContent"><input id="DzNPlatbaHodn_gatl43" name="DzNPlatbaHodn_gatl43" title="" type="text" class="xsd_string textBox DzNPlatbaHodn_gatl43_internal" spellcheck="true" maxlength="400" size="500" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'DzNPlatbaHodn_gatl43']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'DzNPlatbaHodn_gatl43']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'DzNPlatbaHodn_gatl43']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div><div id="layoutCell29961" class="cell "><span class="fieldContent"><input id="DzNPlatbaHodn_text4" name="DzNPlatbaHodn_text4" title="" type="text" class="xsd_string textBox DzNPlatbaHodn_text_internal" spellcheck="true" maxlength="0" size="750" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'DzNPlatbaHodn_text4']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'DzNPlatbaHodn_text4']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'DzNPlatbaHodn_text4']" /></xsl:attribute></xsl:if></input></span><span class="fieldContent"><input id="DzNPlatbaHodn_gatl16_gatl18" name="DzNPlatbaHodn_gatl16_gatl18" title="" type="text" class="xsd_string textBox DzNPlatbaHodn_gatl16_gatl18_internal" spellcheck="true" maxlength="400" size="500" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'DzNPlatbaHodn_gatl16_gatl18']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'DzNPlatbaHodn_gatl16_gatl18']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'DzNPlatbaHodn_gatl16_gatl18']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div><div id="layoutCell29962" class="cell "><span class="fieldContent"><input id="DzNPlatbaHodn_text5" name="DzNPlatbaHodn_text5" title="" type="text" class="xsd_string textBox DzNPlatbaHodn_text_internal" spellcheck="true" maxlength="0" size="750" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'DzNPlatbaHodn_text5']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'DzNPlatbaHodn_text5']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'DzNPlatbaHodn_text5']" /></xsl:attribute></xsl:if></input></span><span class="fieldContent"><input id="DzNPlatbaHodn_gatl20" name="DzNPlatbaHodn_gatl20" title="" type="text" class="xsd_string textBox DzNPlatbaHodn_gatl20_internal" spellcheck="true" maxlength="400" size="500" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'DzNPlatbaHodn_gatl20']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'DzNPlatbaHodn_gatl20']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'DzNPlatbaHodn_gatl20']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div><div id="layoutCell29963" class="cell "><span class="fieldContent"><input id="DzNPlatbaHodn_text6" name="DzNPlatbaHodn_text6" title="" type="text" class="xsd_string textBox DzNPlatbaHodn_text_internal" spellcheck="true" maxlength="0" size="750" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'DzNPlatbaHodn_text6']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'DzNPlatbaHodn_text6']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'DzNPlatbaHodn_text6']" /></xsl:attribute></xsl:if></input></span><span class="fieldContent"><input id="DzNPlatbaHodn_vs_dzn" name="DzNPlatbaHodn_vs_dzn" title="" type="text" class="xsd_string textBox DzNPlatbaHodn_vs_dzn_internal" spellcheck="true" maxlength="400" size="500" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'DzNPlatbaHodn_vs_dzn']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'DzNPlatbaHodn_vs_dzn']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'DzNPlatbaHodn_vs_dzn']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div><div id="layoutCell29965" class="cell "><span class="fieldContent"><input id="DzNPlatbaHodn_text7" name="DzNPlatbaHodn_text7" title="" type="text" class="xsd_string textBox DzNPlatbaHodn_text_internal" spellcheck="true" maxlength="0" size="750" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'DzNPlatbaHodn_text7']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'DzNPlatbaHodn_text7']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'DzNPlatbaHodn_text7']" /></xsl:attribute></xsl:if></input></span><span class="fieldContent"><input id="DzNPlatbaHodn_ss_dzn" name="DzNPlatbaHodn_ss_dzn" title="" type="text" class="xsd_string textBox DzNPlatbaHodn_ss_dzn_internal" spellcheck="true" maxlength="400" size="500" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'DzNPlatbaHodn_ss_dzn']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'DzNPlatbaHodn_ss_dzn']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'DzNPlatbaHodn_ss_dzn']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div><div id="layoutCell_a29965" class="cell "><label class="fieldLabel" title="" for="DzNPlatbaHodn_barcode" style="width:120px;"><xsl:text disable-output-escaping="yes">Čiarový kód</xsl:text></label><div class="fieldContent" id="imgSpanDzNBarCode"><xsl:if test="./*[name() = 'DzNPlatbaHodn_barcode']"><xsl:variable name="barcodeIMG_data" select="./*[name() = 'DzNPlatbaHodn_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="DzNPlatbaHodn_barcode_img" src="{$barcodeIMG}" alt="barcode" /></xsl:when><xsl:otherwise><img id="DzNPlatbaHodn_barcode_img" src="" alt="" /></xsl:otherwise></xsl:choose></xsl:if></div><input id="DzNPlatbaHodn_barcode" name="DzNPlatbaHodn_barcode" type="hidden" class="xsd_string textBox" alt="" value=""><xsl:if test="boolean(./*[name() = 'DzNPlatbaHodn_barcode']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'DzNPlatbaHodn_barcode']"><xsl:variable name="barcodeIMG_data" select="./*[name() = 'DzNPlatbaHodn_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() = 'DzNPlatbaHodn_barcode']" /></xsl:attribute></xsl:otherwise></xsl:choose></xsl:if></input><div class="clear" /></div><div id="layoutCell_b29965" class="cell "><label class="fieldLabel" title="" for="DzNPlatbaHodn_qrcode" style="width:120px;"><xsl:text disable-output-escaping="yes">QR kód</xsl:text></label><div class="fieldContent" id="imgSpanDzNQRCode"><xsl:if test="./*[name() = 'DzNPlatbaHodn_qrcode']"><xsl:variable name="barcodeIMG_data" select="./*[name() = 'DzNPlatbaHodn_qrcode']" /><xsl:choose><xsl:when test="string-length($barcodeIMG_data) > 0"><xsl:variable name="barcodeIMG" select="concat('data:image/png;base64,',$barcodeIMG_data)" /><img id="DzNPlatbaHodn_qrcode_img" height="200px" src="{$barcodeIMG}" alt="" /></xsl:when><xsl:otherwise><img id="DzNPlatbaHodn_qrcode_img" height="200px" src="" alt="" /></xsl:otherwise></xsl:choose></xsl:if></div><input id="DzNPlatbaHodn_qrcode" name="DzNPlatbaHodn_qrcode" type="hidden" class="xsd_string textBox" alt="" value=""><xsl:if test="boolean(./*[name() = 'DzNPlatbaHodn_qrcode']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'DzNPlatbaHodn_qrcode']"><xsl:variable name="barcodeIMG_data" select="./*[name() = 'DzNPlatbaHodn_qrcode']" /><xsl:choose><xsl:when test="string-length($barcodeIMG_data) > 0"><xsl:variable name="barcodeIMG" select="concat('data:image/png;base64,',$barcodeIMG_data)" /><xsl:attribute name="value"><xsl:value-of select="concat($barcodeIMG,'')" /></xsl:attribute></xsl:when><xsl:otherwise><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'DzNPlatbaHodn_qrcode']" /></xsl:attribute></xsl:otherwise></xsl:choose></xsl:if></input><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each></div><div class="clear" /></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaPesPlatba"><div id="layoutRow6806" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="SekciaPesPlatba" /><div id="layoutRowContentlayoutRow6806" class="columns"><div id="layoutColumn12709" class="column first"><div id="layoutCell29976P" class="cell "><span class="fieldLabel" title="" style="width:880px;display:none"><xsl:text disable-output-escaping="yes">Platobné údaje</xsl:text></span><span class="fieldContent"><input id="SekciaPesPlatba_text_PU" name="SekciaPesPlatba_text_PU" title="" type="text" class="xsd_string textBox Platba_text_internal1" spellcheck="true" maxlength="400" size="500" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'SekciaPesPlatba_text_PU']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaPesPlatba_text_PU']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaPesPlatba_text_PU']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div><div id="layoutCell29976" class="cell "><span class="fieldLabel" title="" style="width:880px;display:none"><xsl:text disable-output-escaping="yes">Daň za psa alebo splátky tejto dane ste povinný uhradiť na účet správcu dane</xsl:text></span><span class="fieldContent"><input id="SekciaPesPlatba_text" name="SekciaPesPlatba_text" title="" type="text" class="xsd_string textBox Platba_text_internal" spellcheck="true" maxlength="400" size="500" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'SekciaPesPlatba_text']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaPesPlatba_text']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaPesPlatba_text']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div><div id="layoutCell29975" class="cell "><xsl:for-each select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaPesPlatba/egonp:SekciaPesPlatbaHodn"><div id="layoutRow6805" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="SekciaPesPlatbaHodn" /><div id="layoutRowContentlayoutRow6805" class="columns"><div id="layoutColumn12707" class="column first" style="width:860px;"><div id="layoutCell29961X2" class="cell"><span class="fieldContent"><input id="PesPlatbaHodn_text1" name="PesPlatbaHodn_text1" title="" type="text" class="xsd_string textBox PesPlatbaHodn_text_internal" spellcheck="true" maxlength="0" size="750" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PesPlatbaHodn_text1']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PesPlatbaHodn_text1']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PesPlatbaHodn_text1']" /></xsl:attribute></xsl:if></input></span><span class="fieldContent"><input id="SekciaPesSplSuma_sumpes1" name="SekciaPesSplSuma_sumpes" type="text" class="xsd_string textBox SekciaPesSplSuma_sumpes_internal" spellcheck="true" maxlength="400" size="500" readonly="readonly" disabled="disabled" value=""><xsl:if test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaPesSpl/egonp:SekciaPesSplSuma/egonp:SekciaPesSplSuma_sumpes/@isReadOnly = 'true'"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaPesSpl/egonp:SekciaPesSplSuma/egonp:SekciaPesSplSuma_sumpes"><xsl:attribute name="value"><xsl:value-of select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaPesSpl/egonp:SekciaPesSplSuma/egonp:SekciaPesSplSuma_sumpes" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell299698" class="cell "><span class="fieldContent"><input id="PesPlatbaHodn_text2" name="PesPlatbaHodn_text2" title="" type="text" class="xsd_string textBox PesPlatbaHodn_text_internal" spellcheck="true" maxlength="0" size="750" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PesPlatbaHodn_text2']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PesPlatbaHodn_text2']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PesPlatbaHodn_text2']" /></xsl:attribute></xsl:if></input></span><span class="fieldContent"><input id="PesPlatbaHodn_mena" name="PesPlatbaHodn_mena" title="" type="text" class="xsd_string textBox PesPlatbaHodn_mena_internal" spellcheck="true" maxlength="400" size="500" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PesPlatbaHodn_mena']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PesPlatbaHodn_mena']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PesPlatbaHodn_mena']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div><div id="layoutCell29972" class="cell "><span class="fieldContent"><input id="PesPlatbaHodn_text3" name="PesPlatbaHodn_text3" title="" type="text" class="xsd_string textBox PesPlatbaHodn_text_internal" spellcheck="true" maxlength="0" size="750" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PesPlatbaHodn_text3']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PesPlatbaHodn_text3']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PesPlatbaHodn_text3']" /></xsl:attribute></xsl:if></input></span><span class="fieldContent"><input id="PesPlatbaHodn_gatl44" name="PesPlatbaHodn_gatl44" title="" type="text" class="xsd_string textBox PesPlatbaHodn_gatl44_internal" spellcheck="true" maxlength="400" size="500" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PesPlatbaHodn_gatl44']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PesPlatbaHodn_gatl44']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PesPlatbaHodn_gatl44']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div><div id="layoutCell29969" class="cell "><span class="fieldContent"><input id="PesPlatbaHodn_text4" name="PesPlatbaHodn_text4" title="" type="text" class="xsd_string textBox PesPlatbaHodn_text_internal" spellcheck="true" maxlength="0" size="750" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PesPlatbaHodn_text4']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PesPlatbaHodn_text4']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PesPlatbaHodn_text4']" /></xsl:attribute></xsl:if></input></span><span class="fieldContent"><input id="PesPlatbaHodn_gatl17_gatl19" name="PesPlatbaHodn_gatl17_gatl19" title="" type="text" class="xsd_string textBox PesPlatbaHodn_gatl17_gatl19_internal" spellcheck="true" maxlength="400" size="500" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PesPlatbaHodn_gatl17_gatl19']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PesPlatbaHodn_gatl17_gatl19']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PesPlatbaHodn_gatl17_gatl19']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div><div id="layoutCell29970" class="cell "><span class="fieldContent"><input id="PesPlatbaHodn_text5" name="PesPlatbaHodn_text5" title="" type="text" class="xsd_string textBox PesPlatbaHodn_text_internal" spellcheck="true" maxlength="0" size="750" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PesPlatbaHodn_text5']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PesPlatbaHodn_text5']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PesPlatbaHodn_text5']" /></xsl:attribute></xsl:if></input></span><span class="fieldContent"><input id="PesPlatbaHodn_gatl21" name="PesPlatbaHodn_gatl21" title="" type="text" class="xsd_string textBox PesPlatbaHodn_gatl21_internal" spellcheck="true" maxlength="400" size="500" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PesPlatbaHodn_gatl21']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PesPlatbaHodn_gatl21']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PesPlatbaHodn_gatl21']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div><div id="layoutCell29971" class="cell "><span class="fieldContent"><input id="PesPlatbaHodn_text6" name="PesPlatbaHodn_text6" title="" type="text" class="xsd_string textBox PesPlatbaHodn_text_internal" spellcheck="true" maxlength="0" size="750" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PesPlatbaHodn_text6']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PesPlatbaHodn_text6']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PesPlatbaHodn_text6']" /></xsl:attribute></xsl:if></input></span><span class="fieldContent"><input id="PesPlatbaHodn_vs_pes" name="PesPlatbaHodn_vs_pes" title="" type="text" class="xsd_string textBox PesPlatbaHodn_vs_pes_internal" spellcheck="true" maxlength="400" size="500" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PesPlatbaHodn_vs_pes']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PesPlatbaHodn_vs_pes']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PesPlatbaHodn_vs_pes']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div><div id="layoutCell29973" class="cell "><span class="fieldContent"><input id="PesPlatbaHodn_text7" name="PesPlatbaHodn_text7" title="" type="text" class="xsd_string textBox PesPlatbaHodn_text_internal" spellcheck="true" maxlength="0" size="750" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PesPlatbaHodn_tex7']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PesPlatbaHodn_text7']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PesPlatbaHodn_text7']" /></xsl:attribute></xsl:if></input></span><span class="fieldContent"><input id="PesPlatbaHodn_ss_pes" name="PesPlatbaHodn_ss_pes" title="" type="text" class="xsd_string textBox PesPlatbaHodn_ss_pes_internal" spellcheck="true" maxlength="400" size="500" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'PesPlatbaHodn_ss_pes']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PesPlatbaHodn_ss_pes']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PesPlatbaHodn_ss_pes']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div><div id="layoutCell_c29965" class="cell "><label class="fieldLabel" title="" for="PesPlatbaHodn_barcode" style="width:120px;"><xsl:text disable-output-escaping="yes">Čiarový kód</xsl:text></label><div class="fieldContent" id="imgSpanPesBarCode"><xsl:if test="./*[name() = 'PesPlatbaHodn_barcode']"><xsl:variable name="barcodeIMG_data" select="./*[name() = 'PesPlatbaHodn_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="PesPlatbaHodn_barcode_img" src="{$barcodeIMG}" alt="barcode" /></xsl:when><xsl:otherwise><img id="PesPlatbaHodn_barcode_img" src="" alt="" /></xsl:otherwise></xsl:choose></xsl:if></div><input id="PesPlatbaHodn_barcode" name="PesPlatbaHodn_barcode" type="hidden" class="xsd_string textBox" alt="" value=""><xsl:if test="boolean(./*[name() = 'PesPlatbaHodn_barcode']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PesPlatbaHodn_barcode']"><xsl:variable name="barcodeIMG_data" select="./*[name() = 'PesPlatbaHodn_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() = 'PesPlatbaHodn_barcode']" /></xsl:attribute></xsl:otherwise></xsl:choose></xsl:if></input><div class="clear" /></div><div id="layoutCell_d29965" class="cell "><label class="fieldLabel" title="" for="PesPlatbaHodn_qrcode" style="width:120px;"><xsl:text disable-output-escaping="yes">QR kód</xsl:text></label><div class="fieldContent" id="imgSpanPesQRCode"><xsl:if test="./*[name() = 'PesPlatbaHodn_qrcode']"><xsl:variable name="barcodeIMG_data" select="./*[name() = 'PesPlatbaHodn_qrcode']" /><xsl:choose><xsl:when test="string-length($barcodeIMG_data) > 0"><xsl:variable name="barcodeIMG" select="concat('data:image/png;base64,',$barcodeIMG_data)" /><img id="PesPlatbaHodn_qrcode_img" height="200px" src="{$barcodeIMG}" alt="" /></xsl:when><xsl:otherwise><img id="PesPlatbaHodn_qrcode_img" height="200px" src="" alt="" /></xsl:otherwise></xsl:choose></xsl:if></div><input id="PesPlatbaHodn_qrcode" name="PesPlatbaHodn_qrcode" type="hidden" class="xsd_string textBox" alt="" value=""><xsl:if test="boolean(./*[name() = 'PesPlatbaHodn_qrcode']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'PesPlatbaHodn_qrcode']"><xsl:variable name="barcodeIMG_data" select="./*[name() = 'PesPlatbaHodn_qrcode']" /><xsl:choose><xsl:when test="string-length($barcodeIMG_data) > 0"><xsl:variable name="barcodeIMG" select="concat('data:image/png;base64,',$barcodeIMG_data)" /><xsl:attribute name="value"><xsl:value-of select="concat($barcodeIMG,'')" /></xsl:attribute></xsl:when><xsl:otherwise><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'PesPlatbaHodn_qrcode']" /></xsl:attribute></xsl:otherwise></xsl:choose></xsl:if></input><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaAUTPlatba"><div id="layoutRow6808" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="SekciaAUTPlatba" /><div id="layoutRowContentlayoutRow6808" class="columns"><div id="layoutColumn12715" class="column first"><div id="layoutCell29984P" class="cell "><span class="fieldLabel" title="" style="width:880px;display:none"><xsl:text disable-output-escaping="yes">Platobné údaje</xsl:text></span><span class="fieldContent"><input id="SekciaAUTPlatba_text_PU" name="SekciaAUTPlatba_text_PU" title="" type="text" class="xsd_string textBox Platba_text_internal1" spellcheck="true" maxlength="400" size="500" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'SekciaAUTPlatba_text_PU']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaAUTPlatba_text_PU']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaAUTPlatba_text_PU']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div><div id="layoutCell29984" class="cell "><span class="fieldLabel" title="" style="width:880px;display:none"><xsl:text disable-output-escaping="yes">Daň za predajné automaty alebo splátky tejto dane ste povinný uhradiť na účet správcu dane</xsl:text></span><span class="fieldContent"><input id="SekciaAUTPlatba_text" name="SekciaAUTPlatba_text" title="" type="text" class="xsd_string textBox Platba_text_internal" spellcheck="true" maxlength="400" size="500" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'SekciaAUTPlatba_text']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaAUTPlatba_text']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaAUTPlatba_text']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div><div id="layoutCell29983" class="cell "><xsl:for-each select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaAUTPlatba/egonp:SekciaAUTPlatbaHodn"><div id="layoutRow6807" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="SekciaAUTPlatbaHodn" /><div id="layoutRowContentlayoutRow6807" class="columns"><div id="layoutColumn12713" class="column first" style="width:860px;"><div id="layoutCell29961X3" class="cell"><span class="fieldContent"><input id="AUTPlatbaHodn_text1" name="AUTPlatbaHodn_text1" title="" type="text" class="xsd_string textBox AUTPlatbaHodn_text_internal" spellcheck="true" maxlength="0" size="750" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'AUTPlatbaHodn_text1']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'AUTPlatbaHodn_text1']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'AUTPlatbaHodn_text1']" /></xsl:attribute></xsl:if></input></span><span class="fieldContent"><input id="SekciaAUTSplSuma_sumaut1" name="SekciaAUTSplSuma_sumaut" type="text" class="xsd_string textBox SekciaAUTSplSuma_sumaut_internal" spellcheck="true" maxlength="400" size="500" readonly="readonly" disabled="disabled" value=""><xsl:if test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaAUTSpl/egonp:SekciaAUTSplSuma/egonp:SekciaAUTSplSuma_sumaut/@isReadOnly = 'true'"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaAUTSpl/egonp:SekciaAUTSplSuma/egonp:SekciaAUTSplSuma_sumaut"><xsl:attribute name="value"><xsl:value-of select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaAUTSpl/egonp:SekciaAUTSplSuma/egonp:SekciaAUTSplSuma_sumaut" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell299808" class="cell "><span class="fieldContent"><input id="AUTPlatbaHodn_text2" name="AUTPlatbaHodn_text2" title="" type="text" class="xsd_string textBox AUTPlatbaHodn_text_internal" spellcheck="true" maxlength="0" size="750" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'AUTPlatbaHodn_text2']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'AUTPlatbaHodn_text2']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'AUTPlatbaHodn_text2']" /></xsl:attribute></xsl:if></input></span><span class="fieldContent"><input id="AUTPlatbaHodn_mena" name="AUTPlatbaHodn_mena" title="" type="text" class="xsd_string textBox AUTPlatbaHodn_mena_internal" spellcheck="true" maxlength="400" size="500" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'AUTPlatbaHodn_mena']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'AUTPlatbaHodn_mena']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'AUTPlatbaHodn_mena']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div><div id="layoutCell29980" class="cell "><span class="fieldContent"><input id="AUTPlatbaHodn_text3" name="AUTPlatbaHodn_text3" title="" type="text" class="xsd_string textBox AUTPlatbaHodn_text_internal" spellcheck="true" maxlength="0" size="750" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'AUTPlatbaHodn_text3']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'AUTPlatbaHodn_text3']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'AUTPlatbaHodn_text3']" /></xsl:attribute></xsl:if></input></span><span class="fieldContent"><input id="AUTPlatbaHodn_gatl45" name="AUTPlatbaHodn_gatl45" title="" type="text" class="xsd_string textBox AUTPlatbaHodn_gatl45_internal" spellcheck="true" maxlength="400" size="500" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'AUTPlatbaHodn_gatl45']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'AUTPlatbaHodn_gatl45']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'AUTPlatbaHodn_gatl45']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div><div id="layoutCell29977" class="cell "><span class="fieldContent"><input id="AUTPlatbaHodn_text4" name="AUTPlatbaHodn_text4" title="" type="text" class="xsd_string textBox AUTPlatbaHodn_text_internal" spellcheck="true" maxlength="0" size="750" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'AUTPlatbaHodn_text4']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'AUTPlatbaHodn_text4']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'AUTPlatbaHodn_text4']" /></xsl:attribute></xsl:if></input></span><span class="fieldContent"><input id="AUTPlatbaHodn_gatl38_gatl40" name="AUTPlatbaHodn_gatl38_gatl40" title="" type="text" class="xsd_string textBox AUTPlatbaHodn_gatl38_gatl40_internal" spellcheck="true" maxlength="400" size="500" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'AUTPlatbaHodn_gatl38_gatl40']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'AUTPlatbaHodn_gatl38_gatl40']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'AUTPlatbaHodn_gatl38_gatl40']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div><div id="layoutCell29978" class="cell "><span class="fieldContent"><input id="AUTPlatbaHodn_text5" name="AUTPlatbaHodn_text5" title="" type="text" class="xsd_string textBox AUTPlatbaHodn_text_internal" spellcheck="true" maxlength="0" size="750" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'AUTPlatbaHodn_text5']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'AUTPlatbaHodn_text5']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'AUTPlatbaHodn_text5']" /></xsl:attribute></xsl:if></input></span><span class="fieldContent"><input id="AUTPlatbaHodn_gatl22" name="AUTPlatbaHodn_gatl22" title="" type="text" class="xsd_string textBox AUTPlatbaHodn_gatl22_internal" spellcheck="true" maxlength="400" size="500" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'AUTPlatbaHodn_gatl22']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'AUTPlatbaHodn_gatl22']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'AUTPlatbaHodn_gatl22']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div><div id="layoutCell29979" class="cell "><span class="fieldContent"><input id="AUTPlatbaHodn_text6" name="AUTPlatbaHodn_text6" title="" type="text" class="xsd_string textBox AUTPlatbaHodn_text_internal" spellcheck="true" maxlength="0" size="750" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'AUTPlatbaHodn_text6']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'AUTPlatbaHodn_text6']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'AUTPlatbaHodn_text6']" /></xsl:attribute></xsl:if></input></span><span class="fieldContent"><input id="AUTPlatbaHodn_vs_aut" name="AUTPlatbaHodn_vs_aut" title="" type="text" class="xsd_string textBox AUTPlatbaHodn_vs_aut_internal" spellcheck="true" maxlength="400" size="500" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'AUTPlatbaHodn_vs_aut']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'AUTPlatbaHodn_vs_aut']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'AUTPlatbaHodn_vs_aut']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div><div id="layoutCell29981" class="cell "><span class="fieldContent"><input id="AUTPlatbaHodn_text7" name="AUTPlatbaHodn_text7" title="" type="text" class="xsd_string textBox AUTPlatbaHodn_text_internal" spellcheck="true" maxlength="0" size="750" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'AUTPlatbaHodn_text7']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'AUTPlatbaHodn_text7']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'AUTPlatbaHodn_text7']" /></xsl:attribute></xsl:if></input></span><span class="fieldContent"><input id="AUTPlatbaHodn_ss_aut" name="AUTPlatbaHodn_ss_aut" title="" type="text" class="xsd_string textBox AUTPlatbaHodn_ss_aut_internal" spellcheck="true" maxlength="400" size="500" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'AUTPlatbaHodn_ss_aut']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'AUTPlatbaHodn_ss_aut']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'AUTPlatbaHodn_ss_aut']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div><div id="layoutCell_e29965" class="cell "><label class="fieldLabel" title="" for="AUTPlatbaHodn_barcode" style="width:120px;"><xsl:text disable-output-escaping="yes">Čiarový kód</xsl:text></label><div class="fieldContent" id="imgSpanAUTBarCode"><xsl:if test="./*[name() = 'AUTPlatbaHodn_barcode']"><xsl:variable name="barcodeIMG_data" select="./*[name() = 'AUTPlatbaHodn_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="AUTPlatbaHodn_barcode_img" src="{$barcodeIMG}" alt="barcode" /></xsl:when><xsl:otherwise><img id="AUTPlatbaHodn_barcode_img" src="" alt="" /></xsl:otherwise></xsl:choose></xsl:if></div><input id="AUTPlatbaHodn_barcode" name="AUTPlatbaHodn_barcode" type="hidden" class="xsd_string textBox" alt="" value=""><xsl:if test="boolean(./*[name() = 'AUTPlatbaHodn_barcode']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'AUTPlatbaHodn_barcode']"><xsl:variable name="barcodeIMG_data" select="./*[name() = 'AUTPlatbaHodn_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() = 'AUTPlatbaHodn_barcode']" /></xsl:attribute></xsl:otherwise></xsl:choose></xsl:if></input><div class="clear" /></div><div id="layoutCell_f29965" class="cell "><label class="fieldLabel" title="" for="AUTPlatbaHodn_qrcode" style="width:120px;"><xsl:text disable-output-escaping="yes">QR kód</xsl:text></label><div class="fieldContent" id="imgSpanAUTQRCode"><xsl:if test="./*[name() = 'AUTPlatbaHodn_qrcode']"><xsl:variable name="barcodeIMG_data" select="./*[name() = 'AUTPlatbaHodn_qrcode']" /><xsl:choose><xsl:when test="string-length($barcodeIMG_data) > 0"><xsl:variable name="barcodeIMG" select="concat('data:image/png;base64,',$barcodeIMG_data)" /><img id="AUTPlatbaHodn_qrcode_img" height="200px" src="{$barcodeIMG}" alt="" /></xsl:when><xsl:otherwise><img id="AUTPlatbaHodn_qrcode_img" height="200px" src="" alt="" /></xsl:otherwise></xsl:choose></xsl:if></div><input id="AUTPlatbaHodn_qrcode" name="AUTPlatbaHodn_qrcode" type="hidden" class="xsd_string textBox" alt="" value=""><xsl:if test="boolean(./*[name() = 'AUTPlatbaHodn_qrcode']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'AUTPlatbaHodn_qrcode']"><xsl:variable name="barcodeIMG_data" select="./*[name() = 'AUTPlatbaHodn_qrcode']" /><xsl:choose><xsl:when test="string-length($barcodeIMG_data) > 0"><xsl:variable name="barcodeIMG" select="concat('data:image/png;base64,',$barcodeIMG_data)" /><xsl:attribute name="value"><xsl:value-of select="concat($barcodeIMG,'')" /></xsl:attribute></xsl:when><xsl:otherwise><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'AUTPlatbaHodn_qrcode']" /></xsl:attribute></xsl:otherwise></xsl:choose></xsl:if></input><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaNHPPlatba"><div id="layoutRow6810" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="SekciaNHPPlatba" /><div id="layoutRowContentlayoutRow6810" class="columns"><div id="layoutColumn12721" class="column first"><div id="layoutCell29992P" class="cell "><span class="fieldLabel" title="" style="width:880px;display:none"><xsl:text disable-output-escaping="yes">Platobné údaje</xsl:text></span><span class="fieldContent"><input id="SekciaNHPPlatba_text_PU" name="SekciaNHPPlatba_text_PU" title="" type="text" class="xsd_string textBox Platba_text_internal1" spellcheck="true" maxlength="400" size="500" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'SekciaNHPPlatba_text_PU']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaNHPPlatba_text_PU']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaNHPPlatba_text_PU']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div><div id="layoutCell29992" class="cell "><span class="fieldLabel" title="" style="width:880px;display:none"><xsl:text disable-output-escaping="yes">Daň za nevýherné hracie prístroje alebo splátky tejto dane ste povinný uhradiť na účet správcu dane</xsl:text></span><span class="fieldContent"><input id="SekciaNHPPlatba_text" name="SekciaNHPPlatba_text" title="" type="text" class="xsd_string textBox Platba_text_internal" spellcheck="true" maxlength="400" size="500" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'SekciaNHPPlatba_text']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'SekciaNHPPlatba_text']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'SekciaNHPPlatba_text']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div><div id="layoutCell29991" class="cell "><xsl:for-each select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaNHPPlatba/egonp:SekciaNHPPlatbaHodn"><div id="layoutRow6809" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="SekciaNHPPlatbaHodn" /><div id="layoutRowContentlayoutRow6809" class="columns"><div id="layoutColumn12719" class="column first" style="width:860px;"><div id="layoutCell29961X4" class="cell"><span class="fieldContent"><input id="NHPPlatbaHodn_text1" name="NHPPlatbaHodn_text1" title="" type="text" class="xsd_string textBox NHPPlatbaHodn_text_internal" spellcheck="true" maxlength="0" size="750" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'NHPPlatbaHodn_text1']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'NHPPlatbaHodn_text1']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'NHPPlatbaHodn_text1']" /></xsl:attribute></xsl:if></input></span><span class="fieldContent"><input id="SekciaNHPSplSuma_sumnhp1" name="SekciaNHPSplSuma_sumnhp" type="text" class="xsd_string textBox SekciaNHPSplSuma_sumnhp_internal" spellcheck="true" maxlength="400" size="500" readonly="readonly" disabled="disabled" value=""><xsl:if test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaNHPSpl/egonp:SekciaNHPSplSuma/egonp:SekciaNHPSplSuma_sumnhp/@isReadOnly = 'true'"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="/egonp:eForm_eGov_vystup_002061/egonp:SekciaNHPSpl/egonp:SekciaNHPSplSuma/egonp:SekciaNHPSplSuma_sumnhp"><xsl:attribute name="value"><xsl:value-of select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaNHPSpl/egonp:SekciaNHPSplSuma/egonp:SekciaNHPSplSuma_sumnhp" /></xsl:attribute></xsl:if></input></span><div class="clear"></div></div><div id="layoutCell299884" class="cell "><span class="fieldContent"><input id="NHPPlatbaHodn_text2" name="NHPPlatbaHodn_text2" title="" type="text" class="xsd_string textBox NHPPlatbaHodn_text_internal" spellcheck="true" maxlength="0" size="750" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'NHPPlatbaHodn_text2']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'NHPPlatbaHodn_text2']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'NHPPlatbaHodn_text2']" /></xsl:attribute></xsl:if></input></span><span class="fieldContent"><input id="NHPPlatbaHodn_mena" name="NHPPlatbaHodn_mena" title="" type="text" class="xsd_string textBox NHPPlatbaHodn_mena_internal" spellcheck="true" maxlength="400" size="500" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'NHPPlatbaHodn_gatl46']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'NHPPlatbaHodn_mena']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'NHPPlatbaHodn_mena']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div><div id="layoutCell29988" class="cell "><span class="fieldContent"><input id="NHPPlatbaHodn_text3" name="NHPPlatbaHodn_text3" title="" type="text" class="xsd_string textBox NHPPlatbaHodn_text_internal" spellcheck="true" maxlength="0" size="750" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'NHPPlatbaHodn_text3']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'NHPPlatbaHodn_text3']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'NHPPlatbaHodn_text3']" /></xsl:attribute></xsl:if></input></span><span class="fieldContent"><input id="NHPPlatbaHodn_gatl46" name="NHPPlatbaHodn_gatl46" title="" type="text" class="xsd_string textBox NHPPlatbaHodn_gatl46_internal" spellcheck="true" maxlength="400" size="500" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'NHPPlatbaHodn_gatl46']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'NHPPlatbaHodn_gatl46']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'NHPPlatbaHodn_gatl46']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div><div id="layoutCell29985" class="cell "><span class="fieldContent"><input id="NHPPlatbaHodn_text4" name="NHPPlatbaHodn_text4" title="" type="text" class="xsd_string textBox NHPPlatbaHodn_text_internal" spellcheck="true" maxlength="0" size="750" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'NHPPlatbaHodn_text4']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'NHPPlatbaHodn_text4']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'NHPPlatbaHodn_text4']" /></xsl:attribute></xsl:if></input></span><span class="fieldContent"><input id="NHPPlatbaHodn_gatl39_gatl41" name="NHPPlatbaHodn_gatl39_gatl41" title="" type="text" class="xsd_string textBox NHPPlatbaHodn_gatl39_gatl41_internal" spellcheck="true" maxlength="400" size="500" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'NHPPlatbaHodn_gatl39_gatl41']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'NHPPlatbaHodn_gatl39_gatl41']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'NHPPlatbaHodn_gatl39_gatl41']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div><div id="layoutCell29986" class="cell "><span class="fieldContent"><input id="NHPPlatbaHodn_text5" name="NHPPlatbaHodn_text5" title="" type="text" class="xsd_string textBox NHPPlatbaHodn_text_internal" spellcheck="true" maxlength="0" size="750" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'NHPPlatbaHodn_text5']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'NHPPlatbaHodn_text5']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'NHPPlatbaHodn_text5']" /></xsl:attribute></xsl:if></input></span><span class="fieldContent"><input id="NHPPlatbaHodn_gatl23" name="NHPPlatbaHodn_gatl23" title="" type="text" class="xsd_string textBox NHPPlatbaHodn_gatl23_internal" spellcheck="true" maxlength="400" size="500" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'NHPPlatbaHodn_gatl23']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'NHPPlatbaHodn_gatl23']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'NHPPlatbaHodn_gatl23']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div><div id="layoutCell29987" class="cell "><span class="fieldContent"><input id="NHPPlatbaHodn_text6" name="NHPPlatbaHodn_text6" title="" type="text" class="xsd_string textBox NHPPlatbaHodn_text_internal" spellcheck="true" maxlength="0" size="750" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'NHPPlatbaHodn_text6']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'NHPPlatbaHodn_text6']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'NHPPlatbaHodn_text6']" /></xsl:attribute></xsl:if></input></span><span class="fieldContent"><input id="NHPPlatbaHodn_vs_nhp" name="NHPPlatbaHodn_vs_nhp" title="" type="text" class="xsd_string textBox NHPPlatbaHodn_vs_nhp_internal" spellcheck="true" maxlength="400" size="500" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'NHPPlatbaHodn_vs_nhp']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'NHPPlatbaHodn_vs_nhp']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'NHPPlatbaHodn_vs_nhp']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div><div id="layoutCell29989" class="cell "><span class="fieldContent"><input id="NHPPlatbaHodn_text7" name="NHPPlatbaHodn_text7" title="" type="text" class="xsd_string textBox NHPPlatbaHodn_text_internal" spellcheck="true" maxlength="0" size="750" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'NHPPlatbaHodn_text7']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'NHPPlatbaHodn_text7']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'NHPPlatbaHodn_text7']" /></xsl:attribute></xsl:if></input></span><span class="fieldContent"><input id="NHPPlatbaHodn_ss_nhp" name="NHPPlatbaHodn_ss_nhp" title="" type="text" class="xsd_string textBox NHPPlatbaHodn_ss_nhp_internal" spellcheck="true" maxlength="400" size="500" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'NHPPlatbaHodn_ss_nhp']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'NHPPlatbaHodn_ss_nhp']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'NHPPlatbaHodn_ss_nhp']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div><div id="layoutCell_g29965" class="cell "><label class="fieldLabel" title="" for="NHPPlatbaHodn_barcode" style="width:120px;"><xsl:text disable-output-escaping="yes">Čiarový kód</xsl:text></label><div class="fieldContent" id="imgSpanNHPBarCode"><xsl:if test="./*[name() = 'NHPPlatbaHodn_barcode']"><xsl:variable name="barcodeIMG_data" select="./*[name() = 'NHPPlatbaHodn_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="NHPPlatbaHodn_barcode_img" src="{$barcodeIMG}" alt="barcode" /></xsl:when><xsl:otherwise><img id="NHPPlatbaHodn_barcode_img" src="" alt="" /></xsl:otherwise></xsl:choose></xsl:if></div><input id="NHPPlatbaHodn_barcode" name="NHPPlatbaHodn_barcode" type="hidden" class="xsd_string textBox" alt="" value=""><xsl:if test="boolean(./*[name() = 'NHPPlatbaHodn_barcode']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'NHPPlatbaHodn_barcode']"><xsl:variable name="barcodeIMG_data" select="./*[name() = 'NHPPlatbaHodn_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() = 'NHPPlatbaHodn_barcode']" /></xsl:attribute></xsl:otherwise></xsl:choose></xsl:if></input><div class="clear" /></div><div id="layoutCell_h29965" class="cell "><label class="fieldLabel" title="" for="NHPPlatbaHodn_qrcode" style="width:120px;"><xsl:text disable-output-escaping="yes">QR kód</xsl:text></label><div class="fieldContent" id="imgSpanNHPQRCode"><xsl:if test="./*[name() = 'NHPPlatbaHodn_qrcode']"><xsl:variable name="barcodeIMG_data" select="./*[name() = 'NHPPlatbaHodn_qrcode']" /><xsl:choose><xsl:when test="string-length($barcodeIMG_data) > 0"><xsl:variable name="barcodeIMG" select="concat('data:image/png;base64,',$barcodeIMG_data)" /><img id="NHPPlatbaHodn_qrcode_img" height="200px" src="{$barcodeIMG}" alt="" /></xsl:when><xsl:otherwise><img id="NHPPlatbaHodn_qrcode_img" height="200px" src="" alt="" /></xsl:otherwise></xsl:choose></xsl:if></div><input id="NHPPlatbaHodn_qrcode" name="NHPPlatbaHodn_qrcode" type="hidden" class="xsd_string textBox" alt="" value=""><xsl:if test="boolean(./*[name() = 'NHPPlatbaHodn_qrcode']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'NHPPlatbaHodn_qrcode']"><xsl:variable name="barcodeIMG_data" select="./*[name() = 'NHPPlatbaHodn_qrcode']" /><xsl:choose><xsl:when test="string-length($barcodeIMG_data) > 0"><xsl:variable name="barcodeIMG" select="concat('data:image/png;base64,',$barcodeIMG_data)" /><xsl:attribute name="value"><xsl:value-of select="concat($barcodeIMG,'')" /></xsl:attribute></xsl:when><xsl:otherwise><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'NHPPlatbaHodn_qrcode']" /></xsl:attribute></xsl:otherwise></xsl:choose></xsl:if></input><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaUpresnenie"><div id="layoutRow6811" class="layoutRow ui-tabs ui-widget-content   nocaption " title=""><input type="hidden" name="SekciaUpresnenie" /><div id="layoutRowContentlayoutRow6811" class="columns"><div id="layoutColumn12722x" class="column first" style="width:880px;"><div id="layoutCell29994x" class="cell "><label class="fieldLabel" title="" for="Upresnenie_odovod_cast2" style="display: none">Upresnenie text</label><span class="fieldContent"><textarea id="Upresnenie_odovod_cast2" name="Upresnenie_odovod_cast2" title="" class="xsd_string textArea Upresnenie_odovod_internal" spellcheck="true" cols="100" rows="3" disabled="disabled" readonly="readonly"><xsl:if test="boolean(./*[name() = 'Upresnenie_odovod_cast2']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:choose><xsl:when test="./*[name() = 'Upresnenie_odovod_cast2']"><xsl:value-of select="./*[name() = 'Upresnenie_odovod_cast2']" /></xsl:when><xsl:otherwise><xsl:text /></xsl:otherwise></xsl:choose></textarea></span><div class="clear" /></div></div><div id="layoutColumn12722" class="column" style="width:880px;"><div id="layoutCell29994" class="cell "><label class="fieldLabel" title="" for="Upresnenie_odovod" style="display: none">Upresnenie text</label><span class="fieldContent"><textarea id="Upresnenie_odovod" name="Upresnenie_odovod" title="" class="xsd_string textArea Upresnenie_odovod_internal" spellcheck="true" cols="100" rows="3" disabled="disabled" readonly="readonly"><xsl:if test="boolean(./*[name() = 'Upresnenie_odovod']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:choose><xsl:when test="./*[name() = 'Upresnenie_odovod']"><xsl:value-of select="./*[name() = 'Upresnenie_odovod']" /></xsl:when><xsl:otherwise><xsl:text /></xsl:otherwise></xsl:choose></textarea></span><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaOdovodnenie"><div id="layoutRow6812" class="layoutRow ui-tabs ui-widget-content   " title=""><input type="hidden" name="SekciaOdovodnenie" /><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" /></div><div id="layoutRowContentlayoutRow6812" class="columns"><div id="layoutColumn12723" class="column first" style="width:880px;"><div id="layoutCell29996" class="cell "><label class="fieldLabel" title="" for="Odvovodnenie_odovod" style="display: none">Odôvodnenie text</label><span class="fieldContent"><textarea id="Odvovodnenie_odovod" name="Odvovodnenie_odovod" title="" class="xsd_string textArea Odvovodnenie_odovod_internal" spellcheck="true" cols="100" rows="3" disabled="disabled" readonly="readonly"><xsl:if test="boolean(./*[name() = 'Odvovodnenie_odovod']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:choose><xsl:when test="./*[name() = 'Odvovodnenie_odovod']"><xsl:value-of select="./*[name() = 'Odvovodnenie_odovod']" /></xsl:when><xsl:otherwise><xsl:text /></xsl:otherwise></xsl:choose></textarea></span><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaPoucenie"><div id="layoutRow6813" class="layoutRow ui-tabs ui-widget-content   " title=""><input type="hidden" name="SekciaPoucenie" /><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" /></div><div id="layoutRowContentlayoutRow6813" class="columns"><div id="layoutColumn12724" class="column first" style="width:880px;"><div id="layoutCell29998" class="cell "><label class="fieldLabel" title="" for="Poucenie_gatl9" style="display: none">Poučenie text1</label><span class="fieldContent"><textarea id="Poucenie_gatl9" name="Poucenie_gatl9" title="" class="xsd_string textArea Poucenie_gatl9_internal" spellcheck="true" cols="100" rows="3" disabled="disabled" readonly="readonly"><xsl:if test="boolean(./*[name() = 'Poucenie_gatl9']/@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_gatl9']"><xsl:value-of select="./*[name() = 'Poucenie_gatl9']" /></xsl:when><xsl:otherwise><xsl:text /></xsl:otherwise></xsl:choose></textarea></span><div class="clear" /></div><div id="layoutCell29999" class="cell "><label class="fieldLabel" title="" for="Poucenie_gatl11_gatl10" style="display: none">Poučenie text2</label><span class="fieldContent"><textarea id="Poucenie_gatl11_gatl10" name="Poucenie_gatl11_gatl10" title="" class="xsd_string textArea Poucenie_gatl11_gatl10_internal" spellcheck="true" cols="100" rows="3" disabled="disabled" readonly="readonly"><xsl:if test="boolean(./*[name() = 'Poucenie_gatl11_gatl10']/@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_gatl11_gatl10']"><xsl:value-of select="./*[name() = 'Poucenie_gatl11_gatl10']" /></xsl:when><xsl:otherwise><xsl:text /></xsl:otherwise></xsl:choose></textarea></span><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaDorucujeSa"><div id="layoutRow6814" class="layoutRow ui-tabs ui-widget-content   " title=""><input type="hidden" name="SekciaDorucujeSa" /><div class="caption ui-widget-header"><div class="headercorrection" title="Doručuje sa">Doručuje sa</div><span class="arrow ui-icon ui-icon-carat-1-n" /></div><div id="layoutRowContentlayoutRow6814" class="columns"><div id="layoutColumn12725" class="column first"><div id="layoutCell30001" class="cell "><label class="fieldLabel" title="" for="DorucujeSa_mpf_mpf_zast" style="width:50px;"><xsl:text disable-output-escaping="yes">Osoba</xsl:text></label><span class="fieldContent"><input id="DorucujeSa_mpf_mpf_zast" name="DorucujeSa_mpf_mpf_zast" title="" type="text" class="xsd_string textBox DorucujeSa_mpf_mpf_zast_internal" spellcheck="true" maxlength="0" size="790" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'DorucujeSa_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_mpf_mpf_zast']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'DorucujeSa_mpf_mpf_zast']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div><div id="layoutCell30002" class="cell "><label class="fieldLabel" title="" for="DorucujeSa_adr_adr_zast" style="width:50px;"><xsl:text disable-output-escaping="yes">Adresa</xsl:text></label><span class="fieldContent"><input id="DorucujeSa_adr_adr_zast" name="DorucujeSa_adr_adr_zast" title="" type="text" class="xsd_string textBox DorucujeSa_adr_adr_zast_internal" spellcheck="true" maxlength="0" size="790" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'DorucujeSa_adr_adr_zast']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'DorucujeSa_adr_adr_zast']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'DorucujeSa_adr_adr_zast']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaPodpis"><div id="layoutRow12226" class="layoutRow ui-tabs ui-widget-content   " title=""><input type="hidden" name="SekciaPodpis" /><div class="caption ui-widget-header"><div class="headercorrection" title="Podpis">Podpis</div><span class="arrow ui-icon ui-icon-carat-1-n" /></div><div id="layoutRowContentlayoutRow12226" class="columns"><div id="layoutColumn22606" class="column first" style="width:850px;"><div id="layoutCell56399" class="cell "><label class="fieldLabel" title="" for="Podpis_Meno_iss" style="display: none">Osoba</label><span class="fieldContent"><input id="Podpis_Meno_iss" name="Podpis_Meno_iss" title="" type="text" class="xsd_string textBox Podpis_Meno_iss_internal" spellcheck="true" maxlength="400" size="860" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'Podpis_Meno_iss']/@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']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Podpis_Meno_iss']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div><div id="layoutCell56400" class="cell "><label class="fieldLabel" title="" for="Podpis_Funkcia_iss" style="display: none">Funkcia, poverenie</label><span class="fieldContent"><input id="Podpis_Funkcia_iss" name="Podpis_Funkcia_iss" title="" type="text" class="xsd_string textBox Podpis_Funkcia_iss_internal" spellcheck="true" maxlength="400" size="860" disabled="disabled" readonly="readonly" alt="" value=""><xsl:if test="boolean(./*[name() = 'Podpis_Funkcia_iss']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:if test="./*[name() = 'Podpis_Funkcia_iss']"><xsl:attribute name="value"><xsl:value-of select="./*[name() = 'Podpis_Funkcia_iss']" /></xsl:attribute></xsl:if></input></span><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_002061/egonp:SekciaZakonEGovInfo"><div id="layoutRow6812i" class="layoutRow ui-tabs ui-widget-content   " title=""><input type="hidden" name="SekciaZakonEGovInfo" /><div class="caption ui-widget-header"><div class="headercorrection" title="" /><span class="arrow ui-icon ui-icon-carat-1-n" /></div><div id="layoutRowContentlayoutRow6812i" class="columns"><div id="layoutColumn12723i" class="column first" style="width:880px;"><div id="layoutCell29996i" class="cell "><label class="fieldLabel" title="" for="Info_text" style="display: none" /><span class="fieldContent"><textarea id="Info_text" name="Info_text" title="" class="xsd_string textArea Odvovodnenie_odovod_internal" spellcheck="true" cols="100" rows="3" disabled="disabled" readonly="readonly"><xsl:if test="boolean(./*[name() = 'Info_text']/@isReadOnly = 'true')"><xsl:attribute name="readonly">readonly</xsl:attribute><xsl:attribute name="disabled">disabled</xsl:attribute></xsl:if><xsl:choose><xsl:when test="./*[name() = 'Info_text']"><xsl:value-of select="./*[name() = 'Info_text']" /></xsl:when><xsl:otherwise><xsl:text /></xsl:otherwise></xsl:choose></textarea></span><div class="clear" /></div></div><div class="clear" /></div></div></xsl:for-each><xsl:for-each select="/egonp:eForm_eGov_vystup_002061/egonp:Obec_pata"><div id="layoutRow680301" class="layoutRow ui-tabs ui-widget-content nocaption" title=""><input type="hidden" name="Obec_pata" /><div id="layoutRowContentlayoutRow680301" class="columns"><div id="layoutColumn1500" class="column" style="width:100%;"><div id="layoutCell297721" class="cell LabelBold" style="display: inline-block; width: 19%;"><label class="fieldLabel" title="" for="Obec_Telefon" style="width:40px;"><xsl:text disable-output-escaping="yes">Telefón</xsl:text></label><span class="fieldContent"><input id="Obec_Telefon" name="Obec_Telefon" title="" type="text" class="xsd_string textBox Obec_pata0_internal" spellcheck="true" disabled="disabled" readonly="readonly" alt="" value="{./*[name() = 'Obec_Telefon']}"></input></span></div><div id="layoutCell29772A" class="cell LabelBold" style="display: inline-block; width: 24%;"><label class="fieldLabel" title="" for="Obec_Email" style="width:40px;"><xsl:text disable-output-escaping="yes">E-mail</xsl:text></label><span class="fieldContent"><input id="Obec_Email" name="Obec_Email" title="" type="text" class="xsd_string textBox Obec_pata2_internal" spellcheck="true" disabled="disabled" readonly="readonly" alt="" value="{./*[name() = 'Obec_Email']}"></input></span></div><div id="layoutCell29772B" class="cell LabelBold" style="display: inline-block; width: 24%;"><label class="fieldLabel" title="" for="Obec_WEB" style="width:15px;"><xsl:text disable-output-escaping="yes">WEB</xsl:text></label><span class="fieldContent"><input id="Obec_WEB" name="Obec_WEB" title="" type="text" class="xsd_string textBox Obec_pata2_internal" spellcheck="true" disabled="disabled" readonly="readonly" alt="" value="{./*[name() = 'Obec_WEB']}"></input></span></div><div id="layoutCell29772C" class="cell LabelBold" style="display: inline-block; width: 14%;"><label class="fieldLabel" title="" for="Obec_DIC" style="width:15px;"><xsl:text disable-output-escaping="yes">DIČ</xsl:text></label><span class="fieldContent"><input id="Obec_DIC" name="Obec_DIC" title="" type="text" class="xsd_string textBox Obec_pata1_internal" spellcheck="true" disabled="disabled" readonly="readonly" alt="" value="{./*[name() = 'Obec_DIC']}"></input></span></div><div id="layoutCell29772D" class="cell LabelBold" style="display: inline-block; width: 14%;"><label class="fieldLabel" title="" for="Obec_ICO" style="width:20px;"><xsl:text disable-output-escaping="yes">IČO</xsl:text></label><span class="fieldContent"><input id="Obec_ICO" name="Obec_ICO" title="" type="text" class="xsd_string textBox Obec_pata1_internal" spellcheck="true" disabled="disabled" readonly="readonly" alt="" value="{./*[name() = 'Obec_ICO']}"></input></span></div></div><div class="clear"></div></div></div></xsl:for-each><div id="buttonsPlaceholder"><input id="validateForm" type="button" class="button ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" value="Skontrolovať" alt="Skontrolovať" accesskey="S" /><input id="clearForm" type="button" class="button ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" value="Vyčisti" alt="Vyčisti" accesskey="V" /><input id="loadFormXml" type="button" class="button ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" value="Načítať" alt="Načítať" accesskey="N" /><input id="saveToXml" type="button" class="button ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" value="Uložiť" alt="Uložiť" accesskey="U" /><input id="cancelForm" type="button" class="button ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" value="Zrušiť" alt="Zrušiť" accesskey="Z" /></div></div><div id="statusDialog" title="Status"><img id="statusLoader" src="https://www.slovensko.sk/static/eForm/Designer/2.0.1.18/Images/ajax-loader.png" alt="Čakajte prosím" /><p id="statusMessage" class="statusMessage" /></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" /></div><div id="layoutRowSavedForms" class="columns"><div id="lcolumnSavedForms" class="column first"><div id="lcellSavedForms" class="cell" /></div><div class="clear" /></div></div></div><div id="mtd_formMetaData" style="display:none"><span id="mtd_version">2.0</span><span id="mtd_idp">4766</span><span id="mtd_namespace">http://schemas.gov.sk/form/00319031.A0000224.000000273.SpolocneRozhodnutie_TLZ2061_Compact/2.0</span></div></form></body></html></xsl:template></xsl:stylesheet>