This municipality is part of:
Orcera
A town in the district of Sierra de Segura, within the Sierras de Cazorla, Segura y Las Villas Natural Park. The countryside is predominantly forest and full of places of interest.
Information
Tourist area : Sierras de Cazorla, Segura y las Villas
Distance to the capital (km) 151
Altitude above sea level (m) 797
Extensión (Km2): 126
No. of Inhabitants 1.894
Demonym Orcereños
Postal Code 23370
Joaquín Payá s/n Tfno.: 953 48 01 54
This township has the rather unusual feature of being divided into two enclaves: one in the southeast, which contains the town of Orcera, and the other in the northwest of the district, bordering the province of Ciudad Real. The farming lands are located in the west of the municipal area. The town is found hidden on the slopes of mount Peñalta, with an excellent layout and medieval centre. The local economy is dedicated to olives, olive oil, hunting and forestry. Tourism is also an important sector since the town is one of the gateways to the Sierras de Cazorla, Segura y Las Villas Natural Park.</p>
Amongst its historic heritage are the Iglesia Parroquial de la Asunción (Parochial Church of the Assumption), the Torres de Santa Catalina (Towers of Saint Cataline), the fountain known as the Fuente de los Chorros and the Old Town Centre.
Source of information
Imágenes
Contenido Audiovisual
Destinations
Culture
Nature
Festivities
Destinos
Culture
Nature
Festivities
Discover Essential
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>
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>
