NIHVIVO-641 Renaming and refactoring of menupage partials
This commit is contained in:
parent
c4774272eb
commit
b0b65d14e3
5 changed files with 13 additions and 13 deletions
|
@ -5,7 +5,7 @@
|
||||||
<section id="content-foaf-person" role="region">
|
<section id="content-foaf-person" role="region">
|
||||||
<h4>Visual Graph</h4>
|
<h4>Visual Graph</h4>
|
||||||
|
|
||||||
<#include "menupage-classGroupsMenu.ftl">
|
<#include "menupage-vClassesInClassgroup.ftl">
|
||||||
|
|
||||||
<section id="foaf-person-graph" role="region">
|
<section id="foaf-person-graph" role="region">
|
||||||
<img src="${urls.images}/menupage/visual-graph.jpg" alt="" />
|
<img src="${urls.images}/menupage/visual-graph.jpg" alt="" />
|
||||||
|
@ -43,12 +43,12 @@
|
||||||
|
|
||||||
<nav id="profile-photo-display" role = "navigation">
|
<nav id="profile-photo-display" role = "navigation">
|
||||||
<ul>
|
<ul>
|
||||||
<li><img src="${urls.images}/menupage/person-thumbnail.jpg" width="90" height="90" alt="foaf:lastName, foaf:firstName" /></li>
|
<li><img src="${urls.images}/placeholders/person.thumbnail.jpg" width="90" height="90" alt="foaf:lastName, foaf:firstName" /></li>
|
||||||
<li><img src="${urls.images}/menupage/person-thumbnail.jpg" width="90" height="90" alt="foaf:lastName, foaf:firstName" /></li>
|
<li><img src="${urls.images}/placeholders/person.thumbnail.jpg" width="90" height="90" alt="foaf:lastName, foaf:firstName" /></li>
|
||||||
<li><img src="${urls.images}/menupage/person-thumbnail.jpg" width="90" height="90" alt="foaf:lastName, foaf:firstName" /></li>
|
<li><img src="${urls.images}/placeholders/person.thumbnail.jpg" width="90" height="90" alt="foaf:lastName, foaf:firstName" /></li>
|
||||||
<li><img src="${urls.images}/menupage/person-thumbnail.jpg" width="90" height="90" alt="foaf:lastName, foaf:firstName" /></li>
|
<li><img src="${urls.images}/placeholders/person.thumbnail.jpg" width="90" height="90" alt="foaf:lastName, foaf:firstName" /></li>
|
||||||
<li><img src="${urls.images}/menupage/person-thumbnail.jpg" width="90" height="90" alt="foaf:lastName, foaf:firstName" /></li>
|
<li><img src="${urls.images}/placeholders/person.thumbnail.jpg" width="90" height="90" alt="foaf:lastName, foaf:firstName" /></li>
|
||||||
<li><img src="${urls.images}/menupage/person-thumbnail.jpg" width="90" height="90" alt="foaf:lastName, foaf:firstName" /></li>
|
<li><img src="${urls.images}/placeholders/person.thumbnail.jpg" width="90" height="90" alt="foaf:lastName, foaf:firstName" /></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
@ -64,4 +64,4 @@
|
||||||
|
|
||||||
${stylesheets.add("/css/menupage/menupage.css")}
|
${stylesheets.add("/css/menupage/menupage.css")}
|
||||||
|
|
||||||
<#include "menupage-browseByVClass.ftl">
|
<#include "menupage-scripts.ftl">
|
|
@ -6,7 +6,7 @@
|
||||||
<section id="content-generic-class" role="region">
|
<section id="content-generic-class" role="region">
|
||||||
<h4>Visual Graph</h4>
|
<h4>Visual Graph</h4>
|
||||||
|
|
||||||
<#include "menupage-classGroupsMenu.ftl">
|
<#include "menupage-vClassesInClassgroup.ftl">
|
||||||
|
|
||||||
<section id="generic-class-graph" role="region">
|
<section id="generic-class-graph" role="region">
|
||||||
<img src="${urls.images}/menupage/visual-graph-generic-class.jpg" width="500" height="283" alt ="" />
|
<img src="${urls.images}/menupage/visual-graph-generic-class.jpg" width="500" height="283" alt ="" />
|
||||||
|
@ -18,4 +18,4 @@
|
||||||
|
|
||||||
${stylesheets.add("/css/menupage/menupage.css")}
|
${stylesheets.add("/css/menupage/menupage.css")}
|
||||||
|
|
||||||
<#include "menupage-browseByVClass.ftl">
|
<#include "menupage-scripts.ftl">
|
|
@ -1,6 +1,6 @@
|
||||||
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
||||||
|
|
||||||
<#-- Template for browsing class groups in menupages -->
|
<#-- Template for browsing individuals in class groups for menupages -->
|
||||||
|
|
||||||
<section id="browse-by" role="region">
|
<section id="browse-by" role="region">
|
||||||
<h2>Browse by</h2>
|
<h2>Browse by</h2>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
||||||
|
|
||||||
<#-- Template for browsing VClasses in menupages-->
|
<#-- Template to setup and call scripts for menupages -->
|
||||||
|
|
||||||
<#----------------------------------------------------------------------------------
|
<#----------------------------------------------------------------------------------
|
||||||
requestedPage is currently provided by FreemarkerHttpServlet. Should this be moved
|
requestedPage is currently provided by FreemarkerHttpServlet. Should this be moved
|
|
@ -1,6 +1,6 @@
|
||||||
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
||||||
|
|
||||||
<#-- Template for class groups menu in menupages -->
|
<#-- Template for rendering the classes in a class group for menupages -->
|
||||||
|
|
||||||
<nav role="navigation">
|
<nav role="navigation">
|
||||||
<ul id="vgraph-childClasses">
|
<ul id="vgraph-childClasses">
|
Loading…
Add table
Reference in a new issue