summaryrefslogtreecommitdiff
path: root/www/manual/rec-dir.t
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-08-06 11:38:06 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-08-06 11:38:06 +0000
commita37fe9e71f7e0a15cdda82b976807e9a15811a89 (patch)
tree342e27b84b564fec7f43c53727e8408c3c092ff8 /www/manual/rec-dir.t
parentb9d6c2c5f3a90f2fd31921c2f18e514aacc00bdd (diff)
downloadrockbox-a37fe9e71f7e0a15cdda82b976807e9a15811a89.tar.gz
rockbox-a37fe9e71f7e0a15cdda82b976807e9a15811a89.zip
better HTML
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1551 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www/manual/rec-dir.t')
-rw-r--r--www/manual/rec-dir.t69
1 files changed, 55 insertions, 14 deletions
diff --git a/www/manual/rec-dir.t b/www/manual/rec-dir.t
index ef8a2bb3dc..05abc776f3 100644
--- a/www/manual/rec-dir.t
+++ b/www/manual/rec-dir.t
@@ -1,24 +1,41 @@
1#define _PAGE_ Rockbox Directory Browser
2#include "head.t"
3<p>
1In the dir browser, you will see the files and directories that are put in the 4In the dir browser, you will see the files and directories that are put in the
2directory you are currently browsing. You will see tiny symbols on the left 5directory you are currently browsing. You will see tiny symbols on the left
3side of each entry that shows what kind of entry it is. 6side of each entry that shows what kind of entry it is.
4 7<p>
5[screen dump] 8[screen dump]
6 9<p>
7[ ] = mp3 file 10[ ] = mp3 file
8 11<p>
9[ ] = m3u file 12[ ] = m3u file
10 13<p>
11If you have enabled 'mp3/m3u filter' in the global settings, only files ending 14If you have enabled 'mp3/m3u filter' in the global settings, only files ending
12with .mp3 or .m3u will be displayed in the browser. 15with .mp3 or .m3u will be displayed in the browser.
13 16<p>
14Buttons: 17Buttons:
15 18<p>
16 UP Move upwards in the list, if it already is on the topmost entry, you'll 19<table>
20<tr>
21<td> UP </td>
22<td>
23 Move upwards in the list, if it already is on the topmost entry, you'll
17 see the cursor moved to the last entry in the list. 24 see the cursor moved to the last entry in the list.
18 DOWN Move downwards in the list, if it already is on the last entry, you'll 25</td></tr>
26<tr>
27<td>DOWN</td>
28<td>
29 Move downwards in the list, if it already is on the last entry, you'll
19 see the cursor moved to the first entry in the list. 30 see the cursor moved to the first entry in the list.
20 LEFT Move "up" one directory level to the parent directory. 31</td></tr>
21 RIGHT If the cursor is now on a line of a directory, the browser will switch 32<tr>
33<td> LEFT</td>
34<td> Move "up" one directory level to the parent directory.
35</td></tr>
36<tr>
37<td> RIGHT</td>
38<td> If the cursor is now on a line of a directory, the browser will switch
22 into browsing that directory. If the cursor is on a line with a file, 39 into browsing that directory. If the cursor is on a line with a file,
23 special actions are peformed depending on the file type. If the file 40 special actions are peformed depending on the file type. If the file
24 is an mp3 file, it'll jump into the <a href="rec-wps.html">WPS</a> and 41 is an mp3 file, it'll jump into the <a href="rec-wps.html">WPS</a> and
@@ -28,9 +45,33 @@ Buttons:
28 the list. If you have 'shuffle' selected in the global settings, the 45 the list. If you have 'shuffle' selected in the global settings, the
29 playlist will be shuffled directly after having been loaded, otherwise 46 playlist will be shuffled directly after having been loaded, otherwise
30 it'll be played in a straight top-to-bottom fashion. 47 it'll be played in a straight top-to-bottom fashion.
31 PLAY The same as RIGHT 48</td></tr>
32 ON If there is an mp3 playing, this'll switch back the WPS. 49<tr><td>
33 OFF If there is an mp3 playing, this stops playback. 50 PLAY
34 F1 Switches to the <a href="rec-menu.html">main menu</a>. 51</td><td>
52 The same as RIGHT
53</td></tr>
54<tr><td>
55 ON
56</td><td>
57 If there is an mp3 playing, this'll switch back the WPS.
58</td></tr>
59<tr><td>
60 OFF
61</td><td>
62 If there is an mp3 playing, this stops playback.
63</td></tr>
64<tr><td>
65 F1
66</td><td>
67 Switches to the <a href="rec-menu.html">main menu</a>.
68</td></tr>
69<tr><td>
35 F2 70 F2
71</td></tr>
72<tr><td>
36 F3 73 F3
74</td></tr>
75</table>
76
77#include "foot.t"