diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2007-06-13 20:53:52 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2007-06-13 20:53:52 +0000 |
| commit | 3c19fcf5198461f4ae9d8d9a933d1dc85ad8ee3e (patch) | |
| tree | bd7000d1cd4c3472ece4f36b260a9871c447ee31 /htroot/Connections_p.html | |
| parent | 4f1f280abdf4c84ea7b17a33f264726569acdd16 (diff) | |
harmonisation of servlet naming, headlines and menu entries
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3884 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/Connections_p.html')
| -rw-r--r-- | htroot/Connections_p.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/htroot/Connections_p.html b/htroot/Connections_p.html index 2777c2476..6fa852901 100644 --- a/htroot/Connections_p.html +++ b/htroot/Connections_p.html @@ -1,13 +1,14 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
- <title>YaCy '#[clientname]#': Connection Tracking</title>
+ <title>YaCy '#[clientname]#': Server Connection Tracking</title>
#%env/templates/metas.template%#
<meta http-equiv="REFRESH" content="3" />
</head>
<body id="Connections">
- #%env/templates/header.template%#
- <h2>Connection Tracking</h2>
+ #%env/templates/header.template%# + #%env/templates/submenuAccessTracker.template%#
+ <h2>Server Connection Tracking</h2>
<h3>Incoming Connections</h3>
<p>Showing #[numActiveRunning]# active, #[numActivePending]# pending connections from a max. of #[numMax]# allowed incoming connections.</p>
<table border="0" cellpadding="2" cellspacing="1">
|
