]> git.deb.at Git - deb/packages.git/blobdiff - templates/html/menu.inc
The Big, the Fat and the Ugly commit ;)
[deb/packages.git] / templates / html / menu.inc
diff --git a/templates/html/menu.inc b/templates/html/menu.inc
new file mode 100644 (file)
index 0000000..aa9c43d
--- /dev/null
@@ -0,0 +1,10 @@
+[% BLOCK menuitem -%]
+  [ [% prefix -%]
+  [%- IF url -%]
+    <a [% 'title="' _ title _ '"' IF title %] href="[% url %]">[% name %]</a>
+  [%- ELSE -%]
+   <strong>[% name %]</strong>
+  [%- END -%]
+  &nbsp;]
+[%- END -%]
+[% BLOCK marker %] [<strong class="pmarker">[% text %]</strong>] [%- END %]