annotate doc/printing.html @ 1121:24c89a03ec12

Move from xhtml transitional to xhtml strict.
author zas_
date Mon, 10 Nov 2008 20:40:50 +0000
parents 73bbcaf9abba
children c564ab6c11fc
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: 1117
diff changeset
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
24c89a03ec12 Move from xhtml transitional to xhtml strict.
zas_
parents: 1117
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>Printing - Geeqie User Manual</title>
1095
31a1a3f85859 Move css styles to an external stylesheet.
zas_
parents: 1087
diff changeset
10 <link rel="stylesheet" type="text/css" href="style.css" />
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
11 </head>
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
12
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
13 <body lang="en-US" dir="ltr" xml:lang="en-US">
1097
37536ba2d5f4 Add two css classes navtop and navbottom and remove unused ones.
zas_
parents: 1095
diff changeset
14 <div class="navtop">
1099
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
15 <table width="100%" border="0" cellpadding="4" cellspacing="0">
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
16 <col id="navtop_col1" width="33%"></col>
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
17 <col id="navtop_col2" width="33%"></col>
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
18 <col id="navtop_col3" width="33%"></col>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
19
1099
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
20 <tr>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
21 <th>
1082
47b9f5bc2606 Align Previous to the left, drop useless col tags.
zas_
parents: 1081
diff changeset
22 <p class="previous"><a href="image_presentation_fullscreen.html">Previous</a>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
23 </p>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
24 </th>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
25
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
26 <th>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
27 <p class="navtop_title">Printing</p>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
28 </th>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
29
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
30 <th>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
31 <p class="next"><a href="options.html">Next</a>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
32 </p>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
33 </th>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
34 </tr>
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
35 </table>
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
36 </div>
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
37
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
38 <hr />
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
39
1079
76266496b06d Drop chapters numbers from h1 title, and reformat top title a bit.
zas_
parents: 1078
diff changeset
40 <h1>Printing</h1>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
41
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
42 <p>To print an image press Shift + P or select Print 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
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 print dialog includes tabs that group related printing options, a preview pane, and a Print and Cancel button.</p>
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
45
1087
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
46 <h2>Layout tab</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
1108
36e6014c612a Reformat and cleanup.
zas_
parents: 1105
diff changeset
48 <dl class="dialog_desc">
36e6014c612a Reformat and cleanup.
zas_
parents: 1105
diff changeset
49 <dt>Source</dt>
36e6014c612a Reformat and cleanup.
zas_
parents: 1105
diff changeset
50 <dd>
36e6014c612a Reformat and cleanup.
zas_
parents: 1105
diff changeset
51 <p>This selects the group of images to use for print output.</p>
36e6014c612a Reformat and cleanup.
zas_
parents: 1105
diff changeset
52 <dl>
36e6014c612a Reformat and cleanup.
zas_
parents: 1105
diff changeset
53 <dt>Image</dt><dd>The file with the focus.</dd>
36e6014c612a Reformat and cleanup.
zas_
parents: 1105
diff changeset
54 <dt>Selection</dt><dd>The files selected in the main window.</dd>
36e6014c612a Reformat and cleanup.
zas_
parents: 1105
diff changeset
55 <dt>All</dt><dd>All files listed in the main window.</dd>
36e6014c612a Reformat and cleanup.
zas_
parents: 1105
diff changeset
56 </dl>
36e6014c612a Reformat and cleanup.
zas_
parents: 1105
diff changeset
57 </dd>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
58
1108
36e6014c612a Reformat and cleanup.
zas_
parents: 1105
diff changeset
59 <dt>Layout</dt>
36e6014c612a Reformat and cleanup.
zas_
parents: 1105
diff changeset
60 <dd><p>Select one image per page, or a Proof sheet that will print multiple images per page.</p>
36e6014c612a Reformat and cleanup.
zas_
parents: 1105
diff changeset
61 <dl>
36e6014c612a Reformat and cleanup.
zas_
parents: 1105
diff changeset
62 <dt>Image size</dt><dd>When print one image per page, the size of the image in relation to the available print area.</dd>
36e6014c612a Reformat and cleanup.
zas_
parents: 1105
diff changeset
63 <dt>Proof size</dt><dd>When printing a Proof sheet, the size of each image in Units (see Paper tab).</dd>
36e6014c612a Reformat and cleanup.
zas_
parents: 1105
diff changeset
64 </dl>
1117
73bbcaf9abba Various fixes and cleanup.
zas_
parents: 1115
diff changeset
65 </dd>
1108
36e6014c612a Reformat and cleanup.
zas_
parents: 1105
diff changeset
66 </dl>
36e6014c612a Reformat and cleanup.
zas_
parents: 1105
diff changeset
67
1087
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
68 <h2>Text tab</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
69
1108
36e6014c612a Reformat and cleanup.
zas_
parents: 1105
diff changeset
70 <dl class="dialog_desc">
36e6014c612a Reformat and cleanup.
zas_
parents: 1105
diff changeset
71 <dt>Name</dt><dd><p>Include the file name below each image.</p></dd>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
72
1108
36e6014c612a Reformat and cleanup.
zas_
parents: 1105
diff changeset
73 <dt>Date</dt><dd><p>Include the file date below each image.</p></dd>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
74
1108
36e6014c612a Reformat and cleanup.
zas_
parents: 1105
diff changeset
75 <dt>Size</dt><dd><p>Include the file size below each image.</p></dd>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
76
1108
36e6014c612a Reformat and cleanup.
zas_
parents: 1105
diff changeset
77 <dt>Dimensions</dt><dd><p>Include the source image's pixel width and height below each image.</p></dd>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
78
1108
36e6014c612a Reformat and cleanup.
zas_
parents: 1105
diff changeset
79 <dt>Font size</dt><dd><p>The font size to use for the text description of each image, in points.</p></dd>
36e6014c612a Reformat and cleanup.
zas_
parents: 1105
diff changeset
80 </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
81
1087
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
82 <h2>Paper tab</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
83
1108
36e6014c612a Reformat and cleanup.
zas_
parents: 1105
diff changeset
84 <dl class="dialog_desc">
36e6014c612a Reformat and cleanup.
zas_
parents: 1105
diff changeset
85 <dt>Format</dt><dd><p>The size of the paper in the printer's paper tray. Many common sizes are provided, however if the paper size is not listed selected the Custom format and enter the paper size in Size below.</p></dd>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
86
1108
36e6014c612a Reformat and cleanup.
zas_
parents: 1105
diff changeset
87 <dt>Size</dt><dd><p>The size of the selected paper format, in Units (below). These numbers can be changed when the paper Format is Custom.</p></dd>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
88
1108
36e6014c612a Reformat and cleanup.
zas_
parents: 1105
diff changeset
89 <dt>Units</dt><dd><p>Select the units for Geeqie to use when conveying measurements of length for paper size, margins, and images sizes to the user.</p></dd>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
90
1108
36e6014c612a Reformat and cleanup.
zas_
parents: 1105
diff changeset
91 <dt>Orientation</dt><dd><p>Select portrait or landscape print output.</p></dd>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
92
1108
36e6014c612a Reformat and cleanup.
zas_
parents: 1105
diff changeset
93 <dt>Margins</dt><dd><p>These values specify the size of the paper edges not to be included in the print region, in Units (above).</p></dd>
36e6014c612a Reformat and cleanup.
zas_
parents: 1105
diff changeset
94 </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
95
1087
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
96 <h2>Printer tab</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
97
1109
ba2bbc862da7 Reformatting.
zas_
parents: 1108
diff changeset
98 <dl class="dialog_desc">
ba2bbc862da7 Reformatting.
zas_
parents: 1108
diff changeset
99 <dt>Destination</dt>
ba2bbc862da7 Reformatting.
zas_
parents: 1108
diff changeset
100 <dd><p>Use this to select the destination of the print output.</p>
ba2bbc862da7 Reformatting.
zas_
parents: 1108
diff changeset
101 <dl>
ba2bbc862da7 Reformatting.
zas_
parents: 1108
diff changeset
102 <dt>Default printer</dt><dd>Prints to the system default printer.</dd>
ba2bbc862da7 Reformatting.
zas_
parents: 1108
diff changeset
103 <dt>Custom printer</dt><dd>Prints to the printer using the command defined in Custom printer (below).</dd>
ba2bbc862da7 Reformatting.
zas_
parents: 1108
diff changeset
104 <dt>Postscript file</dt><dd>Writes using the postscript format to named File (below).</dd>
ba2bbc862da7 Reformatting.
zas_
parents: 1108
diff changeset
105 <dt>Image file</dt><dd>Writes using the selected File format (below) to named File (below).</dd>
ba2bbc862da7 Reformatting.
zas_
parents: 1108
diff changeset
106 </dl>
ba2bbc862da7 Reformatting.
zas_
parents: 1108
diff changeset
107 </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
108
1109
ba2bbc862da7 Reformatting.
zas_
parents: 1108
diff changeset
109 <dt>Custom printer</dt>
ba2bbc862da7 Reformatting.
zas_
parents: 1108
diff changeset
110 <dd><p>The command to use when Destination is selected as Custom printer. For convenience, the drop down list includes printers available for use by the printing subsystem.</p></dd>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
111
1109
ba2bbc862da7 Reformatting.
zas_
parents: 1108
diff changeset
112 <dt>File</dt>
ba2bbc862da7 Reformatting.
zas_
parents: 1108
diff changeset
113 <dd><p>The file to use for output when Destination is Postscript file or Image file.</p></dd>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
114
1109
ba2bbc862da7 Reformatting.
zas_
parents: 1108
diff changeset
115 <dt>File format</dt>
ba2bbc862da7 Reformatting.
zas_
parents: 1108
diff changeset
116 <dd><p>The image format to use when Destination is Image file.</p></dd>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
117
1109
ba2bbc862da7 Reformatting.
zas_
parents: 1108
diff changeset
118 <dt>DPI</dt>
ba2bbc862da7 Reformatting.
zas_
parents: 1108
diff changeset
119 <dd><p>Abbreviation for Dots Per Inch. When the Destination is a printer or postscript file, this defines the maximum DPI to use when outputting image data. For example if the Destination printer is only capable of 600 DPI, but the resulting image to print is 1200 DPI, Geeqie will scale the image down to 600 DPI before sending it to the printer. This can greatly reduce the size of a print job when printing Proof Sheets or very large images.</p></dd>
ba2bbc862da7 Reformatting.
zas_
parents: 1108
diff changeset
120 </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
121
1087
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
122 <h2>Preview</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
123
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
124 <p>The preview displays a small version of the output that will result with the current settings. The preview will update whenever a setting is changed that will effect the print output.</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
125
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
126 <p>The preview will indicate the number of pages that will be printed, to see a preview of a specific page change to that page by activating the left or right arrow buttons located below the preview.</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
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
128 <p>The size of the preview can be changed using the three zoom buttons located below the preview.</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
129
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
130 <p>The preview includes several reference lines that are <i>not included</i> in the final 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
131
1109
ba2bbc862da7 Reformatting.
zas_
parents: 1108
diff changeset
132 <dl class="dialog_desc">
ba2bbc862da7 Reformatting.
zas_
parents: 1108
diff changeset
133 <dt>Reference grid</dt>
ba2bbc862da7 Reformatting.
zas_
parents: 1108
diff changeset
134 <dd><p>Light gray lines that form a grid over the entire page, the spacing between these lines is dependent on the current measurement unit:</p>
ba2bbc862da7 Reformatting.
zas_
parents: 1108
diff changeset
135 <dl>
ba2bbc862da7 Reformatting.
zas_
parents: 1108
diff changeset
136 <dt>Inch</dt><dd>1 inch.</dd>
ba2bbc862da7 Reformatting.
zas_
parents: 1108
diff changeset
137 <dt>Points</dt><dd>72 points.</dd>
ba2bbc862da7 Reformatting.
zas_
parents: 1108
diff changeset
138 <dt>Centimeters or Millimeters</dt><dd>1 centimeter.</dd>
ba2bbc862da7 Reformatting.
zas_
parents: 1108
diff changeset
139 </dl>
ba2bbc862da7 Reformatting.
zas_
parents: 1108
diff changeset
140 </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
141
1109
ba2bbc862da7 Reformatting.
zas_
parents: 1108
diff changeset
142 <dt>Margins</dt>
ba2bbc862da7 Reformatting.
zas_
parents: 1108
diff changeset
143 <dd><p>Blue lines along each edge of the page represent the location of the print margins, the non-printable area of the page is also gray.</p></dd>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
144
1109
ba2bbc862da7 Reformatting.
zas_
parents: 1108
diff changeset
145 <dt>Proof sheet grid</dt>
ba2bbc862da7 Reformatting.
zas_
parents: 1108
diff changeset
146 <dd><p>When the layout is set to Proof sheet, each proof location is indicated with a red rectangle.</p></dd>
ba2bbc862da7 Reformatting.
zas_
parents: 1108
diff changeset
147
ba2bbc862da7 Reformatting.
zas_
parents: 1108
diff changeset
148 </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
149
1087
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
150 <h2>Remember print settings</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
151
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
152 <p>Enable this check box to retain the current settings as the default for the print dialog. This option only retains the settings when a print operation is started by activating the print button. In addition, only the settings relevant to the current print operation will be retained.</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
153
1087
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
154 <h2>Print button</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
155
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
156 <p>Activate the print button to start the print job, the dialog will change to display the progress as images are sent to the selected print destination.</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
157
1087
f00c0c5e6dff Use h2/h3 tags where appropriate.
zas_
parents: 1082
diff changeset
158 <h2>Cancel button</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
159
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
160 <p>Activate this button to close the print dialog, no printing will be performed.</p>
1076
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
161
1113
79e69e5f4642 Beautify the manual.
zas_
parents: 1109
diff changeset
162 <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
163
1097
37536ba2d5f4 Add two css classes navtop and navbottom and remove unused ones.
zas_
parents: 1095
diff changeset
164 <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
165 <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
166 <col id="navbottom_col1" width="33%"></col>
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
167 <col id="navbottom_col2" width="33%"></col>
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
168 <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
169
1099
b2d120fa5ee7 Use col tags with id in top and bottom navigation tables.
zas_
parents: 1098
diff changeset
170 <tr>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
171 <th>
1082
47b9f5bc2606 Align Previous to the left, drop useless col tags.
zas_
parents: 1081
diff changeset
172 <p class="previous"><a href="image_presentation_fullscreen.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
173 </p>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
174 </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
175
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
176 <th>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
177 <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
178 </p>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
179 </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
180
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
181 <th>
1105
215e102c1819 Drop most old css classes.
zas_
parents: 1101
diff changeset
182 <p class="next"><a href="options.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
183 </p>
1115
83d6b961117f Fix up unvalid xhtml.
zas_
parents: 1113
diff changeset
184 </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
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
1ecc4f010111 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents: 1075
diff changeset
187 </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
188 </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
189
1101
83cf0c9e300f Re-introduce Geeqie User Manual footer.
zas_
parents: 1100
diff changeset
190 <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
191 <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
192 </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
193 </html>