]> gitweb.factorcode.org Git - factor.git/blob - extra/webapps/pastebin/pastebin-common.xml
44d0859875827f73ca357c61b502b76faa2b561c
[factor.git] / extra / webapps / pastebin / pastebin-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="$pastebin/list.atom">Pastebin</t:atom>
6
7         <t:style t:include="resource:extra/webapps/pastebin/pastebin.css" />
8
9     <nav>
10     <div class="navrow">
11         <a href="https://factorcode.org"><img src="https://factorcode.org/favicon.ico" width="24" height="24" /></a>
12
13         <t:a t:href="$pastebin">Pastes</t:a>
14         <t:a t:href="$pastebin/new-paste">New Paste</t:a>
15
16         <t:if t:code="furnace.auth:logged-in?">
17
18             <t:if t:code="furnace.auth.features.edit-profile:allow-edit-profile?">
19                 <t:a t:href="$realm/edit-profile" t:aside="begin">Edit Profile</t:a>
20             </t:if>
21
22             <t:button t:action="$login-realm/logout" t:aside="begin" class="link-button link">Logout</t:button>
23         </t:if>
24     </div>
25     </nav>
26
27     <div class="page">
28         <h1><t:write-title /></h1>
29
30         <t:call-next-template />
31     </div>
32
33 </t:chloe>