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

69 lines
1.4 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" />
2008-09-09 02:48:27 -04:00
<table width="100%">
<tr>
2008-09-21 20:45:28 -04:00
<t:if t:value="contents">
2008-09-09 02:48:27 -04:00
<td valign="top" style="width: 210px;">
2008-09-21 20:45:28 -04:00
<div class="contents">
<t:bind t:name="contents">
2008-09-09 02:48:27 -04:00
<h2>
<t:a t:href="$wiki/view" t:query="title">
<t:label t:name="title" />
</t:a>
</h2>
2008-05-27 01:02:16 -04:00
2009-03-28 05:25:12 -04:00
<t:farkup t:name="content" />
2008-09-09 02:48:27 -04:00
</t:bind>
</div>
</td>
</t:if>
2008-05-27 01:02:16 -04:00
2008-09-09 02:48:27 -04:00
<td valign="top">
2008-05-27 01:02:16 -04:00
2008-09-09 02:48:27 -04:00
<div class="navbar">
2008-05-27 01:02:16 -04:00
2008-09-09 02:48:27 -04:00
<t:a t:href="$wiki">Front Page</t:a>
| <t:a t:href="$wiki/articles">All Articles</t:a>
| <t:a t:href="$wiki/changes">Recent Changes</t:a>
| <t:a t:href="$wiki/random">Random Article</t:a>
2008-05-27 01:02:16 -04:00
2008-09-09 02:48:27 -04:00
<t:if t:code="furnace.auth:logged-in?">
2008-05-27 01:02:16 -04:00
2008-09-09 02:48:27 -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>
</t:if>
2008-05-27 01:02:16 -04:00
2008-09-09 02:48:27 -04:00
| <t:button t:action="$login-realm/logout" t:aside="begin" class="link-button link">Logout</t:button>
2008-05-27 01:02:16 -04:00
2008-09-09 02:48:27 -04:00
</t:if>
</div>
<h1><t:write-title /></h1>
<t:call-next-template />
</td>
2008-06-15 05:56:35 -04:00
</tr>
2008-07-08 17:15:51 -04:00
<t:if t:value="footer">
<tr>
2008-09-23 17:34:28 -04:00
<td colspan="2" class="footer">
<t:bind t:name="footer">
2009-03-28 05:25:12 -04:00
<t:farkup t:name="content" />
</t:bind>
</td>
</tr>
</t:if>
2008-06-15 05:56:35 -04:00
</table>
2008-05-27 01:02:16 -04:00
</t:chloe>