Merged r 2216 from rel-1.2-maint branch
This commit is contained in:
parent
de1c8f1aa3
commit
f1a8335106
1 changed files with 40 additions and 33 deletions
|
@ -1,5 +1,9 @@
|
|||
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
||||
<section id="intro-menupage" role="region">
|
||||
|
||||
<#include "menupage-checkForData.ftl">
|
||||
|
||||
<#if (!noData)>
|
||||
<section id="intro-menupage" role="region">
|
||||
<h3>${page.title}</h3>
|
||||
|
||||
<section id="content-foaf-person" role="region">
|
||||
|
@ -28,18 +32,21 @@
|
|||
</nav>
|
||||
|
||||
</section>
|
||||
</section>
|
||||
</section>
|
||||
|
||||
<section id="network-stats" role="region">
|
||||
<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>
|
||||
|
||||
<#include "menupage-browse.ftl">
|
||||
<#include "menupage-browse.ftl">
|
||||
|
||||
${stylesheets.add("/css/menupage/menupage.css")}
|
||||
${stylesheets.add("/css/menupage/menupage.css")}
|
||||
|
||||
<#include "menupage-scripts.ftl">
|
||||
<#include "menupage-scripts.ftl">
|
||||
|
||||
${scripts.add("/js/menupage/browseByVClassPeople.js")}
|
||||
${scripts.add("/js/menupage/browseByVClassPeople.js")}
|
||||
<#else>
|
||||
${noDataNotification}
|
||||
</#if>
|
Loading…
Add table
Add a link
Reference in a new issue