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