factor/extra/webapps/pastebin/pastebin-common.xml

31 lines
728 B
XML
Raw Normal View History

2008-05-24 22:49:48 -04:00
<?xml version='1.0' ?>
<t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
<t:atom t:href="$pastebin/list.atom">Pastebin</t:atom>
2008-05-24 22:49:48 -04:00
<t:style t:include="resource:extra/webapps/pastebin/pastebin.css" />
<div class="navbar">
2008-09-29 18:16:47 -04:00
<t:a t:href="$pastebin">Pastes</t:a>
2008-05-24 22:49:48 -04:00
| <t:a t:href="$pastebin/new-paste">New Paste</t:a>
2008-06-16 04:46:54 -04:00
<t:if t:code="furnace.auth:logged-in?">
2008-05-24 22:49:48 -04:00
2008-06-16 04:46:54 -04:00
<t:if t:code="furnace.auth.features.edit-profile:allow-edit-profile?">
| <t:a t:href="$realm/edit-profile" t:aside="begin">Edit Profile</t:a>
2008-05-24 22:49:48 -04:00
</t:if>
2008-06-16 04:46:54 -04:00
| <t:button t:action="$login-realm/logout" t:aside="begin" class="link-button link">Logout</t:button>
2008-05-24 22:49:48 -04:00
</t:if>
</div>
<h1><t:write-title /></h1>
<t:call-next-template />
</t:chloe>