Home_Listado de Temas

Los servicios y trámites por temas

Home_Contacto Atención Ciudadana

Guía vacía

Se ha producido un error al procesar la plantilla.
Template inclusion failed (for parameter value "/portal-navarra-theme-3_SERVLET_CONTEXT_/templates/common/FREETEXT.ftl"):
Unable to find FreeMarker template with ID portal-navarra-theme-3_SERVLET_CONTEXT_/templates/common/FREETEXT.ftl

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #include "/portal-navarra-theme-3_SER...  [in template "48155#48801#GUIDE3" at line 5, column 1]
----
1<#-- Structure Key: GUIDE --> 
2<#-- Template Key: GUIDE3 --> 
3<#-- Template Name: GUIDE3 --> 
4<#-- Template Description: Guía con índice y anclas - 3.0 --> 
5<#include "/portal-navarra-theme-3_SERVLET_CONTEXT_/templates/common/FREETEXT.ftl" /> 
6<#include "/portal-navarra-theme-3_SERVLET_CONTEXT_/templates/common/GUIDE.ftl" /> 
7<#include "/portal-navarra-theme-3_SERVLET_CONTEXT_/templates/common/RELATEDLINKS.ftl" /> 
8<#include "/portal-navarra-theme-3_SERVLET_CONTEXT_/templates/common/WARNING.ftl" /> 
9<#include "/portal-navarra-theme-3_SERVLET_CONTEXT_/templates/common/PAGE.ftl" /> 
10 
11<#--<#assign isPrintable = getUrlParameter('print') /> 
12<#if isPrintable?string=='true'> 
13    <@printTemplateGuide /> 
14<#else> 
15    <@htmlGuide /> 
16</#if>--> 
17 
18<@printTemplateGuide /> 
19 
20<#macro printTemplateGuide> 
21    <#--<table class="report-container"> 
22        <thead class="report-header"><tr><th><div class="header-space"></div></th></tr></thead> 
23        <tfoot class="report-header"><tr><td><div class="footer-space"></div></td></tr></tfoot> 
24        <tbody class="report-header"> 
25        <tr> 
26            <td class="report-content-cell">--> 
27                <div class="container-print"> 
28                    <@htmlGuide /> 
29                </div> 
30            <#--</td> 
31        </tr> 
32        </tbody> 
33    </table>--> 
34</#macro> 
35 
36<#macro htmlGuide> 
37    <div class="guide guide3" id="top"> 
38        <@createCabeceraGuias /> 
39 
40        <@createHeadGuideHtml /> 
41 
42        <div class="row pages"> 
43            <#-- CALL: GUIDE1: SHOW EVERYTHING --> 
44            <@createGuideAnchorsHtml page /> 
45 
46            <#-- CALL: CREAR LA PARTE DE CONTENIDOS RELACIONADOS Y CONTACTO --> 
47            <@createRealtedContentAndContactHtml /> 
48        </div> 
49    </div> 
50</#macro> 
51 
52<script type="text/javascript"> 
53    showPrintButton(); 
54</script>