2010-05-11 20:37:48 +00:00
|
|
|
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
|
|
|
|
2010-06-02 21:23:23 +00:00
|
|
|
<#import "/lib/list.ftl" as l>
|
2010-05-11 20:37:48 +00:00
|
|
|
|
|
|
|
<div id="identity">
|
|
|
|
|
|
|
|
<h1><a title="Home" href="${urls.home}">${siteName}</a></h1>
|
|
|
|
|
|
|
|
<#if tagline.has_content>
|
|
|
|
<em>${tagline}</em>
|
|
|
|
</#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>)
|
|
|
|
</li>,
|
|
|
|
<li><a href="${urls.siteAdmin}">Site Admin</a></li>,
|
|
|
|
<#else>
|
|
|
|
<li><a title="log in to manage this site" href="${urls.login}">Log in</a></li>,
|
|
|
|
</#if>
|
|
|
|
|
2010-05-17 19:22:30 +00:00
|
|
|
<li><a href="${urls.about}">About</a></li>,
|
2010-05-11 20:37:48 +00:00
|
|
|
<#if urls.contact??>
|
|
|
|
<li><a href="${urls.contact}">Contact Us</a></li>
|
|
|
|
</#if>
|
2010-06-02 17:06:55 +00:00
|
|
|
</@l.firstLastList>
|
2010-05-11 20:37:48 +00:00
|
|
|
</ul>
|
|
|
|
</div>
|