2010-05-11 20:37:48 +00:00
|
|
|
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
|
|
|
|
2010-07-08 17:10:31 +00:00
|
|
|
<#import "listMacros.ftl" as l>
|
2010-05-11 20:37:48 +00:00
|
|
|
|
|
|
|
<div id="identity">
|
|
|
|
|
|
|
|
<h1><a title="Home" href="${urls.home}">${siteName}</a></h1>
|
|
|
|
|
2010-06-24 21:51:46 +00:00
|
|
|
<#if siteTagline.has_content>
|
|
|
|
<em>${siteTagline}</em>
|
2010-05-11 20:37:48 +00:00
|
|
|
</#if>
|
|
|
|
|
|
|
|
<ul id="otherMenu">
|
2010-06-02 17:06:55 +00:00
|
|
|
<@l.firstLastList>
|
2010-05-11 20:37:48 +00:00
|
|
|
<#if loginName??>
|
|
|
|
<li>
|
|
|
|
Logged in as <strong>${loginName}</strong> (<a href="${urls.logout}">Log out</a>)
|
2010-06-09 19:37:16 +00:00
|
|
|
</li>
|
|
|
|
<li><a href="${urls.siteAdmin}">Site Admin</a></li>
|
2010-05-11 20:37:48 +00:00
|
|
|
<#else>
|
2010-06-09 19:37:16 +00:00
|
|
|
<li><a title="log in to manage this site" href="${urls.login}">Log in</a></li>
|
2010-05-11 20:37:48 +00:00
|
|
|
</#if>
|
|
|
|
|
2010-06-09 19:37:16 +00:00
|
|
|
<#include "subMenuLinks.ftl">
|
2010-06-02 17:06:55 +00:00
|
|
|
</@l.firstLastList>
|
2010-05-11 20:37:48 +00:00
|
|
|
</ul>
|
|
|
|
</div>
|