summaryrefslogtreecommitdiff
path: root/cgi-bin/html/login.html
diff options
context:
space:
mode:
Diffstat (limited to 'cgi-bin/html/login.html')
-rwxr-xr-xcgi-bin/html/login.html41
1 files changed, 41 insertions, 0 deletions
diff --git a/cgi-bin/html/login.html b/cgi-bin/html/login.html
new file mode 100755
index 0000000..5fe2254
--- /dev/null
+++ b/cgi-bin/html/login.html
@@ -0,0 +1,41 @@
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
3 <head>
4 <title>Please Log In!</title>
5 <script type="text/javascript" src="http://materialexperience.santoprene.com/siteflow2/scripts/designer.js"></script>
6
7 <style type="text/css">
8 @import url('http://www.santoprene.com/siteflow2/styles/designer.css');
9 @import url('http://materialexperience.santoprene.com/specialcases.css');
10 </style>
11 </head>
12
13 <body>
14 <h3>Please Log In!</h3>
15 <h4>You need to be registered and logged in to use certain features of the Material Experience Website.</h4>
16
17 <TMPL_VAR NAME="error">
18
19 <p>
20 If you are not yet registered, <a href="http://www.santoprene.com/cgi-bin/register/account.pl?template=designer_">
21 register here!</a> If you have forgotten your password,
22 <a href="http://www.santoprene.com/cgi-bin/lost_password.pl?tmpl=designer">we can e-mail it to you</a>.
23 </p>
24
25 <form action="/cgi-bin/login.pl" method="post">
26 <input type="hidden" name="redir" value="/cgi-bin/sketchbook.pl">
27
28 <p>
29 <label>Username:</label>
30 <input type="text" name="user" value="<TMPL_VAR NAME="user">" size="30" />
31 </p>
32 <p>
33 <label>Password:</label>
34 <input type="password" name="password" />
35 <a href="http://www.santoprene.com/cgi-bin/lost_password.pl?tmpl=designer">Forgot it?</a>
36 </p>
37
38 <p><input type="submit" value="Log In" /></p>
39 </form>
40 </body>
41</html>