]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/webapps/wiki/page-common.xml
Better support for rest parameters on URLs
[factor.git] / extra / webapps / wiki / page-common.xml
index 675cb8cd65747bee5fe119ce9c7a03d07d788dcb..0d029946f89ac18a593b9ec311bb32264261a379 100644 (file)
@@ -2,16 +2,16 @@
 
 <t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
 
-       <t:atom t:href="$wiki/revisions.atom" t:query="title">
+       <t:atom t:href="$wiki/revisions.atom" t:rest="title">
                Revisions of <t:label t:name="title" />
        </t:atom>
 
        <t:call-next-template />
 
        <div class="navbar">
-               <t:a t:href="$wiki/view" t:query="title">Latest</t:a>
-               | <t:a t:href="$wiki/revisions" t:query="title">Revisions</t:a>
-               | <t:a t:href="$wiki/edit" t:query="title">Edit</t:a>
+               <t:a t:href="$wiki/view" t:rest="title">Latest</t:a>
+               | <t:a t:href="$wiki/revisions" t:rest="title">Revisions</t:a>
+               | <t:a t:href="$wiki/edit" t:rest="title">Edit</t:a>
                | <t:button t:action="$wiki/delete" t:for="title" class="link-button link">Delete</t:button>
        </div>