Add specific css for print media(has to be improved).
[geeqie.git] / doc / main_window.html
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>Main Window - Geeqie User Manual</title>
10   <link rel="stylesheet" type="text/css" href="style.css" media="all" />
11   <link rel="stylesheet" type="text/css" href="style_screen.css" media="screen" />
12   <link rel="stylesheet" type="text/css" href="style_print.css" media="print" />
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="introduction.html">Previous</a>
25             </p>
26           </th>
27
28           <th>
29             <p class="navtop_title">Main Window</p>
30           </th>
31
32           <th>
33             <p class="next"><a href="main_window_navigation.html">Next</a>
34             </p>
35           </th>
36         </tr>
37     </table>
38   </div>
39
40   <hr />
41
42   <h1>Main Window</h1>
43
44   <p>The Geeqie main window is designed for quick and easy navigation of images. The window consists of three regions: the file pane, the folder pane, and the image pane.</p>
45
46   <div class="submenu">
47     <ul>
48       <li><a href="main_window_navigation.html">Navigation</a></li>
49       <li><a href="main_window_menus.html">Menus</a></li>
50       <li><a href="main_window_layout.html">Layout</a></li>
51       <li><a href="main_window_file_pane.html">File Pane</a></li>
52       <li><a href="main_window_folder_pane.html">Folder Pane</a></li>
53       <li><a href="main_window_image_pane.html">Image Pane</a></li>
54       <li><a href="main_window_status_bar.html">Status Bar</a></li>
55     </ul>
56   </div>
57   <hr id="bottomseparator" />
58
59   <div class="navbottom">
60     <table width="100%" border="0" cellpadding="4" cellspacing="0">
61       <col id="navbottom_col1" width="33%"></col>
62       <col id="navbottom_col2" width="33%"></col>
63       <col id="navbottom_col3" width="33%"></col>
64
65         <tr>
66           <th>
67             <p class="previous"><a href="introduction.html">Previous</a>
68             </p>
69           </th>
70
71           <th>
72             <p class="navbottom_title"><a href="index.html">Contents</a>
73             </p>
74           </th>
75
76           <th>
77             <p class="next"><a href="main_window_navigation.html">Next</a>
78             </p>
79           </th>
80         </tr>
81
82     </table>
83   </div>
84
85   <div class="footer">Geeqie User Manual</div>
86   <div class="bottomspacer">&nbsp;</div>
87 </body>
88 </html>