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:
nac26 2011-01-10 21:44:23 +00:00
parent 89a3c3bfba
commit a0bd5bb084
2 changed files with 8 additions and 0 deletions

View file

@ -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" .

View file

@ -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">