diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-08-06 18:34:20 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-08-06 18:34:20 +0000 |
commit | 1bb8787b801af84ab4dd0912f60ec1b28a29c084 (patch) | |
tree | 99f7c3d653dcc2559f67a242f751e9d0a5f2c081 | |
parent | 9b7de87653acf985abf53bbf31b12bc30972bcd7 (diff) |
more pics added
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1570 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | www/manual/rec-boot.t | 5 | ||||
-rw-r--r-- | www/manual/rec-dir.t | 31 | ||||
-rw-r--r-- | www/manual/rec-generalsettings.png | bin | 0 -> 1095 bytes | |||
-rw-r--r-- | www/manual/rec-menu.t | 2 | ||||
-rw-r--r-- | www/manual/rec-soundsettings.png | bin | 0 -> 582 bytes | |||
-rw-r--r-- | www/manual/rec-volume.png | bin | 0 -> 495 bytes |
6 files changed, 29 insertions, 9 deletions
diff --git a/www/manual/rec-boot.t b/www/manual/rec-boot.t index 78cc555754..d17cca5dd2 100644 --- a/www/manual/rec-boot.t +++ b/www/manual/rec-boot.t @@ -6,6 +6,5 @@ When Rockbox boots up, it'll display the Rockbox logo for a short time, and then it'll jump right into the <a href="rec-dir.html">dir browser</a> showing the root (toplevel) directory of your Archos. <p> -[screen dump of boot] -<p> -[screen dump of toplevel dir] +<img src="rec-logo.png" width=120 height=70 alt="Rockbox Logo"> + diff --git a/www/manual/rec-dir.t b/www/manual/rec-dir.t index c233c18b77..666d0308bc 100644 --- a/www/manual/rec-dir.t +++ b/www/manual/rec-dir.t @@ -5,12 +5,33 @@ In the dir browser, you will see the files and directories that are put in the directory you are currently browsing. You will see tiny symbols on the left side of each entry that shows what kind of entry it is. + <p> -[screen dump] -<p> -[ ] = mp3 file -<p> -[ ] = m3u file +<table> +<tr valign=top><td> +<img src="rec-dir.png" width=120 height=70 alt="Dir browser"> + +</td> +<td> + +<table> + +<tr> + <td> <img src="rec-mp3.png" width=32 height=40 alt="mp3 icon"></td> + <td>mp3 file </td> +</tr> +<tr> + <td> <img src="rec-m3u.png" width=35 height=45 alt="m3u icon"></td> + <td>m3u file</td> +</tr> +<tr> + <td> <img src="rec-folder.png" width=33 height=42 alt="folder icon"></td> + <td>folder</td> +</tr> +</table> + +</td></tr></table> + <p> If you have enabled 'mp3/m3u filter' in the global settings, only files ending with .mp3 or .m3u will be displayed in the browser. diff --git a/www/manual/rec-generalsettings.png b/www/manual/rec-generalsettings.png Binary files differnew file mode 100644 index 0000000000..acfa2a7c70 --- /dev/null +++ b/www/manual/rec-generalsettings.png diff --git a/www/manual/rec-menu.t b/www/manual/rec-menu.t index 737d79821f..7099688d44 100644 --- a/www/manual/rec-menu.t +++ b/www/manual/rec-menu.t @@ -3,7 +3,7 @@ #include "manual.t" The main menu offers: <p> -[screen dump] +<img src="rec-menu.png" width=120 height=70 alt="Main menu"> <p> Sound Settings - diff --git a/www/manual/rec-soundsettings.png b/www/manual/rec-soundsettings.png Binary files differnew file mode 100644 index 0000000000..46e67aa28f --- /dev/null +++ b/www/manual/rec-soundsettings.png diff --git a/www/manual/rec-volume.png b/www/manual/rec-volume.png Binary files differnew file mode 100644 index 0000000000..bb5c873508 --- /dev/null +++ b/www/manual/rec-volume.png |