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

77 lines
2.5 KiB
XML

<?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>
<t:style t:include="resource:extra/webapps/wiki/wiki.css" />
<div id="left">
<t:if t:value="contents">
<t:script t:include="resource:extra/webapps/wiki/wiki-contents.js" />
<t:style t:include="resource:extra/webapps/wiki/wiki-contents.css" />
<div class="contents">
<t:bind t:name="contents">
<h2>
<t:a t:href="$wiki/view" t:rest="title">
<t:label t:name="title" />
</t:a>
</h2>
<t:farkup t:name="content" />
</t:bind>
</div>
</t:if>
</div>
<div id="right">
<div class="navbar">
<t:if t:value="contents">
<img id="menu" onclick="toggleSidebar()" src="data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI0cHgiIHdpZHRoPSIyNHB4IiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNCwxMGgyNGMxLjEwNCwwLDItMC44OTYsMi0ycy0wLjg5Ni0yLTItMkg0QzIuODk2LDYsMiw2Ljg5NiwyLDhTMi44OTYsMTAsNCwxMHogTTI4LDE0SDRjLTEuMTA0LDAtMiwwLjg5Ni0yLDIgIHMwLjg5NiwyLDIsMmgyNGMxLjEwNCwwLDItMC44OTYsMi0yUzI5LjEwNCwxNCwyOCwxNHogTTI4LDIySDRjLTEuMTA0LDAtMiwwLjg5Ni0yLDJzMC44OTYsMiwyLDJoMjRjMS4xMDQsMCwyLTAuODk2LDItMiAgUzI5LjEwNCwyMiwyOCwyMnoiLz48L3N2Zz4=" />
</t:if>
<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>
<t:if t:code="furnace.auth:logged-in?">
<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>
</t:if>
</div>
<div class="page">
<h1 class="title"><t:write-title /></h1>
<t:call-next-template />
</div>
<t:if t:value="footer">
<div class="footer">
<t:bind t:name="footer">
<t:farkup t:name="content" />
</t:bind>
</div>
</t:if>
</div>
<span style="display:none"></span>
</t:chloe>