Mercurial > geeqie
annotate doc/index.html @ 1140:77f9f2331e1b
Add some information about the pan view.
author | zas_ |
---|---|
date | Wed, 12 Nov 2008 21:15:12 +0000 |
parents | 302d85a9962f |
children | c564ab6c11fc |
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>Contents - Geeqie User Manual</title> |
1095 | 10 <link rel="stylesheet" type="text/css" href="style.css" /> |
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
|
11 </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
|
12 |
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 <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
|
14 <div class="navtop"> |
1099
b2d120fa5ee7
Use col tags with id in top and bottom navigation tables.
zas_
parents:
1098
diff
changeset
|
15 <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
|
16 <col id="navtop_col1" width="33%"></col> |
b2d120fa5ee7
Use col tags with id in top and bottom navigation tables.
zas_
parents:
1098
diff
changeset
|
17 <col id="navtop_col2" width="33%"></col> |
b2d120fa5ee7
Use col tags with id in top and bottom navigation tables.
zas_
parents:
1098
diff
changeset
|
18 <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
|
19 |
1099
b2d120fa5ee7
Use col tags with id in top and bottom navigation tables.
zas_
parents:
1098
diff
changeset
|
20 <tr> |
1115 | 21 <th> </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
|
22 |
1115 | 23 <th> |
1105 | 24 <p class="navtop_title">Contents</p> |
1115 | 25 </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
|
26 |
1115 | 27 <th> |
1105 | 28 <p class="next"><a href="introduction.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
|
29 </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 </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
|
32 </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
|
33 </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
|
34 |
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
|
35 <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
|
36 |
1107 | 37 <h1>The Geeqie User Manual</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
|
38 |
1105 | 39 <p>If you are having trouble finding a solution in the manual, try looking in the <a href="faq.html">FAQ</a>.</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
|
40 |
1083 | 41 <div class="menu"> |
42 <ul> | |
43 <li><a href="introduction.html">Introduction</a></li> | |
1115 | 44 <li><a href="main_window.html">Main Window</a> |
1083 | 45 <ul> |
46 <li><a href="main_window_navigation.html">Navigation</a></li> | |
47 <li><a href="main_window_menus.html">Menus</a></li> | |
48 <li><a href="main_window_layout.html">Layout</a></li> | |
49 <li><a href="main_window_file_pane.html">File Pane</a></li> | |
50 <li><a href="main_window_folder_pane.html">Folder Pane</a></li> | |
51 <li><a href="main_window_image_pane.html">Image Pane</a></li> | |
52 <li><a href="main_window_status_bar.html">Status Bar</a></li> | |
53 </ul> | |
1115 | 54 </li> |
55 <li><a href="other_windows.html">Other Windows</a> | |
1083 | 56 <ul> |
57 <li><a href="other_windows_image_window.html">Image Window</a></li> | |
1103 | 58 <li><a href="other_windows_image_properties.html">Image Properties Window</a></li> |
1140 | 59 <li><a href="other_windows_pan_view.html">Pan View Window</a></li> |
1083 | 60 </ul> |
1115 | 61 </li> |
62 <li><a href="image_management.html">Image Management</a> | |
1083 | 63 <ul> |
64 <li><a href="image_management_copy_move.html">Copy and Move</a></li> | |
65 <li><a href="image_management_rename.html">Rename</a></li> | |
66 <li><a href="image_management_delete.html">Delete</a></li> | |
1103 | 67 <li><a href="image_management_external_editing.html">External Editing Commands</a></li> |
1083 | 68 </ul> |
1115 | 69 </li> |
70 <li><a href="image_search.html">Image Search</a> | |
1083 | 71 <ul> |
72 <li><a href="image_search_search.html">Search Window</a></li> | |
1103 | 73 <li><a href="image_search_finding_duplicates.html">Finding Duplicate Images</a></li> |
1083 | 74 </ul> |
1115 | 75 </li> |
1083 | 76 <li><a href="collections.html">Collections</a></li> |
1115 | 77 <li><a href="sidebars.html">Sidebars</a> |
1083 | 78 <ul> |
79 <li><a href="sidebars_exif.html">EXIF</a></li> | |
80 <li><a href="sidebars_sort_manager.html">Sort Manager</a></li> | |
81 <li><a href="sidebars_keywords.html">Keywords</a></li> | |
82 </ul> | |
1115 | 83 </li> |
84 <li><a href="image_presentation.html">Image Presentation</a> | |
1083 | 85 <ul> |
86 <li><a href="image_presentation_slideshow.html">Slide show</a></li> | |
87 <li><a href="image_presentation_fullscreen.html">Full screen</a></li> | |
88 </ul> | |
1115 | 89 </li> |
1083 | 90 <li><a href="printing.html">Printing</a></li> |
1115 | 91 <li><a href="options.html">Options</a> |
1083 | 92 <ul> |
93 <li><a href="options_general.html">General Options</a></li> | |
94 <li><a href="options_image.html">Image Options</a></li> | |
95 <li><a href="options_window.html">Window Options</a></li> | |
96 <li><a href="options_filtering.html">Filtering Options</a></li> | |
97 <li><a href="options_editor_commands.html">Editor Commands</a></li> | |
1130 | 98 <li><a href="options_properties.html">Properties Options</a></li> |
1083 | 99 <li><a href="options_advanced.html">Advanced Options</a></li> |
100 <li><a href="options_hidden.html">Hidden Options</a></li> | |
101 </ul> | |
1115 | 102 </li> |
103 <li><a href="reference.html">Reference</a> | |
1083 | 104 <ul> |
1103 | 105 <li><a href="reference_command_line.html">Command Line Options</a></li> |
1083 | 106 <li><a href="reference_keyboard_shortcuts.html">Keyboard Shortcuts</a></li> |
107 <li><a href="reference_thumbnails.html">Thumbnails</a></li> | |
108 <li><a href="reference_management.html">Cache and Data Management</a></li> | |
109 </ul> | |
1115 | 110 </li> |
1083 | 111 <li><a href="credits.html">Credits</a></li> |
112 <li><a href="gnu_fdl.txt">GNU Free Documentation License</a></li> | |
113 </ul> | |
114 </div> | |
1113 | 115 <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
|
116 |
1097
37536ba2d5f4
Add two css classes navtop and navbottom and remove unused ones.
zas_
parents:
1095
diff
changeset
|
117 <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
|
118 <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
|
119 <col id="navbottom_col1" width="33%"></col> |
b2d120fa5ee7
Use col tags with id in top and bottom navigation tables.
zas_
parents:
1098
diff
changeset
|
120 <col id="navbottom_col2" width="33%"></col> |
b2d120fa5ee7
Use col tags with id in top and bottom navigation tables.
zas_
parents:
1098
diff
changeset
|
121 <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
|
122 |
1115 | 123 <tr> |
124 <th> </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
|
125 |
1115 | 126 <th> </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
|
127 |
1115 | 128 <th> |
1105 | 129 <p class="next"><a href="introduction.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
|
130 </p> |
1115 | 131 </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
|
132 </tr> |
1115 | 133 |
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
|
134 </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
|
135 </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
|
136 |
1101 | 137 <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
|
138 <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
|
139 </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
|
140 </html> |