Added specific template for organizations menupage so Chintan can add the Temporal Graph link and keep vivo-specific code out of the Vitro core (see vivo r2077 for accompanying changes)
This commit is contained in:
parent
e11711902b
commit
dc27a74a8a
1 changed files with 5 additions and 0 deletions
|
@ -6,6 +6,11 @@
|
||||||
<section id="content-generic-class" role="region">
|
<section id="content-generic-class" role="region">
|
||||||
<h4>Visual Graph</h4>
|
<h4>Visual Graph</h4>
|
||||||
|
|
||||||
|
<#-- This will allow us to keep menupage.ftl generic and keep vivo-specific extensions in VIVO -->
|
||||||
|
<#if visualizationLink??>
|
||||||
|
${visualizationLink}
|
||||||
|
</#if>
|
||||||
|
|
||||||
<#include "menupage-vClassesInClassgroup.ftl">
|
<#include "menupage-vClassesInClassgroup.ftl">
|
||||||
|
|
||||||
<section id="generic-class-graph" role="region">
|
<section id="generic-class-graph" role="region">
|
||||||
|
|
Loading…
Add table
Reference in a new issue