Cette commune fait partie de:
Villanueva del Arzobispo
Villanueva del Arzobispo est une ville située à l'extrémité orientale de la région de Las Villas. Une partie de sa circonscription est incluse dans le parc naturel des Sierras de Cazorla, Segura et Las Villas, où abondent les lieux d'une valeur environnementale et paysagère extraordinaire. Il convient de souligner la situation géographique de la ville, car elle est le point de convergence de quatre régions : celle du Condado et ses terres rouges, celle de La Loma et ses vastes oliveraies, celle du Segura avec le plus grand parc naturel de Jaén, d'une beauté extraordinaire, et celle de Las Villas, formée de quatre villes, dont Villanueva. L'agglomération comprend également les villes de Gútar et Barranco de Montesina. ; Les terres, fertiles, sont irriguées par le fleuve Guadalquivir et la rivière Guadalimar, ce qui favorise les cultures agricoles, parmi lesquelles se démarquent les vastes oliveraies.
information
Zone touristique Sierras de Cazorla, Segura y las Villas
Distance à la capitale (km) 99
Altitude au dessus du niveau de la mer (m) 688
Extensión (Km2): 177
Nombre d'habitants 8193
Gentil Villanovenses
Code postal 23330
Son économie repose principalement sur la culture d'oliviers et la fabrication d'huile d'olive. Une entreprise d'embouteillage d'eau minérale y est également implantée.
Son patrimoine monumental est important et compte : l'église de San Andrés, celle de Vera Cruz, celle du couvent de Sana Ana, les arènes, le sanctuaire du Calvario, la Casa de Arcos et, à la périphérie, le sanctuaire de la Virgen de la Fuensanta.
Source d´information
Imágenes
Contenido Audiovisual
Destinations
La nature
Culture
Fêtes
Destinos
La nature
Culture
Fêtes
Planifiez votre voyage
Planifiez votre voyage
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
Syntax error in template "20101#20127#1641310" in line 8, column 44: Unknown built-in: "Longitud". Help (latest version): https://freemarker.apache.org/docs/ref_builtins.html; you're using FreeMarker 2.3.29. The alphabetical list of built-ins: abs, absoluteTemplateName, ancestors, api, boolean, byte, c, capFirst, capitalize, ceiling, children, chopLinebreak, chunk, contains, counter, date, dateIfUnknown, datetime, datetimeIfUnknown, default, double, dropWhile, endsWith, ensureEndsWith, ensureStartsWith, esc, eval, exists, filter, first, float, floor, groups, hasApi, hasContent, hasNext, html, ifExists, index, indexOf, int, interpret, isBoolean, isCollection, isCollectionEx, isDate, isDateLike, isDateOnly, isDatetime, isDirective, isEnumerable, isEvenItem, isFirst, isHash, isHashEx, isIndexable, isInfinite, isLast, isMacro, isMarkupOutput, isMethod, isNan, isNode, isNumber, isOddItem, isSequence, isString, isTime, isTransform, isUnknownDateLike, iso, isoH, isoHNZ, isoLocal, isoLocalH, isoLocalHNZ, isoLocalM, isoLocalMNZ, isoLocalMs, isoLocalMsNZ, isoLocalNZ, isoM, isoMNZ, isoMs, isoMsNZ, isoNZ, isoUtc, isoUtcFZ, isoUtcH, isoUtcHNZ, isoUtcM, isoUtcMNZ, isoUtcMs, isoUtcMsNZ, isoUtcNZ, itemCycle, itemParity, itemParityCap, jString, join, jsString, jsonString, keepAfter, keepAfterLast, keepBefore, keepBeforeLast, keys, last, lastIndexOf, leftPad, length, long, lowerAbc, lowerCase, map, markupString, matches, max, min, namespace, new, nextSibling, noEsc, nodeName, nodeNamespace, nodeType, number, numberToDate, numberToDatetime, numberToTime, parent, previousSibling, removeBeginning, removeEnding, replace, reverse, rightPad, root, round, rtf, seqContains, seqIndexOf, seqLastIndexOf, sequence, short, size, sort, sortBy, split, startsWith, string, substring, switch, takeWhile, then, time, timeIfUnknown, trim, truncate, truncateC, truncateCM, truncateM, truncateW, truncateWM, uncapFirst, upperAbc, upperCase, url, urlPath, values, webSafe, wordList, xhtml, xml
1<#--
2Nombre: JPI - Lista contenidos para mapa
3Tipo : Evento
4<#include "/templates_SERVLET_CONTEXT_/0/global/cms/evento/lista-contenidos-para-mapa.ftl" />
5-->
6
7<script>
8console.log("Longitud: ${Longitud?exists ? Longitud.getData() : 'No existe'}");
9console.log("Latitud: ${Latitud?exists ? Latitud.getData() : 'No existe'}");
10console.log("Titulo: ${Titulo?exists ? Titulo.getData() : 'No existe'}");
11console.log("ImagenDestacada: ${ImagenDestacada?exists ? ImagenDestacada.getData() : 'No existe'}");
12</script>
13
14<#if (Longitud?exists) && (Latitud?exists) && (Longitud.getData()?? && Longitud.getData() !="" ) && (Latitud.getData()?? && Latitud.getData() !="" )>
15 <li
16 data-color=""
17 data-structure=""
18 data-longitud="${Longitud.getData()}"
19 data-latitud="${Latitud.getData()}"
20 data-title="${Titulo.getData()?default('Sin título')}"
21 data-image="${ImagenDestacada.getData()?default('')}"
22 data-url="">
23
24 <div class="img-miniatura" title="foto-evento" style="background-image:url(${ImagenDestacada.getData()})">
25 </div>
26 <span>
27 ${Titulo.getData()}
28 </span>
29 </li>
30
31 <script>
32 console.log("** Lista de contenidos para mapa datos existen");
33 </script>
34
35 <#else>
36 <script>
37 console.log("ERROR: No existe algun dato: ${Titulo.getData()} ${ImagenDestacada.getData()} ${Longitud.getData()} ${Latitud.getData()});");
38 </script>
39 </#if>
