The following commit has been merged in the master branch:
commit 996bd8ffe29417e9ec4545a7012bf8ca09493e48
Author: Frank Lichtenheld <[EMAIL PROTECTED]>
Date:   Wed Feb 6 22:02:12 2008 +0100

    WIP

diff --git a/po/pdo.pot b/po/pdo.pot
index 8b7c23b..199ce5c 100644
--- a/po/pdo.pot
+++ b/po/pdo.pot
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-01 03:55+0100\n"
+"POT-Creation-Date: 2008-02-06 21:50+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <[EMAIL PROTECTED]>\n"
 "Language-Team: LANGUAGE <[EMAIL PROTECTED]>\n"
@@ -58,7 +58,7 @@ msgstr ""
 msgid "more than one subsection specified for show_static (%s)"
 msgstr ""
 
-#: lib/Packages/DoIndex.pm:75
+#: lib/Packages/DoIndex.pm:70
 #, perl-format
 msgid "couldn't read index file %s: %s"
 msgstr ""
@@ -136,18 +136,18 @@ msgstr ""
 msgid "package has bad maintainer field"
 msgstr ""
 
-#: lib/Packages/Dispatcher.pm:310
+#: lib/Packages/Dispatcher.pm:319
 msgid "requested format not available for this document"
 msgstr ""
 
-#: bin/create_index_pages:232
+#: bin/create_index_pages:234
 msgid "Section"
 msgstr ""
 
-#: bin/create_index_pages:244
+#: bin/create_index_pages:246
 msgid "Subsection"
 msgstr ""
 
-#: bin/create_index_pages:256
+#: bin/create_index_pages:258
 msgid "Priority"
 msgstr ""
diff --git a/templates/html/download.tmpl b/templates/html/download.tmpl
index 8cd30c5..05f65c4 100644
--- a/templates/html/download.tmpl
+++ b/templates/html/download.tmpl
@@ -105,4 +105,4 @@ deb [% 'http://' _ security_mirror_url %] [% suite _ 
security_suite_suffix %] ma
 <tr><th>[% g('SHA256 checksum') %]</th>        <td><tt>[% sha256  || g('Not 
Available') %]</tt></td>
 </table>
 
-[%- PROCESS 'html/foot.tmpl' -%]
+[%- PROCESS 'html/foot.tmpl' page_name="$pkg/download" -%]
diff --git a/templates/html/filelist.tmpl b/templates/html/filelist.tmpl
index e450d5f..73fc883 100644
--- a/templates/html/filelist.tmpl
+++ b/templates/html/filelist.tmpl
@@ -15,4 +15,4 @@
 [% '</pre></div>' IF loop.last -%]
 [% END %]
 
-[%- PROCESS 'html/foot.tmpl' -%]
+[%- PROCESS 'html/foot.tmpl' page_name="$pkg/filelist" -%]
diff --git a/templates/html/foot.tmpl b/templates/html/foot.tmpl
index ed94954..dcb007c 100644
--- a/templates/html/foot.tmpl
+++ b/templates/html/foot.tmpl
@@ -14,7 +14,7 @@ Total page evaluation took [% benchmark %]<br>
 <a href="[% IF keyword_esc;
                make_search_url('',"keywords=$keyword_esc",'lang',l.lang);
            ELSE;
-               "$page_name?lang=$l.lang";
+               make_url(page_name,"",'lang',l.lang);
            END %]" title="[% l.tooltip %]" hreflang="[% l.lang %]" lang="[% 
l.lang %]" rel="alternate">[% l.selfname %]
 [%- IF l.transliteration %] ([% l.transliteration %])[% END %]</a>
 [% END %]
diff --git a/templates/html/show.tmpl b/templates/html/show.tmpl
index 048b7d0..396fc0d 100644
--- a/templates/html/show.tmpl
+++ b/templates/html/show.tmpl
@@ -359,4 +359,4 @@
 
 [%# <script type="text/javascript">init_tab_list("ptablist")</script> %]
 
-[%- PROCESS 'html/foot.tmpl' -%]
+[%- PROCESS 'html/foot.tmpl' page_name=pkg -%]

-- 
APT Archive Web-Frontend (Alioth repository)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to