Author: toff
Date: 2004-08-22 06:17:15 +0400 (Sun, 22 Aug 2004)
New Revision: 491
Modified:
trunk/packs.matroska.org/data/index.php.en
Log:
Smaller file size and counter for older downloads.
The counter should be clean now, I will be able to make a nicer IRC counter \o/
Modifications need to be ported to other languages.
Modified: trunk/packs.matroska.org/data/index.php.en
===================================================================
--- trunk/packs.matroska.org/data/index.php.en 2004-08-22 02:11:05 UTC (rev 490)
+++ trunk/packs.matroska.org/data/index.php.en 2004-08-22 02:17:15 UTC (rev 491)
@@ -103,9 +103,10 @@
if ($versionKey <> $latest) {
echo "<li>v$versionKey : <ul>";
foreach($versionArray as $linkKey => $linkValue) {
- echo "<li><a href=\"/$versionKey/".$linkKey.".exe\">".str_replace('_', ' ', $linkKey)."</a> (";
+ echo "<li><a href=\"/$versionKey/".$linkKey.".exe\">".str_replace('_', ' ', $linkKey)."</a>";
+ echo "<div class=\"tiny\"> (";
printFileSizeShort($versionKey,$linkKey);
- echo ", " . $download[$versionKey][$linkKey] . " downloads)</li>";
+ echo ", " . $download[$versionKey][$linkKey] . " downloads)</div></li>";
}
echo "</ul></li>";
}
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.