Mercurial > geeqie.yaz
comparison doc/options_properties.html @ 1130:302d85a9962f
Add Properties Options page.
author | zas_ |
---|---|
date | Tue, 11 Nov 2008 10:24:04 +0000 |
parents | |
children | c564ab6c11fc |
comparison
equal
deleted
inserted
replaced
1129:00d2520e7190 | 1130:302d85a9962f |
---|---|
1 <?xml version="1.0" encoding="iso-8859-1"?> | |
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" | |
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
4 | |
5 <html xmlns="http://www.w3.org/1999/xhtml"> | |
6 <head> | |
7 <meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" /> | |
8 | |
9 <title>Properties Options - Geeqie User Manual</title> | |
10 <link rel="stylesheet" type="text/css" href="style.css" /> | |
11 </head> | |
12 | |
13 <body lang="en-US" dir="ltr" xml:lang="en-US"> | |
14 <div class="navtop"> | |
15 <table width="100%" border="0" cellpadding="4" cellspacing="0"> | |
16 <col id="navtop_col1" width="33%"></col> | |
17 <col id="navtop_col2" width="33%"></col> | |
18 <col id="navtop_col3" width="33%"></col> | |
19 | |
20 <tr> | |
21 <th> | |
22 <p class="previous"><a href="options_editor_commands.html">Previous</a> | |
23 </p> | |
24 </th> | |
25 | |
26 <th> | |
27 <p class="navtop_title">Properties – Options explained</p> | |
28 </th> | |
29 | |
30 <th> | |
31 <p class="next"><a href="options_advanced.html">Next</a> | |
32 </p> | |
33 </th> | |
34 </tr> | |
35 </table> | |
36 </div> | |
37 | |
38 <hr /> | |
39 | |
40 <h1>Properties options</h1> | |
41 | |
42 <h2>Exif</h2> | |
43 | |
44 <p>Here is defined what is shown or not in the image properties dialog.</p> | |
45 | |
46 <p>Each row corresponds to related exif data, three options are possible for each:</p> | |
47 | |
48 <dl class="dialog_desc"> | |
49 <dt>Never</dt> | |
50 <dd><p>Label and value will never appear even if value is available from exif data.</p></dd> | |
51 <dt>If set</dt> | |
52 <dd><p>Label and value will only appear if value is available from exif data.</p></dd> | |
53 <dt>Always</dt> | |
54 <dd><p>Label will always appear, valude will be displayed when available.</p></dd> | |
55 </dl> | |
56 | |
57 | |
58 <hr id="bottomseparator" /> | |
59 | |
60 <div class="navbottom"> | |
61 <table width="100%" border="0" cellpadding="4" cellspacing="0"> | |
62 <col id="navbottom_col1" width="33%"></col> | |
63 <col id="navbottom_col2" width="33%"></col> | |
64 <col id="navbottom_col3" width="33%"></col> | |
65 | |
66 <tr> | |
67 <th> | |
68 <p class="previous"><a href="options_editor_commands.html">Previous</a> | |
69 </p> | |
70 </th> | |
71 | |
72 <th> | |
73 <p class="navbottom_title"><a href="index.html">Contents</a> | |
74 </p> | |
75 </th> | |
76 | |
77 <th> | |
78 <p class="next"><a href="options_advanced.html">Next</a> | |
79 </p> | |
80 </th> | |
81 </tr> | |
82 | |
83 </table> | |
84 </div> | |
85 | |
86 <div class="footer">Geeqie User Manual</div> | |
87 <div class="bottomspacer"> </div> | |
88 </body> | |
89 </html> |