Para todos los navegadores que no son chrome
Heading Example
A paragraph is a self-contained unit of a discourse in writing dealing with a particular point or idea. Paragraphs are usually an expected part of formal writing, used to organize longer prose.
Heading Example
A paragraph is a self-contained unit of a discourse in writing dealing with a particular point or idea. Paragraphs are usually an expected part of formal writing, used to organize longer prose.
Heading Example
A paragraph is a self-contained unit of a discourse in writing dealing with a particular point or idea. Paragraphs are usually an expected part of formal writing, used to organize longer prose.
Se ha producido un error al procesar la plantilla.
The following has evaluated to null or missing: ==> assetRenderer.getURLEdit(request) [in template "35233#35274#113906" at line 18, column 37] ---- Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: editURL = assetRenderer.getURLEdit(re... [in template "35233#35274#113906" at line 18, column 29] ----
1<#--
2Widget templates can be used to modify the look of a
3specific application.
4
5Please use the right panel to quickly add commonly used variables.
6Autocomplete is also available and can be invoked by typing "${".
7 <div class="r-c-card r-t-card__contact-1 disabled bg-color-blanco d-flex gap-1 flex-column justify-content-center flex-grow-1">
8 </div>
9-->
10
11
12<#if entries?has_content>
13 <div id="uno" class="r-c-tresTresPaginador__grid r-j-tresTresPaginador__grid ">
14 <#list entries as curEntry>
15 <#assign
16 assetRenderer=curEntry.getAssetRenderer()
17 journalArticle=assetRenderer.getAssetObject()
18 editURL=assetRenderer.getURLEdit(request).toString() />
19
20
21 <@liferay_journal["journal-article"]
22 articleId=journalArticle.getArticleId()
23 ddmTemplateKey=journalArticle.getDDMTemplateKey()
24 groupId=journalArticle.getGroupId() />
25
26 </#list>
27 </div>
28</#if>