factor/extra/webapps/todo/todo.xml

23 lines
600 B
XML
Raw Normal View History

2008-04-15 07:35:06 -04:00
<?xml version='1.0' ?>
<t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
2008-05-01 21:03:02 -04:00
<t:style t:include="resource:extra/webapps/todo/todo.css" />
2008-04-15 07:35:06 -04:00
<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>
2008-04-15 07:35:06 -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-04-15 07:35:06 -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-04-15 07:35:06 -04:00
</div>
<h1><t:write-title /></h1>
<t:call-next-template />
</t:chloe>