]> gitweb.factorcode.org Git - factor.git/blob - extra/webapps/wiki/wiki-common.xml
Merge branch 'master' of git://factorcode.org/git/factor
[factor.git] / extra / webapps / wiki / wiki-common.xml
1 <?xml version='1.0' ?>
2
3 <t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
4
5         <t:atom t:href="$wiki/changes.atom">
6                 Recent Changes
7         </t:atom>
8
9         <t:style t:include="resource:extra/webapps/wiki/wiki.css" />
10
11         <div class="navbar">
12
13                 <t:a t:href="$wiki">Front Page</t:a>
14                 | <t:a t:href="$wiki/articles">All Articles</t:a>
15                 | <t:a t:href="$wiki/changes">Recent Changes</t:a>
16
17                 <t:if t:code="furnace.sessions:uid">
18
19                         <t:if t:code="furnace.auth.login:allow-edit-profile?">
20                                 | <t:a t:href="$login/edit-profile" t:aside="begin">Edit Profile</t:a>
21                         </t:if>
22
23                         | <t:button t:action="$login/logout" t:aside="begin" class="link-button link">Logout</t:button>
24
25                 </t:if>
26
27         </div>
28
29         <h1><t:write-title /></h1>
30
31         <t:call-next-template />
32
33 </t:chloe>