cgi/vdeluser.html
changeset 0 6f7a81934006
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/cgi/vdeluser.html	Wed Jan 16 22:39:43 2008 +0100
@@ -0,0 +1,15 @@
+<html>
+<head>
+<title>Sample VMailMgr "vdeluser" Page</title>
+</head>
+<body>
+<center><p><h1>Sample VMailMgr "vdeluser" Page</h1></p></center>
+<hr>
+<form method=post action="/cgi-bin/vdeluser">
+<p>Domain name: <input type=text name=vdomain></p>
+<p>Pass phrase: <input type=password name=password></p>
+<p>Virtual user name: <input type=text name=username></p>
+<p><input type=submit></p>
+</form>
+</body>
+</html>