Revision: 1203
          http://geeqie.svn.sourceforge.net/geeqie/?rev=1203&view=rev
Author:   zas_
Date:     2008-11-09 17:17:19 +0000 (Sun, 09 Nov 2008)

Log Message:
-----------
Reformat and cleanup.

Modified Paths:
--------------
    trunk/doc/image_management_delete.html
    trunk/doc/image_management_rename.html
    trunk/doc/image_presentation_fullscreen.html
    trunk/doc/image_presentation_slideshow.html
    trunk/doc/image_search_finding_duplicates.html
    trunk/doc/image_search_search.html
    trunk/doc/introduction.html
    trunk/doc/main_window_image_pane.html
    trunk/doc/main_window_menus.html
    trunk/doc/other_windows.html
    trunk/doc/other_windows_image_window.html
    trunk/doc/printing.html
    trunk/doc/sidebars_keywords.html
    trunk/doc/sidebars_sort_manager.html
    trunk/doc/style.css

Modified: trunk/doc/image_management_delete.html
===================================================================
--- trunk/doc/image_management_delete.html      2008-11-09 13:37:39 UTC (rev 
1202)
+++ trunk/doc/image_management_delete.html      2008-11-09 17:17:19 UTC (rev 
1203)
@@ -41,9 +41,9 @@
 
   <h1>Delete</h1>
 
-  <p>To delete a file in Geeqie press Control + D, or select Delete from the 
file menu. Delete is also available in the context menu of all images and 
files. If <a href="options_advanced.html">Enable delete key</a> is enabled in 
Options, pressing the Delete key can also be used to delete files.</p>
+  <p>To delete a file in Geeqie press Control + D, or select Delete from the 
file menu. Delete is also available in the context menu of all images and 
files. If <a href="options_advanced.html" class="option_name">Enable delete 
key</a> is enabled in Options, pressing the Delete key can also be used to 
delete files.</p>
 
-  <p>The behavior when starting a delete operation depends on the <a 
href="options_advanced.html">Confirm file delete</a> option in Options. If the 
option is enabled a dialog will appear to confirm the operation, if it is not 
enabled the files will be deleted without further interaction. In all cases if 
the file is unable to be deleted you will be notified by a dialog.</p>
+  <p>The behavior when starting a delete operation depends on the <a 
href="options_advanced.html" class="option_name">Confirm file delete</a> option 
in Options. If the option is enabled a dialog will appear to confirm the 
operation, if it is not enabled the files will be deleted without further 
interaction. In all cases if the file is unable to be deleted you will be 
notified by a dialog.</p>
 
   <p><br />
   <br />
@@ -55,7 +55,7 @@
 
   <p>When deleting multiple files, the dialog will include two arrow buttons 
to step the image preview through the list of files to be deleted. Initially 
the preview will be blank, activate the right arrow to display the first 
file.</p>
 
-  <p>The dialog will also display the status of the <a 
href="options_advanced.html">Safe Delete</a> feature. Use this to determine if 
a file to be Deleted will be immediately lost, or if the file can possibly be 
recovered from the Safe Delete folder.</p>
+  <p>The dialog will also display the status of the <a 
href="options_advanced.html" class="option_name">Safe Delete</a> feature. Use 
this to determine if a file to be Deleted will be immediately lost, or if the 
file can possibly be recovered from the Safe Delete folder.</p>
 
   <p>If a file is unable to be deleted, a dialog will appear to notify you. If 
multiple files were selected and any remain, the dialog will include a Continue 
button, activating this button or pressing Enter will delete the remaining 
files. Pressing Escape or activating the Cancel button will close the dialog 
and the remaining files will not be deleted.</p>
 
@@ -65,15 +65,25 @@
 
   <h2>Safe Delete</h2>
 
-  <p>Geeqie includes a feature to temporarily store deleted files in a 
selected folder, to use this feature enable <a 
href="options_advanced.html">Safe Delete</a> on the advanced tab of the 
preferences dialog. Safe Delete includes these options:</p>
+  <p>Geeqie includes a feature to temporarily store deleted files in a 
selected folder, to use this feature enable <a href="options_advanced.html" 
class="option_name">Safe Delete</a> on the advanced tab of the preferences 
dialog.</p>
+  
+  <p>Safe Delete includes these options:</p>
 
-  <p><b>Folder:</b> The folder to use for temporarily retaining deleted 
files.</p>
+  <p>
+  <dl class="dialog_desc">
+  <dt>Folder</dt>
+  <dd><p>The folder to use for temporarily retaining deleted files.</p></dd>
 
-  <p><b>Maximum size:</b> The maximum amount of disk space to use when storing 
deleted files, in megabytes.</p>
+  <dt>Maximum size</dt>
+  <dd><p>The maximum amount of disk space to use when storing deleted files, 
in megabytes.</p>
 
-  <p>When the total size of the deleted files stored in the Safe Delete folder 
exceeds the Maximum size, the oldest files are removed from the folder to make 
space for the new deleted files. <span class="gq-delete-7">Files moved to the 
Safe Delete folder are prefixed with a six digit number in the 
format:</span></p>
+  <p>When the total size of the deleted files stored in the Safe Delete folder 
exceeds the Maximum size, the oldest files are removed from the folder to make 
space for the new deleted files.<p>
+  </dd>
+  </dl>
 
-  <p>nnnnnn_FILENAME</p>
+  <p>Files moved to the Safe Delete folder are prefixed with a six digit 
number in the format:
+  <code>nnnnnn_FILENAME</code>
+  </p>
 
   <p>This is used to distinguish which files to remove first when clearing 
space for new files. The digit counter increments with each deleted file.</p>
 

Modified: trunk/doc/image_management_rename.html
===================================================================
--- trunk/doc/image_management_rename.html      2008-11-09 13:37:39 UTC (rev 
1202)
+++ trunk/doc/image_management_rename.html      2008-11-09 17:17:19 UTC (rev 
1203)
@@ -63,13 +63,20 @@
 
   <p>The dialog that appears when renaming multiple files includes the list of 
files to be renamed, a preview image of the active file, an entry to enter the 
new file name, an auto rename check box, a Rename button, and a Cancel 
button.</p>
 
-  <p><b>Manually enter new file names:</b> To manually enter the new name of 
each file, the active file will be displayed in the image preview and it's 
original name will be displayed above the text entry. To rename the file type 
the new name and press Enter or activate the Rename button. When a file is 
successfully renamed it will be removed from the list and the next one will 
become the active file. After all files have been renamed, the dialog will 
close.</p>
-
+  <p>
+  <dl class="dialog_desc">
+  <dt>Manually enter new file names</dt>
+  <dd>
+  <p>To manually enter the new name of each file, the active file will be 
displayed in the image preview and it's original name will be displayed above 
the text entry. To rename the file type the new name and press Enter or 
activate the Rename button. When a file is successfully renamed it will be 
removed from the list and the next one will become the active file. After all 
files have been renamed, the dialog will close.</p>
+  
   <p>Files do not have to be renamed in the order that they appear in the 
list, highlighting a name in the list will make it become the active file.</p>
 
   <p>When renaming a file and the new name already exists on the file system a 
dialog will appear showing the renamed and existing files. To overwrite the 
existing file press enter or activate the Overwrite button. Press Escape or 
activate the Cancel button to return to the original rename dialog, the file 
that prompted the overwrite dialog will remain active.</p>
+  </dd>
 
-  <p><b>Automatic renaming of multiple files:</b> To automatically rename the 
files in the list, enable the Auto rename check box. The dialog will change to 
batch mode for numerical naming of files.</p>
+  <dt>Automatic renaming of multiple files</dt>
+  <dd>
+  <p>To automatically rename the files in the list, enable the Auto rename 
check box. The dialog will change to batch mode for numerical naming of 
files.</p>
 
   <p>The file name list will change to include a preview column that will show 
the resulting name of each file. The text entry will change to three entries; 
the first represents the text that appears in the new names before the number, 
the second will be the start number to use when incrementing the file number, 
and the third represents the text to append to the name after the number. The 
end text should include the file name extension, therefore batch renaming 
multiple types of files (those with different extensions) all at once is not 
recommended.</p>
 
@@ -80,6 +87,8 @@
   <p>When the preview of new names is satisfactory, press Enter or activate 
the Rename button to rename the files to match the name in the preview column. 
Press Escape or activate the Cancel button to close the dialog and abort the 
rename operation.</p>
 
   <p>If the resulting new names match any existing files, a warning dialog 
will notify you. The rename dialog will remain so that you can select a 
different set of names.</p>
+  </dd>
+  </dl>
 
   <p><br />
   <br />

Modified: trunk/doc/image_presentation_fullscreen.html
===================================================================
--- trunk/doc/image_presentation_fullscreen.html        2008-11-09 13:37:39 UTC 
(rev 1202)
+++ trunk/doc/image_presentation_fullscreen.html        2008-11-09 17:17:19 UTC 
(rev 1203)
@@ -93,11 +93,18 @@
 
   <p>Full screen behavior and location can be adjusted on the <a 
href="options_advanced.html">Advanced tab</a> of the preferences dialog.</p>
 
-  <p><b>Size and location</b>: This can be changed using <b>Full screen 
size</b> option, this can be used to select the monitor to use in a multiple 
monitor configuration.</p>
+  <p>
+  <dl class="dialog_desc">
+  <dt>Size and location</dt>
+  <dd><p>This can be changed using <span class="option_name">Full screen 
size</span> option, this can be used to select the monitor to use in a multiple 
monitor configuration.</p></dd>
 
-  <p><b>Smooth image flip in full screen</b>: This option delays the image 
change until the next image is entirely decoded into memory, the result is a 
smoother transition between images.</p>
+  <dt>Smooth image flip in full screen</dt>
+  <dd><p>This option delays the image change until the next image is entirely 
decoded into memory, the result is a smoother transition between 
images.</p></dd>
 
-  <p><b>Disable screen saver in full screen</b>: This option will execute 
<i>xscreensaver-command --deactivate</i> once per minute to avoid the screen 
saver from activating.</p>
+  <dt>Disable screen saver in full screen</dt>
+  <dd><p>This option will execute <i>xscreensaver-command --deactivate</i> 
once per minute to avoid the screen saver from activating.</p></dd>
+  </dl>
+  </p>
 
   <p><br />
   <br />

Modified: trunk/doc/image_presentation_slideshow.html
===================================================================
--- trunk/doc/image_presentation_slideshow.html 2008-11-09 13:37:39 UTC (rev 
1202)
+++ trunk/doc/image_presentation_slideshow.html 2008-11-09 17:17:19 UTC (rev 
1203)
@@ -151,11 +151,16 @@
 
   <p>The options that control the behavior of slide shows are located on the 
<a href="options_general.html">General tab</a> of the options dialog.</p>
 
-  <p><b>Display time</b>: The delay between each image in the slide show can 
be adjusted with the <span class="gq-slideshow-6"><b>Delay before image 
change</b> option.</span></p>
+  <dl class="dialog_desc">
+  <dt>Display time</dt>
+  <dd><p>The delay between each image in the slide show can be adjusted with 
the <span class="option_name">Delay before image change</span> option.</p></dd>
 
-  <p><b>Repeat</b>: This will cause the slide show to loop indefinitely, it 
will continue with the first image after displaying the last image in the slide 
show list.</p>
+  <dt>Repeat</dt>
+  <dd><p>This will cause the slide show to loop indefinitely, it will continue 
with the first image after displaying the last image in the slide show 
list.</p></dd>
 
-  <p><span class="gq-slideshow-6"><b>Random</b>: This will display images 
randomly selected from the slide show list. Each image from the slide show list 
will be displayed once.</span> When Repeat is also enabled, the random sequence 
is changed after each complete cycle of the images.</p>
+  <dt>Random</dt>
+  <dd><p>This will display images randomly selected from the slide show list. 
Each image from the slide show list will be displayed once. When Repeat is also 
enabled, the random sequence is changed after each complete cycle of the 
images.</p></dd>
+  </dl>
 
   <p><br />
   <br />

Modified: trunk/doc/image_search_finding_duplicates.html
===================================================================
--- trunk/doc/image_search_finding_duplicates.html      2008-11-09 13:37:39 UTC 
(rev 1202)
+++ trunk/doc/image_search_finding_duplicates.html      2008-11-09 17:17:19 UTC 
(rev 1203)
@@ -51,10 +51,20 @@
 
   <p>Add files to be compared using drag and drop. Drop files or folders onto 
the Find Duplicates window to add them to the list of files to compare. When 
one or more folders are dropped onto the window a menu will appear allowing you 
to choose the desired action:</p>
 
-  <p><b>Add contents:</b> The contents of dropped folders will added to the 
window.<br />
-  <b>Add contents recursive:</b> The contents of dropped folders and all sub 
folders will be added to the window.<br />
-  <b>Skip folders:</b> Ignore folders contained in the drop list.</p>
+  <p>
+  <dl class="menu_desc">
+  <dt>Add contents</dt>
+  <dd><p>The contents of dropped folders will added to the window.</p></dd>
 
+  <dt>Add contents recursive</dt>
+  <dd><p>The contents of dropped folders and all sub folders will be added to 
the window.</p></dd>
+
+  <dt>Skip folders</dt>
+  <dd><p>Ignore folders contained in the drop list.</p></dd>
+
+  </dl>
+  </p>
+
   <p>When files are added to the window, the comparison is restarted to 
include the new files.</p>
 
   <p><br />
@@ -65,25 +75,27 @@
 
   <p>The attribute to use for two images to match can be selected with the 
&#8220;Compare by:&#8221; drop down menu. Each method is explained below:</p>
 
-  <p><b>Name:</b> The file name.</p>
+  <dl class="dialog_desc">
+  <dt>Name</dt><dd><p>The file name.</p></dd>
 
-  <p><b>Size:</b> The file size.</p>
+  <dt>Size</dt><dd><p>The file size.</p></dd>
 
-  <p><b>Date:</b> The file date.</p>
+  <dt>Date</dt><dd><p>The file date.</p></dd>
 
-  <p><b>Dimensions:</b> The image dimensions.</p>
+  <dt>Dimensions</dt><dd><p>The image dimensions.</p></dd>
 
-  <p><b>Checksum:</b> The MD5 file checksum.</p>
+  <dt>Checksum</dt><dd><p>The MD5 file checksum.</p></dd>
 
-  <p><b>Path:</b> The complete path to file.</p>
+  <dt>Path</dt><dd><p>The complete path to file.</p></dd>
 
-  <p><b>Similarity (high):</b> Very similar image content.</p>
+  <dt>Similarity (high)</dt><dd><p>Very similar image content.</p></dd>
 
-  <p><b>Similarity:</b> Similar image content.</p>
+  <dt>Similarity</dt><dd><p>Similar image content.</p></dd>
 
-  <p><b>Similarity (low):</b> Slightly similar image content.</p>
+  <dt>Similarity (low)</dt><dd><p>Slightly similar image content.</p></dd>
 
-  <p><b>Similarity (custom):</b> Similar image content, the value to use to 
consider two images a match is configured in the <a 
href="options_advanced.html">Advanced tab</a> of the preferences dialog by 
setting the &#8220;Custom similarity threshold&#8221;.</p>
+  <dt>Similarity (custom)</dt><dd><p>Similar image content, the value to use 
to consider two images a match is configured in the <a 
href="options_advanced.html">Advanced tab</a> of the preferences dialog by 
setting the &#8220;Custom similarity threshold&#8221;.</p></dd>
+  </dl>
 
   <p><br />
   <br />

Modified: trunk/doc/image_search_search.html
===================================================================
--- trunk/doc/image_search_search.html  2008-11-09 13:37:39 UTC (rev 1202)
+++ trunk/doc/image_search_search.html  2008-11-09 17:17:19 UTC (rev 1203)
@@ -61,13 +61,24 @@
 
   <p>One of several locations can be chosen as the source to use in the 
search.</p>
 
-  <p><b>Path:</b> The search will include files located in the selected 
folder, enable the Recurse check box to include the contents of all sub 
folders.</p>
+  <p>
+  <dl class="dialog_desc">
+  <dt>Path</dt>
+  <dd>
+  <p>The search will include files located in the selected folder, enable the 
Recurse check box to include the contents of all sub folders.</p>
+  </dd>
 
-  <p><b>Comments:</b> The search will include all files that have a keyword or 
comment associated to it.</p>
-
+  <dt>Comments</dt>
+  <dd>
+  <p>The search will include all files that have a keyword or comment 
associated to it.</p>
   <p>Note: Only keyword and comment associations stored in the user's home 
folder are included in this search type.</p>
+  </dd>
 
-  <p><b>Results:</b> The search will include all files currently listed in the 
results list, use this to refine a previous search.</p>
+  <dt>Results</dt>
+  <dd>
+  <p>The search will include all files currently listed in the results list, 
use this to refine a previous search.</p>
+  </dd>
+  </dl>
 
   <p><br />
   <br />
@@ -76,23 +87,40 @@
   <h2>Search parameters</h2>
 
   <p>Each search parameter can be enabled or disabled with the check box to 
it's left. For a file to be a match, all enabled parameters must be true.</p>
+  
+  <dl class="dialog_desc">
+  <dt>File name</dt>
+  <dd>
+  <p>The search will match if the entered text appears within the file name, 
or if the text exactly matches the file name, depending on the method selected 
from the drop down menu. The text comparison can be made to be case sensitive 
by enabling the Match case checkbox.</p>
+  </dd>
 
-  <p><b>File name:</b> The search will match if the entered text appears 
within the file name, or if the text exactly matches the file name, depending 
on the method selected from the drop down menu. The text comparison can be made 
to be case sensitive by enabling the Match case checkbox.</p>
+  <dt>File size</dt>
+  <dd><p>The search will match if the file size on disk is equal to, less 
than, greater than, or between the entered value, depending on the method 
selected from the drop down menu. The between test is inclusive, for example a 
file of size 10 will match if the size parameters are between 10 and 15.</p>
+  </dd>
 
-  <p><b>File size:</b> The search will match if the file size on disk is equal 
to, less than, greater than, or between the entered value, depending on the 
method selected from the drop down menu. The between test is inclusive, for 
example a file of size 10 will match if the size parameters are between 10 and 
15.</p>
-
-  <p><b>File date:</b> The search will match if the file modification time on 
disk is equal to, before, after, or between the entered date, depending on the 
method selected from the drop down menu. The between test is inclusive, for 
example a file with date of 10/04/2003 will match if the date parameters are 
between 10/04/2003 and 12/31/2003.</p>
-
+  <dt>File date</dt>
+  <dd>
+  <p>The search will match if the file modification time on disk is equal to, 
before, after, or between the entered date, depending on the method selected 
from the drop down menu. The between test is inclusive, for example a file with 
date of 10/04/2003 will match if the date parameters are between 10/04/2003 and 
12/31/2003.</p>
   <p>For convenience, the button with the down arrow displays a pop up 
calendar to enter the date.</p>
+  </dd>
 
-  <p><b>Image dimensions:</b> The search will match if the image dimensions 
are equal to, less than, greater than, or between the entered values, depending 
on the method selected from the drop down menu. The between test is 
inclusive.</p>
-
+  <dt>Image dimensions</dt>
+  <dd>
+  <p>The search will match if the image dimensions are equal to, less than, 
greater than, or between the entered values, depending on the method selected 
from the drop down menu. The between test is inclusive.</p>
   <p>The image dimensions test is simple, both width and height must be within 
the allowed values for a match.</p>
+  </dd>
 
-  <p><b>Image content:</b> The search will match if the image contents are 
similar within the percentage value, inclusive. This uses the same test and 
data that is used to determine image similarity when <a 
href="image_search_finding_duplicates.html">Finding Duplicates</a>. The entry 
is for entering the path for the image to use in this test.</p>
+  <dt>Image content</dt>
+  <dd>
+  <p>The search will match if the image contents are similar within the 
percentage value, inclusive. This uses the same test and data that is used to 
determine image similarity when <a 
href="image_search_finding_duplicates.html">Finding Duplicates</a>. The entry 
is for entering the path for the image to use in this test.</p>
+  </dd>
 
-  <p><b>Keywords:</b> The search will match if the file's associated keywords 
match all, match any, or exclude the entered keywords, depending on the method 
selected from the drop down menu. Keywords can be separated with a space, 
comma, or tab character.</p>
-
+  <dt>Keywords</dt>
+  <dd>
+  <p>The search will match if the file's associated keywords match all, match 
any, or exclude the entered keywords, depending on the method selected from the 
drop down menu. Keywords can be separated with a space, comma, or tab 
character.</p>
+  </dd>
+  </dl>
+  
   <p><br />
   <br />
   </p>
@@ -389,16 +417,33 @@
 
   <p>At the bottom of the search window is an area that includes the following 
items from left to right:</p>
 
-  <p><b>Thumbnails:</b> Enable this check box to display a thumbnail next to 
each image in the results list.</p>
+  <dl class="dialog_desc">
+  <dt>Thumbnails</dt>
+  <dd>
+  <p>Enable this check box to display a thumbnail next to each image in the 
results list.</p>
+  </dd>
 
-  <p><b>File count display:</b> Displays the total count of files in the 
results list, and their size on disk. The count of selected files will appear 
in parenthesis.</p>
+  <dt>File count display</dt>
+  <dd>
+  <p>Displays the total count of files in the results list, and their size on 
disk. The count of selected files will appear in parenthesis.</p>
+  </dd>
 
-  <p><b>Search progress:</b> When a search is active, the text 
&#8220;Searching...&#8221; will appear here. Two numbers in parenthesis will 
also be displayed, the first number is the number of files that match the 
search parameters and the second number is the total number of files that were 
searched.</p>
+  <dt>Search progress</dt>
+  <dd>
+  <p>When a search is active, the text &#8220;Searching...&#8221; will appear 
here. Two numbers in parenthesis will also be displayed, the first number is 
the number of files that match the search parameters and the second number is 
the total number of files that were searched.</p>
+  </dd>
 
-  <p><b>Find:</b> Activate the find button to start a search with the selected 
parameters.</p>
+  <dt>Find</dt>
+  <dd>
+  <p>Activate the find button to start a search with the selected 
parameters.</p>
+  </dd>
+  
+  <dt>Stop</dt>
+  <dd>
+  <p>Activate the stop button to end a search that is in progress.</p>
+  </dd>
+  </dl>
 
-  <p><b>Stop:</b> Activate the stop button to end a search that is in 
progress.</p>
-
   <p><br />
   <br />
   </p>

Modified: trunk/doc/introduction.html
===================================================================
--- trunk/doc/introduction.html 2008-11-09 13:37:39 UTC (rev 1202)
+++ trunk/doc/introduction.html 2008-11-09 17:17:19 UTC (rev 1203)
@@ -66,7 +66,7 @@
   <br />
   </p>
 
-  <p>Basic Features</p>
+  <h2>Basic Features</h2>
 
   <ul>
     <li>
@@ -90,7 +90,7 @@
     </li>
   </ul>
 
-  <p>Advanced Features</p>
+  <h2>Advanced Features</h2>
 
   <ul>
     <li>

Modified: trunk/doc/main_window_image_pane.html
===================================================================
--- trunk/doc/main_window_image_pane.html       2008-11-09 13:37:39 UTC (rev 
1202)
+++ trunk/doc/main_window_image_pane.html       2008-11-09 17:17:19 UTC (rev 
1203)
@@ -63,7 +63,8 @@
 
   <p>When the image size is larger than the image pane, the visible region can 
be changed with the keyboard or mouse. The keyboard can also be used to adjust 
the orientation of the image.</p>
 
-  <p><span class="gq-image-pane-6"><b>Keyboard</b>: Use the arrow keys to pan 
the image in the desired direction, to increase the panning speed hold down the 
Shift key while pressing an arrow key.</span> Press Control and an arrow key to 
move to the respective edge of the image. The image can only be panned with the 
keyboard when the image has the focus, indicated by a dotted line surrounding 
the image pane.</p>
+  <h3>Keyboard</h3>
+  <p>Use the arrow keys to pan the image in the desired direction, to increase 
the panning speed hold down the Shift key while pressing an arrow key.</span> 
Press Control and an arrow key to move to the respective edge of the image. The 
image can only be panned with the keyboard when the image has the focus, 
indicated by a dotted line surrounding the image pane.</p>
 
   <p>To scale the image size, use the [+] or [=] key to zoom in and the [-] 
key to zoom out. The [X] or keypad [*] key will scale the image to fit the 
available display area, the [Z] or keypad [/] key will reset the zoom to 
original image size. There are also keys to select a preset zoom factor: [1] = 
1:1, [2] = 2:1, [3] =3:1, [4] = 4:1, [7] = 1:4, [8] = 1:3, and [9] = 1:2.</p>
 
@@ -71,11 +72,13 @@
 
   <p>Note: The rotation, mirror, and flip functions will not change the image 
file on disk.</p>
 
-  <p><span class="gq-image-pane-6"><b>Mouse</b>:</span> Press the primary 
mouse button on the image and hold it, then move the mouse to pan the image in 
the desired direction. Releasing the mouse button will stop the panning 
operation. The mouse wheel can also be used to scroll the image when holding 
down the [Shift] key (*).</p>
+  <h3>Mouse</h3>
+  <p>Press the primary mouse button on the image and hold it, then move the 
mouse to pan the image in the desired direction. Releasing the mouse button 
will stop the panning operation. The mouse wheel can also be used to scroll the 
image when holding down the [Shift] key (*).</p>
 
   <p>To scale the image size hold down the [Control] key and scroll the mouse 
wheel up to zoom in, or down to zoom out.</p>
 
-  <p><b>Smooth Scroll:</b> To start the smooth scroll function hold down the 
[Shift] key and click the primary mouse button. An icon will appear at the 
location of the mouse pointer, the mouse can then be positioned to pan the 
image. The image will pan in the direction of the mouse pointer relative to the 
icon. The pan speed will increase in proportion to the distance that the 
pointer is from the center of the icon. To end the smooth scroll function click 
the primary mouse button within the image pane.</p>
+  <h4>Smooth Scroll</h4>
+  <p>To start the smooth scroll function hold down the [Shift] key and click 
the primary mouse button. An icon will appear at the location of the mouse 
pointer, the mouse can then be positioned to pan the image. The image will pan 
in the direction of the mouse pointer relative to the icon. The pan speed will 
increase in proportion to the distance that the pointer is from the center of 
the icon. To end the smooth scroll function click the primary mouse button 
within the image pane.</p>
 
   <p><br />
   <br />
@@ -85,9 +88,11 @@
 
   <p>The displayed image can be changed to the next or previous image using 
the keyboard or mouse.</p>
 
-  <p><b>Keyboard</b>: The Page Down and Page Up keys will change the image to 
the next or previous image, respectively, in the list. The Home and End keys 
will jump to the first and last image, respectively. When the image has the 
focus, the Space and Back Space keys can also be used to change the image.</p>
+  <h3>Keyboard</h3>
+  <p>The Page Down and Page Up keys will change the image to the next or 
previous image, respectively, in the list. The Home and End keys will jump to 
the first and last image, respectively. When the image has the focus, the Space 
and Back Space keys can also be used to change the image.</p>
 
-  <p><b>Mouse</b>: To change to the next image in the list click the left 
mouse button, click the middle mouse button to change to the previous image. 
The mouse wheel can also be used to change the current image (*).</p>
+  <h3>Mouse</h3>
+  <p>To change to the next image in the list click the left mouse button, 
click the middle mouse button to change to the previous image. The mouse wheel 
can also be used to change the current image (*).</p>
 
   <p><br />
   <br />
@@ -121,7 +126,7 @@
   <br />
   </p>
 
-  <p>(*) Note: The mouse wheel behavior for scrolling and image step can be 
swapped with the <u>Mouse wheel scrolls image</u> option located on the <a 
href="options_advanced.html">Advanced tab</a> of the preferences dialog.</p>
+  <p class="note">(*) Note: The mouse wheel behavior for scrolling and image 
step can be swapped with the <span class="option_name">Mouse wheel scrolls 
image</span> option located on the <a href="options_advanced.html">Advanced 
tab</a> of the preferences dialog.</p>
 
   <p><br />
   <br />

Modified: trunk/doc/main_window_menus.html
===================================================================
--- trunk/doc/main_window_menus.html    2008-11-09 13:37:39 UTC (rev 1202)
+++ trunk/doc/main_window_menus.html    2008-11-09 17:17:19 UTC (rev 1203)
@@ -122,7 +122,7 @@
 
   <dt>Zoom 1:1</dt><dd>Resets the zoom to the original size of the image.</dd>
 
-  <dt>Zoom to fit</dt><dd>Automatically adjusts the zoom so that the image 
will fit within the display pane. The effect on images with an original size 
smaller than the display pane can be changed with the <u>Allow enlargement of 
image for zoom to fit</u> <span class="gq-menus-8">option located on the <a 
href="options_image.html">Image tab</a> of the preferences dialog</span>.</dd>
+  <dt>Zoom to fit</dt><dd>Automatically adjusts the zoom so that the image 
will fit within the display pane. The effect on images with an original size 
smaller than the display pane can be changed with the <span 
class="option_name">Allow enlargement of image for zoom to fit</span> option 
located on the <a href="options_image.html">Image tab</a> of the preferences 
dialog.</dd>
 
   <dt>Thumbnails</dt><dd>Toggles the display of image thumbnails in the file 
list, this item is not available when the file list is in icon view mode. A 
check appears next to this item when thumbnails are enabled.</dd>
 
@@ -188,17 +188,17 @@
 
   <p>The keyboard shortcuts associated with the menu bar items can be changed 
by editing the accels file located in the Geeqie configuration folder <b>while 
the Geeqie application is not running</b>:</p>
 
-  <p><code><span class="gq-menus-8">($HOME)/.geeqie/accels</span></code>
+  <p><code>($HOME)/.geeqie/accels</code>
   </p>
 
-  <p><span class="gq-menus-8">To change a menu item, first find the line 
corresponding to the menu item</span> to change. For example the File menu Quit 
line originally looks like this:</p>
+  <p>To change a menu item, first find the line corresponding to the menu item 
to change. For example the File menu Quit line originally looks like this:</p>
 
-  <p><code><span class="gq-menus-8">; (gtk_accel_path "&lt;main&gt;/File/Quit" 
"&lt;Control&gt;q")</span></code>
+  <p><code>; (gtk_accel_path "&lt;main&gt;/File/Quit" 
"&lt;Control&gt;q")</code>
   </p>
 
   <p>To change this menu's keyboard shortcut, first remove the leading 
semicolon (;), removing the semicolon will tell Geeqie that this menu item has 
been customized. Then change the keyboard shortcut defined by the text in 
quotes at the end of the line, be sure to only change the text within the 
quotes; in this case the text &ldquo;&lt;control&gt;q&rdquo;. For example 
changing the shortcut associated with Quit to the Q key will result in this 
line:</p>
 
-  <p><code><span class="gq-menus-8">(gtk_accel_path "&lt;main&gt;/File/Quit" 
"q")</span></code>
+  <p><code>(gtk_accel_path "&lt;main&gt;/File/Quit" "q")</code>
   </p>
 
   <p>Please note the removed semicolon and the change of 
&ldquo;&lt;control&gt;q&rdquo; to &ldquo;q&rdquo;, be careful not to change any 
of the other text on the line or Geeqie may ignore the customization. The 
keyboard modifiers and their respective text are listed below:</p>

Modified: trunk/doc/other_windows.html
===================================================================
--- trunk/doc/other_windows.html        2008-11-09 13:37:39 UTC (rev 1202)
+++ trunk/doc/other_windows.html        2008-11-09 17:17:19 UTC (rev 1203)
@@ -46,7 +46,7 @@
   <div class="submenu">
     <ul>
       <li><a href="other_windows_image_window.html">Image Window</a></li>
-      <li><a href="other_windows_image_properties.html">Image Properties</a> 
Window</li>
+      <li><a href="other_windows_image_properties.html">Image Properties 
Window</a></li>
     </ul>
   </div>
 

Modified: trunk/doc/other_windows_image_window.html
===================================================================
--- trunk/doc/other_windows_image_window.html   2008-11-09 13:37:39 UTC (rev 
1202)
+++ trunk/doc/other_windows_image_window.html   2008-11-09 17:17:19 UTC (rev 
1203)
@@ -67,11 +67,17 @@
 
   <p>To change the contents of an image window, drop the items onto the window 
with drag and drop. The dropped item can be one or more files, folders, or an 
image from a collection window:</p>
 
-  <p>One or more <b>files</b>: The image window will display the first image; 
the list of dropped images can be navigated similar to a main window's image 
pane.</p>
+  <p>
+  <dl>
+  <dt>One or more <strong>files</strong></dt>
+  <dd>The image window will display the first image; the list of dropped 
images can be navigated similar to a main window's image pane.</dd>
 
-  <p>One or more <b>folders</b>: When the dropped list of items includes a 
folder, a menu will appear allowing to skip the folders, add their contents, or 
add their contents recursively. After choosing from the menu the requested 
files will be added to the image window.</p>
+  <dt>One or more <strong>folders</strong></dt>
+  <dd>When the dropped list of items includes a folder, a menu will appear 
allowing to skip the folders, add their contents, or add their contents 
recursively. After choosing from the menu the requested files will be added to 
the image window.</dd>
 
-  <p>Image from a <b>collection</b>: The image window will change to display 
the image and become linked to the collection containing the image. Images in 
the collection can then be navigated and viewed from the image window.</p>
+  <dt>Image from a <strong>collection</strong></dt>
+  <dd>The image window will change to display the image and become linked to 
the collection containing the image. Images in the collection can then be 
navigated and viewed from the image window.</dd>
+  </dl>
 
   <p>Changing the image window by dropping a new item onto it will cause the 
previous list of images or linked collection to be discarded.</p>
 

Modified: trunk/doc/printing.html
===================================================================
--- trunk/doc/printing.html     2008-11-09 13:37:39 UTC (rev 1202)
+++ trunk/doc/printing.html     2008-11-09 17:17:19 UTC (rev 1203)
@@ -51,32 +51,42 @@
 
   <h2>Layout tab</h2>
 
-  <p><b>Source:</b> This selects the group of images to use for print 
output.</p>
+  <dl class="dialog_desc">
+  <dt>Source</dt>
+  <dd>
+  <p>This selects the group of images to use for print output.</p>
+         <dl>
+         <dt>Image</dt><dd>The file with the focus.</dd>
+         <dt>Selection</dt><dd>The files selected in the main window.</dd>
+         <dt>All</dt><dd>All files listed in the main window.</dd>
+         </dl>
+  </dd>
 
-  <p><b>Image:</b> The file with the focus.<br />
-  <b>Selection:</b> The files selected in the main window.<br />
-  <b>All:</b> All files listed in the main window.</p>
-
-  <p><b>Layout:</b> Select one image per page, or a Proof sheet that will 
print multiple images per page.</p>
-
-  <p><b>Image size:</b> When print one image per page, the size of the image 
in relation to the available print area.<br />
-  <b>Proof size:</b> When printing a Proof sheet, the size of each image in 
Units (see Paper tab).</p>
-
+  <dt>Layout</dt>
+  <dd><p>Select one image per page, or a Proof sheet that will print multiple 
images per page.</p>
+         <dl>
+         <dt>Image size</dt><dd>When print one image per page, the size of the 
image in relation to the available print area.</dd>
+         <dt>Proof size</dt><dd>When printing a Proof sheet, the size of each 
image in Units (see Paper tab).</dd>
+         </dl>
+  </dl>
+  
   <p><br />
   <br />
   </p>
 
   <h2>Text tab</h2>
 
-  <p><b>Name:</b> Include the file name below each image.</p>
+  <dl class="dialog_desc">
+  <dt>Name</dt><dd><p>Include the file name below each image.</p></dd>
 
-  <p><b>Date:</b> Include the file date below each image.</p>
+  <dt>Date</dt><dd><p>Include the file date below each image.</p></dd>
 
-  <p><b>Size:</b> Include the file size below each image.</p>
+  <dt>Size</dt><dd><p>Include the file size below each image.</p></dd>
 
-  <p><b>Dimensions:</b> Include the source image's pixel width and height 
below each image.</p>
+  <dt>Dimensions</dt><dd><p>Include the source image's pixel width and height 
below each image.</p></dd>
 
-  <p><b>Font size:</b> The font size to use for the text description of each 
image, in points.</p>
+  <dt>Font size</dt><dd><p>The font size to use for the text description of 
each image, in points.</p></dd>
+  </dl>
 
   <p><br />
   <br />
@@ -84,15 +94,17 @@
 
   <h2>Paper tab</h2>
 
-  <p><b>Format:</b> 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>
+  <dl class="dialog_desc">
+  <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>
 
-  <p><b>Size:</b> The size of the selected paper format, in Units (below). 
These numbers can be changed when the paper Format is Custom.</p>
+  <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>
 
-  <p><b>Units:</b> Select the units for Geeqie to use when conveying 
measurements of length for paper size, margins, and images sizes to the 
user.</p>
+  <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>
 
-  <p><b>Orientation:</b> Select portrait or landscape print output.</p>
+  <dt>Orientation</dt><dd><p>Select portrait or landscape print 
output.</p></dd>
 
-  <p><b><span class="gq-printing-8">Margins</span>:</b> These values specify 
the size of the paper edges not to be included in the print region, in Units 
(above).</p>
+  <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>
+  </dl>
 
   <p><br />
   <br />
@@ -107,13 +119,13 @@
   Postscript file: Writes using the postscript format to named File 
(below).<br />
   Image file: Writes using the selected File format (below) to named File 
(below).</p>
 
-  <p><span class="gq-printing-8"><b>Custom printer:</b></span> 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>
+  <p><b>Custom printer:</b> 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>
 
-  <p><span class="gq-printing-8"><b>File:</b></span> The file to use for 
output when Destination is Postscript file or Image file.</p>
+  <p><b>File:</b> The file to use for output when Destination is Postscript 
file or Image file.</p>
 
   <p><b>File format:</b> The image format to use when Destination is Image 
file.</p>
 
-  <p><span class="gq-printing-8"><b>DPI:</b> 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.</span> 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>
+  <p><b>DPI:</b> 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>
 
   <p><br />
   <br />

Modified: trunk/doc/sidebars_keywords.html
===================================================================
--- trunk/doc/sidebars_keywords.html    2008-11-09 13:37:39 UTC (rev 1202)
+++ trunk/doc/sidebars_keywords.html    2008-11-09 17:17:19 UTC (rev 1203)
@@ -73,16 +73,24 @@
 
   <h2>The buttons</h2>
 
-  <p><span class="gq-keywords-5">Note: These buttons are only displayed as an 
icon, the text below refers to the tool tip that appears by hovering the mouse 
over each button.</span>
+  <p class="note">Note: These buttons are only displayed as an icon, the text 
below refers to the tool tip that appears by hovering the mouse over each 
button.
   </p>
 
-  <p><b>Edit favorite keywords list</b>: Activate this button to display a 
dialog to edit the favorite keywords list. For details on the dialog refer to 
the section titled Favorite Keywords Dialog, below.</p>
+  <dl class="dialog_desc">
+  
+  <dt>Edit favorite keywords list</dt>
+  <dd><p>Activate this button to display a dialog to edit the favorite 
keywords list. For details on the dialog refer to the section titled Favorite 
Keywords Dialog, below.</p></dd>
 
-  <p><b>Add keywords to selected files:</b> This button will be active when 
more than one image is selected. Activate this button to add all keywords 
currently displayed to the selected list of files.</p>
+  <dt>Add keywords to selected files</dt>
+  <dd><p>This button will be active when more than one image is selected. 
Activate this button to add all keywords currently displayed to the selected 
list of files.</p></dd>
 
-  <p><b>Add keywords to selected files, replacing existing ones:</b> <span 
class="gq-keywords-5">This button will be active when more than one image is 
selected. Activate this button to replace all keywords in the selected files 
with the ones that are currently displayed. All previously existing keywords 
for those files will be lost.</span></p>
+  <dt>Add keywords to selected files, replacing existing ones</dt>
+  <dd><p>This button will be active when more than one image is selected. 
Activate this button to replace all keywords in the selected files with the 
ones that are currently displayed. All previously existing keywords for those 
files will be lost.</p></dd>
 
-  <p><span class="gq-keywords-5"><b>Save comment now:</b> Saving of changes to 
keywords and comments are slightly delayed</span> to reduce writes to disk. If 
the changes have not yet been written to disk this button will be active, 
activating it will immediately save the changes.</p>
+  <dt>Save comment now</dt>
+  <dd><p>Saving of changes to keywords and comments are slightly delayed to 
reduce writes to disk. If the changes have not yet been written to disk this 
button will be active, activating it will immediately save the changes.</p></dd>
+ 
+  </dl>
 
   <p><br />
   <br />

Modified: trunk/doc/sidebars_sort_manager.html
===================================================================
--- trunk/doc/sidebars_sort_manager.html        2008-11-09 13:37:39 UTC (rev 
1202)
+++ trunk/doc/sidebars_sort_manager.html        2008-11-09 17:17:19 UTC (rev 
1203)
@@ -101,9 +101,16 @@
 
   <p>The images to add when activating a collection is determined by the 
selection style:</p>
 
-  <p><b>Add image:</b><span class="gq-sort-manager-8">The visible image is 
added to the collection.</span><br />
-  <b>Add selection:</b> All images selected in the file list will be added to 
the collection.</p>
+  <p>
+  <dl class="dialog_desc">
+  <dt>Add image</dt>
+  <dd><p>The visible image is added to the collection.</p></dd>
 
+  <dt>Add selection</dt>
+  <dd><p>All images selected in the file list will be added to the 
collection.</p></dd>
+  </dl>
+  </p>
+
   <h3>Add button</h3>
 
   <p>Activate this button to add a new empty collection to the visible list. A 
dialog will appear to allow entry of the name to use for the new collection.</p>

Modified: trunk/doc/style.css
===================================================================
--- trunk/doc/style.css 2008-11-09 13:37:39 UTC (rev 1202)
+++ trunk/doc/style.css 2008-11-09 17:17:19 UTC (rev 1203)
@@ -21,7 +21,10 @@
  thead { font-weight: bold; }
 
  .file_locations_subtitle { font-weight: bold}
+ 
+ span.option_name { font-style: italic }
 
+
 /* collections.html */
  div.gq-collections-4 {text-align: center}
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geeqie-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geeqie-svn

Reply via email to