Elektronické služby
Elektronické služby Národného lesníckeho centra
Prostredníctvom tohto portálu môžete využívať elektronické služby Národného lesníckeho centra a odosielať elektronické podania na projekt.
Nižšie je uvedený zoznam poskytovaných elektronických služieb. Na získanie podrobných informácií o službe kliknite na požadovanú službu a následne na tlačidlo Detail služby.
The following has evaluated to null or missing: ==> contentDoc.selectSingleNode("/root/dynamic-element[@name='URL']/dynamic-content[@language-id='" + locStr + "']") [in template "20098#20124#41568" at line 26, column 46] ---- Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: #assign odkaz = contentDoc.selectSing... [in template "20098#20124#41568" at line 26, column 29] ----
1<#assign SAXReaderUtil = staticUtil["com.liferay.portal.kernel.xml.SAXReaderUtil"] />
2<#assign lRegularURL = layout.getRegularURL(request) />
3<#assign siteURL = lRegularURL?substring(0, lRegularURL?index_of(layout.getFriendlyURL())) />
4<#assign locStr = locale.toString() />
5<div class="sluzby portlet-content">
6 <#--h1>${portletPreferences.get('portletSetupTitle_'+locStr)?first!""}</h1-->
7 <div class="govuk-accordion" data-module="govuk-accordion" id="gov-blocks-accordion-block" data-attribute="value">
8
9 <#if entries?has_content>
10 <#list entries as curEntry>
11 <#assign articleId = curEntry.classPK />
12 <div class="govuk-accordion__section">
13 <div class="govuk-accordion__section-header accordion">
14 <h2 class="govuk-accordion__section-heading">
15 <button type="button" id="said-${articleId}-heading" aria-controls="said-${articleId}-content" class="govuk-accordion__section-button" aria-describedby="said-${articleId}-summary" aria-expanded="false">
16 ${curEntry.getTitle(locale)}
17 </button><span class="govuk-accordion__icon" aria-hidden="true"></span>
18 </h2>
19 </div>
20 <div id="said-${articleId}-content" class="panel govuk-accordion__section-content" aria-labelledby="said-${articleId}-heading" x-style="display:none">
21 <div>
22 <#assign article = curEntry.assetRenderer.article />
23 <#assign contentDoc = SAXReaderUtil.read(article.content) />
24 <#--assign content = contentDoc.selectSingleNode("/root/dynamic-element[@name='Popis']/dynamic-content[@language-id='" + locStr + "']").text /-->
25 <#assign content = article.getDescription(locale) />
26 <#assign odkaz = contentDoc.selectSingleNode("/root/dynamic-element[@name='URL']/dynamic-content[@language-id='" + locStr + "']").text!""/>
27 <#assign odkazBezEid = contentDoc.selectSingleNode("/root/dynamic-element[@name='URLBEZEID']/dynamic-content[@language-id='" + locStr + "']")!""/>
28 <#if !odkaz?has_content >
29 <#assign odkaz = siteURL+"/sluzby/"+curEntry.assetRenderer.urlTitle />
30 </#if>
31 <#assign text2 = contentDoc.selectSingleNode("/root/dynamic-element[@name='Text2']/dynamic-content[@language-id='" + locStr + "']")!""/>
32 ${content?replace('<','<')?replace('>','>')?replace('&','&')}
33 <#if text2?has_content && text2.text?has_content><em class="login-needed">${text2.text!""}</em></#if>
34 <div class="button-holder">
35
36 <a class="idsk-button" href="${odkaz}">
37 <#if text2?has_content && text2.text?has_content>
38 <span class="login-needed icon icon-signin"></span>
39 </#if>
40 Detail služby
41 </a>
42 </div>
43
44 </div>
45 </div>
46 </div>
47 </#list>
48 </#if>
49 </div>
50</div>
Ako urobiť elektronické podanie
Ako urobiť elektronické podanie
Pre odoslanie elektronického podania je potrebné sa prihlásiť.
Na prihlásenie potrebujete:
- Občiansky preukaz s čipom (eID karta)
- Čítačku eID kariet
Po kliknutí na tlačidlo „Prihlásiť sa“ budete presmerovaný(á) na web slovensko.sk, kde sa pomocou občianskeho preukazu a čítačky prihlásite.
Po úspešnom prihlásení vojdite do detailu požadovanej služby, odkiaľ je možné odoslať elektronické podanie.
Jednotlivé služby je možné prehliadať aj bez prihlásenia. Ak budete chcieť odoslať elektronické podanie, portál Vás automaticky presmeruje na prihlásenie cez slovensko.sk.