Mercurial > geeqie.yaz
annotate doc/options_properties.html @ 1398:9e7aed6ba6bd
Display icons in edit contextual menu.
author | zas_ |
---|---|
date | Sun, 08 Mar 2009 14:27:19 +0000 |
parents | c564ab6c11fc |
children |
rev | line source |
---|---|
1130 | 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> | |
1151
c564ab6c11fc
Add specific css for print media(has to be improved).
zas_
parents:
1130
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:
1130
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:
1130
diff
changeset
|
12 <link rel="stylesheet" type="text/css" href="style_print.css" media="print" /> |
1130 | 13 </head> |
14 | |
15 <body lang="en-US" dir="ltr" xml:lang="en-US"> | |
16 <div class="navtop"> | |
17 <table width="100%" border="0" cellpadding="4" cellspacing="0"> | |
18 <col id="navtop_col1" width="33%"></col> | |
19 <col id="navtop_col2" width="33%"></col> | |
20 <col id="navtop_col3" width="33%"></col> | |
21 | |
22 <tr> | |
23 <th> | |
24 <p class="previous"><a href="options_editor_commands.html">Previous</a> | |
25 </p> | |
26 </th> | |
27 | |
28 <th> | |
29 <p class="navtop_title">Properties – Options explained</p> | |
30 </th> | |
31 | |
32 <th> | |
33 <p class="next"><a href="options_advanced.html">Next</a> | |
34 </p> | |
35 </th> | |
36 </tr> | |
37 </table> | |
38 </div> | |
39 | |
40 <hr /> | |
41 | |
42 <h1>Properties options</h1> | |
43 | |
44 <h2>Exif</h2> | |
45 | |
46 <p>Here is defined what is shown or not in the image properties dialog.</p> | |
47 | |
48 <p>Each row corresponds to related exif data, three options are possible for each:</p> | |
49 | |
50 <dl class="dialog_desc"> | |
51 <dt>Never</dt> | |
52 <dd><p>Label and value will never appear even if value is available from exif data.</p></dd> | |
53 <dt>If set</dt> | |
54 <dd><p>Label and value will only appear if value is available from exif data.</p></dd> | |
55 <dt>Always</dt> | |
56 <dd><p>Label will always appear, valude will be displayed when available.</p></dd> | |
57 </dl> | |
58 | |
59 | |
60 <hr id="bottomseparator" /> | |
61 | |
62 <div class="navbottom"> | |
63 <table width="100%" border="0" cellpadding="4" cellspacing="0"> | |
64 <col id="navbottom_col1" width="33%"></col> | |
65 <col id="navbottom_col2" width="33%"></col> | |
66 <col id="navbottom_col3" width="33%"></col> | |
67 | |
68 <tr> | |
69 <th> | |
70 <p class="previous"><a href="options_editor_commands.html">Previous</a> | |
71 </p> | |
72 </th> | |
73 | |
74 <th> | |
75 <p class="navbottom_title"><a href="index.html">Contents</a> | |
76 </p> | |
77 </th> | |
78 | |
79 <th> | |
80 <p class="next"><a href="options_advanced.html">Next</a> | |
81 </p> | |
82 </th> | |
83 </tr> | |
84 | |
85 </table> | |
86 </div> | |
87 | |
88 <div class="footer">Geeqie User Manual</div> | |
89 <div class="bottomspacer"> </div> | |
90 </body> | |
91 </html> |