blob: 928764dd1567061205be0d37c0cb8fb0e26e7b8b (
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
|
<html>
<head>
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Expires" content="0">
<title>See you</title>
</head>
<body text="#000000" bgcolor="#C04040" link="#800000" vlink="#800000" alink="#800000">
<h1>Confirmation</h1>
<p>%(count > 1 and ('There are %d clients'%count) or 'There is a client')s
still connected to your server.</p>
<p>Are you sure you want to stop the server now?
<img src="lbab.png">
</p>
<br>
<table width="100%%" border=0>
<tr><td bgcolor="#FF8080">
<table border=0>
<tr><td>
<a href="index.html"><strong><<< Cancel</strong></a>
<a href="stop.html?really=y"><strong>Yes, Really Quit >>></strong></a>
</td></tr>
</table>
</td></tr>
</table>
</body></html>
|