Mercurial > geeqie
annotate doc/other_windows_image_properties.html @ 1344:3f9be528787c
show histogram label in the title
adjusted label texts
author | nadvornik |
---|---|
date | Sat, 28 Feb 2009 20:13:11 +0000 |
parents | 2562e0bc89a1 |
children |
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 | 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
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 Properties Window - Geeqie User Manual</title> |
1151
c564ab6c11fc
Add specific css for print media(has to be improved).
zas_
parents:
1140
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:
1140
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:
1140
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 | 23 <th> |
1082 | 24 <p class="previous"><a href="other_windows_image_window.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 | 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 | 28 <th> |
1105 | 29 <p class="navtop_title">Image Properties – Other Windows</p> |
1115 | 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 | 32 <th> |
1140 | 33 <p class="next"><a href="other_windows_pan_view.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 | 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 Properties Window</h1> |
1076
1ecc4f010111
With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
zas_
parents:
1075
diff
changeset
|
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 properties window is a dialog that displays various information about a file.</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 |
1160
2562e0bc89a1
Mark keyboard keys with a span and make them look like a key through css style.
zas_
parents:
1159
diff
changeset
|
46 <p>To display a properties window for a an image select Properties from it's context menu, in most windows pressing <span class="key">Ctrl</span> + <span class="key">P</span> will display the properties of the selected images or files.</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
|
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 properties window contains a scaled down image of the file and information about the file under several tabs. If the window contains more than one file, they can be navigated by activating the left and right arrow buttons, or by clicking the primary and middle mouse buttons on the image preview.</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 |
1087 | 50 <h2>Image 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
|
51 |
1105 | 52 <p>This displays the contents of the active file. When the window contains more than one file, they can be navigated with the primary and middle mouse buttons. The image display is also a drag source for drag and drop, start the drag operation by pressing the middle mouse button and dragging the file to the desired target.</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 | 54 <h2>General 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
|
55 |
1105 | 56 <p>This displays information about the active file. It includes:</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 |
1118 | 58 <dl> |
59 <dt>File attributes</dt> | |
60 <dd><p>Modification date and time, size, owner, group, and permissions.</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
|
61 |
1118 | 62 <dt>Image attributes</dt> |
63 <dd><p>Dimensions, uncompressed size, file or mime type, and existence of an alpha channel.</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
|
64 |
1118 | 65 <dt>Compress ratio</dt><dd><p>The percentage of file size compared to the size of the image when decoded into memory.</p></dd> |
66 </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
|
67 |
1087 | 68 <h2>Keywords 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 |
1105 | 70 <p>The keywords tab contains the same information that is in the Keywords sidebar, please refer to the <a href="sidebars_keywords.html">Keywords Sidebar</a> page for details.</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
|
71 |
1087 | 72 <h2>EXIF 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
|
73 |
1105 | 74 <p>The EXIF tab contains the same information that is in the EXIF sidebar, please refer to the <a href="sidebars_exif.html">EXIF Sidebar</a> page for details.</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
|
75 |
1113 | 76 <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
|
77 |
1097
37536ba2d5f4
Add two css classes navtop and navbottom and remove unused ones.
zas_
parents:
1095
diff
changeset
|
78 <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
|
79 <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
|
80 <col id="navbottom_col1" width="33%"></col> |
b2d120fa5ee7
Use col tags with id in top and bottom navigation tables.
zas_
parents:
1098
diff
changeset
|
81 <col id="navbottom_col2" width="33%"></col> |
b2d120fa5ee7
Use col tags with id in top and bottom navigation tables.
zas_
parents:
1098
diff
changeset
|
82 <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
|
83 |
1099
b2d120fa5ee7
Use col tags with id in top and bottom navigation tables.
zas_
parents:
1098
diff
changeset
|
84 <tr> |
1115 | 85 <th> |
1082 | 86 <p class="previous"><a href="other_windows_image_window.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
|
87 </p> |
1115 | 88 </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
|
89 |
1115 | 90 <th> |
1105 | 91 <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
|
92 </p> |
1115 | 93 </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
|
94 |
1115 | 95 <th> |
1140 | 96 <p class="next"><a href="other_windows_pan_view.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
|
97 </p> |
1115 | 98 </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
|
99 </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
|
100 |
1ecc4f010111
With the help of tidy and sed, 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 </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
|
102 </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
|
103 |
1101 | 104 <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
|
105 <div class="bottomspacer"> </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
|
106 </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
|
107 </html> |