|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/highlandlabs/cqi-bin/ALFA_DATA/alfasymlink/root/domains/howardbender2/jobs/ |
Upload File : |
<%@ language="vbscript" %>
<%
Dim sTitle
sTitle = "Login"
%>
<!--#include file=datastore.asp-->
<!--#include file=header.asp-->
<!--#include file=top.asp-->
<center>
<%
if request("reqid")= 0 then
Response.Write "<h2 align=center><font size=5 color=red>Post Job Listings</font></h2>"
'new user must register
Response.Write "<h3><a href=""register.asp"">New User</a>? Please register.</h3>"
'existing member must login
Response.Write "<h3>Existing User? Please Login.</h3>"
Response.Write "<a href=""forgot.asp"" target=""_top""><b>Forgot your password?</b></a>"
Response.Write "<form name=""frmUserLogin"" action=""chklogin.asp"" method=""post"">"
Response.Write "<table width=400 cellspacing=0 cellpadding=5 border=0>"
Response.Write "<tr><td><b>School ID:</b></td>"
Response.Write "<td><input name=txtUserID id=txtUserID type=text size=30></td></tr>"
Response.Write "<tr><td><b>Password:</b></td>"
Response.Write "<td><input name=txtUserPassword id=txtUserPassword type=password size=30></td></tr>"
Response.Write "<tr><td></td>"
Response.Write "<td><input name=Submit value=""Login"" type=submit></td></tr>"
Response.Write "</table>"
Response.Write "</form>"
end if
if request("reqid")=1 then
Response.Write "<h3>Please Login Again.</h3>"
Response.Write "<a href=""forgot.asp"" target=""_top"">Forgot your password?</a>"
Response.Write "<form name=""frmUserLogin"" action=""chklogin.asp"" method=""post"">"
Response.Write "<table width=400 cellspacing=0 cellpadding=5 border=0>"
Response.Write "<tr><td><b>School ID:</b></td>"
Response.Write "<td><input name=txtUserID id=txtUserID type=text size=30></td></tr>"
Response.Write "<tr><td><b>Password:</b></td>"
Response.Write "<td><input name=txtUserPassword id=txtUserPassword type=password size=30></td></tr>"
Response.Write "<tr><td></td>"
Response.Write "<td><input name=Submit value=""Login"" type=submit></td></tr>"
Response.Write "</table>"
Response.Write "</form>"
end if
%>
</center>
<!--#include file=bottom.asp-->
<!--#include file=footer.asp-->