annotate doc/collections.html @ 1753:ebfb5af3f5de

fixed editor list in popup menu - show an editor if any of selected files matches - added debug messages
author nadvornik
date Sun, 13 Sep 2009 21:08:40 +0000
parents a72acb0fb9a6
children
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"?>
1121
24c89a03ec12 Move from xhtml transitional to xhtml strict.
zas_
parents: 1119
diff changeset
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
24c89a03ec12 Move from xhtml transitional to xhtml strict.
zas_
parents: 1119
diff changeset
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
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
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>Collections - Geeqie User Manual</title>
1151
c564ab6c11fc Add specific css for print media(has to be improved).
zas_
parents: 1121
diff changeset
10 <link rel="stylesheet" type="text/css" href="style.css" media="all" />
c564ab6c11fc Add specific css for print media(has to be improved).
zas_
parents: 1121
diff changeset
11 <link rel="stylesheet" type="text/css" href="style_screen.css" media="screen" />
c564ab6c11fc Add specific css for print media(has to be improved).
zas_
parents: 1121
diff changeset
12 <link rel="stylesheet" type="text/css" href="style_print.css" media="print" />
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
13 </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
14
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
15 <body lang="en-US" dir="ltr">
1097
37536ba2d5f4 Add two css classes navtop and navbottom and remove unused ones.
zas_
parents: 1095
diff changeset
16 <div class="navtop">
1099
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
17 <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
18 <col id="navtop_col1" width="33%"></col>
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
19 <col id="navtop_col2" width="33%"></col>
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
20 <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
21
1099
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
22 <tr>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
23 <th>
1082
47b9f5bc2606 Align Previous to the left, drop useless col tags.
zas_
parents: 1081
diff changeset
24 <p class="previous"><a href="image_search_finding_duplicates.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
25 </p>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
26 </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
27
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
28 <th>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
29 <p class="navtop_title">Collections</p>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
30 </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
31
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
32 <th>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
33 <p class="next"><a href="sidebars.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
34 </p>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
35 </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
36 </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
37 </table>
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
38 </div>
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
39
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
40 <hr />
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
41
1079
76266496b06d Drop chapters numbers from h1 title, and reformat top title a bit.
zas_
parents: 1078
diff changeset
42 <h1>Collections</h1>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
43
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
44 <p>Geeqie provides the ability to build lists of images, regardless of the location of the files on disk.</p>
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
45
1087
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
46 <h2>The collection window</h2>
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
47
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
48 <p>A collection window displays the contents of a collection. It allows the collection to be modified and access to the images contained in the collection.</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 open a new empty collection window press C or select New collection 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
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>To open an existing collection, press O or select Open collection from the file menu. A dialog will appear requesting the location of the collection file. A window will the open containing the selected collection. Recently opened or saved collections can also be opened by selecting the collection's file name from the Open recent sub menu of 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
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>The collection window consists of a pane to display the contents of the collection, and a status bar along the bottom of the window.</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
1087
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
56 <h3>Icon pane</h3>
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
57
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
58 <p>The icon pane displays images contained in the collection as thumbnails in a grid, by default the file names also appear below each thumbnail.</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
59
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
60 <p>The Icon pane works exactly like the Icon view mode of the <a href="main_window_file_pane.html">file pane</a> in a main window. But with the addition that the contents of the collection can be organized with drag and drop.</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
61
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
62 <p>A <b>context menu</b> is available for the icon pane by right clicking the mouse or pressing the Menu key.</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
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
64 <p><b>Keyboard shortcuts</b> available in the collection 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
65
1157
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1156
diff changeset
66 <div class="shortcuts">
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
67 <table width="80%" border="1" cellpadding="2" cellspacing="0">
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
68 <col width="25%"></col>
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
69 <col width="25%"></col>
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
70 <col 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
71
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
72 <thead>
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
73 <tr>
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
74 <th>
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
75 <p>Shortcut</p>
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
76 </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
77
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
78 <th>
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
79 <p>Context menu name</p>
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
80 </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
81
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
82 <th>
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
83 <p>Description</p>
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
84 </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
85 </tr>
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
86 </thead>
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
87
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
88 <tr>
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
89 <td>
1163
a72acb0fb9a6 Fix up some missing html code.
zas_
parents: 1162
diff changeset
90 <p><span class="key">Enter</span></p>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
91 </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
92
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
93 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
94 <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
95 </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
96
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
97 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
98 <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
99 </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
100 </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
101
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
102 <tr>
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
103 <td>
1163
a72acb0fb9a6 Fix up some missing html code.
zas_
parents: 1162
diff changeset
104 <p><span class="key">V</span></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
105 </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
106
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
107 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
108 <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
109 </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
110
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
111 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
112 <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
113 </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
114 </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
115
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
116 <tr>
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
117 <td>
1160
2562e0bc89a1 Mark keyboard keys with a span and make them look like a key through css style.
zas_
parents: 1159
diff changeset
118 <p><span class="key">Ctrl</span> + <span class="key">A</span></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
119 </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
120
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
121 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
122 <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
123 </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
124
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
125 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
126 <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
127 </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
128 </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
129
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
130 <tr>
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
131 <td>
1160
2562e0bc89a1 Mark keyboard keys with a span and make them look like a key through css style.
zas_
parents: 1159
diff changeset
132 <p><span class="key">Ctrl</span> + <span class="key">Shift</span> + <span class="key">A</span></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 </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
134
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
135 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
136 <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
137 </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
138
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
139 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
140 <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
141 </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
142 </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
143
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
144 <tr>
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
145 <td>
1160
2562e0bc89a1 Mark keyboard keys with a span and make them look like a key through css style.
zas_
parents: 1159
diff changeset
146 <p><span class="key">Ctrl</span> + <span class="key">1</span> through<br />
2562e0bc89a1 Mark keyboard keys with a span and make them look like a key through css style.
zas_
parents: 1159
diff changeset
147 <span class="key">Ctrl</span> + <span class="key">0</span></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
148 </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
149
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
150 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
151 <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
152 </td>
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
153
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
154 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
155 <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
156 </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
157 </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
158
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
159 <tr>
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
160 <td>
1160
2562e0bc89a1 Mark keyboard keys with a span and make them look like a key through css style.
zas_
parents: 1159
diff changeset
161 <p><span class="key">Ctrl</span> + <span class="key">P</span></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
162 </td>
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
163
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
164 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
165 <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
166 </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
167
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
168 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
169 <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
170 </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
171 </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
172
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
173 <tr>
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
174 <td>
1160
2562e0bc89a1 Mark keyboard keys with a span and make them look like a key through css style.
zas_
parents: 1159
diff changeset
175 <p><span class="key">Ctrl</span> + <span class="key">C</span></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
176 </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
177
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
178 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
179 <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
180 </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
181
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
182 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
183 <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
184 </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
185 </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
186
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
187 <tr>
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
188 <td>
1160
2562e0bc89a1 Mark keyboard keys with a span and make them look like a key through css style.
zas_
parents: 1159
diff changeset
189 <p><span class="key">Ctrl</span> + <span class="key">M</span></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
190 </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
191
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
192 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
193 <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
194 </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
195
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
196 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
197 <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
198 </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
199 </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
200
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
201 <tr>
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
202 <td>
1160
2562e0bc89a1 Mark keyboard keys with a span and make them look like a key through css style.
zas_
parents: 1159
diff changeset
203 <p><span class="key">Ctrl</span> + <span class="key">R</span></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
204 </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
205
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
206 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
207 <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
208 </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
209
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
210 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
211 <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
212 </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
213 </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
214
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
215 <tr>
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
216 <td>
1160
2562e0bc89a1 Mark keyboard keys with a span and make them look like a key through css style.
zas_
parents: 1159
diff changeset
217 <p><span class="key">Ctrl</span> + <span class="key">D</span></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
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
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
220 <td>
1163
a72acb0fb9a6 Fix up some missing html code.
zas_
parents: 1162
diff changeset
221 <p><span class="key">Delete</span></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
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
224 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
225 <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
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
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
229 <tr>
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
230 <td>
1163
a72acb0fb9a6 Fix up some missing html code.
zas_
parents: 1162
diff changeset
231 <p><span class="key">Delete</span></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
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
234 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
235 <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
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
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
238 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
239 <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
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
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
243 <tr>
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
244 <td>
1160
2562e0bc89a1 Mark keyboard keys with a span and make them look like a key through css style.
zas_
parents: 1159
diff changeset
245 <p><span class="key">Ctrl</span> + <span class="key">L</span></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
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
248 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
249 <p>Append from file 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
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
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
252 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
253 <p>Add contents of main window to 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
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
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
257 <tr>
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
258 <td>
1163
a72acb0fb9a6 Fix up some missing html code.
zas_
parents: 1162
diff changeset
259 <p><span class="key">A</span></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
260 </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
261
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
262 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
263 <p>Append from 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
264 </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
265
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
266 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
267 <p>Append contents of another collection from a file.</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
268 </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
269 </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
270
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
271 <tr>
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
272 <td>
1163
a72acb0fb9a6 Fix up some missing html code.
zas_
parents: 1162
diff changeset
273 <p><span class="key">S</span></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
274 </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
275
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
276 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
277 <p>Save 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
278 </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
279
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
280 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
281 <p>Save collection to disk, if the collection is new a dialog will appear to select the file name and location.</p>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
282 </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
283 </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
284
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
285 <tr>
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
286 <td>
1160
2562e0bc89a1 Mark keyboard keys with a span and make them look like a key through css style.
zas_
parents: 1159
diff changeset
287 <p><span class="key">Ctrl</span> + <span class="key">S</span></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
288 </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
289
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
290 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
291 <p>Save collection as</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
292 </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
293
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
294 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
295 <p>Opens a dialog to select a new file name to use for the 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
296 </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
297 </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
298
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
299 <tr>
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
300 <td>
1160
2562e0bc89a1 Mark keyboard keys with a span and make them look like a key through css style.
zas_
parents: 1159
diff changeset
301 <p><span class="key">Ctrl</span> + <span class="key">T</span></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
302 </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
303
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
304 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
305 <p>Show filename text</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
306 </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
307
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
308 <td>
1156
50ffcd7c3539 Update documentation.
zas_
parents: 1151
diff changeset
309 <p>Toggle display of text below icons. When set, icon's tooltip will show the full path to the file.</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
310 </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
311 </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
312
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
313 <tr>
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
314 <td>
1163
a72acb0fb9a6 Fix up some missing html code.
zas_
parents: 1162
diff changeset
315 <p><span class="key">Menu</span></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
316 </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
317
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
318 <td>&nbsp;</td>
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
319
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
320 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
321 <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
322 </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
323 </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
324
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
325 <tr>
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
326 <td>
1163
a72acb0fb9a6 Fix up some missing html code.
zas_
parents: 1162
diff changeset
327 <p><span class="key">N</span></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
328 </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
329
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
330 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
331 <p>Sort by 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
332 </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
333
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
334 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
335 <p>Sort collection by file 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
336 </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
337 </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
338
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
339 <tr>
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
340 <td>
1163
a72acb0fb9a6 Fix up some missing html code.
zas_
parents: 1162
diff changeset
341 <p><span class="key">I</span></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
342 </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
343
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
344 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
345 <p>Sort by number</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
346 </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
347
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
348 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
349 <p>Sort collection by file name, using natural numerical 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
350 </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
351 </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
352
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
353 <tr>
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
354 <td>
1163
a72acb0fb9a6 Fix up some missing html code.
zas_
parents: 1162
diff changeset
355 <p><span class="key">D</span></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
356 </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
357
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
358 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
359 <p>Sort by date</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
360 </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
361
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
362 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
363 <p>Sort collection by file date.</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
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 </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
366
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
367 <tr>
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
368 <td>
1163
a72acb0fb9a6 Fix up some missing html code.
zas_
parents: 1162
diff changeset
369 <p><span class="key">B</span></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
370 </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
371
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
372 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
373 <p>Sort by size</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
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
376 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
377 <p>Sort collection by file size.</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
378 </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
379 </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
380
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
381 <tr>
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
382 <td>
1163
a72acb0fb9a6 Fix up some missing html code.
zas_
parents: 1162
diff changeset
383 <p><span class="key">P</span></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
384 </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
385
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
386 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
387 <p>Sort by path</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
388 </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
389
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
390 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
391 <p>Sort collection by file location (path to file).</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
392 </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
393 </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
394
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
395 <tr>
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
396 <td>&nbsp;</td>
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
397
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
398 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
399 <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
400 </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
401
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
402 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
403 <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
404 </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
405 </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
406
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
407 <tr>
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
408 <td>
1160
2562e0bc89a1 Mark keyboard keys with a span and make them look like a key through css style.
zas_
parents: 1159
diff changeset
409 <p><span class="key">Ctrl</span> + <span class="key">W</span></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
410 </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
411
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
412 <td>&nbsp;</td>
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
413
1092
7d868e0c39cd Simplify the table.
zas_
parents: 1087
diff changeset
414 <td>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
415 <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
416 </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
417 </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
418 </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
419 </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
420
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
421 <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
422
1087
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
423 <h3>Status bar</h3>
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
424
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
425 <p>The status bar displays the total number of images in the collection, and the number of selected images in parenthesis. A progress bar also displays whenever thumbnails are loading from disk.</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
426
1087
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
427 <h3>Drag and Drop</h3>
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
428
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
429 <p>Drag and drop can be initialized with the primary or middle mouse buttons. Dragging an image that is selected will include all selected images in the drag. Dragging an image that is not selected will drag only that image.</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
430
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
431 <p>Dropping files and folders onto the collection window will add them to the collection, they will be inserted at the location of the drop. A red arrow will indicate the location of the drop as files are dragged over the collection window. When one or more folders are included in the drop list, a menu will appear to select how to handle the contents of the folders.</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
432
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
433 <p>To move images within the collection to change their order, initiate a drag for the selected image(s) and then move the mouse to the desired location within the window. A red arrow will appear to assist in determining the destination of the dragged images. Release the drag to move the images to the new location in the 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
434
1118
71c5b25b371a Notes cleanup and minor stylistic fixes.
zas_
parents: 1117
diff changeset
435 <p class="note"><span class="note_label">Note:</span> When renaming or moving files within Geeqie, the contents of collections located in the folder ($HOME)/.geeqie/collections will automatically update to the new name or location.</p>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
436
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
437 <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
438
1097
37536ba2d5f4 Add two css classes navtop and navbottom and remove unused ones.
zas_
parents: 1095
diff changeset
439 <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
440 <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
441 <col id="navbottom_col1" width="33%"></col>
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
442 <col id="navbottom_col2" width="33%"></col>
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
443 <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
444
1099
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
445 <tr>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
446 <th>
1082
47b9f5bc2606 Align Previous to the left, drop useless col tags.
zas_
parents: 1081
diff changeset
447 <p class="previous"><a href="image_search_finding_duplicates.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
448 </p>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
449 </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
450
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
451 <th>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
452 <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
453 </p>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
454 </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
455
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
456 <th>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
457 <p class="next"><a href="sidebars.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
458 </p>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
459 </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
460 </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
461
1ecc4f010111 With the help of tidy and sed, 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 </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
463 </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
464
1101
83cf0c9e300f Re-introduce Geeqie User Manual footer.
zas_
parents: 1100
diff changeset
465 <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
466 <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
467 </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
468 </html>