Atrás
Artesanía
Se ha producido un error al procesar la plantilla.
Error: on line 111, column 18 in 20157#20197#79364 The string doesn't match the expected date/time format. The string to parse was: "mar, 17 dic 2019 21:48:00 +0100". The expected format was: "EEE, d MMM yyyy".
1<style>
2.active.last {
3 margin-top: -8px !important;
4 padding-left: 10px !important;
5}
6.taglib-header{display:none !important;}
7.taglib-social-bookmarks{display:none !important;}
8.contenidoSpan12{
9 margin: auto !important;
10 font-family: SourceSansProRegular,sans-serif;
11 color: #595959;
12 font-style: normal;
13 line-height: 1.25;
14 width: 100%;
15}
16.contenidoSpan4{
17 margin: auto auto 5% !important;
18 margin-bottom: 5%;
19 display: inline-block;
20 width: 30%;
21 padding-left: 15px;
22 padding-right: 15px;
23 margin-bottom: 0% !important;
24}
25}
26
27.icono{
28 font-family: icomoon !important;
29 border-radius: 100%;
30 color: #fff;
31 display: inline-block;
32 height: 29px;
33 margin-right: 5px;
34 padding: 5px;
35 text-align: center;
36 width: 29px;
37}
38
39.miniTitulo{
40 color: #fb1622;
41 font-family: SourceSansSemiBold !important;
42 font-size: 12px;
43 margin-top: 5%;
44 margin-bottom: 7%;
45 display: inline-block;
46 text-align: center;
47}
48
49.imagenConTitulo{
50 text-align: center !important;;
51}
52
53.tituloContenido{
54 font-size: 20px;
55 min-height: 50px;
56 line-height: 1.1 !important;
57 position: relative;
58 margin-bottom: 0px;
59 margin-top: 0;
60 font-family: inherit;
61 font-weight: bold;
62 text-align: center;
63}
64
65.resumenContenido{
66 line-height: 1.25;
67 text-align: justify;
68 min-height: 125px;
69 margin-bottom: 5%;
70 margin-left: 10%;
71 margin-right: 10%;
72 max-height: 125px;
73}
74
75.botonesContenido{
76 margin: auto;
77 min-height: 50px;
78 text-align: center;
79 width: 80%;
80}
81
82.botonContenido {
83 font-family: SourceSansSemiBold;
84 padding: 11px 20px;
85 text-align: center;
86 border: 1px solid #00008f;
87 color: #00008f !important;
88 cursor: pointer;
89 display: inline-block;
90 font-size: 16px;
91 text-align: center;
92 vertical-align: middle;
93 transition: 0.4s;
94}
95
96.botonContenido:hover {
97 background-color:#00008f;
98 color: #ffffff !important;
99 text-decoration:none !important;
100}
101
102.tituloPlantilla{padding-bottom:5px !important;border-bottom:3px solid #83bb25;font-weight:bold !important;}
103</style>
104
105
106
107<div class="contenidoDinamico" style="margin-top:0;">
108<div>
109
110<#assign fecha = .vars['reserved-article-display-date'].data>
111<#assign fecha = fecha?datetime("EEE, d MMM yyyy")>
112
113
114 <div class="span12">
115 <p class="megaTitle tituloPlantilla">${Titulo.getData()}</p>
116 <p style="text-align: right;font-weight: bold;margin-right: 2% !important;margin-top: -15px;color: #83bb25;">${fecha?substring(0, 12)}</p>
117 </div>
118</div>
119<br style="clear:both;"/>
120<div style="background:url(${Imagen2684.getData()});height: 200px;background-size: cover; float:left; width:30%; margin-top:30px; margin-right: 11px;"></div>
121<div>
122 <div style="margin-top: 30px; width:100%;">
123 <#if Resumen?has_content>
124 <p><strong>${Resumen.getData()}</strong></p>
125 </#if>
126 </br>
127 ${HTML2398.getData()}
128 </div>
129</div>
130</div>
131<!--<#if entries?has_content>
132 <div class="news">
133 <#list entries as curEntry>
134 <#assign renderer = curEntry.getAssetRenderer() />
135 <#assign className = renderer.getClassName() />
136 <#if className == "com.liferay.portlet.journal.model.JournalArticle" >
137 <#assign docXml = saxReaderUtil.read(curEntry.getAssetRenderer().getArticle().getContent()) />
138 <#assign nombre = docXml.valueOf("//dynamic-element[@name='nombre']/dynamic-content/text()") />
139 <#assign resumen = docXml.valueOf("//dynamic-element[@name='resumen']/dynamic-content/text()") />
140
141 <div class="contenidoSpan4">
142 <div class="imagenConTitulo">
143 <${themeDisplay.getPathThemeImages()}/canada/checked.png"/>
144 <img class="icono" src="http://localhost:8080/documents/20182/42558/cobertura.png" />
145 <div class="miniTitulo">
146 Mis desplazamientos
147 </div>
148 </div>
149 <div class="tituloContenido">
150 ${nombre}
151 </div>
152 <div class="resumenContenido">
153 ${resumen}
154 </div>
155
156 <div class="botonesContenido">
157 <a class="botonContenido" href="${assetPublisherHelper.getAssetViewURL(renderRequest, renderResponse, curEntry, true)}">Take a look at this clause</a>
158 </div>
159 </div>
160 </#if>
161 </#list>
162 </div>
163</#if>-->