Cette commune fait partie de:
Mancha Real
La ville de Mancha Real est située à l'est de la capitale, dans les contreforts de la Sierra Mágina et plus précisément au pied de la Peña del Águila. Elle n'est située qu'à 19 km de la ville de Jaén.
La municipalité, une longue bande de terre, est l'une des plus industrielles de la province. Elle s'étend des contreforts de la Sierra Mágina, au sud, jusqu'au fleuve Guadalquivir, au nord.
Au sud de la commune se trouvent les terres forestières, qui descendent d'ici jusqu'au fleuve Guadalquivir et se transforment en une campagne oléicole.
information
Zone touristique: Sierra Mágina
Distance de la capitale (km): 19
Altitude niveau de la mer (m): 770
Extension (Km2): 97
Nombre d'habitants: 11264
Personnes: Manchegos ou Mancharealeños
Code postal: 23100
La ville de Sotogordo appartient également à la Mancha Real.
En plus d'avoir une grande tradition oléicole, c'était l'un des centres industriels les plus puissants de la province, se distinguant principalement grâce aux secteurs du bois, de l'informatique, par la fabrication d'ordinateurs, et de l'industrie de fabrication d'outils agricoles et de machines agricoles.
Au sud-ouest de la ville, à seulement 3 km du centre ville, à côté du parc naturel de la Sierra Mágina, se trouve la Peña del Águila, un lieu de grand intérêt environnemental.
Son patrimoine architectural compte notamment l'église paroissiale de San Juan Evangelista, l'ancien couvent des carmélites aux pieds nus, la Torre del Risquillo et le château de Riez, les deux derniers faisant partie de la commune.
Source d´information
Imágenes
Contenido Audiovisual
Destinations
Culture
Fêtes
La nature
Destinos
Culture
Fêtes
La nature
Découvrir Essentiel
Planifiez votre voyage
Planifiez votre voyage
Découvrir EXPÉRIENCES
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>
