factor/extra/webapps/planet/planet-common.xml

26 lines
733 B
XML
Raw Normal View History

2008-05-26 01:47:27 -04:00
<?xml version='1.0' ?>
<t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
<t:style t:include="resource:extra/webapps/planet/planet.css" />
<div class="navbar">
<t:a t:href="$planet-factor/list">Front Page</t:a>
| <t:a t:href="$planet-factor/feed.xml">Atom Feed</t:a>
| <t:a t:href="$planet-factor/admin">Admin</t:a>
2008-06-16 04:46:54 -04:00
<t:if t:code="furnace.auth:logged-in?">
<t:if t:code="furnace.auth.features.edit-profile:allow-edit-profile?">
| <t:a t:href="$realm/edit-profile" t:aside="begin">Edit Profile</t:a>
2008-05-26 01:47:27 -04:00
</t:if>
2008-06-16 04:46:54 -04:00
| <t:button t:action="$login-realm/logout" t:aside="begin" class="link-button link">Logout</t:button>
2008-05-26 01:47:27 -04:00
</t:if>
</div>
<h1><t:write-title /></h1>
<t:call-next-template />
</t:chloe>