summaryrefslogtreecommitdiff
path: root/www/dailymod.pl
diff options
context:
space:
mode:
Diffstat (limited to 'www/dailymod.pl')
-rwxr-xr-xwww/dailymod.pl9
1 files changed, 3 insertions, 6 deletions
diff --git a/www/dailymod.pl b/www/dailymod.pl
index f1a7a557be..7eca82a788 100755
--- a/www/dailymod.pl
+++ b/www/dailymod.pl
@@ -17,14 +17,11 @@ sub list {
17 print "</ul>\n"; 17 print "</ul>\n";
18} 18}
19 19
20print "<table class=rockbox><tr><th>player-old</th><th>player</th><th>recorder</th></tr>\n"; 20print "<table class=rockbox><tr><th>player</th><th>recorder</th></tr>\n";
21print "<tr><td>This version is for old Archos Jukebox 5000, 6000 models with ROM firmware older than 4.50:\n"; 21print "<tr><td>\n";
22&list("playerold");
23
24print "</td><td>This version is for Archos Jukebox 5000/6000 with ROM firmware 4.50 or later, and all Studio models:\n";
25&list("player"); 22&list("player");
26 23
27print "</td><td>This version is for all Archos Jukebox Recorder models:\n"; 24print "</td><td>\n";
28&list("recorder"); 25&list("recorder");
29 26
30print "</td></tr></table>\n"; 27print "</td></tr></table>\n";