annotate doc/main_window_folder_pane.html @ 1105:215e102c1819

Drop most old css classes.
author zas_
date Sun, 09 Nov 2008 12:48:00 +0000
parents af04e83ec5eb
children 7cd49c6dc302
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
1 <?xml version="1.0" encoding="iso-8859-1"?>
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
4
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
5 <html xmlns="http://www.w3.org/1999/xhtml">
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
6 <head>
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
7 <meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
8
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
9 <title>Folder Pane - Geeqie User Manual</title>
1095
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents: 1087
diff changeset
10 <link rel="stylesheet" type="text/css" href="style.css" />
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
11 </head>
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
12
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
13 <body lang="en-US" dir="ltr" xml:lang="en-US">
1097
37536ba2d5f4 Add two css classes navtop and navbottom and remove unused ones.
zas_
parents: 1095
diff changeset
14 <div class="navtop">
1099
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
15 <table width="100%" border="0" cellpadding="4" cellspacing="0">
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
16 <col id="navtop_col1" width="33%"></col>
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
17 <col id="navtop_col2" width="33%"></col>
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
18 <col id="navtop_col3" width="33%"></col>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
19
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
20 <thead>
1099
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
21 <tr>
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
22 <td>
1082
47b9f5bc2606 Align Previous to the left, drop useless col tags.
zas_
parents: 1081
diff changeset
23 <p class="previous"><a href="main_window_file_pane.html">Previous</a>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
24 </p>
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
25 </td>
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
26
1099
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
27 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1102
diff changeset
28 <p class="navtop_title">Folder Pane &ndash; Main Window</p>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
29 </td>
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
30
1099
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
31 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1102
diff changeset
32 <p class="next"><a href="main_window_image_pane.html">Next</a>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
33 </p>
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
34 </td>
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
35 </tr>
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
36 </thead>
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
37 </table>
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
38 </div>
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
39
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
40 <hr />
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
41
1079
76266496b06d Drop chapters numbers from h1 title, and reformat top title a bit.
zas_
parents: 1078
diff changeset
42 <h1>Folder pane</h1>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
43
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
44 <p>The folder pane contains the menu bar, tool bar, path entry, and folder list.</p>
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
45
1087
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
46 <h2>Menu bar</h2>
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
47
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1102
diff changeset
48 <p>The main menu of the window. The functions available from the main menu are described in the <a href="main_window_menus.html">Menus</a> chapter.</p>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
49
1087
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
50 <h2>Tool bar</h2>
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
51
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1102
diff changeset
52 <p>The tool bar includes buttons for often used operations. The tool bar can be hidden or shown by selecting &ldquo;Hide toolbar&rdquo; from the view menu.</p>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
53
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1102
diff changeset
54 <p>Note: These buttons are only displayed as an icon, the text below refers to the tool tip that appears by hovering the mouse over each button.</p>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
55
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
56 <dl class="menu_desc">
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
57 <dt>Show thumbnails</dt><dd>This button is active when the file list is in list view mode, and activating it will toggle the display of thumbnails.</dd>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
58
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
59 <dt>Change to home folder</dt><dd>Change the main window to display the contents of the user's home folder.</dd>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
60
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
61 <dt>Refresh file list</dt><dd>This will check for changes to the active folder and update the window.</dd>
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
62
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
63 <dt>Zoom in</dt><dd>Increase the image display size.</dd>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
64
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
65 <dt>Zoom out</dt><dd>Decrease the image display size.</dd>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
66
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
67 <dt>Fit image to window</dt><dd>This will size the image to fit within the image view.</dd>
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
68
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
69 <dt>Set zoom 1:1</dt><dd>Restore zoom to the image's original size.</dd>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
70
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
71 <dt>Configure options</dt><dd>Displays the <a href="options.html">Options window</a>.</dd>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
72
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
73 <dt>Float controls</dt><dd>Toggle the folder pane, file pane, and status bar between the main window and a secondary window.</dd>
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
74 </dl>
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
75
1087
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
76 <h2>Path entry</h2>
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
77
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1102
diff changeset
78 <p>This displays the active folder of the window and allows typing a location.</p>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
79
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1102
diff changeset
80 <p>A folder or file can be typed into the entry to quickly change to a desired location or image, the main window will update after pressing the Enter key. Tab completion is also available in the path entry.</p>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
81
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1102
diff changeset
82 <p>Note: Tab completion uses the tab key, press the down arrow to move the focus from the entry.</p>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
83
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1102
diff changeset
84 <p>Next to the path entry is a button with a down arrow, clicking this will display a drop down list containing the most recent locations viewed. The list is ordered such that the most recent location is at the top. Selecting a location from the drop down list will change the window to display the location.</p>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
85
1087
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
86 <h2>Folder list</h2>
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
87
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1102
diff changeset
88 <p>This displays a list of sub folders contained in the active folder, or a tree that includes all folders in the file system.</p>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
89
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1102
diff changeset
90 <p>A <b>context menu</b> can be displayed by clicking the right mouse button on the folder pane or pressing the menu key while the folder pane has the focus</p>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
91
1087
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
92 <h2>List view</h2>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
93
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1102
diff changeset
94 <p>This mode can be enabled by unselecting &ldquo;Tree&rdquo; from the View menu, pressing Control + T, or unselecting &ldquo;View as tree&rdquo; from the context menu.</p>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
95
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1102
diff changeset
96 <p>The list view mode displays sub folders contained in the active folder in a standard vertical list. The parent folder can be selected with the folder named &ldquo;..&rdquo;.</p>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
97
1087
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
98 <h2>Tree view</h2>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
99
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1102
diff changeset
100 <p>This mode can be enabled by selecting &ldquo;Tree&rdquo; from the View menu, pressing Control + T, or selecting &ldquo;View as tree&rdquo; from the context menu.</p>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
101
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1102
diff changeset
102 <p>The tree view mode displays all folders in the file system, starting with the root folder and branching out to include sub folders. A folder branch can be expanded or collapsed by clicking the expander next to each folder icon, or by pressing the respective &ldquo;+&rdquo; or &ldquo;-&rdquo; keys when the folder branch has the focus.</p>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
103
1087
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
104 <h2>Sorting</h2>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
105
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1102
diff changeset
106 <p>The order of the folder names will match the order selected for the file pane. Sort order can be changed by clicking the sort area of the status bar or from the context menu of the file pane.</p>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
107
1087
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
108 <h2>Context menu</h2>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
109
1078
ac4a4f2cf393 Get rid off of chapters numbers in html documentation filenames. It will ease re-ordering.
zas_
parents: 1076
diff changeset
110 <p>Right clicking the mouse or pressing the menu key while the folder pane has focus will display a menu. The menu functions will perform the same as those that match the window's <a href="main_window_menus.html">menu bar</a>, however a few functions are unique to the context menu:</p>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
111
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
112 <dl class="menu_desc">
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
113 <dt>Up to parent</dt><dd>This will change the window to display the contents of the parent folder.</dd>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
114
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
115 <dt>Slide show</dt><dd>Start a <a href="image_presentation_slideshow.html">slide show</a> that contains all images in the selected folder.</dd>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
116
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
117 <dt>Slide show recursive</dt><dd>Start a <a href="image_presentation_slideshow.html">slide show</a> that contains all images in the selected folder, and all images in the sub folders of that folder.</dd>
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
118
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
119 <dt>Find duplicates</dt><dd>This will open a new <a href="image_search_finding_duplicates.html">find duplicates</a> window containing all images in the selected folder.</dd>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
120
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
121 <dt>Find duplicates recursive</dt><dd>This will open a new <a href="image_search_finding_duplicates.html">find duplicates</a> window containing all image in the selected folder, and all images in the sub folders of that folder.</dd>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
122
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
123 <dt>New folder</dt><dd>Creates a new folder that is a sub folder of the selected folder.</dd>
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
124
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
125 <dt>Rename</dt><dd>Renames the selected folder.</dd>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
126
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1102
diff changeset
127 <p>Note: Renaming a folder will not update metadata, such as keywords, or cached thumbnails for images contained in that folder, the data will be lost.</dd>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
128
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
129 <dt>View as tree</dt><dd>Toggles between the list and tree modes of the folder pane.</dd>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
130
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
131 </dl>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
132
1087
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
133 <h2>Drag and drop</h2>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
134
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1102
diff changeset
135 <p>Image files can be dropped onto folders displayed in the folder pane. A menu will appear allowing you to select to move or copy the dropped images into the target folder. The list will automatically scroll up or down when the drag pointer is near the respective top or bottom of the list. When in tree mode, hovering over a folder for a brief period of time will expand that folder.</p>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
136
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1102
diff changeset
137 <p>The folders can used as a drag source for drag and drop, for example to add images in a folder to a collection window. However drag and drop can not be used to move or copy folders in Geeqie.</p>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
138
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
139 <hr />
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
140
1097
37536ba2d5f4 Add two css classes navtop and navbottom and remove unused ones.
zas_
parents: 1095
diff changeset
141 <div class="navbottom">
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
142 <table width="100%" border="0" cellpadding="4" cellspacing="0">
1099
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
143 <col id="navbottom_col1" width="33%"></col>
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
144 <col id="navbottom_col2" width="33%"></col>
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
145 <col id="navbottom_col3" width="33%"></col>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
146
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
147 <thead>
1099
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
148 <tr>
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
149 <td>
1082
47b9f5bc2606 Align Previous to the left, drop useless col tags.
zas_
parents: 1081
diff changeset
150 <p class="previous"><a href="main_window_file_pane.html">Previous</a>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
151 </p>
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
152 </td>
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
153
1099
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
154 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1102
diff changeset
155 <p class="navbottom_title"><a href="index.html">Contents</a>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
156 </p>
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
157 </td>
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
158
1099
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
159 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1102
diff changeset
160 <p class="next"><a href="main_window_image_pane.html">Next</a>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
161 </p>
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
162 </td>
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
163 </tr>
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
164 </thead>
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
165
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
166 </table>
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
167 </div>
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
168
1101
83cf0c9e300f Re-introduce Geeqie User Manual footer.
zas_
parents: 1100
diff changeset
169 <div class="footer">Geeqie User Manual</div>
1098
2d9c9b10e84d Add a generic spacer at the bottom of the page, remove now unused css classes.
zas_
parents: 1097
diff changeset
170 <div class="bottomspacer">&nbsp;</div>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
171 </body>
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
172 </html>