Added fmrecorder

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3206 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2003-02-03 12:28:28 +00:00
parent b894dbe0aa
commit 26c4a5f5de

View file

@ -17,11 +17,14 @@ sub list {
print "</ul>\n";
}
print "<table class=rockbox><tr><th>player</th><th>recorder</th></tr>\n";
print "<table class=rockbox><tr><th>player</th><th>recorder</th><th>fmrecorder</th></tr>\n";
print "<tr><td>\n";
&list("player");
print "</td><td>\n";
&list("recorder");
print "</td><td><p><b>Note:</b> The FM Recorder version is still very early and buggy. It is available here for testing purposes only.\n";
&list("fmrecorder");
print "</td></tr></table>\n";