Mercurial > geeqie.yaz
annotate doc/main_window_menus.html @ 1602:6bfe8fc7a403
added GPS map support - patch by Colin Clark
author | nadvornik |
---|---|
date | Tue, 12 May 2009 18:25:18 +0000 |
parents | 2562e0bc89a1 |
children |
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>Menus - Geeqie User Manual</title> |
1151
c564ab6c11fc
Add specific css for print media(has to be improved).
zas_
parents:
1138
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:
1138
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:
1138
diff
changeset
|
12 <link rel="stylesheet" type="text/css" href="style_print.css" media="print" /> |
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
|
13 </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
|
14 |
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
|
15 <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
|
16 <div class="navtop"> |
1099
b2d120fa5ee7
Use col tags with id in top and bottom navigation tables.
zas_
parents:
1098
diff
changeset
|
17 <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
|
18 <col id="navtop_col1" width="33%"></col> |
b2d120fa5ee7
Use col tags with id in top and bottom navigation tables.
zas_
parents:
1098
diff
changeset
|
19 <col id="navtop_col2" width="33%"></col> |
b2d120fa5ee7
Use col tags with id in top and bottom navigation tables.
zas_
parents:
1098
diff
changeset
|
20 <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
|
21 |
1099
b2d120fa5ee7
Use col tags with id in top and bottom navigation tables.
zas_
parents:
1098
diff
changeset
|
22 <tr> |
1115 | 23 <th> |
1082 | 24 <p class="previous"><a href="main_window_navigation.html">Previous</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
|
25 </p> |
1115 | 26 </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
|
27 |
1115 | 28 <th> |
1105 | 29 <p class="navtop_title">Menus – Main Window</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 |
1115 | 32 <th> |
1105 | 33 <p class="next"><a href="main_window_layout.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
|
34 </p> |
1115 | 35 </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
|
36 </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
|
37 </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
|
38 </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
|
39 |
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 <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
|
41 |
1079
76266496b06d
Drop chapters numbers from h1 title, and reformat top title a bit.
zas_
parents:
1078
diff
changeset
|
42 <h1>Menus</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
|
43 |
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
|
44 <p>This section describes the functions of each item on the menu bar in the Geeqie main window.</p> |
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
|
45 |
1087 | 46 <h2>File Menu</h2> |
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
|
47 |
1102 | 48 <dl class="menu_desc"> |
49 <dt>New window</dt><dd>Opens a new main window, with the initial path set to the current folder.</dd> | |
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
|
50 |
1102 | 51 <dt>New collection</dt><dd>Opens a new collection window, the new collection will be empty.</dd> |
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
|
52 |
1102 | 53 <dt>Open collection</dt><dd>Displays a dialog to open a collection stored on disk, the selected collection will then appear in a new window.</dd> |
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
|
54 |
1134 | 55 <dt>Open recent</dt><dd>This menu item lists the recently active collections, selecting an item from the list will open that collection in a new window. The most recent item will appear at the top of the list. Maximum number of entries can be modified through <a href="options_advanced.html" class="option_name">Open recent list maximum size</a> option.</dd> |
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
|
56 |
1102 | 57 <dt>Search...</dt><dd>Opens a new Search window.</dd> |
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
|
58 |
1102 | 59 <dt>Find duplicates...</dt><dd>Opens a new Find Duplicates window.</dd> |
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
|
60 |
1137 | 61 <dt>Pan view</dt><dd>Opens the pan view window.</dd> |
1133
1f706040db87
Update main window menus description to match current Geeqie.
zas_
parents:
1121
diff
changeset
|
62 |
1102 | 63 <dt>Print..</dt><dd>Opens a print dialog.</dd> |
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
|
64 |
1102 | 65 <dt>New folder...</dt><dd>Creates a new folder in the current path.</dd> |
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
|
66 |
1102 | 67 <dt>Copy...</dt><dd>Opens a dialog to select a destination to copy the currently selected files.</dd> |
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
|
68 |
1102 | 69 <dt>Move...</dt><dd>Opens a dialog to select a destination to move currently selected files.</dd> |
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
|
70 |
1102 | 71 <dt>Rename...</dt><dd>Renames the current file selection.</dd> |
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
|
72 |
1102 | 73 <dt>Delete...</dt><dd>Deletes the current file selection.</dd> |
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
|
74 |
1134 | 75 <dt>Copy path</dt><dd>Copy selected item path to clipboard. Enabled by <a href="options_advanced.html" class="option_name">Show "Copy path" menu item</a> option.</dd> |
1133
1f706040db87
Update main window menus description to match current Geeqie.
zas_
parents:
1121
diff
changeset
|
76 |
1102 | 77 <dt>Close window</dt><dd>Closes the window containing the menu, if the window is the last main window Geeqie will quit.</dd> |
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
|
78 |
1133
1f706040db87
Update main window menus description to match current Geeqie.
zas_
parents:
1121
diff
changeset
|
79 |
1102 | 80 <dt>Quit</dt><dd>Quits the Geeqie application, if collections have been changed but not saved, the user will be prompted for confirmation.</dd> |
81 </dl> | |
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
|
82 |
1133
1f706040db87
Update main window menus description to match current Geeqie.
zas_
parents:
1121
diff
changeset
|
83 <h2>Go menu</h2> |
1f706040db87
Update main window menus description to match current Geeqie.
zas_
parents:
1121
diff
changeset
|
84 <dl class="menu_desc"> |
1f706040db87
Update main window menus description to match current Geeqie.
zas_
parents:
1121
diff
changeset
|
85 |
1137 | 86 <dt>First Image</dt><dd>Goes tothe first image</dd> |
87 <dt>Previous Image</dt><dd>Goes to the previous image</dd> | |
88 <dt>Next Image</dt><dd>Goes to the next image</dd> | |
89 <dt>Last Image</dt><dd>Goes to the last image</dd> | |
1133
1f706040db87
Update main window menus description to match current Geeqie.
zas_
parents:
1121
diff
changeset
|
90 |
1f706040db87
Update main window menus description to match current Geeqie.
zas_
parents:
1121
diff
changeset
|
91 </dl> |
1f706040db87
Update main window menus description to match current Geeqie.
zas_
parents:
1121
diff
changeset
|
92 |
1f706040db87
Update main window menus description to match current Geeqie.
zas_
parents:
1121
diff
changeset
|
93 <h2>Select menu</h2> |
1f706040db87
Update main window menus description to match current Geeqie.
zas_
parents:
1121
diff
changeset
|
94 <dl class="menu_desc"> |
1137 | 95 <dt>Select all</dt><dd>Selects all files in the current list</dd> |
96 <dt>Select none</dt><dd>Deselects all files</dd> | |
97 <dt>Invert Selection</dt><dd>Inverts current selection</dd> | |
98 <dt>Show marks</dt><dd>Displays marks in the file list</dd> | |
99 <dt>Mark n</dt><dd>Opens submenu for manipulating mark n | |
1133
1f706040db87
Update main window menus description to match current Geeqie.
zas_
parents:
1121
diff
changeset
|
100 <dl class="menu_desc_sublevel1"> |
1f706040db87
Update main window menus description to match current Geeqie.
zas_
parents:
1121
diff
changeset
|
101 <dt>Toggle mark n</dt><dd>Set or unset mark n on selected files</dd> |
1f706040db87
Update main window menus description to match current Geeqie.
zas_
parents:
1121
diff
changeset
|
102 <dt>Set mark n</dt><dd>Set mark n on selected files</dd> |
1f706040db87
Update main window menus description to match current Geeqie.
zas_
parents:
1121
diff
changeset
|
103 <dt>Reset mark n</dt><dd>Unset mark n on selected files</dd> |
1137 | 104 <dt>Select mark n</dt><dd>Selects all files having mark n set</dd> |
105 <dt>Add mark n</dt><dd>Adds files having mark n set to selection</dd> | |
106 <dt>Intersection with mark n</dt><dd>Intersects current selection and mark n</dd> | |
107 <dt>Unselect mark n</dt><dd>Removes files having mark n set from current selection</dd> | |
1133
1f706040db87
Update main window menus description to match current Geeqie.
zas_
parents:
1121
diff
changeset
|
108 </dl> |
1f706040db87
Update main window menus description to match current Geeqie.
zas_
parents:
1121
diff
changeset
|
109 </dd> |
1f706040db87
Update main window menus description to match current Geeqie.
zas_
parents:
1121
diff
changeset
|
110 </dl> |
1f706040db87
Update main window menus description to match current Geeqie.
zas_
parents:
1121
diff
changeset
|
111 |
1f706040db87
Update main window menus description to match current Geeqie.
zas_
parents:
1121
diff
changeset
|
112 |
1087 | 113 <h2>Edit menu</h2> |
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
|
114 |
1102 | 115 <dl class="menu_desc"> |
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 |
1102 | 117 <dt>in <command name>...</dt><dd>This will execute the external command associated with <command name>, these can be changed edited on the <a href="options_editor_commands.html">Editors tab</a> of the Option dialog.</dd> |
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 |
1102 | 119 <dt>Adjust</dt><dd> |
120 <dl class="menu_desc_sublevel1"> | |
1133
1f706040db87
Update main window menus description to match current Geeqie.
zas_
parents:
1121
diff
changeset
|
121 <dt>Rotate clockwise</dt><dd>Rotates the current image clockwise 90 degrees, does not modify the file on disk.</dd> |
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 |
1133
1f706040db87
Update main window menus description to match current Geeqie.
zas_
parents:
1121
diff
changeset
|
123 <dt>Rotate counterclockwise</dt><dd>Rotates the current image counterclockwise 90 degrees, does not modify the file on disk.</dd> |
1f706040db87
Update main window menus description to match current Geeqie.
zas_
parents:
1121
diff
changeset
|
124 |
1f706040db87
Update main window menus description to match current Geeqie.
zas_
parents:
1121
diff
changeset
|
125 <dt>Rotate 180</dt><dd>Rotates the current image 180 degrees, does not modify the file on disk.</dd> |
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
|
126 |
1133
1f706040db87
Update main window menus description to match current Geeqie.
zas_
parents:
1121
diff
changeset
|
127 <dt>Mirror</dt><dd>Swaps the left and right sides of the image so that the result is similar to that of looking at the image in a mirror, does not modify the file on disk.</dd> |
1f706040db87
Update main window menus description to match current Geeqie.
zas_
parents:
1121
diff
changeset
|
128 |
1f706040db87
Update main window menus description to match current Geeqie.
zas_
parents:
1121
diff
changeset
|
129 <dt>Flip</dt><dd>Swaps the top and bottom sides of the image, does not modify the file on disk.</dd> |
1102 | 130 |
1137 | 131 <dt>Toggle grayscale</dt><dd>Shows images converted to grayscale, does not modify files on disk. It is applied to all files until toggled again.</dd> |
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 |
1137 | 133 <dt>Original state</dt><dd>Removes all effects applied through the Adjust menu, reverting image to its original state.</dd> |
1133
1f706040db87
Update main window menus description to match current Geeqie.
zas_
parents:
1121
diff
changeset
|
134 |
1102 | 135 </dl> |
136 </dd> | |
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
|
137 |
1102 | 138 <dt>Properties</dt><dd>Opens a Properties Window for the currently selected files.</dd> |
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 |
1102 | 140 <dt>Preferences...</dt><dd>Opens the <a href="options.html">Preferences Dialog</a> for changing of user preferences.</dd> |
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
|
141 |
1102 | 142 <dt>Thumbnail maintenance</dt><dd>Opens a dialog with utilities to manage cached thumbnails and keywords data.</dd> |
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
|
143 |
1120 | 144 <dt>Set as wallpaper</dt><dd>Renders the current image to the root window (desktop). The resulting image will be tiled to fit the root window if zoom is not set to <em>fit to window</em>; when zoom is set to <em>fit to window</em>, the image will be scaled to fill the root window.</dd> |
1102 | 145 </dl> |
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
|
146 |
1087 | 147 <h2>View menu</h2> |
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
|
148 |
1102 | 149 <dl class="menu_desc"> |
1133
1f706040db87
Update main window menus description to match current Geeqie.
zas_
parents:
1121
diff
changeset
|
150 |
1137 | 151 <dt>View in new window</dt><dd>Opens selected image in its own window</dd> |
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
|
152 |
1133
1f706040db87
Update main window menus description to match current Geeqie.
zas_
parents:
1121
diff
changeset
|
153 <dt>Zoom</dt><dd> |
1f706040db87
Update main window menus description to match current Geeqie.
zas_
parents:
1121
diff
changeset
|
154 <dl class="menu_desc_sublevel1"> |
1f706040db87
Update main window menus description to match current Geeqie.
zas_
parents:
1121
diff
changeset
|
155 <dt>Zoom in</dt><dd>Increases the zoom by one increment, resulting in a larger image.</dd> |
1f706040db87
Update main window menus description to match current Geeqie.
zas_
parents:
1121
diff
changeset
|
156 |
1f706040db87
Update main window menus description to match current Geeqie.
zas_
parents:
1121
diff
changeset
|
157 <dt>Zoom out</dt><dd>Decreases the zoom by one increment, resulting in a smaller image.</dd> |
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
|
158 |
1133
1f706040db87
Update main window menus description to match current Geeqie.
zas_
parents:
1121
diff
changeset
|
159 <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> |
1f706040db87
Update main window menus description to match current Geeqie.
zas_
parents:
1121
diff
changeset
|
160 |
1137 | 161 <dt>Fit Horizontally</dt><dd>Adjusts the zoom so image height fit within the display pane.</dd> |
1133
1f706040db87
Update main window menus description to match current Geeqie.
zas_
parents:
1121
diff
changeset
|
162 |
1137 | 163 <dt>Fit Vertically</dt><dd>Adjusts the zoom so image width fit within the display pane.</dd> |
1133
1f706040db87
Update main window menus description to match current Geeqie.
zas_
parents:
1121
diff
changeset
|
164 |
1f706040db87
Update main window menus description to match current Geeqie.
zas_
parents:
1121
diff
changeset
|
165 <dt>Zoom n:m</dt><dd>Set zoom to the n:m value. 1:1 is the original size of the image. When n is greater than m, zoom in occurs else zoom out occurs.</dd> |
1f706040db87
Update main window menus description to match current Geeqie.
zas_
parents:
1121
diff
changeset
|
166 </dl> |
1f706040db87
Update main window menus description to match current Geeqie.
zas_
parents:
1121
diff
changeset
|
167 </dd> |
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
|
168 |
1138 | 169 <dt>Connected zoom</dt><dd>Actions in this menu are identical to those in Zoom menu, but apply to all images displayed in splitted view.</dd> |
170 | |
171 <dt>Split</dt><dd> | |
172 <dl class="menu_desc_sublevel1"> | |
173 <dt>Horizontal</dt><dd>Splits main image view in two horizontal panes.</dd> | |
174 <dt>Vertical</dt><dd>Splits main image view in two vertical panes.</dd> | |
175 <dt>Quad</dt><dd>Splits main image view in four panes.</dd> | |
176 <dt>Single</dt><dd>Reverts to normal view mode (one image).</dd> | |
177 </dl> | |
178 </dd> | |
179 | |
1102 | 180 <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> |
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
|
181 |
1102 | 182 <dt>List</dt><dd>Changes the file list to display files in list format.</dd> |
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
|
183 |
1102 | 184 <dt>Icons</dt><dd>Changes the file list to display files as icons.</dd> |
185 | |
1133
1f706040db87
Update main window menus description to match current Geeqie.
zas_
parents:
1121
diff
changeset
|
186 <dt>View Directory as</dt><dd> |
1f706040db87
Update main window menus description to match current Geeqie.
zas_
parents:
1121
diff
changeset
|
187 <dl class="menu_desc_sublevel1"> |
1f706040db87
Update main window menus description to match current Geeqie.
zas_
parents:
1121
diff
changeset
|
188 <dt>List</dt><dd>Set the folder view mode to list.</dd> |
1f706040db87
Update main window menus description to match current Geeqie.
zas_
parents:
1121
diff
changeset
|
189 <dt>Tree</dt><dd>Set the folder view mode to tree.</dd> |
1f706040db87
Update main window menus description to match current Geeqie.
zas_
parents:
1121
diff
changeset
|
190 </dl> |
1f706040db87
Update main window menus description to match current Geeqie.
zas_
parents:
1121
diff
changeset
|
191 </dd> |
1f706040db87
Update main window menus description to match current Geeqie.
zas_
parents:
1121
diff
changeset
|
192 |
1137 | 193 <dt>Image Overlay</dt><dd>Displays Image Overlay information box (OSD), use twice to add histogram to it.</dd> |
194 <dt>Histogram channels</dt><dd>Switches channels displayed in the histogram (red, green, blue, RGB, value, maximum value).</dd> | |
195 <dt>Histogram log mode</dt><dd>Toggles between linear and logarithmical histogram.</dd> | |
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
|
196 |
1102 | 197 <dt>Full screen</dt><dd>Toggles the full screen window display.</dd> |
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
|
198 |
1102 | 199 <dt>Float file list</dt><dd>Toggles the location of the menu bar, tool bar, status bar, and file lists between the main window and a second window. A check appears next to this item when the location is the second window.</dd> |
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
|
200 |
1102 | 201 <dt>Hide file list</dt><dd>Toggles visibility of the menu bar, tool bar, status bar, and file lists.</dd> |
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
|
202 |
1102 | 203 <dt>Hide toolbar</dt><dd>Toggles visibility of the tool bar. A check appears next to this item when the tool bar is not visible.</dd> |
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
|
204 |
1102 | 205 <dt>Keywords</dt><dd>Toggles display of the Keywords sidebar.</dd> |
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
|
206 |
1102 | 207 <dt>Exif data</dt><dd>Toggles display of the EXIF sidebar.</dd> |
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
|
208 |
1102 | 209 <dt>Sort manager</dt><dd>Toggles display of the Sort Manager sidebar.</dd> |
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
|
210 |
1102 | 211 <dt>Toggle slideshow</dt><dd>Begins or ends a slide show, the slide show status is displayed in the status bar.</dd> |
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
|
212 |
1137 | 213 <dt>Pause slideshow</dt><dd>Pauses a slide show, the slide show status is displayed in the status bar.</dd> |
1133
1f706040db87
Update main window menus description to match current Geeqie.
zas_
parents:
1121
diff
changeset
|
214 |
1102 | 215 <dt>Refresh</dt><dd>Updates the contents of the folder and file lists to match what is currently on disk, the current image will also be reread from disk.</dd> |
216 </dl> | |
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
|
217 |
1087 | 218 <h2>Help menu</h2> |
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
|
219 |
1102 | 220 <dl class="menu_desc"> |
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
|
221 |
1137 | 222 <dt>Contents</dt><dd>Opens the Geeqie user manual in a new browser window.</dd> |
1102 | 223 |
224 <dt>Keyboard shortcuts</dt><dd>Displays a window listing the default keyboard shortcuts.</dd> | |
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
|
225 |
1102 | 226 <dt>Release notes</dt><dd>Displays a window containing the release notes for the version of Geeqie in use.</dd> |
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
|
227 |
1102 | 228 <dt>About</dt><dd>Opens a window containing the Geeqie version, credits, website, and email contact information.</dd> |
1133
1f706040db87
Update main window menus description to match current Geeqie.
zas_
parents:
1121
diff
changeset
|
229 |
1137 | 230 <dt>Log window</dt><dd>Opens the log window, mostly used for debugging purposes.</dd> |
1102 | 231 |
232 </dl> | |
1087 | 233 <h2>Tear off menus</h2> |
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
|
234 |
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
|
235 <p>Menus can be permanently displayed by selecting the dotted line item at the top of each menu category. A tear off menu will behave the same as an ordinary window. To close a tear off menu, select the dotted line item at the top of the menu.</p> |
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
|
236 |
1087 | 237 <h2>Keyboard shortcuts</h2> |
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
|
238 |
1093 | 239 <p>The keyboard sequence associated to each menu entry is listed within the main window menu bar. For reference, the complete list of default keyboard shortcuts can be found in section <a href="reference_keyboard_shortcuts.html">Keyboard Shortcuts</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
|
240 |
1087 | 241 <h2>Changing the main window menu bar keyboard shortcuts</h2> |
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
|
242 |
1105 | 243 <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> |
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
|
244 |
1108 | 245 <p><code>($HOME)/.geeqie/accels</code> |
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
|
246 </p> |
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
|
247 |
1108 | 248 <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> |
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
|
249 |
1108 | 250 <p><code>; (gtk_accel_path "<main>/File/Quit" "<Control>q")</code> |
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
|
251 </p> |
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
|
252 |
1160
2562e0bc89a1
Mark keyboard keys with a span and make them look like a key through css style.
zas_
parents:
1159
diff
changeset
|
253 <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 “<control>q”. For example changing the shortcut associated with Quit to the <span class="key">Q</span> key will result in this line:</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
|
254 |
1108 | 255 <p><code>(gtk_accel_path "<main>/File/Quit" "q")</code> |
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
|
256 </p> |
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
|
257 |
1105 | 258 <p>Please note the removed semicolon and the change of “<control>q” to “q”, 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> |
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
|
259 |
1107 | 260 <div class="accels_file_syntax"> |
1116 | 261 <table width="60%" border="0" cellpadding="4" cellspacing="0" rules="rows"> |
262 <col id="accels_file_syntax_col1" width="50%"></col> | |
263 <col id="accels_file_syntax_col2" width="50%"></col> | |
1107 | 264 |
265 <thead> | |
266 <tr> | |
267 <td> | |
1105 | 268 <p>Key</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
|
269 </td> |
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
|
270 |
1107 | 271 <td> |
1105 | 272 <p>Text to use in accels file</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
|
273 </td> |
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
|
274 </tr> |
1107 | 275 </thead> |
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
|
276 |
1107 | 277 <tbody> |
278 <tr> | |
279 <td> | |
1160
2562e0bc89a1
Mark keyboard keys with a span and make them look like a key through css style.
zas_
parents:
1159
diff
changeset
|
280 <p><span class="key">Shift</span></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
|
281 </td> |
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
|
282 |
1107 | 283 <td> |
1105 | 284 <p><shift></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
|
285 </td> |
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
|
286 </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
|
287 |
1107 | 288 <tr> |
289 <td> | |
1160
2562e0bc89a1
Mark keyboard keys with a span and make them look like a key through css style.
zas_
parents:
1159
diff
changeset
|
290 <p><span class="key">Ctrl</span></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
|
291 </td> |
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
|
292 |
1107 | 293 <td> |
1105 | 294 <p><control></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
|
295 </td> |
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
|
296 </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
|
297 |
1107 | 298 <tr> |
299 <td> | |
1160
2562e0bc89a1
Mark keyboard keys with a span and make them look like a key through css style.
zas_
parents:
1159
diff
changeset
|
300 <p><span class="key">Alt</span></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
|
301 </td> |
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
|
302 |
1107 | 303 <td> |
1105 | 304 <p><alt></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
|
305 </td> |
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
|
306 </tr> |
1107 | 307 </tbody> |
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
|
308 </table> |
1107 | 309 </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
|
310 |
1160
2562e0bc89a1
Mark keyboard keys with a span and make them look like a key through css style.
zas_
parents:
1159
diff
changeset
|
311 <p>Modifiers can be combined, for example in the exit line above, the text would be “<control><shift>q” to set the exit shortcut to <span class="key">Ctrl</span> + <span class="key">Shift</span> + <span class="key">Q</span>.</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
|
312 |
1113 | 313 <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
|
314 |
1097
37536ba2d5f4
Add two css classes navtop and navbottom and remove unused ones.
zas_
parents:
1095
diff
changeset
|
315 <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
|
316 <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
|
317 <col id="navbottom_col1" width="33%"></col> |
b2d120fa5ee7
Use col tags with id in top and bottom navigation tables.
zas_
parents:
1098
diff
changeset
|
318 <col id="navbottom_col2" width="33%"></col> |
b2d120fa5ee7
Use col tags with id in top and bottom navigation tables.
zas_
parents:
1098
diff
changeset
|
319 <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
|
320 |
1099
b2d120fa5ee7
Use col tags with id in top and bottom navigation tables.
zas_
parents:
1098
diff
changeset
|
321 <tr> |
1115 | 322 <th> |
1082 | 323 <p class="previous"><a href="main_window_navigation.html">Previous</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
|
324 </p> |
1115 | 325 </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
|
326 |
1115 | 327 <th> |
1105 | 328 <p class="navbottom_title"><a href="index.html">Contents</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
|
329 </p> |
1115 | 330 </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
|
331 |
1115 | 332 <th> |
1105 | 333 <p class="next"><a href="main_window_layout.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
|
334 </p> |
1115 | 335 </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
|
336 </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
|
337 |
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
|
338 </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
|
339 </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
|
340 |
1101 | 341 <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
|
342 <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
|
343 </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
|
344 </html> |