summaryrefslogtreecommitdiff
path: root/doc/en/logout.html
blob: 6c1a305f44bc8905a4bbe188cacad2310281db30 (plain)
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
41
42
43
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Logout</title>
<link href="../screen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="header">
  <h1><img src="../images/logo.gif" alt="pgpoolAdmin" /></h1>
</div>
<div id="menu">
  <ul>
    <li><a href="../index_en.html">Introduction</a></li>
    <li><a href="install.html">Install</a></li>
    <li><a href="login.html">Login</a></li>
    <li><a href="status.html">pgpool Status</a></li>
    <li><a href="nodeServerStatus.html">Node Status</a></li>
    <li><a href="queryCache.html">Query Cache</a></li>
    <li><a href="systemDb.html">Partitioning Rule</a></li>
    <li><a href="pgconfig.html">pgpool.conf Setting</a></li>
    <li><a href="config.html">pgpoolAdmin Setting</a></li>
    <li><a href="changePassword.html">Change Password</a></li>
    <li><a href="logout.html">Logout</a></li>
    <li><a href="errorCode.html">Error Code</a></li>
  </ul>
</div>
<div id="content">

  <h2>Logout</h2>
  <h3>Summary</h3>
  <p> This menu is displayed, if login is succeed.
  <h3>Feature</h3>
  If logout is clicked, it logs out and the login screen is displayed.
</div>
<div id="footer">
  <address>
  Version 2.1<br />
  Copyright &copy; 2006 - 2008 <a href="http://pgpool.projects.postgresql.org/">pgpool Global Development Group</a>. All rights reserved.
  </address>
</div>
</body>
</html>