]> code.citadel.org Git - citadel.git/commitdiff
* login dot html
authorArt Cancro <ajc@citadel.org>
Tue, 12 Sep 2000 13:15:59 +0000 (13:15 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 12 Sep 2000 13:15:59 +0000 (13:15 +0000)
webcit/static/login.html [new file with mode: 0644]

diff --git a/webcit/static/login.html b/webcit/static/login.html
new file mode 100644 (file)
index 0000000..bec9ebc
--- /dev/null
@@ -0,0 +1,36 @@
+<CENTER>
+<TABLE border=0 width=100%><TR><TD>
+<IMG SRC="/image&name=hello">
+</TD><TD><CENTER>
+<?MESG>
+<?HELLO>
+</CENTER></TD></TR></TABLE></CENTER>
+
+<HR>
+
+<CENTER><FORM ACTION="/login" METHOD="POST">
+<TABLE border><TR>
+<TD>User Name:</TD>
+<TD><INPUT TYPE="text" NAME="name" MAXLENGTH="25">
+</TD></TR><TR>
+<TD>Password:</TD>
+<TD><INPUT TYPE="password" NAME="pass" MAXLENGTH="20"></TD>
+</TR></TABLE>
+<INPUT type="submit" NAME="action" VALUE="Login">
+<INPUT type="submit" NAME="action" VALUE="New User">
+<INPUT type="submit" NAME="action" VALUE="Exit">
+
+<UL>
+
+<LI><EM>If you already have an account on <?HUMANNODE>,</EM>
+enter your user name and password and click "<TT>Login</TT>."<BR>
+
+<LI><EM>If you are a new user,</EM>
+enter the name and password you wish to use, and click
+and click "New User."<BR>
+
+<LI><EM>Please log off properly when finished.</EM>
+
+<LI>You must use a browser that supports <i>cookies</i>.<BR></EM>
+
+</UL>