libreccm-legacy/ccm-sci-publications/web/themes/freemarker/ccm-sci-publications/proceedings.ftl

16 lines
477 B
Plaintext

<#ftl ns_prefixes={
"bebop":"http://www.arsdigita.com/bebop/1.0",
"cms":"http://www.arsdigita.com/cms/1.0",
"nav":"http://ccm.redhat.com/navigation",
"ui": "http://www.arsdigita.com/ui/1.0"}
>
<#import ../ccm-cms/content-item.ftl as ContentItem>
<#function getHref proceedings>
<#return ContentItem.generateContentItemLink(proceedings["./@oid"])>
</#function>
<#function getPaperHref paper>
<#return ContentItem.generateContentItemLink(paper["./@oid"])>
</#function>