Added 8MB recorder
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3489 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e9bda729a8
commit
5188931e56
2 changed files with 8 additions and 1 deletions
|
@ -45,6 +45,10 @@ The batch timestamp is GMT.
|
|||
<a href="auto/build-recorderdebug/ajbrec.ajz">Recorder debug</a><br>
|
||||
<a href="auto/build-recordersim/rockboxui">Recorder simulator (linux)</a><br>
|
||||
</td>
|
||||
<td>
|
||||
<a href="auto/build-fmrecorder/ajbrec.ajz">FM Recorder</a><br>
|
||||
<a href="auto/build-recorder8mb/ajbrec.ajz">8MB Recorder</a><br>
|
||||
</td>
|
||||
</tr></table>
|
||||
|
||||
#include "foot.t"
|
||||
|
|
|
@ -17,7 +17,7 @@ sub list {
|
|||
print "</ul>\n";
|
||||
}
|
||||
|
||||
print "<table class=rockbox><tr><th>player</th><th>recorder</th><th>fmrecorder</th></tr>\n";
|
||||
print "<table class=rockbox><tr><th>player</th><th>recorder</th><th>fm recorder</th><th>8MB recorder</th></tr>\n";
|
||||
print "<tr><td>\n";
|
||||
&list("player");
|
||||
|
||||
|
@ -27,4 +27,7 @@ print "</td><td>\n";
|
|||
print "</td><td>\n";
|
||||
&list("fmrecorder");
|
||||
|
||||
print "</td><td>\n";
|
||||
&list("recorder8mb");
|
||||
|
||||
print "</td></tr></table>\n";
|
||||
|
|
Loading…
Reference in a new issue