Added specific template for organizations menupage so Chintan can add the Temporal Graph link and keep vivo-specific code out of the Vitro core
This commit is contained in:
parent
89a3c3bfba
commit
a0bd5bb084
2 changed files with 8 additions and 0 deletions
|
@ -69,6 +69,7 @@ display:Organizations
|
|||
a display:Page ;
|
||||
a display:ClassGroupPage;
|
||||
display:forClassGroup vivoweb:vitroClassGrouporganizations ;
|
||||
display:requiresBodyTemplate "menupage--classgroup-organizations.ftl" ;
|
||||
display:title "Organizations" ;
|
||||
display:urlMapping "/organizations" .
|
||||
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
||||
<#assign visualizationLink>
|
||||
<#-- Chintan...place your markup for the visualization link here -->
|
||||
<a class="visualiztionMenupage" href="${urls.base}/vis/temporalGraph" title="Compare this organization">Temporal Graph</a>
|
||||
</#assign>
|
||||
|
||||
<#include "menupage.ftl">
|
Loading…
Add table
Reference in a new issue