~ubuntu-branches/ubuntu/maverick/krb5/maverick

« back to all changes in this revision

Viewing changes to src/windows/identity/help/html/menu_file.htm

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-10-30 10:28:53 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20061030102853-x7v876vw4af46v0m
Tags: 1.4.4-3ubuntu1
* Merge with Debian; only Ubuntu change:
  - src/include/k5-thread.h: Define__USE_GNU when #include'ing pthread.h to
    fix FTBFS (from 1.4.3-9ubuntu1).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<html>
2
2
<head>
3
 
  <title>File menu</title>
4
 
  <meta name="description" content="">
5
 
  <meta name="keywords" content="">
6
 
  <link rel="stylesheet" type="text/css" href="khm.css">
 
3
  <title>File Menu</title>
 
4
  <meta name="description" content="File menu">
 
5
  <meta name="keywords" content="file menu">
 
6
  <link rel="stylesheet" type="text/css" href="nidmgr.css">
7
7
</head>
8
 
 
9
 
<h1>File menu</h1>
10
 
 
11
 
<p>Menu items</p>
 
8
<body>
 
9
 
 
10
<h1>File Menu</h1>
 
11
 
 
12
<p>
 
13
Click an item on the menu to go to the description of the action, or
 
14
choose from the list below.  You can activate the by pressing <span
 
15
class="pre">Alt + F</span> and you can activate each action by
 
16
pressing the highlited character.
 
17
</p>
 
18
 
 
19
<p>
 
20
Actions which have an associated hot key show this hot key to the
 
21
right of the action.  You can use the hot key to trigger the action
 
22
without invoking the <span class="pre">File</span> menu.
 
23
</p>
 
24
 
 
25
<map id="menumap">
 
26
<area shape = "rect" coords = "12,24,115,46" href = "#properties">
 
27
<area shape = "rect" coords = "12,55,166,76" href = "#exit">
 
28
</map>
 
29
 
 
30
<p>
 
31
<img src="images/screen_menu_file.bmp" usemap="#menumap"/>
 
32
</p>
12
33
 
13
34
<ul>
14
 
<li><a href="menu_properties.htm">Properties...</a></li>
15
 
<li><a href="menu_exit.htm">Exit...</a></li>
 
35
 
 
36
  <li><a name="properties"/>
 
37
  <span class="title">Properties...</span>: Displays a property
 
38
  sheet for the selected credential, identity or credential type.</li>
 
39
 
 
40
  <li><a name="exit" />
 
41
  <span class="title">Exit</span>: Exits Network Identity Manager</li>
 
42
 
16
43
</ul>
17
44
 
 
45
</body>
18
46
</html>
 
 
b'\\ No newline at end of file'