Added fmrecorder
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3206 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b894dbe0aa
commit
26c4a5f5de
1 changed files with 4 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue