diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2004-03-02 12:18:05 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2004-03-02 12:18:05 +0000 |
| commit | 1fd74c88d69779f2f20a29bcd884f62c6cdeb70e (patch) | |
| tree | 9b1d5ccaacfc98debc14e1bb1c479bd722c9d1e7 | |
| parent | 111a972b65f5fcc2ef98a5164d0367e7e50f4b09 (diff) | |
| download | rockbox-1fd74c88d69779f2f20a29bcd884f62c6cdeb70e.zip rockbox-1fd74c88d69779f2f20a29bcd884f62c6cdeb70e.tar.gz rockbox-1fd74c88d69779f2f20a29bcd884f62c6cdeb70e.tar.bz2 rockbox-1fd74c88d69779f2f20a29bcd884f62c6cdeb70e.tar.xz | |
Added FM Recorder photos
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4331 a1c6a512-1295-4272-9138-f99709370657
| -rwxr-xr-x | www/internals/fmrec_bottom_hires.jpg | bin | 0 -> 1078009 bytes | |||
| -rwxr-xr-x | www/internals/fmrec_bottom_thumb.jpg | bin | 0 -> 12449 bytes | |||
| -rwxr-xr-x | www/internals/fmrec_top_hires.jpg | bin | 0 -> 295375 bytes | |||
| -rwxr-xr-x | www/internals/fmrec_top_thumb.jpg | bin | 0 -> 11418 bytes | |||
| -rw-r--r-- | www/internals/fmrecorder.t | 12 | ||||
| -rw-r--r-- | www/internals/index.t | 5 |
6 files changed, 17 insertions, 0 deletions
diff --git a/www/internals/fmrec_bottom_hires.jpg b/www/internals/fmrec_bottom_hires.jpg Binary files differnew file mode 100755 index 0000000..5afef32 --- /dev/null +++ b/www/internals/fmrec_bottom_hires.jpg diff --git a/www/internals/fmrec_bottom_thumb.jpg b/www/internals/fmrec_bottom_thumb.jpg Binary files differnew file mode 100755 index 0000000..22e2d9a --- /dev/null +++ b/www/internals/fmrec_bottom_thumb.jpg diff --git a/www/internals/fmrec_top_hires.jpg b/www/internals/fmrec_top_hires.jpg Binary files differnew file mode 100755 index 0000000..0e388d6 --- /dev/null +++ b/www/internals/fmrec_top_hires.jpg diff --git a/www/internals/fmrec_top_thumb.jpg b/www/internals/fmrec_top_thumb.jpg Binary files differnew file mode 100755 index 0000000..fd2e110 --- /dev/null +++ b/www/internals/fmrec_top_thumb.jpg diff --git a/www/internals/fmrecorder.t b/www/internals/fmrecorder.t new file mode 100644 index 0000000..a24689e --- /dev/null +++ b/www/internals/fmrecorder.t @@ -0,0 +1,12 @@ +#define _PAGE_ Internals of the Recorder +#include "head.t" + +<p>cwLinus' photos of his FM Recorder. + +<p><a href="fmrec_top_thumb.jpg"><img src="fmrec_top_hires.jpg"></a><br> +Top of PCB, with LCD and buttons + +<p><a href="fmrec_bottom_thumb.jpg"><img src="fmrec_bottom_hires.jpg"></a><br> +Back of PCB, with radio parts + +#include "foot.t" diff --git a/www/internals/index.t b/www/internals/index.t index 9bcc8c0..efad3f4 100644 --- a/www/internals/index.t +++ b/www/internals/index.t @@ -22,6 +22,11 @@ <li> <a href="recorder.html">Phil's photos of his recorder</a> </ul> +<h2>Jukebox FM Recorder internals</h2> +<ul> +<li> <a href="fmrecorder.html">Linus' photos of his FM recorder</a> +</ul> + <h2>Remote control</h2> <ul> <li> <a href="remote.html">Tjerk's photos of the archos remote control</a> |