File: Menu.htm

package info (click to toggle)
4pane 8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 10,480 kB
  • sloc: cpp: 38,358; ansic: 5,186; sh: 4,359; makefile: 157; xml: 27
file content (40 lines) | stat: -rw-r--r-- 1,862 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<html>
<head>
  <title>Menu Sections</title>
</head>

<body style="background-color: rgb(255, 255, 255); direction: ltr;">
<center>
<table style="margin-left: auto; margin-right: auto; width: 100%; text-align: center;" border="0" cellpadding="2" cellspacing="2">
  <tbody>
    <tr>
      <td style="width: 33%; text-align: center;"><a href="Display.htm"><img src="back.gif" alt="The Display" align="top" border="0"></a>&nbsp;&nbsp;<a href="Display.htm">The Display</a></td>
      <td style="width: 34%; text-align: center;">&nbsp;&nbsp;<a href="Contents.htm"><img src="up.gif" alt="Contents" align="top" border="0"></a>&nbsp;&nbsp;<a href="Contents.htm">Contents</a></td>
      <td style="width: 33%; text-align: center;">&nbsp;&nbsp;<a align="middle" href="ContextMenu.htm">The Context Menu</a>&nbsp;&nbsp;<a href="ContextMenu.htm"><img src="forward.gif" alt="The Context Menu" align="top" border="0"></a></td>
    </tr>
  </tbody>
</table>

</center>

<hr>
<h2><u>Menu Sections</u></h2>
<p>
The main menu has the following sections:
<ul>
<li> The File menu is there because, well, it's traditional: every program must have one. The only entry is <b>Exit</b>, to close 4Pane; other file things (e.g. New File or Dir) are in the Edit menu.</li>
<li><a href="Edit.htm"> Edit menu</a></li>
<li><a href="View.htm"> View menu</a></li>
<li><a href="Tabs.htm"> Tabs menu</a></li>
<li><a href="Bookmarks.htm"> Bookmarks menu</a></li>
<li><a href="Archive.htm"> Archive menu</a></li>
<li><a href="Mount.htm"> Mount menu</a></li>
<li><a href="Tools.htm"> Tools menu</a></li>
<li><a href="Options.htm"> Options menu</a></li>
<li>The Help menu has three self-explanatory entries: <b>Help Contents, FAQ</b> and <b>About</b>. You can also access help by pressing the F1 key; wherever possible the resulting help-page will context-sensitive.</li>
</ul>

</p>

</body>
</html>