annotate doc/options_advanced.html @ 1118:71c5b25b371a

Notes cleanup and minor stylistic fixes.
author zas_
date Mon, 10 Nov 2008 18:02:09 +0000
parents 83d6b961117f
children 24c89a03ec12
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>Advanced Options - 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
1099
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
20 <tr>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
21 <th>
1082
47b9f5bc2606 Align Previous to the left, drop useless col tags.
zas_
parents: 1081
diff changeset
22 <p class="previous"><a href="options_editor_commands.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
23 </p>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
24 </th>
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
25
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
26 <th>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
27 <p class="navtop_title">Advanced &ndash; Options Explained</p>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
28 </th>
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
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
30 <th>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
31 <p class="next"><a href="options_hidden.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
32 </p>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
33 </th>
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
34 </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
35 </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
36 </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
37
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 <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
39
1079
76266496b06d Drop chapters numbers from h1 title, and reformat top title a bit.
zas_
parents: 1078
diff changeset
40 <h1>Advanced Options</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
41
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
42 <p>This section describes the options presented under the Advanced Tab of the preferences dialog.</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
43
1087
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
44 <h2>Full Screen</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
45
1110
7cd49c6dc302 Reformatting: notes, advanced options page and more.
zas_
parents: 1105
diff changeset
46 <dl class="dialog_desc">
7cd49c6dc302 Reformatting: notes, advanced options page and more.
zas_
parents: 1105
diff changeset
47 <dt>Location</dt>
7cd49c6dc302 Reformatting: notes, advanced options page and more.
zas_
parents: 1105
diff changeset
48 <dd><p>Selects the location and position of the full screen window. 'Determined by window manager' will leave the window placement up to the window manager. 'Active screen' places the window on the same screen as the Geeqie main window. 'Active monitor' does the same, but limits the full screen window size to the monitor containing the main window. The remaining choices are dependent on the multiple monitor configuration.</p></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
49
1110
7cd49c6dc302 Reformatting: notes, advanced options page and more.
zas_
parents: 1105
diff changeset
50 <dt>Stay above other windows</dt>
7cd49c6dc302 Reformatting: notes, advanced options page and more.
zas_
parents: 1105
diff changeset
51 <dd><p>Enable this to have Geeqie ask the window manager to keep the full screen window above other windows. Note that the window manager may ignore the request. This option is not relevant when the full screen location is determined by the window manager.</p></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
52
1110
7cd49c6dc302 Reformatting: notes, advanced options page and more.
zas_
parents: 1105
diff changeset
53 <dt>Smooth image flip</dt>
7cd49c6dc302 Reformatting: notes, advanced options page and more.
zas_
parents: 1105
diff changeset
54 <dd><p>This option delays the image change in full screen until the next image is entirely decoded into memory, the result is a smoother transition between images.</p></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
55
1110
7cd49c6dc302 Reformatting: notes, advanced options page and more.
zas_
parents: 1105
diff changeset
56 <dt>Disable screen saver</dt>
7cd49c6dc302 Reformatting: notes, advanced options page and more.
zas_
parents: 1105
diff changeset
57 <dd><p>This option will execute <i>xscreensaver-command --deactivate</i> once per minute to avoid the screen saver from activating when Geeqie is displayed full screen.</p></dd>
7cd49c6dc302 Reformatting: notes, advanced options page and more.
zas_
parents: 1105
diff changeset
58
7cd49c6dc302 Reformatting: notes, advanced options page and more.
zas_
parents: 1105
diff changeset
59 </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
60
1087
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
61 <h2>Delete</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
62
1110
7cd49c6dc302 Reformatting: notes, advanced options page and more.
zas_
parents: 1105
diff changeset
63 <dl class="dialog_desc">
7cd49c6dc302 Reformatting: notes, advanced options page and more.
zas_
parents: 1105
diff changeset
64 <dt>Confirm file delete</dt>
7cd49c6dc302 Reformatting: notes, advanced options page and more.
zas_
parents: 1105
diff changeset
65 <dd><p>Prompts for confirmation before deleting files.</p></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
1110
7cd49c6dc302 Reformatting: notes, advanced options page and more.
zas_
parents: 1105
diff changeset
67 <dt>Enable Delete key</dt>
7cd49c6dc302 Reformatting: notes, advanced options page and more.
zas_
parents: 1105
diff changeset
68 <dd><p>Disable this to disassociate the delete file function from the Delete key. This option does not effect the [Control] + D key sequence. May be useful in combination with &ldquo;confirm file delete&rdquo;, above, disabled so that accidentally hitting a single key will not result in deleted files.</p></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
69
1110
7cd49c6dc302 Reformatting: notes, advanced options page and more.
zas_
parents: 1105
diff changeset
70 <dt>Safe Delete</dt>
7cd49c6dc302 Reformatting: notes, advanced options page and more.
zas_
parents: 1105
diff changeset
71 <dd><p>Moves deleted files to a temporary folder, for easy retrieval of deleted files. Files in the temporary folder are retained until the maximum size is reached, at which point deleting additional files will result in the removal of the oldest files to reclaim the space needed for the new files.</p>
1118
71c5b25b371a Notes cleanup and minor stylistic fixes.
zas_
parents: 1115
diff changeset
72 <p class="note"><span class="note_label">Note:</span> Files moved to the Safe Delete folder are prefixed with a six digit number in the format: <code>nnnnnn_FILENAME</code><br />
1110
7cd49c6dc302 Reformatting: notes, advanced options page and more.
zas_
parents: 1105
diff changeset
73 This is used by the delete feature to distinguish which files to remove first when clearing space for new files.<br />
7cd49c6dc302 Reformatting: notes, advanced options page and more.
zas_
parents: 1105
diff changeset
74 The digit counter increments with each deleted file.</p></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
75
1110
7cd49c6dc302 Reformatting: notes, advanced options page and more.
zas_
parents: 1105
diff changeset
76 <dt>Folder</dt>
7cd49c6dc302 Reformatting: notes, advanced options page and more.
zas_
parents: 1105
diff changeset
77 <dd><p>The location of the folder used by the Safe Delete feature.</p></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
78
1110
7cd49c6dc302 Reformatting: notes, advanced options page and more.
zas_
parents: 1105
diff changeset
79 <dt>Maximum size</dt>
7cd49c6dc302 Reformatting: notes, advanced options page and more.
zas_
parents: 1105
diff changeset
80 <dd><p>The size to use for the Safe Delete folder, in megabytes.</p></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
81
1110
7cd49c6dc302 Reformatting: notes, advanced options page and more.
zas_
parents: 1105
diff changeset
82 <dt>Clear button</dt>
7cd49c6dc302 Reformatting: notes, advanced options page and more.
zas_
parents: 1105
diff changeset
83 <dd><p>Removes all files contained in the Safe Delete folder.</p></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
84
1110
7cd49c6dc302 Reformatting: notes, advanced options page and more.
zas_
parents: 1105
diff changeset
85 <dt>View button</dt>
7cd49c6dc302 Reformatting: notes, advanced options page and more.
zas_
parents: 1105
diff changeset
86 <dd><p>Changes the Geeqie main window to display the contents of the Safe Delete folder.</p></dd>
7cd49c6dc302 Reformatting: notes, advanced options page and more.
zas_
parents: 1105
diff changeset
87
7cd49c6dc302 Reformatting: notes, advanced options page and more.
zas_
parents: 1105
diff changeset
88 </dl>
7cd49c6dc302 Reformatting: notes, advanced options page and more.
zas_
parents: 1105
diff changeset
89
1087
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
90 <h2>Behavior</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
91
1110
7cd49c6dc302 Reformatting: notes, advanced options page and more.
zas_
parents: 1105
diff changeset
92 <dl class="dialog_desc">
7cd49c6dc302 Reformatting: notes, advanced options page and more.
zas_
parents: 1105
diff changeset
93 <dt>Rectangular selection in icon view</dt>
7cd49c6dc302 Reformatting: notes, advanced options page and more.
zas_
parents: 1105
diff changeset
94 <dd><p> Enable this to change the selection method used when selecting multiple items in an icon view.</p></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
95
1110
7cd49c6dc302 Reformatting: notes, advanced options page and more.
zas_
parents: 1105
diff changeset
96 <dt>Descend folders in tree view</dt>
7cd49c6dc302 Reformatting: notes, advanced options page and more.
zas_
parents: 1105
diff changeset
97 <dd>
7cd49c6dc302 Reformatting: notes, advanced options page and more.
zas_
parents: 1105
diff changeset
98 <p>This will allow Geeqie to read sub folder content to determine if it should display expander indicators in the folder tree view.</p>
1118
71c5b25b371a Notes cleanup and minor stylistic fixes.
zas_
parents: 1115
diff changeset
99 <p class="note"><span class="note_label">Note:</span> Disable this if Geeqie wakes up auto mounted network shares, or takes too long to initially display the folder view.</p>
1110
7cd49c6dc302 Reformatting: notes, advanced options page and more.
zas_
parents: 1105
diff changeset
100 </dd>
7cd49c6dc302 Reformatting: notes, advanced options page and more.
zas_
parents: 1105
diff changeset
101 <dt>In place renaming</dt>
7cd49c6dc302 Reformatting: notes, advanced options page and more.
zas_
parents: 1105
diff changeset
102 <dd><p>When renaming a single file, this will allow the rename entry to appear directly over the original filename.</p></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
103
1110
7cd49c6dc302 Reformatting: notes, advanced options page and more.
zas_
parents: 1105
diff changeset
104 </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
105
1087
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
106 <h2>Navigation</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
107
1110
7cd49c6dc302 Reformatting: notes, advanced options page and more.
zas_
parents: 1105
diff changeset
108 <dl class="dialog_desc">
7cd49c6dc302 Reformatting: notes, advanced options page and more.
zas_
parents: 1105
diff changeset
109 <dt>Progressive keyboard scrolling</dt>
7cd49c6dc302 Reformatting: notes, advanced options page and more.
zas_
parents: 1105
diff changeset
110 <dd><p>This will cause image panning speed to gradually accelerate when holding down the keyboard arrows.</p></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
111
1110
7cd49c6dc302 Reformatting: notes, advanced options page and more.
zas_
parents: 1105
diff changeset
112 <dt>Mouse wheel scrolls image</dt>
7cd49c6dc302 Reformatting: notes, advanced options page and more.
zas_
parents: 1105
diff changeset
113 <dd><p>The default is for the mouse wheel to change the image, and to scroll the image when shift is used in combination with the wheel. Enabling this swaps the behavior so that operating the wheel will scroll the image, and holding down shift will change the image.</p></dd>
7cd49c6dc302 Reformatting: notes, advanced options page and more.
zas_
parents: 1105
diff changeset
114 </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
115
1087
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
116 <h2>Miscellaneous</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
117
1110
7cd49c6dc302 Reformatting: notes, advanced options page and more.
zas_
parents: 1105
diff changeset
118 <dl class="dialog_desc">
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
119
1110
7cd49c6dc302 Reformatting: notes, advanced options page and more.
zas_
parents: 1105
diff changeset
120 <dt>Store keywords and comments local to source images</dt>
7cd49c6dc302 Reformatting: notes, advanced options page and more.
zas_
parents: 1105
diff changeset
121 <dd><p> When enabled, Geeqie attempts to store metadata such as keywords closer to the source image. The resulting location is the source image's folder, in a sub folder with the name "<em>.metadata"</em>. When the image source folder cannot be written, Geeqie falls back to saving the medata in "$HOME/.geeqie/metadata".</p></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
1110
7cd49c6dc302 Reformatting: notes, advanced options page and more.
zas_
parents: 1105
diff changeset
123 <dt>Custom similarity threshold</dt>
7cd49c6dc302 Reformatting: notes, advanced options page and more.
zas_
parents: 1105
diff changeset
124 <dd><p>This setting is used by the compare method &ldquo;similarity (custom)&rdquo;, located in the Find Duplicates window.</p></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
125
1110
7cd49c6dc302 Reformatting: notes, advanced options page and more.
zas_
parents: 1105
diff changeset
126 <dt>Offscreen cache size</dt>
7cd49c6dc302 Reformatting: notes, advanced options page and more.
zas_
parents: 1105
diff changeset
127 <dd><p>Geeqie only renders the visible portion of an image. To reduce rendering the same area frequently when panning an image, some memory is used to retain the recently rendered image data. This value controls the maximum amount of memory to use.</p>
1118
71c5b25b371a Notes cleanup and minor stylistic fixes.
zas_
parents: 1115
diff changeset
128 <p class="note"><span class="note_label">Note:</span> This setting controls the amount of memory for <em>each</em> image window.</p>
1110
7cd49c6dc302 Reformatting: notes, advanced options page and more.
zas_
parents: 1105
diff changeset
129 </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
1110
7cd49c6dc302 Reformatting: notes, advanced options page and more.
zas_
parents: 1105
diff changeset
131 </dl>
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
132 <hr id="bottomseparator" />
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
133
1097
37536ba2d5f4 Add two css classes navtop and navbottom and remove unused ones.
zas_
parents: 1095
diff changeset
134 <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
135 <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
136 <col id="navbottom_col1" width="33%"></col>
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
137 <col id="navbottom_col2" width="33%"></col>
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
138 <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
139
1099
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
140 <tr>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
141 <th>
1082
47b9f5bc2606 Align Previous to the left, drop useless col tags.
zas_
parents: 1081
diff changeset
142 <p class="previous"><a href="options_editor_commands.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
143 </p>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
144 </th>
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
145
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
146 <th>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
147 <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
148 </p>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
149 </th>
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
150
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
151 <th>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
152 <p class="next"><a href="options_hidden.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
153 </p>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
154 </th>
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
155 </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
156
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 </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
158 </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
159
1101
83cf0c9e300f Re-introduce Geeqie User Manual footer.
zas_
parents: 1100
diff changeset
160 <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
161 <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
162 </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
163 </html>