NIHVIVO-3768 grants management page

This commit is contained in:
tworrall 2012-05-25 15:26:46 +00:00
parent 4d30fc58c3
commit b0167b6569

View file

@ -33,6 +33,12 @@
manage publications manage publications
</a> </a>
</h3> </h3>
<#elseif property.localName == "hasResearcherRole">
<h3 id="${property.localName}">${property.name} <@p.addLink property editable /> <@p.verboseDisplay property />
<a id="managePropLink" href="${urls.base}/manageGrants?subjectUri=${subjectUri[1]!}" title="manage grants & projects" <#if verbosePropertySwitch.currentValue>style="padding-top:10px"</#if> >
manage grants & projects
</a>
</h3>
<#else> <#else>
<h3 id="${property.localName}">${property.name} <@p.addLink property editable /> <@p.verboseDisplay property /> </h3> <h3 id="${property.localName}">${property.name} <@p.addLink property editable /> <@p.verboseDisplay property /> </h3>
</#if> </#if>