source: flexiblewikiplugin/0.11/tracflexwiki/templates/wiki_navbar.html

Last change on this file was 5589, checked in by Alexey Kinyov, 14 years ago
  • TracFlexWikiPlugin source commited
File size: 642 bytes
RevLine 
[5589]1<!DOCTYPE html
2    PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4<html xmlns="http://www.w3.org/1999/xhtml"
5      xmlns:py="http://genshi.edgewall.org/"
6      xmlns:xi="http://www.w3.org/2001/XInclude" py:strip="">
7
8    <div id="navbar" class="navbar"><p class="path">
9        <py:for each="item in node.tree"><py:if test="not item.isroot"> / </py:if><a href="${item.href}">${item.title}</a></py:for>
10    </p></div><py:if test="node.title">
11
12    <py:if test="not node.isroot and is_not_edit">
13    <h1 id="nodetitle">${node.title}</h1>
14    </py:if>
15    </py:if>
16   
17</html>
Note: See TracBrowser for help on using the repository browser.