33 lines
779 B
XML
33 lines
779 B
XML
<?xml version='1.0' ?>
|
|
<!DOCTYPE html>
|
|
<t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
|
|
<html>
|
|
|
|
<t:style t:include="resource:extra/webapps/todo/todo.css" />
|
|
<t:style t:include="resource:extra/websites/concatenative/page.css" />
|
|
|
|
<head><t:write-title/><t:write-style/></head>
|
|
|
|
<body>
|
|
|
|
<div class="navbar">
|
|
<t:a t:href="$todo-list/list">List Items</t:a>
|
|
| <t:a t:href="$todo-list/new">Add Item</t:a>
|
|
|
|
<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>
|
|
</t:if>
|
|
|
|
| <t:button t:action="$login-realm/logout" t:aside="begin" class="link-button link">Logout</t:button>
|
|
</div>
|
|
|
|
<h1><t:write-title /></h1>
|
|
|
|
<t:call-next-template />
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
</t:chloe>
|