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

51 lines
1.1 KiB
XML
Raw Normal View History

2008-05-27 01:02:16 -04:00
<?xml version='1.0' ?>
<t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
<t:atom t:href="$wiki/changes.atom">
Recent Changes
</t:atom>
2008-05-27 01:02:16 -04:00
<t:style t:include="resource:extra/webapps/wiki/wiki.css" />
<div class="navbar">
<t:a t:href="$wiki">Front Page</t:a>
| <t:a t:href="$wiki/articles">All Articles</t:a>
2008-05-27 03:42:21 -04:00
| <t:a t:href="$wiki/changes">Recent Changes</t:a>
2008-05-27 01:02:16 -04:00
2008-06-02 16:00:03 -04:00
<t:if t:code="furnace.sessions:uid">
2008-05-27 01:02:16 -04:00
2008-06-02 16:00:03 -04:00
<t:if t:code="furnace.auth.login:allow-edit-profile?">
| <t:a t:href="$login/edit-profile" t:aside="begin">Edit Profile</t:a>
2008-05-27 01:02:16 -04:00
</t:if>
| <t:button t:action="$login/logout" t:aside="begin" class="link-button link">Logout</t:button>
2008-05-27 01:02:16 -04:00
</t:if>
</div>
<h1><t:write-title /></h1>
2008-06-15 05:56:35 -04:00
<table width="100%">
<tr>
<td> <t:call-next-template /> </td>
<t:if t:value="sidebar">
<td valign="top">
<t:bind t:name="sidebar">
<h2>
<t:a t:href="$wiki/view" t:query="title">
<t:label t:name="title" />
</t:a>
</h2>
<t:farkup t:name="content" />
</t:bind>
</td>
</t:if>
</tr>
</table>
2008-05-27 01:02:16 -04:00
</t:chloe>