summaryrefslogtreecommitdiff
path: root/templates/hosts.template
diff options
context:
space:
mode:
Diffstat (limited to 'templates/hosts.template')
-rw-r--r--templates/hosts.template38
1 files changed, 38 insertions, 0 deletions
diff --git a/templates/hosts.template b/templates/hosts.template
new file mode 100644
index 0000000..9d70fa1
--- /dev/null
+++ b/templates/hosts.template
@@ -0,0 +1,38 @@
+HTTP/1.0 200 OK
+Content-Type:text/html
+
+<html>
+<head>
+ <link rel="stylesheet" href="/platdoc/platter.css">
+ <title>distroplat - Hosts & Users</title>
+ <script language="javascript">
+ <!--
+ top.document.title = 'Hosts & Users - distroplat';
+ //-->
+ </script>
+</head>
+
+<body bgcolor="#%BGCOLOUR%" background="/platdoc/img/bars.png">
+<h3>Hosts &amp; Users</h3>
+
+<p>
+The following people are those who have been granted access by
+<b>Adminipotato</b>. Also listed are their hostnames and IP addresses
+for reference/firewall configuration purposes. Anyone else who attempts
+to access your platter is a naughty hacker.
+</p>
+
+<table border=0 cellpadding=2 cellspacing=0 width=100%>
+ <tr>
+ <td><b>User name</b></td>
+ <td><b>Hostname</b></td>
+ <td><b>IP address</b></td>
+ </tr>
+ <tr>
+ <td colspan=3><hr color=white size=1></td>
+ </tr>
+%USERLIST%
+</table>
+
+</body>
+</html>