]> gitweb.factorcode.org Git - factor.git/blob - extra/webapps/planet/planet-common.xml
bb8aafd8742c62dc06ba1f3c44f475727d081ce7
[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     <nav>
8         <div class="navrow">
9                 <a href="https://factorcode.org"><img src="https://factorcode.org/favicon.ico" width="24" height="24" /></a>
10
11                 <t:a t:href="$planet">Front Page</t:a>
12                 <t:a t:href="$planet/feed.xml">Atom Feed</t:a>
13                 <t:a t:href="$planet/admin">Admin</t:a>
14
15                 <t:if t:code="furnace.auth:logged-in?">
16                         <t:if t:code="furnace.auth.features.edit-profile:allow-edit-profile?">
17                                 <t:a t:href="$realm/edit-profile" t:aside="begin">Edit Profile</t:a>
18                         </t:if>
19         
20                         <t:button t:action="$login-realm/logout" t:aside="begin" class="link-button link">Logout</t:button>
21         </t:if>
22         </div>
23         </nav>
24
25     <div class="page">
26         <h1><t:write-title /></h1>
27
28         <t:call-next-template />
29     </div>
30
31 </t:chloe>