annotate doc/image_search_search.html @ 1108:36e6014c612a

Reformat and cleanup.
author zas_
date Sun, 09 Nov 2008 17:17:19 +0000
parents ae2b86450b1c
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
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 <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
4 <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
5 <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
6
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 <title>Search Window - Geeqie User Manual</title>
1095
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents: 1087
diff changeset
8 <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
9 </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
10
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 <body lang="en-US" dir="ltr">
1097
37536ba2d5f4 Add two css classes navtop and navbottom and remove unused ones.
zas_
parents: 1095
diff changeset
12 <div class="navtop">
1099
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
13 <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
14 <col id="navtop_col1" width="33%"></col>
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
15 <col id="navtop_col2" width="33%"></col>
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
16 <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
17
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
18 <thead>
1099
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
19 <tr>
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
20 <td>
1082
47b9f5bc2606 Align Previous to the left, drop useless col tags.
zas_
parents: 1081
diff changeset
21 <p class="previous"><a href="image_search.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
22 </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
23 </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
24
1099
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
25 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
26 <p class="navtop_title">Search Window &ndash; Image Search</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
27 </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
28
1099
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
29 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
30 <p class="next"><a href="image_search_finding_duplicates.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
31 </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
32 </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
33 </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
34 </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
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>Search Window</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
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
42 <p>Geeqie provides a utility to find one or more images based on various parameters.</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
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>To display a new Search Window press F3 or select Search from the File menu.</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
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
46 <p><br />
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
47 <br />
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
48 </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
49
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
50 <p>To start a search activate the Find button. A search in progress can be stopped by activating the Stop button.</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
51
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 <p>The progress of an active search is displayed as a progress bar at the bottom of the window. The progress bar will also display the total files that match the search parameters, and the total number of files searched.</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
53
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
54 <p>When a search is completed, the total number of files found and their total size will be displayed in the status bar.</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
55
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
56 <p><br />
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
57 <br />
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 </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
59
1087
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
60 <h2>Search location</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
61
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
62 <p>One of several locations can be chosen as the source to use in the search.</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
63
1108
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
64 <p>
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
65 <dl class="dialog_desc">
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
66 <dt>Path</dt>
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
67 <dd>
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
68 <p>The search will include files located in the selected folder, enable the Recurse check box to include the contents of all sub folders.</p>
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
69 </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
1108
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
71 <dt>Comments</dt>
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
72 <dd>
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
73 <p>The search will include all files that have a keyword or comment associated to it.</p>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
74 <p>Note: Only keyword and comment associations stored in the user's home folder are included in this search type.</p>
1108
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
75 </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
76
1108
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
77 <dt>Results</dt>
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
78 <dd>
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
79 <p>The search will include all files currently listed in the results list, use this to refine a previous search.</p>
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
80 </dd>
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
81 </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
82
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 <p><br />
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 <br />
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 </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
86
1087
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
87 <h2>Search parameters</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
88
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
89 <p>Each search parameter can be enabled or disabled with the check box to it's left. For a file to be a match, all enabled parameters must be true.</p>
1108
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
90
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
91 <dl class="dialog_desc">
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
92 <dt>File name</dt>
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
93 <dd>
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
94 <p>The search will match if the entered text appears within the file name, or if the text exactly matches the file name, depending on the method selected from the drop down menu. The text comparison can be made to be case sensitive by enabling the Match case checkbox.</p>
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
95 </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
96
1108
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
97 <dt>File size</dt>
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
98 <dd><p>The search will match if the file size on disk is equal to, less than, greater than, or between the entered value, depending on the method selected from the drop down menu. The between test is inclusive, for example a file of size 10 will match if the size parameters are between 10 and 15.</p>
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
99 </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
100
1108
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
101 <dt>File date</dt>
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
102 <dd>
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
103 <p>The search will match if the file modification time on disk is equal to, before, after, or between the entered date, depending on the method selected from the drop down menu. The between test is inclusive, for example a file with date of 10/04/2003 will match if the date parameters are between 10/04/2003 and 12/31/2003.</p>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
104 <p>For convenience, the button with the down arrow displays a pop up calendar to enter the date.</p>
1108
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
105 </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
106
1108
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
107 <dt>Image dimensions</dt>
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
108 <dd>
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
109 <p>The search will match if the image dimensions are equal to, less than, greater than, or between the entered values, depending on the method selected from the drop down menu. The between test is inclusive.</p>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
110 <p>The image dimensions test is simple, both width and height must be within the allowed values for a match.</p>
1108
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
111 </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
112
1108
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
113 <dt>Image content</dt>
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
114 <dd>
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
115 <p>The search will match if the image contents are similar within the percentage value, inclusive. This uses the same test and data that is used to determine image similarity when <a href="image_search_finding_duplicates.html">Finding Duplicates</a>. The entry is for entering the path for the image to use in this test.</p>
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
116 </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
117
1108
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
118 <dt>Keywords</dt>
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
119 <dd>
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
120 <p>The search will match if the file's associated keywords match all, match any, or exclude the entered keywords, depending on the method selected from the drop down menu. Keywords can be separated with a space, comma, or tab character.</p>
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
121 </dd>
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
122 </dl>
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
123
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
124 <p><br />
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 <br />
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 </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
127
1087
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
128 <h2>Results list</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
129
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
130 <p>Files that match the parameters of the search are shown in the list. By default they are displayed in the order that they are found, to sort the results list by a column activate or click the column title. Activating a column that is already used to sort the list will toggle between increasing and decreasing sort order.</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
131
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
132 <p>A <b>context menu</b> is available for the result list by right clicking the mouse or pressing the Menu key when a row 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
133
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
134 <p><b>Keyboard shortcuts</b> available in the results list:</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
135
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 <div class="gq-search-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
137 <table width="80%" border="1" cellpadding="2" cellspacing="0">
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
138 <col id="search_shortcuts_col1" width="25%"></col>
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
139 <col id="search_shortcuts_col2" width="25%"></col>
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
140 <col id="search_shortcuts_col3" width="50%"></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
141
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
142 <thead>
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
143 <tr>
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
144 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
145 <p>Shortcut</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
146 </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
147
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
148 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
149 <p>Context menu name</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
150 </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
151
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
152 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
153 <p>Description</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
154 </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
155 </tr>
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
156 </thead>
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
157 <tbody>
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
158 <tr>
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
159 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
160 <p>Enter</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
161 </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
162
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
163 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
164 <p>View</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
165 </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
166
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
167 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
168 <p>Opens selected image in 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
169 </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
170 </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
171
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
172 <tr>
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
173 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
174 <p>V</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
175 </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
176
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
177 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
178 <p>View in new 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
179 </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
180
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
181 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
182 <p>Opens selected image in a new 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
183 </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
184 </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
185
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
186 <tr>
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
187 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
188 <p>Control + A</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
189 </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
190
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
191 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
192 <p>Select all</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
193 </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
194
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
195 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
196 <p>Selects all images.</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
197 </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
198 </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
199
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
200 <tr>
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
201 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
202 <p>Control + Shift + A</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
203 </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
204
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
205 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
206 <p>Select none</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
207 </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
208
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
209 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
210 <p>Clear the image selection.</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
211 </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
212 </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
213
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
214 <tr>
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
215 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
216 <p>Control + 1 through<br />
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
217 Control + 0</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
218 </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
219
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
220 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
221 <p>Edit sub 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
222 </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
223
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
224 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
225 <p>Executes the respective editor command.</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
226 </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
227 </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
228
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
229 <tr>
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
230 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
231 <p>Control + P</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
232 </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
233
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
234 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
235 <p>Properties</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
236 </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
237
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
238 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
239 <p>Opens a properties window for selected images.</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
240 </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
241 </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
242
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
243 <tr>
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
244 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
245 <p>C</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
246 </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
247
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
248 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
249 <p>Add to new collection</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
250 </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
251
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
252 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
253 <p>Creates a new collection containing the selected images.</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
254 </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
255 </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
256
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
257 <tr>
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
258 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
259 <p><br />
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
260 </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
261 </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
262
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
263 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
264 <p>Print</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
265 </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
266
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
267 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
268 <p>Opens a print dialog for selected images.</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
269 </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
270 </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
271
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
272 <tr>
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
273 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
274 <p>Control + C</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
275 </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
276
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
277 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
278 <p>Copy</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
279 </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
280
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
281 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
282 <p>Copy selected images.</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
283 </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
284 </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
285
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
286 <tr>
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
287 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
288 <p>Control + M</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
289 </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
290
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
291 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
292 <p>Move</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
293 </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
294
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
295 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
296 <p>Move selected images.</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
297 </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
298 </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
299
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
300 <tr>
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
301 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
302 <p>Control + R</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
303 </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
304
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
305 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
306 <p>Rename</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
307 </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
308
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
309 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
310 <p>Rename selected images.</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
311 </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
312 </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
313
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
314 <tr>
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
315 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
316 <p>Control + D</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
317 </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
318
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
319 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
320 <p>Delete</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
321 </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
322
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
323 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
324 <p>Delete selected images.</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
325 </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
326 </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
327
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
328 <tr>
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
329 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
330 <p>Delete</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
331 </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
332
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
333 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
334 <p>Remove</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
335 </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
336
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
337 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
338 <p>Remove selected images from result list.</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
339 </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
340 </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
341
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
342 <tr>
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
343 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
344 <p>Control + Delete</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
345 </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
346
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
347 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
348 <p>Clear</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
349 </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
350
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
351 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
352 <p>Cleared the result list.</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
353 </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
354 </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
355
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
356 <tr>
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
357 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
358 <p>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
359 </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
360
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
361 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
362 <p><br />
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
363 </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
364 </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
365
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
366 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
367 <p>Displays 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
368 </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
369 </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
370
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
371 <tr>
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
372 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
373 <p>Control + T</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
374 </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
375
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
376 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
377 <p><br />
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
378 </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
379 </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
380
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
381 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
382 <p>Toggle display of thumbnails.</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
383 </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
384 </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
385
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
386 <tr>
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
387 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
388 <p>Control + W</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
389 </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
390
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
391 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
392 <p><br />
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
393 </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
394 </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
395
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
396 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
397 <p>Close 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
398 </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
399 </tr>
1106
ae2b86450b1c Cleanup some tables.
zas_
parents: 1105
diff changeset
400 </tbody>
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
401 </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
402 </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
403
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
404 <p><br />
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
405 <br />
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
406 </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
407
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
408 <p>The <b>selection</b> can be changed using the keyboard and mouse the same as in a <a href="main_window_file_pane.html">file pane</a> of the 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
409
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
410 <p>The image Dimensions column of the result list will only contain dimension information when dimensions are included in the search parameters.</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
411
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
412 <p><br />
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
413 <br />
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
414 </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
415
1087
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
416 <h2>Status bar</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
417
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
418 <p>At the bottom of the search window is an area that includes the following items from left to right:</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
419
1108
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
420 <dl class="dialog_desc">
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
421 <dt>Thumbnails</dt>
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
422 <dd>
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
423 <p>Enable this check box to display a thumbnail next to each image in the results list.</p>
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
424 </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
425
1108
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
426 <dt>File count display</dt>
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
427 <dd>
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
428 <p>Displays the total count of files in the results list, and their size on disk. The count of selected files will appear in parenthesis.</p>
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
429 </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
430
1108
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
431 <dt>Search progress</dt>
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
432 <dd>
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
433 <p>When a search is active, the text &#8220;Searching...&#8221; will appear here. Two numbers in parenthesis will also be displayed, the first number is the number of files that match the search parameters and the second number is the total number of files that were searched.</p>
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
434 </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
435
1108
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
436 <dt>Find</dt>
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
437 <dd>
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
438 <p>Activate the find button to start a search with the selected parameters.</p>
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
439 </dd>
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
440
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
441 <dt>Stop</dt>
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
442 <dd>
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
443 <p>Activate the stop button to end a search that is in progress.</p>
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
444 </dd>
36e6014c612a Reformat and cleanup.
zas_
parents: 1106
diff changeset
445 </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
446
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
447 <p><br />
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
448 <br />
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
449 </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
450
1087
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
451 <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
452
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
453 <p>Drag and drop can be initiated with the primary or middle mouse buttons. Dragging a file that is selected will include all selected files in the drag. Dragging a file that is not selected will first change the selection to the dragged file, and clear the previous selection.</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
454
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
455 <p><br />
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
456 <br />
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
457 </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
458
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
459 <p><br />
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
460 <br />
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
461 </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
462
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
463 <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
464
1097
37536ba2d5f4 Add two css classes navtop and navbottom and remove unused ones.
zas_
parents: 1095
diff changeset
465 <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
466 <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
467 <col id="navbottom_col1" width="33%"></col>
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
468 <col id="navbottom_col2" width="33%"></col>
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
469 <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
470
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
471 <thead>
1099
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
472 <tr>
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
473 <td>
1082
47b9f5bc2606 Align Previous to the left, drop useless col tags.
zas_
parents: 1081
diff changeset
474 <p class="previous"><a href="image_search.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
475 </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
476 </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
477
1099
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
478 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
479 <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
480 </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
481 </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
482
1099
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
483 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
484 <p class="next"><a href="image_search_finding_duplicates.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
485 </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
486 </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
487 </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
488 </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
489
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
490 </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
491 </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
492
1101
83cf0c9e300f Re-introduce Geeqie User Manual footer.
zas_
parents: 1100
diff changeset
493 <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
494 <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
495 </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
496 </html>