Cette commune fait partie de:
Pozo Alcón
Pozo Alcón est situé au sud du parc naturel des Sierras de Cazorla, Segura et Las Villas, entre deux paysages qui combinent la verdure des montagnes avec la sécheresse des basses terres qui bordent Grenade. L'agriculture constitue l'activité principale, avec en particulier la culture des oliviers, des plantes herbacées et des amandes. L'élevage est également une activité importante, dominée par les moutons (agneau Segureño) et la volaille. Les mauvaises communications avec Jaén rendent cette ville plus étroitement liée à Baza (Grenade) qu'aux autres villes de la province.
information
Zone touristique Sierras de Cazorla, Segura y las Villas
Distance à la capitale (km) 134
Altitude au dessus du niveau de la mer (m)854
Extensión (Km2): 139
Nombre d'habitants 5.464
Gentil pocenses o poceños
Code postal 23485
La ville, qui jusqu'au XVIIIe siècle appartenait à Quesada, jouit d'une architecture populaire précieuse et soignée. C'est la seule des villes du Parc Naturel qui n'ait pas perdu de recensement de population depuis la création du Parc. La municipalité a réussi à préserver d'anciens monuments tels que l'église Notre-Dame de l'Incarnation et la Place de l'Hôtel de Ville. Ce hameau témoigne un profond respect pour l'architecture traditionnelle, en particulier dans les hauts quartiers entourant l'église de Nuestra Señora de la Encarnación.
Le tourisme se consolide comme une activité d'avenir dans l'environnement appelé « Sierra del Pozo », où se trouvent de nombreux endroits de grande valeur environnementale et des paysages exceptionnels. Près de la ville se trouve le magnifique paysage du lac de Bolera.
Source d´information
Imágenes
Contenido Audiovisual
Destinations
La nature
Fêtes
Culture
Destinos
La nature
Fêtes
Culture
Planifiez votre voyage
Planifiez votre voyage
Découvrir EXPÉRIENCES
AGENDA Événements
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>
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>
