2010-05-14 20:50:33 +00:00
|
|
|
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
|
|
|
|
2010-08-30 22:06:18 +00:00
|
|
|
<#import "lib-list.ftl" as l>
|
2010-05-14 20:50:33 +00:00
|
|
|
|
2010-10-05 16:22:06 +00:00
|
|
|
<#-- uncomment this div to place your institutional branding/identity at the top of every page
|
|
|
|
<div id="institution">
|
|
|
|
</div>
|
|
|
|
-->
|
|
|
|
|
2010-05-14 20:50:33 +00:00
|
|
|
<div id="identity">
|
|
|
|
|
|
|
|
<h1><a title="Home" href="${urls.home}">${siteName}</a></h1>
|
|
|
|
|
|
|
|
<#-- RY We will need this in non-NIHVIVO versions
|
2010-07-09 22:13:24 +00:00
|
|
|
<#if siteTagline?has_content>
|
2010-06-24 19:42:35 +00:00
|
|
|
<em>${siteTagline}</em>
|
2010-05-14 20:50:33 +00:00
|
|
|
</#if>
|
|
|
|
-->
|
|
|
|
|
|
|
|
<ul id="otherMenu">
|
2010-06-02 17:06:56 +00:00
|
|
|
<@l.firstLastList>
|
2010-05-14 20:50:33 +00:00
|
|
|
<#if loginName??>
|
|
|
|
<li>
|
2010-06-09 19:37:17 +00:00
|
|
|
Logged in as <strong>${loginName}</strong> (<a href="${urls.logout}">Log out</a>)
|
|
|
|
</li>
|
|
|
|
<li><a href="${urls.siteAdmin}">Site Admin</a></li>
|
2010-05-14 20:50:33 +00:00
|
|
|
<#else>
|
2010-06-09 19:37:17 +00:00
|
|
|
<li><a title="log in to manage this site" href="${urls.login}">Log in</a></li>
|
2010-05-14 20:50:33 +00:00
|
|
|
</#if>
|
|
|
|
|
2010-06-09 19:37:17 +00:00
|
|
|
<#include "subMenuLinks.ftl">
|
2010-06-02 17:06:56 +00:00
|
|
|
</@l.firstLastList>
|
2010-05-14 20:50:33 +00:00
|
|
|
</ul>
|
|
|
|
</div>
|