NIHVIVO-641 Moved menupage--classgroup-people.ftl to vivo where it belongs
This commit is contained in:
parent
5526ba9128
commit
e3b454c4e1
1 changed files with 67 additions and 0 deletions
|
@ -0,0 +1,67 @@
|
||||||
|
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
||||||
|
<section id="intro-menupage" role="region">
|
||||||
|
<h3>${page.title}</h3>
|
||||||
|
|
||||||
|
<section id="content-foaf-person" role="region">
|
||||||
|
<h4>Visual Graph</h4>
|
||||||
|
|
||||||
|
<#include "menupage-vClassesInClassgroup.ftl">
|
||||||
|
|
||||||
|
<section id="foaf-person-graph" role="region">
|
||||||
|
<img src="${urls.images}/menupage/visual-graph.jpg" alt="" />
|
||||||
|
</section>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section id="find-by" role="region">
|
||||||
|
<nav role="navigation">
|
||||||
|
<h3>Find By</h3>
|
||||||
|
|
||||||
|
<ul id="find-filters">
|
||||||
|
<li><a href="#">Research Area</a></li>
|
||||||
|
<li><a href="#">Authorship</a></li>
|
||||||
|
<li><a href="#">Department</a></li>
|
||||||
|
<li><a href="#">Courses</a></li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section id="network-stats" role="region">
|
||||||
|
<h3>Network stats</h3>
|
||||||
|
|
||||||
|
<p>(n) Persons | (n) with authorship | (n) researchers | (n) are principal investigators | (n) with awards | (n) are teaching | (n) have positions in organization</p>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section id="researchers" role="region">
|
||||||
|
<h3>Researchers</h3>
|
||||||
|
|
||||||
|
<p>A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | All</p>
|
||||||
|
|
||||||
|
<section id="researchers-slider" role="region">
|
||||||
|
<div id="alpha-display">A</div>
|
||||||
|
|
||||||
|
<nav id="profile-photo-display" role = "navigation">
|
||||||
|
<ul>
|
||||||
|
<li><img src="${urls.images}/placeholders/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}/placeholders/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}/placeholders/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>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
<div id="nav-display">
|
||||||
|
<p>All</p>
|
||||||
|
|
||||||
|
<a href="#"><img src="${urls.images}/menupage/arrow-carousel-people.jpg" alt="" width="44" height="58" /></a>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<#include "menupage-browse.ftl">
|
||||||
|
|
||||||
|
${stylesheets.add("/css/menupage/menupage.css")}
|
||||||
|
|
||||||
|
<#include "menupage-scripts.ftl">
|
Loading…
Add table
Reference in a new issue