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

28 lines
737 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">Front Page</t:a>
<t:a t:href="$planet/feed.xml">Atom Feed</t:a>
<t:a t:href="$planet/admin">Admin</t:a>
2008-05-26 01:47:27 -04:00
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>
<t:button t:action="$login-realm/logout" t:aside="begin" class="link-button link">Logout</t:button>
2020-02-27 17:28:51 -05:00
</t:if>
2008-05-26 01:47:27 -04:00
</div>
2020-02-27 17:28:51 -05:00
<div class="page">
2008-05-26 01:47:27 -04:00
<h1><t:write-title /></h1>
<t:call-next-template />
2020-02-27 17:28:51 -05:00
</div>
2008-05-26 01:47:27 -04:00
</t:chloe>