summaryrefslogtreecommitdiff
path: root/www/dailymod.pl
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-10-11 12:15:49 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-10-11 12:15:49 +0000
commit3a44d4def66f0641426a719ce02db1b5688594c3 (patch)
tree98d42d5f945988d1374006387d4c3147c2f3381e /www/dailymod.pl
parent2931a4b838f960ff98ed90ba05ee590cd06f689c (diff)
downloadrockbox-3a44d4def66f0641426a719ce02db1b5688594c3.tar.gz
rockbox-3a44d4def66f0641426a719ce02db1b5688594c3.zip
Updated web
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2584 a1c6a512-1295-4272-9138-f99709370657
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";