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