]> git.deb.at Git - deb/packages.git/commitdiff
html/newpkg.tmpl: Expose mode=byage in UI
authorFrank Lichtenheld <frank@lichtenheld.org>
Sun, 2 Sep 2007 21:53:50 +0000 (21:53 +0000)
committerFrank Lichtenheld <frank@lichtenheld.de>
Sun, 2 Sep 2007 22:01:05 +0000 (22:01 +0000)
templates/html/newpkg.tmpl

index 016dcb5b2623d64168f1ac33fb96cd1061716dd0..0f36b4cf807aa7b568f58113791801056ef4cc2e 100644 (file)
@@ -6,7 +6,12 @@
 -%]
 <h1>New Packages in "[% suite %]"</h1>
 
-<p>The following packages were added to suite <em>[% suite %]</em>[% " (section $section)" IF section %] in the [% organisation %] archive during the last 7 days.</p>
+<p>The following packages were added to suite <em>[% suite %]</em>[% " (section $section)" IF section %] in the [% organisation %] archive during the last 7 days. You can also display this list
+[%- IF opts.mode == 'byage' %]
+ <a href="[% make_url('newpkg','','mode','') %]">sorted by name</a>
+[%- ELSE %]
+ <a href="[% make_url('newpkg','mode=byage') %]">sorted by age</a>
+[%- END %].</p>
 <p>This information is also available as an <a href="newpkg?format=rss">RSS feed</a>
 <a href="newpkg?format=rss"><img src="http://planet.debian.org/rss10.png" alt="[RSS 1.0 Feed]"></a></p>