Renaming
git-svn-id: https://svn.libreccm.org/ccm/trunk@5980 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
74cd082ec5
commit
e3327f82a8
|
|
@ -5,8 +5,8 @@
|
||||||
"ui": "http://www.arsdigita.com/ui/1.0"}
|
"ui": "http://www.arsdigita.com/ui/1.0"}
|
||||||
>
|
>
|
||||||
|
|
||||||
<#import ../ccm-cms.ftl as CMS>
|
<#import ../ccm-cms/ContentItem.ftl as ContentItem>
|
||||||
|
|
||||||
<#function getHref article>
|
<#function getHref article>
|
||||||
<#return CMS.generateContentItemLink(article["./@oid"])>
|
<#return ContentItem.generateContentItemLink(article["./@oid"])>
|
||||||
</#function>
|
</#function>
|
||||||
|
|
|
||||||
|
|
@ -5,8 +5,8 @@
|
||||||
"ui": "http://www.arsdigita.com/ui/1.0"}
|
"ui": "http://www.arsdigita.com/ui/1.0"}
|
||||||
>
|
>
|
||||||
|
|
||||||
<#import ../ccm-cms.ftl as CMS>
|
<#import ../ccm-cms/ContentItem.ftl as ContentItem>
|
||||||
|
|
||||||
<#function getHref collectedVolume>
|
<#function getHref collectedVolume>
|
||||||
<#return CMS.generateContentItemLink(collectedVolume["./@oid"])>
|
<#return ContentItem.generateContentItemLink(collectedVolume["./@oid"])>
|
||||||
</#function>
|
</#function>
|
||||||
|
|
@ -5,13 +5,13 @@
|
||||||
"ui": "http://www.arsdigita.com/ui/1.0"}
|
"ui": "http://www.arsdigita.com/ui/1.0"}
|
||||||
>
|
>
|
||||||
|
|
||||||
<#import ../ccm-cms.ftl as CMS>
|
<#import ../ccm-cms/ContentItem.ftl as ContentItem>
|
||||||
|
|
||||||
<#function getTitle journal>
|
<#function getTitle journal>
|
||||||
<#return journal["./title"]>
|
<#return journal["./title"]>
|
||||||
</#function>
|
</#function>
|
||||||
|
|
||||||
<#function getHref journal>
|
<#function getHref journal>
|
||||||
<#return CMS.generateContentItemLink(journal["./@oid"])>
|
<#return ContentItem.generateContentItemLink(journal["./@oid"])>
|
||||||
</#function>
|
</#function>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,12 +5,12 @@
|
||||||
"ui": "http://www.arsdigita.com/ui/1.0"}
|
"ui": "http://www.arsdigita.com/ui/1.0"}
|
||||||
>
|
>
|
||||||
|
|
||||||
<#import ../ccm-cms.ftl as CMS>
|
<#import ../ccm-cms/ContentItem.ftl as ContentItem>
|
||||||
|
|
||||||
<#function getHref proceedings>
|
<#function getHref proceedings>
|
||||||
<#return CMS.generateContentItemLink(proceedings["./@oid"])>
|
<#return ContentItem.generateContentItemLink(proceedings["./@oid"])>
|
||||||
</#function>
|
</#function>
|
||||||
|
|
||||||
<#function getPaperHref paper>
|
<#function getPaperHref paper>
|
||||||
<#return CMS.generateContentItemLink(paper["./@oid"])>
|
<#return ContentItem.generateContentItemLink(paper["./@oid"])>
|
||||||
</#function>
|
</#function>
|
||||||
|
|
@ -5,10 +5,10 @@
|
||||||
"ui": "http://www.arsdigita.com/ui/1.0"}
|
"ui": "http://www.arsdigita.com/ui/1.0"}
|
||||||
>
|
>
|
||||||
|
|
||||||
<#import ../ccm-cms.ftl as CMS>
|
<#import ../ccm-cms/ContentItem.ftl as ContentItem>
|
||||||
|
|
||||||
<#function getLink series>
|
<#function getLink series>
|
||||||
<#return CMS.generateContentItemLink(series)>
|
<#return ContentItem.generateContentItemLink(series)>
|
||||||
</#function>
|
</#function>
|
||||||
|
|
||||||
<#function getName series>
|
<#function getName series>
|
||||||
|
|
@ -20,6 +20,6 @@
|
||||||
</#function>
|
</#function>
|
||||||
|
|
||||||
<#function getVolumeHref volume>
|
<#function getVolumeHref volume>
|
||||||
<#return CMS.generateContentItemLink(volume)>
|
<#return ContentItem.generateContentItemLink(volume)>
|
||||||
</#function>
|
</#function>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
"ui": "http://www.arsdigita.com/ui/1.0"}
|
"ui": "http://www.arsdigita.com/ui/1.0"}
|
||||||
>
|
>
|
||||||
|
|
||||||
<#import ../ccm-cms.ftl as CMS>
|
<#import ../ccm-cms/ContentItem.ftl as ContentItem>
|
||||||
|
|
||||||
<#function getDescription data>
|
<#function getDescription data>
|
||||||
<#if (data["./instituteDesc"]?size > 0)>
|
<#if (data["./instituteDesc"]?size > 0)>
|
||||||
|
|
@ -34,7 +34,7 @@
|
||||||
</#function>
|
</#function>
|
||||||
|
|
||||||
<#function getDepartmentHeadLink head>
|
<#function getDepartmentHeadLink head>
|
||||||
<#return CMS.generateContentItemLink(head)>
|
<#return ContentItem.generateContentItemLink(head)>
|
||||||
</#function>
|
</#function>
|
||||||
|
|
||||||
<#function getDepartmentViceHeads data>
|
<#function getDepartmentViceHeads data>
|
||||||
|
|
@ -58,7 +58,7 @@
|
||||||
</#function>
|
</#function>
|
||||||
|
|
||||||
<#function getSecretariatsLink sec>
|
<#function getSecretariatsLink sec>
|
||||||
<#return CMS.generateContentItemLink(sec)>
|
<#return ContentItem.generateContentItemLink(sec)>
|
||||||
</#function>
|
</#function>
|
||||||
|
|
||||||
<#function getProjects data>
|
<#function getProjects data>
|
||||||
|
|
@ -70,7 +70,7 @@
|
||||||
</#function>
|
</#function>
|
||||||
|
|
||||||
<#function getProject project>
|
<#function getProject project>
|
||||||
<#return CMS.generateContentItemLink(project)>
|
<#return ContentItem.generateContentItemLink(project)>
|
||||||
</#function>
|
</#function>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
"ui": "http://www.arsdigita.com/ui/1.0"}
|
"ui": "http://www.arsdigita.com/ui/1.0"}
|
||||||
>
|
>
|
||||||
|
|
||||||
<#import ../ccm-cms.ftl as CMS>
|
<#import ../ccm-cms/ContentItem.ftl as ContentItem>
|
||||||
|
|
||||||
<#function getDescription data>
|
<#function getDescription data>
|
||||||
<#if (data["./instituteDesc"]?size > 0)>
|
<#if (data["./instituteDesc"]?size > 0)>
|
||||||
|
|
@ -36,7 +36,7 @@
|
||||||
</#function>
|
</#function>
|
||||||
|
|
||||||
<#function getDepartmentLink department>
|
<#function getDepartmentLink department>
|
||||||
<#return CMS.generateContentItemLink(department)>
|
<#return ContentItem.generateContentItemLink(department)>
|
||||||
</#function>
|
</#function>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue