]> git.deb.at Git - deb/packages.git/commitdiff
html/menu.inc: rename to html/util.inc
authorFrank Lichtenheld <frank@lichtenheld.de>
Tue, 5 Feb 2008 21:10:22 +0000 (22:10 +0100)
committerFrank Lichtenheld <frank@lichtenheld.de>
Tue, 5 Feb 2008 21:10:22 +0000 (22:10 +0100)
No reason to include yet another include file, so
give this one a more general name.

templates/html/menu.inc [deleted file]
templates/html/show.tmpl
templates/html/suite_index.tmpl
templates/html/util.inc [new file with mode: 0644]

diff --git a/templates/html/menu.inc b/templates/html/menu.inc
deleted file mode 100644 (file)
index aa9c43d..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-[% BLOCK menuitem -%]
-  [&nbsp;[% 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 %]
index 5389798b472ced60600a0a9d74d291b64d4991ca..ff589b916c9d7d139a37bccd8f9472e33f0fa4c6 100644 (file)
@@ -29,7 +29,7 @@
   navigation = nav_arr
 -%]
 <!-- show.tmpl -->
-[% PROCESS 'html/menu.inc' %]
+[% PROCESS 'html/util.inc' %]
 [% FOREACH s IN suites %]
    [% '<div id="pothers">' IF loop.first %]
    [%- IF s == suite -%]
index baf70e4c4c6d2cb59aadc321b54d1579bab6588e..d42c5283c018aef0eee330ceff78bd9edca5887b 100644 (file)
@@ -6,7 +6,7 @@
        keywords = suite
        navigation = nav_arr
 %]
-[% PROCESS 'html/menu.inc' %]
+[% PROCESS 'html/util.inc' %]
 [% FOREACH s IN suites %]
    [% '<div id="pothers">' IF loop.first %]
    [%- IF s == suite -%]
diff --git a/templates/html/util.inc b/templates/html/util.inc
new file mode 100644 (file)
index 0000000..aa9c43d
--- /dev/null
@@ -0,0 +1,10 @@
+[% BLOCK menuitem -%]
+  [&nbsp;[% 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 %]