]> git.deb.at Git - deb/packages.git/commitdiff
[ARCHIVE] Suppress SHA1 and SHA256 fields, since they are never available anyway
authorFrank Lichtenheld <frank@lichtenheld.de>
Sun, 11 May 2008 20:27:52 +0000 (22:27 +0200)
committerFrank Lichtenheld <frank@lichtenheld.de>
Sun, 11 May 2008 20:27:52 +0000 (22:27 +0200)
templates/html/download.tmpl

index 97ef81e054d9d9ecb77499d944facfddbde14e5e..07e36110207df14fa8bb3d51d06e3fb16a67fcb6 100644 (file)
@@ -106,8 +106,8 @@ deb http://<em>[% mirrors.$archive.europa.0 %]</em> [% suite %] main [% section
 <table id="pdownloadmeta">
 <tr><th>[% g('Exact Size') %]</th>     <td class="size">[% g('%s Byte (%s %s)', size, num.format_number(pkgsize,1), pkgsize_unit) %]</td>
 <tr><th>[% g('MD5 checksum') %]</th>   <td><tt>[% md5sum %]</tt></td>
-<tr><th>[% g('SHA1 checksum') %]</th>  <td><tt>[% sha1 || g('Not Available') %]</tt></td>
-<tr><th>[% g('SHA256 checksum') %]</th>        <td><tt>[% sha256  || g('Not Available') %]</tt></td>
+<!-- <tr><th>[% g('SHA1 checksum') %]</th>     <td><tt>[% sha1 || g('Not Available') %]</tt></td>
+<tr><th>[% g('SHA256 checksum') %]</th>        <td><tt>[% sha256  || g('Not Available') %]</tt></td> -->
 </table>
 
 [%- PROCESS 'html/foot.tmpl' page_name="$pkg/download" -%]