Allow src and alt on input buttons in forms - used primarily for <input type=image...
[cocanwiki.git] / templates / page.html
index 9ab6f77..1fcea3f 100644 (file)
 ::if(navigation)::
 <div id="navigation_div">
 <h2>Navigation</h2>
+::if(has_what_links_here)::
 <h3><a href="/_bin/what_links_here.cmo?page=::page_url::">What links here</a></h3>
 <ul>
 ::table(what_links_here)::<li><a href="/::page::">::title_html::</a></li>::end::
 </ul>
+::end::
 ::if(user_logged_in)::
+::if(has_recently_visited)::
 <h3><a href="/_bin/recently_visited.cmo">Recently visited</a></h3>
 <ul>
 ::table(recently_visited)::<li><a href="/::page::">::title_html::</a></li>::end::
 </ul>
 ::end::
+::end::
 </div>
 ::end::