]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/webapps/wiki/wiki-common.xml
webapps: simplify navrow.
[factor.git] / extra / webapps / wiki / wiki-common.xml
index f8a1820ed696899ef32ca458a66ae6828f8a069d..422d79d199aac06b5573cab2fbf31523c0b304d5 100644 (file)
@@ -11,9 +11,9 @@
     <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" />
+            <t:script t:include="resource:extra/webapps/wiki/wiki.js" />
+
             <div class="contents">
                 <t:bind t:name="contents">
                     <h2>
@@ -32,8 +32,6 @@
     <div id="right">
 
         <nav>
-        <div class="navrow">
-
             <t:if t:value="contents">
                 <img id="menu" onclick="toggleSidebar()" src="data:image/svg+xml;utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 width=%2724%27 height=%2724%27 viewBox=%270 0 100 100%27 fill=%27rgb(0,0,0)%27%3E%3Crect x=%2710%27 y=%2720%27 width=%2780%27 height=%2712%27 rx=%276%27 /%3E%3Crect x=%2710%27 y=%2744%27 width=%2780%27 height=%2712%27 rx=%276%27 /%3E%3Crect x=%2710%27 y=%2768%27 width=%2780%27 height=%2712%27 rx=%276%27 /%3E%3C/svg>" />
             </t:if>
@@ -52,8 +50,6 @@
                 <t:button t:action="$login-realm/logout" t:aside="begin" class="link-button link">Logout</t:button>
 
             </t:if>
-
-        </div>
         </nav>
 
         <div class="page">