This municipality is part of:
Valdepeñas de Jaén
Valdepeñas de Jaén is a town in the district of Sierra Sur, in the southwest of the province of Jaén.
The town’s surrounding forestland has particular importance as it is situated within the Sierra de la Pandera in the north and the Sierra de Alta Coloma in the southeast. The landscape is made up of giant chasms, gall oaks, holm oaks and peaks that reach 2,000 m in altitude. The area is also ideal for big-game hunting.
Information
ayuntamiento@sierrasurjaen.com; informacion@sierrasurjaen.com
Tourist area: Sierra Sur and Campiña de Jaén
Distance to the capital (km): 34
Altitude above sea level (m): 923
Extension (Km2): 184
N ° of Inhabitants: 4573
People: Valdepeñeros
Postal code: 23150
Owing to its privileged geographic location, Valdepeñas de Jaén boasts gorgeous nature sites with abundant water and a multitude of springs and streams, such as "Las Chorreras" and "El cañón of Pitillos".
Valdepeñas de Jaén is a farming community mainly dedicated to olives, livestock and goats’ milk. The only industry is olive oil production.
The town’s architectural and cultural heritage includes the Iglesia de Santiago Apóstol (Church of Saint James the Apostle), built in the 16th century, the Molino y Museo de Santa Ana (Mill and Museum of Saint Anna) and the Ermita del Santo Cristo de Chircales (Chapel of Holy Christ of Chircales).
Source of information
Imágenes
Contenido Audiovisual
Destinations
Nature
Culture
Festivities
Destinos
Nature
Culture
Festivities
Plan your trip
Plan your trip
Discover EXPERIENCES
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>
