git-svn-id: https://svn.libreccm.org/ccm/trunk@5980 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2019-04-29 17:14:33 +00:00
parent 74cd082ec5
commit e3327f82a8
7 changed files with 18 additions and 18 deletions

View File

@ -5,8 +5,8 @@
"ui": "http://www.arsdigita.com/ui/1.0"}
>
<#import ../ccm-cms.ftl as CMS>
<#import ../ccm-cms/ContentItem.ftl as ContentItem>
<#function getHref article>
<#return CMS.generateContentItemLink(article["./@oid"])>
<#return ContentItem.generateContentItemLink(article["./@oid"])>
</#function>

View File

@ -5,8 +5,8 @@
"ui": "http://www.arsdigita.com/ui/1.0"}
>
<#import ../ccm-cms.ftl as CMS>
<#import ../ccm-cms/ContentItem.ftl as ContentItem>
<#function getHref collectedVolume>
<#return CMS.generateContentItemLink(collectedVolume["./@oid"])>
<#return ContentItem.generateContentItemLink(collectedVolume["./@oid"])>
</#function>

View File

@ -5,13 +5,13 @@
"ui": "http://www.arsdigita.com/ui/1.0"}
>
<#import ../ccm-cms.ftl as CMS>
<#import ../ccm-cms/ContentItem.ftl as ContentItem>
<#function getTitle journal>
<#return journal["./title"]>
</#function>
<#function getHref journal>
<#return CMS.generateContentItemLink(journal["./@oid"])>
<#return ContentItem.generateContentItemLink(journal["./@oid"])>
</#function>

View File

@ -5,12 +5,12 @@
"ui": "http://www.arsdigita.com/ui/1.0"}
>
<#import ../ccm-cms.ftl as CMS>
<#import ../ccm-cms/ContentItem.ftl as ContentItem>
<#function getHref proceedings>
<#return CMS.generateContentItemLink(proceedings["./@oid"])>
<#return ContentItem.generateContentItemLink(proceedings["./@oid"])>
</#function>
<#function getPaperHref paper>
<#return CMS.generateContentItemLink(paper["./@oid"])>
<#return ContentItem.generateContentItemLink(paper["./@oid"])>
</#function>

View File

@ -5,10 +5,10 @@
"ui": "http://www.arsdigita.com/ui/1.0"}
>
<#import ../ccm-cms.ftl as CMS>
<#import ../ccm-cms/ContentItem.ftl as ContentItem>
<#function getLink series>
<#return CMS.generateContentItemLink(series)>
<#return ContentItem.generateContentItemLink(series)>
</#function>
<#function getName series>
@ -20,6 +20,6 @@
</#function>
<#function getVolumeHref volume>
<#return CMS.generateContentItemLink(volume)>
<#return ContentItem.generateContentItemLink(volume)>
</#function>

View File

@ -5,7 +5,7 @@
"ui": "http://www.arsdigita.com/ui/1.0"}
>
<#import ../ccm-cms.ftl as CMS>
<#import ../ccm-cms/ContentItem.ftl as ContentItem>
<#function getDescription data>
<#if (data["./instituteDesc"]?size > 0)>
@ -34,7 +34,7 @@
</#function>
<#function getDepartmentHeadLink head>
<#return CMS.generateContentItemLink(head)>
<#return ContentItem.generateContentItemLink(head)>
</#function>
<#function getDepartmentViceHeads data>
@ -58,7 +58,7 @@
</#function>
<#function getSecretariatsLink sec>
<#return CMS.generateContentItemLink(sec)>
<#return ContentItem.generateContentItemLink(sec)>
</#function>
<#function getProjects data>
@ -70,7 +70,7 @@
</#function>
<#function getProject project>
<#return CMS.generateContentItemLink(project)>
<#return ContentItem.generateContentItemLink(project)>
</#function>

View File

@ -5,7 +5,7 @@
"ui": "http://www.arsdigita.com/ui/1.0"}
>
<#import ../ccm-cms.ftl as CMS>
<#import ../ccm-cms/ContentItem.ftl as ContentItem>
<#function getDescription data>
<#if (data["./instituteDesc"]?size > 0)>
@ -36,7 +36,7 @@
</#function>
<#function getDepartmentLink department>
<#return CMS.generateContentItemLink(department)>
<#return ContentItem.generateContentItemLink(department)>
</#function>