Mercurial > geeqie
comparison doc/2_7_status_bar.html @ 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).
author | zas_ |
---|---|
date | Thu, 23 Oct 2008 19:06:23 +0000 |
parents | 578a27d20b47 |
children |
comparison
equal
deleted
inserted
replaced
1075:578a27d20b47 | 1076:1ecc4f010111 |
---|---|
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> | 1 <?xml version="1.0" encoding="iso-8859-1"?> |
2 <HTML> | 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
3 <HEAD> | 3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
4 <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=iso-8859-1"> | 4 |
5 <TITLE>Status Bar - Geeqie User Manual</TITLE> | 5 <html xmlns="http://www.w3.org/1999/xhtml"> |
6 <META NAME="CREATED" CONTENT="20040805;23590500"> | 6 <head> |
7 <META NAME="CHANGED" CONTENT="20040814;9084700"> | 7 <meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" /> |
8 </HEAD> | 8 |
9 <BODY LANG="en-US" DIR="LTR"> | 9 <title>Status Bar - Geeqie User Manual</title> |
10 <CENTER> | 10 <meta name="CREATED" content="20040805;23590500" /> |
11 <TABLE WIDTH=100% BORDER=0 CELLPADDING=4 CELLSPACING=0 STYLE="page-break-before: always"> | 11 <meta name="CHANGED" content="20040814;9084700" /> |
12 <COL WIDTH=85*> | 12 <style type="text/css"> |
13 <COL WIDTH=85*> | 13 /*<![CDATA[*/ |
14 <COL WIDTH=85*> | 14 p.gq-status-bar-6 {margin-bottom: 0in} |
15 <THEAD> | 15 p.gq-status-bar-5 {margin-left: 0.79in} |
16 <TR VALIGN=TOP> | 16 div.gq-status-bar-4 {text-align: center} |
17 <TD WIDTH=33%> | 17 table.gq-status-bar-3 {page-break-before: always} |
18 <P><A HREF="2_6_image_pane.html">Previous</A></P> | 18 p.gq-status-bar-2 {text-align: right} |
19 </TD> | 19 p.gq-status-bar-1 {text-align: center} |
20 <TD WIDTH=33%> | 20 /*]]>*/ |
21 <P ALIGN=CENTER>Status Bar - Main Window</P> | 21 </style> |
22 </TD> | 22 </head> |
23 <TD WIDTH=33%> | 23 |
24 <P ALIGN=RIGHT><A HREF="3_other_windows.html">Next</A></P> | 24 <body lang="en-US" dir="ltr" xml:lang="en-US"> |
25 </TD> | 25 <div class="gq-status-bar-4"> |
26 </TR> | 26 <table width="100%" border="0" cellpadding="4" cellspacing="0" class="gq-status-bar-3"> |
27 </THEAD> | 27 <col width="85*" /> |
28 </TABLE> | 28 <col width="85*" /> |
29 </CENTER> | 29 <col width="85*" /> |
30 <HR> | 30 |
31 <H1>2.7 Status Bar</H1> | 31 <thead> |
32 <P>The status bar contains information and details about the contents | 32 <tr valign="top"> |
33 of the main window. Information displayed includes the progress of | 33 <td width="33%"> |
34 generating thumbnails, the number of files in the file list with byte | 34 <p><a href="2_6_image_pane.html">Previous</a> |
35 size, the current file selection count including byte size, details | 35 </p> |
36 about the currently displayed image, and the zoom setting. The | 36 </td> |
37 current sort preference is also displayed, and can be adjusted from | 37 |
38 the status bar.</P> | 38 <td width="33%"> |
39 <P>The status bar is comprised of five sections, from left to right | 39 <p class="gq-status-bar-1">Status Bar - Main Window</p> |
40 these are a progress bar, sort method, file list counts, image | 40 </td> |
41 details, and zoom setting. Each section is described below.</P> | 41 |
42 <P><U>Progress Bar</U></P> | 42 <td width="33%"> |
43 <P>The Progress bar updates to display the current state of thumbnail | 43 <p class="gq-status-bar-2"><a href="3_other_windows.html">Next</a> |
44 generation. When this section contains no text, thumbnail generation | 44 </p> |
45 is idle. When “Loading thumbs...” is displayed, | 45 </td> |
46 thumbnails are currently being generated when Geeqie is idle; the | 46 </tr> |
47 progress bar will update to display the percentage of thumbnails that | 47 </thead> |
48 are completed.</P> | 48 </table> |
49 <P><U>Sort method</U></P> | 49 </div> |
50 <P>This is the method used to sort image names in the file list. | 50 |
51 Clicking or activating this field will display a menu to allow | 51 <hr /> |
52 selection of the sort method.</P> | 52 |
53 <P STYLE="margin-left: 0.79in"><B>Name</B>: Images are sorted by file | 53 <h1>2.7 Status Bar</h1> |
54 name.<BR><B>Number</B>: Images are sorted by natural numerical order, | 54 |
55 such that, for example, 9_name.jpg will be listed before | 55 <p>The status bar contains information and details about the contents of the main window. Information displayed includes the progress of generating thumbnails, the number of files in the file list with byte size, the current file selection count including byte size, details about the currently displayed image, and the zoom setting. The current sort preference is also displayed, and can be adjusted from the status bar.</p> |
56 10_name.jpg.<BR><B>Date</B>: Images are sorted by file date on | 56 |
57 disk.<BR><B>Size</B>: Image are sorted by file size on | 57 <p>The status bar is comprised of five sections, from left to right these are a progress bar, sort method, file list counts, image details, and zoom setting. Each section is described below.</p> |
58 disk.<BR><B>Ascending</B>: Toggles between increasing and decreasing | 58 |
59 sort order. A check will appear next to this entry to indicate | 59 <p><u>Progress Bar</u> |
60 ascending sort order.</P> | 60 </p> |
61 <P><U>File list</U></P> | 61 |
62 <P>This section displays the count of files that appear in the file | 62 <p>The Progress bar updates to display the current state of thumbnail generation. When this section contains no text, thumbnail generation is idle. When “Loading thumbs...” is displayed, thumbnails are currently being generated when Geeqie is idle; the progress bar will update to display the percentage of thumbnails that are completed.</p> |
63 list, including the total byte size. The number of files selected is | 63 |
64 displayed in parenthesis, including the total byte size of the | 64 <p><u>Sort method</u> |
65 selected files. The slide show status is also displayed here; when a | 65 </p> |
66 slide show is running, “Slideshow” will appear, the text | 66 |
67 will change to “Paused” when a slide show is in the | 67 <p>This is the method used to sort image names in the file list. Clicking or activating this field will display a menu to allow selection of the sort method.</p> |
68 paused state.</P> | 68 |
69 <P><U>Image Details</U></P> | 69 <p class="gq-status-bar-5"><b>Name</b>: Images are sorted by file name.<br /> |
70 <P>This section displays the dimensions (width x height) and file | 70 <b>Number</b>: Images are sorted by natural numerical order, such that, for example, 9_name.jpg will be listed before 10_name.jpg.<br /> |
71 byte size of the image that is active in the image pane. When the | 71 <b>Date</b>: Images are sorted by file date on disk.<br /> |
72 format of the file in the image pane can not be determined the | 72 <b>Size</b>: Image are sorted by file size on disk.<br /> |
73 dimensions will show as “(0 x 0)”, in addition “(no | 73 <b>Ascending</b>: Toggles between increasing and decreasing sort order. A check will appear next to this entry to indicate ascending sort order.</p> |
74 read permision)” may appear if the file permissions do not | 74 |
75 allow reading the contents of the file.</P> | 75 <p><u>File list</u> |
76 <P><U>Zoom</U></P> | 76 </p> |
77 <P>This section displays the current zoom ratio. A ratio of 1:1 is | 77 |
78 the image's original size. When the left number is larger the image | 78 <p>This section displays the count of files that appear in the file list, including the total byte size. The number of files selected is displayed in parenthesis, including the total byte size of the selected files. The slide show status is also displayed here; when a slide show is running, “Slideshow” will appear, the text will change to “Paused” when a slide show is in the paused state.</p> |
79 is displayed larger than original size, when the right number is | 79 |
80 larger the image is displayed smaller.</P> | 80 <p><u>Image Details</u> |
81 <P>A tilde (~) appears within the ratio display when the zoom is set | 81 </p> |
82 to fit the image within the display area. In this zoom mode the ratio | 82 |
83 is automatically adjusted, and the displayed ratio may not be the | 83 <p>This section displays the dimensions (width x height) and file byte size of the image that is active in the image pane. When the format of the file in the image pane can not be determined the dimensions will show as “(0 x 0)”, in addition “(no read permision)” may appear if the file permissions do not allow reading the contents of the file.</p> |
84 actual ratio because the status bar display rounds the actual value | 84 |
85 to the nearest tenth (0.1).</P> | 85 <p><u>Zoom</u> |
86 <P><BR><BR> | 86 </p> |
87 </P> | 87 |
88 <P><BR><BR> | 88 <p>This section displays the current zoom ratio. A ratio of 1:1 is the image's original size. When the left number is larger the image is displayed larger than original size, when the right number is larger the image is displayed smaller.</p> |
89 </P> | 89 |
90 <HR> | 90 <p>A tilde (~) appears within the ratio display when the zoom is set to fit the image within the display area. In this zoom mode the ratio is automatically adjusted, and the displayed ratio may not be the actual ratio because the status bar display rounds the actual value to the nearest tenth (0.1).</p> |
91 <CENTER> | 91 |
92 <TABLE WIDTH=100% BORDER=0 CELLPADDING=4 CELLSPACING=0> | 92 <p><br /> |
93 <COL WIDTH=85*> | 93 <br /> |
94 <COL WIDTH=85*> | 94 </p> |
95 <COL WIDTH=85*> | 95 |
96 <THEAD> | 96 <p><br /> |
97 <TR VALIGN=TOP> | 97 <br /> |
98 <TD WIDTH=33%> | 98 </p> |
99 <P><A HREF="2_6_image_pane.html">Previous</A></P> | 99 |
100 </TD> | 100 <hr /> |
101 <TD WIDTH=33%> | 101 |
102 <P ALIGN=CENTER><A HREF="index.html">Contents</A></P> | 102 <div class="gq-status-bar-4"> |
103 </TD> | 103 <table width="100%" border="0" cellpadding="4" cellspacing="0"> |
104 <TD WIDTH=33%> | 104 <col width="85*" /> |
105 <P ALIGN=RIGHT><A HREF="3_other_windows.html">Next</A></P> | 105 <col width="85*" /> |
106 </TD> | 106 <col width="85*" /> |
107 </TR> | 107 |
108 </THEAD> | 108 <thead> |
109 <TBODY> | 109 <tr valign="top"> |
110 <TR VALIGN=TOP> | 110 <td width="33%"> |
111 <TD WIDTH=33%> | 111 <p><a href="2_6_image_pane.html">Previous</a> |
112 <P><BR> | 112 </p> |
113 </P> | 113 </td> |
114 </TD> | 114 |
115 <TD WIDTH=33%> | 115 <td width="33%"> |
116 <P ALIGN=CENTER><BR> | 116 <p class="gq-status-bar-1"><a href="index.html">Contents</a> |
117 </P> | 117 </p> |
118 </TD> | 118 </td> |
119 <TD WIDTH=33%> | 119 |
120 <P ALIGN=RIGHT>Geeqie User Manual</P> | 120 <td width="33%"> |
121 </TD> | 121 <p class="gq-status-bar-2"><a href="3_other_windows.html">Next</a> |
122 </TR> | 122 </p> |
123 </TBODY> | 123 </td> |
124 </TABLE> | 124 </tr> |
125 </CENTER> | 125 </thead> |
126 <P STYLE="margin-bottom: 0in"><BR> | 126 |
127 </P> | 127 <tbody> |
128 </BODY> | 128 <tr valign="top"> |
129 </HTML> | 129 <td width="33%"> |
130 <p><br /> | |
131 </p> | |
132 </td> | |
133 | |
134 <td width="33%"> | |
135 <p class="gq-status-bar-1"><br /> | |
136 </p> | |
137 </td> | |
138 | |
139 <td width="33%"> | |
140 <p class="gq-status-bar-2">Geeqie User Manual</p> | |
141 </td> | |
142 </tr> | |
143 </tbody> | |
144 </table> | |
145 </div> | |
146 | |
147 <p class="gq-status-bar-6"><br /> | |
148 </p> | |
149 </body> | |
150 </html> |