|
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 %>
<%
Option Explicit
if request("menu") = "" then Response.Redirect "default.asp"
%>
<%
Dim sTitle
sTitle = "Login"
%>
<!--#include file=datastore.asp-->
<!--#include file=header.asp-->
<!--#include file=top.asp-->
<div align="center">
<% If request("menu") = "teacher" then %>
<table width="600" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF">
<tr>
<td width="420" valign="top">
<img src="images/myresume.gif" border="0" WIDTH="420" HEIGHT="40">
<p>Welcome to <b>My Resume</b>, where you can create your own personal profile and manage it.
<p align=right><b>New user: </b><br>
<a href="resume.asp">Post Resume</a>
<p align=right><b>Existing User: </b><br>
<a href="editres.asp">Edit Resume</a><br>
<a href="delres.asp">Delete Resume</a>
</td>
<td width="180" valign="top">
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td bgcolor="#003399">
<table bgcolor="#003399" width="100%" cellspacing="2" cellpadding="2" border="0">
<tr bgcolor="#003399"><td bgcolor="#6699FF" align="center"><a href="default.asp">Job Search</a></td></tr>
<tr><td bgcolor="#6699FF" align="center"><b>My Resume</b></td></tr>
<tr><td bgcolor="#6699FF" align="center"><a href="login.asp?menu=school">For Schools</a></td></tr>
<tr><td bgcolor="#6699FF" align="center"><a href="faqs.asp">FAQs</a></td></tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<% end if %>
<% If request("menu") = "school" then %>
<table width="600" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF">
<tr>
<td width="420" valign="top">
<img src="images/forschools.gif" border="0" WIDTH="420" HEIGHT="40">
<br>
<% if request("again") = 1 then
if request("badpw") = "True" then %>
<font size="4" color="red">Invalid Password</font><br>
<% else %>
<font size="4" color="red">School ID not found. Try again.</font><br>
<%end if %>
<b>Please enter your email address and password<br>to login to the system.</b><br>
<p>Click here to <a href="user.asp">register</a>.
<% else %>
<!--new user must register-->
<br>
If you are visiting this site for the first time, you must first create an account for yourself before you can post jobs. Click here to <a href="user.asp">register</a>.<br><br>
Once you have posted at least a job, you will be able to search our resume database.
<p>
<% end if %>
<!--existing member must login-->
<p><font size=3><b>Schools Login</b></font><p>
Click here if you <a href="forgot.asp" target="_top"><b>forgot your password?</b></a>
<form name="frmUserLogin" action="chklogin.asp<% if request("again")="1" then %>?again=1<% end if %>" method="post">
<table width="100%" cellspacing="0" cellpadding="2" border="0">
<tr><td><b>Login ID:</b></td>
<td><input name="txtUserID" id="txtUserID" type="text" <% if request("again") = "1" then %>value="<%=request("userid") %>" <% end if %> size="20"></td></tr>
<tr><td><b>Password:</b></td>
<td><input name="txtUserPassword" id="txtUserPassword" type="password" size="20"></td></tr>
<tr><td> </td>
<td><input name="Submit" value="Login" type="submit"></td></tr>
</table>
</form>
</td>
<td width="180" valign="top">
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tr>
<td bgcolor="#003399">
<table bgcolor="#003399" width="100%" cellspacing="2" cellpadding="2" border="0">
<tr><td bgcolor="#6699FF" align="center"><a href="default.asp">Job Search</a></td></tr>
<tr><td bgcolor="#6699FF" align="center"><a href="login.asp?menu=teacher">My Resume</a></td></tr>
<tr><td bgcolor="#6699FF" align="center"><b>For Schools</b></td></tr>
<tr><td bgcolor="#6699FF" align="center"><a href="faqs.asp">FAQs</a></td></tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<%end if%>
<!--#include file=bottom.asp-->
<!--#include file=footer.asp-->