Teca del Mediterraneo - L'acquedotto pubblico pugliese nel servizio idrico integrato
Si è verificato un errore nell'elaborarazione del modello.
The following has evaluated to null or missing: ==> note [in template "20101#20128#127279" at line 46, column 30] ---- Tip: If the failing expression is known to be 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: #if note.getData() != "" [in template "20101#20128#127279" at line 46, column 25] ----
1<#include "${templatesPath}/90692"/>
2<#assign categories=getCategoriesOfArticle()/>
3<div>
4
5
6 <div class="marginBottom20">
7 <a class="fancybox" href="#dialogImg" title="${htmlUtil.escapeAttribute(.vars['reserved-article-title'].getData())}">
8 <img src="${Immagineaap0.getData()}" alt="imgDettaglio" class="img-responsive contentImage"/>
9 </a>
10 <div id="dialogImg" style="width:400px; display:none">
11 <img src="${Immagineaap0.getData()}" class="img-responsive"/>
12 </div>
13
14 </div>
15
16
17
18 <!--<img style="padding: 5px;max-height: 300px;border: 1px solid #ded7d7;" align="left" src="${Immagineaap0.getData()}" class="mr-3 mt-1 "/>-->
19
20 <#if categories?size!=0>
21 <div class="marginBottom20">
22 <h6 class="tipologia">${categories?first}</h6>
23 </div>
24 </#if>
25 <div class="marginBottom20">
26 <h3>${Titolo.getData()}</h3>
27 </div>
28
29 <#if Sottotitolo?? > <div class="marginBottom20">
30 ${Sottotitolo.getData()}
31 </div>
32 </#if>
33 <div class="marginBottom20"><b>Anno pubblicazione:</b> ${AnnoPubblicazione.getData()}</div>
34 <div class="marginBottom20"><b>Autore:</b> ${Autore.getData()}</div>
35 <div class="marginBottom20"><b>Casa Editrice:</b> ${CasaEditrice.getData()}</div>
36 <div class="marginBottom20"><b>Formato:</b> ${Formato.getData()}</div>
37
38 <div class="marginBottom20"><b>ISBN:</b> ${ISBN.getData()}</div>
39 <div class="marginBottom20"><b>Pagine:</b> ${Pagine.getData()}</div>
40 <div class="marginBottom20"><b>Tipografia:</b> ${Tipografia.getData()}</div>
41 <div class="marginBottom20">
42 <section><article><b>Descrizione:</b>
43 ${Descrizione.getData()}
44 </article></section>
45 </div>
46 <#if note.getData() != ''>
47 <div class="marginBottom20">
48
49 <section><article><b>Note:</b>
50 ${note.getData()}
51 </article></section>
52 </div>
53 </#if>
54 <#if DataInserimento.getData() != ''>
55 <div class="marginBottom20"><b>Data inserimento:</b> ${DataInserimento.getData()?date("yyyy-MM-dd")?string("dd/MM/yyyy")}
56 </div>
57
58 </#if>
59</div>
60<@showAllegati/>