annotate doc/main_window_image_pane.html @ 1696:0779950d71b3

French translation was updated.
author zas_
date Sat, 06 Jun 2009 17:02:21 +0000
parents 473a7c4881cd
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: 1118
diff changeset
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
24c89a03ec12 Move from xhtml transitional to xhtml strict.
zas_
parents: 1118
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>Image Pane - Geeqie User Manual</title>
1151
c564ab6c11fc Add specific css for print media(has to be improved).
zas_
parents: 1139
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: 1139
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: 1139
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" xml:lang="en-US">
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="main_window_folder_pane.html">Previous</a>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
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: 1102
diff changeset
29 <p class="navtop_title">Image Pane &ndash; Main Window</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: 1102
diff changeset
33 <p class="next"><a href="main_window_status_bar.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>Image Pane</h1>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
43
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
44 <p>The image pane is the region of the main window that displays the selected image. The image pane allows adjustment of display size and orientation; it also provides several methods to manipulate the image with the mouse and keyboard.</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>Image display</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
47
1ecc4f010111 With the help of tidy and sed, 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>The image is drawn to the screen as it is decoded from disk. The image can be panned and zoomed while it is still loading. Image adjustment operations for rotation, mirror, and flip will delay until the image is completed. The adjustment queue will remember one operation and will retain the most recently requested function, which will be performed once the image has finished loading.</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
1078
ac4a4f2cf393 Get rid off of chapters numbers in html documentation filenames. It will ease re-ordering.
zas_
parents: 1076
diff changeset
50 <p>The quality of the image, especially when using the zoom feature, is dependent on the settings that are available on the <a href="options_image.html">Image tab</a> of the preferences dialog.</p>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
51
1117
73bbcaf9abba Various fixes and cleanup.
zas_
parents: 1116
diff changeset
52 <p>To increase the speed of loading the next image when navigating the image list in sequence, enable the <a href="options_image.html" class="option_name">Preload next image</a> option.</p>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
53
1087
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
54 <h2>Image panning and manipulation</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
55
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1102
diff changeset
56 <p>When the image size is larger than the image pane, the visible region can be changed with the keyboard or mouse. The keyboard can also be used to adjust the orientation of the 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
57
1108
36e6014c612a Reformat and cleanup.
zas_
parents: 1105
diff changeset
58 <h3>Keyboard</h3>
1165
473a7c4881cd Fix up yet unmarked keys.
zas_
parents: 1163
diff changeset
59 <p>Use the <span class="key">Arrows</span> to pan the image in the desired direction, to increase the panning speed hold down the <span class="key">Shift</span> + <span class="key">Arrows</span>.<br />Press <span class="key">Ctrl</span> + <span class="key">Arrows</span> to move to the respective edge of the image. The image can only be panned with the keyboard when the image has the focus, indicated by a dotted line surrounding the image pane.</p>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
60
1157
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
61 <div class="shortcuts">
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
62 <table width="80%" border="1" cellpadding="2" cellspacing="0">
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
63 <col id="image_pane_shortcuts_col1" width="25%"></col>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
64 <col id="image_pane_shortcuts_col2" width="25%"></col>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
65 <col id="image_pane_shortcuts_col3" width="50%"></col>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
66
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
67 <thead>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
68 <tr>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
69 <td>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
70 <p>Shortcut</p>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
71 </td>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
72
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
73 <td>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
74 <p>Context menu name</p>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
75 </td>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
76
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
77 <td>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
78 <p>Description</p>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
79 </td>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
80 </tr>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
81 </thead>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
82 <tbody>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
83 <tr>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
84 <td>
1163
a72acb0fb9a6 Fix up some missing html code.
zas_
parents: 1162
diff changeset
85 <p><span class="key">+</span></p>
a72acb0fb9a6 Fix up some missing html code.
zas_
parents: 1162
diff changeset
86 <p><span class="key">=</span></p>
1157
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
87 </td>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
88
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
89 <td>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
90 <p>Zoom in</p>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
91 </td>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
92
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
93 <td>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
94 <p>Zoom in.</p>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
95 </td>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
96 </tr>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
97 <tr>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
98 <td>
1163
a72acb0fb9a6 Fix up some missing html code.
zas_
parents: 1162
diff changeset
99 <p><span class="key">-</span></p>
1157
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
100 </td>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
101
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
102 <td>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
103 <p>Zoom out</p>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
104 </td>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
105
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
106 <td>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
107 <p>Zoom out.</p>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
108 </td>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
109 </tr>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
110 <tr>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
111 <td>
1163
a72acb0fb9a6 Fix up some missing html code.
zas_
parents: 1162
diff changeset
112 <p><span class="key">X</span></p>
1162
f1a9518c4499 More keys.
zas_
parents: 1160
diff changeset
113 <p>[Keypad] <span class="key">*</span></p>
1157
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
114 </td>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
115
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
116 <td>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
117 <p>Fit image to window</p>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
118 </td>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
119
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
120 <td>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
121 <p>Scale the image to fit the available display area.</p>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
122 </td>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
123 </tr>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
124 <tr>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
125 <td>
1163
a72acb0fb9a6 Fix up some missing html code.
zas_
parents: 1162
diff changeset
126 <p><span class="key">Z</span></p>
1162
f1a9518c4499 More keys.
zas_
parents: 1160
diff changeset
127 <p>[Keypad] <span class="key">/</span></p>
1157
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
128 </td>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
129
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
130 <td>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
131 <p>Zoom 1:1</p>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
132 </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
133
1157
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
134 <td>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
135 <p>Reset the zoom to original image size.</p>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
136 </td>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
137 </tr>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
138 <tr>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
139 <td>
1163
a72acb0fb9a6 Fix up some missing html code.
zas_
parents: 1162
diff changeset
140 <p><span class="key">]</span></p>
1157
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
141 </td>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
142
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
143 <td>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
144 <p>Adjust &gt; Rotate clockwise</p>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
145 </td>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
146
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
147 <td>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
148 <p>Rotate the image clockwise 90 degrees.</p>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
149 </td>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
150 </tr>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
151 <tr>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
152 <td>
1163
a72acb0fb9a6 Fix up some missing html code.
zas_
parents: 1162
diff changeset
153 <p><span class="key">[</span></p>
1157
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
154 </td>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
155
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
156 <td>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
157 <p>Adjust &gt; Rotate counterclockwise</p>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
158 </td>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
159
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
160 <td>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
161 <p>Rotate the image counterclockwise 90 degrees.</p>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
162 </td>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
163 </tr>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
164 <tr>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
165 <td>
1160
2562e0bc89a1 Mark keyboard keys with a span and make them look like a key through css style.
zas_
parents: 1159
diff changeset
166 <p><span class="key">Shift</span> + <span class="key">R</span></p>
1157
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
167 </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
168
1157
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
169 <td>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
170 <p>Adjust &gt; Rotate 180</p>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
171 </td>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
172
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
173 <td>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
174 <p>Rotate the image 180 degrees.</p>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
175 </td>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
176 </tr>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
177 <tr>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
178 <td>
1160
2562e0bc89a1 Mark keyboard keys with a span and make them look like a key through css style.
zas_
parents: 1159
diff changeset
179 <p><span class="key">Shift</span> + <span class="key">M</span></p>
1157
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
180 </td>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
181
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
182 <td>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
183 <p>Adjust &gt; Mirror</p>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
184 </td>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
185
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
186 <td>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
187 <p>Flip the image horizontally.</p>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
188 </td>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
189 </tr>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
190 <tr>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
191 <td>
1160
2562e0bc89a1 Mark keyboard keys with a span and make them look like a key through css style.
zas_
parents: 1159
diff changeset
192 <p><span class="key">Shift</span> + <span class="key">F</span></p>
1157
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
193 </td>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
194
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
195 <td>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
196 <p>Adjust &gt; Flip</p>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
197 </td>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
198
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
199 <td>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
200 <p>Flip the image vertically.</p>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
201 </td>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
202 </tr>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
203 </tbody>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
204 </table>
0186f9c7d9e4 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
zas_
parents: 1151
diff changeset
205 </div>
1118
71c5b25b371a Notes cleanup and minor stylistic fixes.
zas_
parents: 1117
diff changeset
206 <p class="note"><span class="note_label">Note:</span> The rotation, mirror, and flip functions will not change the image file on 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
207
1108
36e6014c612a Reformat and cleanup.
zas_
parents: 1105
diff changeset
208 <h3>Mouse</h3>
1160
2562e0bc89a1 Mark keyboard keys with a span and make them look like a key through css style.
zas_
parents: 1159
diff changeset
209 <p>Press the primary mouse button on the image and hold it, then move the mouse to pan the image in the desired direction. Releasing the mouse button will stop the panning operation. The mouse wheel can also be used to scroll the image when holding down the <span class="key">Shift</span> key <a href="#bottomnote1" class="bottomnote">(*)</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
210
1160
2562e0bc89a1 Mark keyboard keys with a span and make them look like a key through css style.
zas_
parents: 1159
diff changeset
211 <p>To scale the image size hold down the <span class="key">Ctrl</span> key and scroll the mouse wheel up to zoom in, or down to zoom out.</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
1108
36e6014c612a Reformat and cleanup.
zas_
parents: 1105
diff changeset
213 <h4>Smooth Scroll</h4>
1160
2562e0bc89a1 Mark keyboard keys with a span and make them look like a key through css style.
zas_
parents: 1159
diff changeset
214 <p>To start the smooth scroll function hold down the <span class="key">Shift</span> key and click the primary mouse button. An icon will appear at the location of the mouse pointer, the mouse can then be positioned to pan the image. The image will pan in the direction of the mouse pointer relative to the icon. The pan speed will increase in proportion to the distance that the pointer is from the center of the icon. To end the smooth scroll function click the primary mouse button within the image pane.</p>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
215
1087
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
216 <h2>Navigation</h2>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
217
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1102
diff changeset
218 <p>The displayed image can be changed to the next or previous image using the keyboard or mouse.</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
219
1108
36e6014c612a Reformat and cleanup.
zas_
parents: 1105
diff changeset
220 <h3>Keyboard</h3>
1162
f1a9518c4499 More keys.
zas_
parents: 1160
diff changeset
221 <p>The <span class="key">PageDown</span> and <span class="key">PageUp</span> keys will change the image to the next or previous image, respectively, in the list. The <span class="key">Home</span> and <span class="key">End</span> keys will jump to the first and last image, respectively. When the image has the focus, the <span class="key">SpaceBar</span> and <span class="key">BackSpace</span> keys can also be used to change the 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
222
1108
36e6014c612a Reformat and cleanup.
zas_
parents: 1105
diff changeset
223 <h3>Mouse</h3>
1118
71c5b25b371a Notes cleanup and minor stylistic fixes.
zas_
parents: 1117
diff changeset
224 <p>To change to the next image in the list click the left mouse button, click the middle mouse button to change to the previous image. The mouse wheel can also be used to change the current image <a href="#bottomnote1" class="bottomnote">(*)</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
225
1087
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
226 <h2>Context menu</h2>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
227
1078
ac4a4f2cf393 Get rid off of chapters numbers in html documentation filenames. It will ease re-ordering.
zas_
parents: 1076
diff changeset
228 <p>Right clicking the mouse or pressing the menu key while the image has the focus will display a menu. The menu functions will perform the same as those that match the window's <a href="main_window_menus.html">menu bar</a>, however a few functions are unique to the context menu:</p>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
229
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
230 <dl class="menu_desc">
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
231 <dt>View in new window</dt><dd>Opens a new window containing a second copy of the current image.</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
232
1102
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
233 <dt>Pause slide show, Continue slide show</dt><dd>Controls the pause state of an active slide show, the text of the menu will change to reflect the action that will be performed.</dd>
af04e83ec5eb Move menu descriptions to definitions lists.
zas_
parents: 1101
diff changeset
234 </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
235
1087
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
236 <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
237
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1102
diff changeset
238 <p>Files and folders can be dropped onto the image pane, dropping a file will display the file and dropping a folder will change the main window to display the contents of the folder. When dropping multiple items on the image pane, only the first item in the list will be used, all additional items will be ignored.</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
239
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1102
diff changeset
240 <p>A drag and drop operation can be initiated from the image pane with the middle mouse button, the dragged item will contain the file path of the displayed 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
241
1139
9cbfc8ee7a13 Add a note about splitted view.
zas_
parents: 1121
diff changeset
242 <h2>Displaying images side by side</h2>
9cbfc8ee7a13 Add a note about splitted view.
zas_
parents: 1121
diff changeset
243
9cbfc8ee7a13 Add a note about splitted view.
zas_
parents: 1121
diff changeset
244 <p>Using View &gt; Split item from the main menu, image pane can be splitted in up to four panes, this allows to display images side by side. You may use drag'n drop to change images in each pane.</p>
9cbfc8ee7a13 Add a note about splitted view.
zas_
parents: 1121
diff changeset
245
9cbfc8ee7a13 Add a note about splitted view.
zas_
parents: 1121
diff changeset
246 <p>Connected zoom is possible through the View &gt; Connected zoom menu. Zoom is then applied to all displayed images.</p>
1165
473a7c4881cd Fix up yet unmarked keys.
zas_
parents: 1163
diff changeset
247 <p>Connected scrolling is also possible using <span class="key">Shift</span> and primary mouse button.</p>
1139
9cbfc8ee7a13 Add a note about splitted view.
zas_
parents: 1121
diff changeset
248
9cbfc8ee7a13 Add a note about splitted view.
zas_
parents: 1121
diff changeset
249
9cbfc8ee7a13 Add a note about splitted view.
zas_
parents: 1121
diff changeset
250
1118
71c5b25b371a Notes cleanup and minor stylistic fixes.
zas_
parents: 1117
diff changeset
251 <p class="bottomnote"><a id="bottomnote1" name="bottomnote1"></a><span class="note_label">(*) Note:</span> The mouse wheel behavior for scrolling and image step can be swapped with the <span class="option_name">Mouse wheel scrolls image</span> option located on the <a href="options_advanced.html">Advanced tab</a> of the preferences dialog.</p>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
252
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1110
diff changeset
253 <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
254
1097
37536ba2d5f4 Add two css classes navtop and navbottom and remove unused ones.
zas_
parents: 1095
diff changeset
255 <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
256 <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
257 <col id="navbottom_col1" width="33%"></col>
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
258 <col id="navbottom_col2" width="33%"></col>
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
259 <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
260
1099
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
261 <tr>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
262 <th>
1082
47b9f5bc2606 Align Previous to the left, drop useless col tags.
zas_
parents: 1081
diff changeset
263 <p class="previous"><a href="main_window_folder_pane.html">Previous</a>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
264 </p>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
265 </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
266
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
267 <th>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1102
diff changeset
268 <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
269 </p>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
270 </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
271
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
272 <th>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1102
diff changeset
273 <p class="next"><a href="main_window_status_bar.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
274 </p>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
275 </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
276 </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
277
1ecc4f010111 With the help of tidy and sed, 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 </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
279 </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
280
1101
83cf0c9e300f Re-introduce Geeqie User Manual footer.
zas_
parents: 1100
diff changeset
281 <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
282 <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
283 </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
284 </html>