diff options
author | Björn Stenberg <bjorn@haxx.se> | 2002-10-11 12:15:49 +0000 |
---|---|---|
committer | Björn Stenberg <bjorn@haxx.se> | 2002-10-11 12:15:49 +0000 |
commit | 3a44d4def66f0641426a719ce02db1b5688594c3 (patch) | |
tree | 98d42d5f945988d1374006387d4c3147c2f3381e /www/dailymod.pl | |
parent | 2931a4b838f960ff98ed90ba05ee590cd06f689c (diff) |
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-x | www/dailymod.pl | 13 |
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 { print "</ul>\n"; } -print "<table class=dailymod><tr><td>\n"; -print "<h3>player-old</h3>\n"; -print "<p>This version is for old Archos Jukebox 5000, 6000 models with ROM firmware older than 4.50:\n"; +print "<table class=rockbox><tr><th>player-old</th><th>player</th><th>recorder</th></tr>\n"; +print "<tr><td>This version is for old Archos Jukebox 5000, 6000 models with ROM firmware older than 4.50:\n"; &list("playerold"); -print "</td><td>\n"; -print "<h3>player</h3>\n"; -print "<p>This version is for Archos Jukebox 5000/6000 with ROM firmware 4.50 or later, and all Studio models:\n"; +print "</td><td>This version is for Archos Jukebox 5000/6000 with ROM firmware 4.50 or later, and all Studio models:\n"; &list("player"); -print "</td><td>\n"; -print "<h3>recorder</h3>\n"; -print "<p>This version is for all Archos Jukebox Recorder models:\n"; +print "</td><td>This version is for all Archos Jukebox Recorder models:\n"; &list("recorder"); print "</td></tr></table>\n"; |