Eventos gastronómicos - Eventos gastronómicos

Eventos Descubre todas nuestras actividades gastronómicas y oleícolas
Se ha producido un error al procesar la plantilla.
Error while invoking the "journal-article" JSP custom tag; see cause exception ---- FTL stack trace ("~" means nesting-related): - Failed at: @liferay_journal["journal-article"] a... [in template "20101#20127#9755253" at line 5, column 9] ----
1<#if request.getParameter("ida")??>
2
3 <!-- Mostro EVENTO -->
4
5 <@liferay_journal["journal-article"]
6 articleId=request.getParameter("ida")
7 ddmTemplateKey="9754852"
8 groupId=themeDisplay.getScopeGroupId()
9 />
10 <div class='bvolver'>
11 <a href='.'>< Volver</a>
12 </div>
13
14<#else>
15
16 <!-- Mostrar el listado EVENTOS -->
17
18
19 <#if entries?has_content>
20 <#list entries as curEntry>
21
22 <#assign
23 assetRenderer = curEntry.getAssetRenderer()
24 journalArticle = assetRenderer.getAssetObject()
25 />
26
27 <a href='${currentURL}&ida=${journalArticle.getArticleId()}#anchoritem'>
28 <div class='listaevento-item'>
29 <@liferay_journal["journal-article"]
30 articleId=journalArticle.getArticleId()
31 ddmTemplateKey="9754856"
32 groupId=journalArticle.getGroupId()
33 />
34 </div>
35 </a>
36
37 </#list>
38
39 <div class='clear'></div>
40 </#if>
41
42</#if>
43
44<!-- Estilos del catálogo -->
45<style>
46
47.articuloevento-item h4 {
48 margin-top: -40px;
49 background-color: #fff !important;
50 position: relative;
51 margin: 0px 10px;
52 margin-top: -60px;
53 height: 150px;
54 box-shadow: 1px 1px 19px 0px rgba(0,0,0,0.51);
55 -webkit-box-shadow: 1px 1px 19px 0px rgba(0,0,0,0.51);
56 -moz-box-shadow: 1px 1px 19px 0px rgba(0,0,0,0.51);
57 padding: 8px 14px;
58 color:#000;
59 font-size: 20px;
60 line-height:1.3;
61 -webkit-transition:all .25s ease;
62 -ms-transition:all .25s ease;
63 transition:all .25s ease;
64}
65
66.articuloevento-item h4:hover {
67 background-color: #000 !important;
68 color:#fff;
69 -webkit-transition:all .25s ease;
70 -ms-transition:all .25s ease;
71 transition:all .25s ease;
72 }
73
74
75.ficha-articuloevento h2{
76 text-align:center;
77}
78
79.articuloevento-item {
80 text-align:left;
81 border-top: 1px solid #e4e4e5;
82 }
83
84.articuloevento-item .title {
85 font-size: 20px;
86 color: #000;
87 padding: 8px 18px;
88 text-align:left;
89 }
90.ficha-articuloeventodestacado {
91 font-weight: bold;
92 text-align: center;
93 font-size: 22px;
94 margin: 40px 0;
95}
96
97
98.articuloevento-item:hover .title {
99 opacity: 0.80;
100 transition: opacity 0.20s;
101 }
102
103.buttons {
104 padding: 15px;
105 float: right;
106 }
107
108.ficha-articulo img {
109 margin: 15px 0;
110 border: 0px solid #666;
111
112 }
113
114.listaevento-item {
115 float: left;
116 width: 23%;
117 margin-left: 1%;
118 margin-right: 1%;
119}
120
121.clear {
122 clear: both;
123 }
124
125.subscribe-action, .portlet-title-text {
126 display: none;
127 }
128.bvolver {
129 clear: both;
130 text-align: center;
131 border: 1px solid #000;
132 width: 100px;
133 padding: 10px;
134
135}
136
137
138 .bvolver:hover {
139 clear: both;
140 text-align: center;
141 border: 1px solid #f5d404;
142 background-color:#f5d404;
143 width: 100px;
144 padding: 10px;
145}
146
147.bvolver a {
148 color: #000 !important;
149}
150
151.bvolver:hover a {
152 color: #000 !important;
153}
154.ficha-articuloimagen {
155 float: right;
156 width: 33%;
157}
158.ficha-articulotexto {
159 float: left;
160 width: 60%;
161}
162
163</style>