]> gitweb.factorcode.org Git - factor.git/blob - extra/webapps/planet/planet-common.xml
websites.concatenative: cleanup css a bit.
[factor.git] / extra / webapps / planet / planet-common.xml
1 <?xml version='1.0' ?>
2
3 <t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
4
5         <t:style t:include="resource:extra/webapps/planet/planet.css" />
6
7         <div class="navbar">
8                 <t:a t:href="$planet">Front Page</t:a>
9                 <t:a t:href="$planet/feed.xml">Atom Feed</t:a>
10                 <t:a t:href="$planet/admin">Admin</t:a>
11
12                 <t:if t:code="furnace.auth:logged-in?">
13                         <t:if t:code="furnace.auth.features.edit-profile:allow-edit-profile?">
14                                 <t:a t:href="$realm/edit-profile" t:aside="begin">Edit Profile</t:a>
15                         </t:if>
16         
17                         <t:button t:action="$login-realm/logout" t:aside="begin" class="link-button link">Logout</t:button>
18                 </t:if>
19         </div>
20
21         <h1><t:write-title /></h1>
22
23         <t:call-next-template />
24
25 </t:chloe>