<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<!--#include file="Connections/hr_ccn_db.asp" -->
<%
Dim Recordset1
Dim Recordset1_numRows
Set Recordset1 = Server.CreateObject("ADODB.Recordset")
Recordset1.ActiveConnection = MM_hr_ccn_db_STRING
Recordset1.Source = "SELECT user_name FROM user_table"
Recordset1.CursorType = 0
Recordset1.CursorLocation = 2
Recordset1.LockType = 1
Recordset1.Open()
Recordset1_numRows = 0
If (Recordset1.bof = true and Recordset1.eof = true) then
Response.Write st
%>
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="Adobe PageMill 3.0 Mac">
<TITLE>CSU SITE PREVIEW</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<SCRIPT>
<!--
function new_win()
{
window.open('format/f39.htm','fwind','width=600,height=300,toolbar=no,location=yes,directories=no,status=yes,menubar=no,scrollbars=yes,copyhistory=no,resizable=no');
}
function write_date()
{
var thetime=new Date();
var nday=thetime.getDay();
var nmonth=thetime.getMonth();
var ntoday=thetime.getDate();
var nyear=thetime.getYear();
var AorP=" ";
if (nday==0)
nday="Sunday";
if (nday==1)
nday="Monday";
if (nday==2)
nday="Tuesday";
if (nday==3)
nday="Wednesday";
if (nday==4)
nday="Thursday";
if (nday==5)
nday="Friday";
if (nday==6)
nday="Saturday";
nmonth+=1;
if (nyear<=99)
nyear= "19"+nyear;
if ((nyear>99) && (nyear<2000))
nyear+=1900;
document.write( +nmonth+"-"+ntoday+"-"+nyear);
}
//-->
</SCRIPT>
<link href="file:///C|/centralstate.css" rel="stylesheet" type="text/css">
</HEAD>
<BODY BGCOLOR="#666699" LINK="#ffffff" VLINK="#ffffff" ALINK="#ffffff" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<TABLE WIDTH="97%" height="643" BORDER="0" align="center"
CELLPADDING="5" CELLSPACING="0">
<TR>
<TD height="29" BGCOLOR="#404941"></TD>
<TD WIDTH="36%" BGCOLOR="#404941"> </TD>
<TD WIDTH="25%" BGCOLOR="#404941"> <P ALIGN=LEFT><font color="#FFFFFF" face="Arial, Helvetica, sans-serif">Welcome.
Today's date is
<script><!--
write_date();
//--></script>
</font></TD>
</TR>
<TR>
<TD width="18%" bgcolor="#90a392"> <div align="center"><img src="images/header1.gif" width="179"
height="72" align="BOTTOM" border="0" naturalsizeflag="3"></div></TD>
<TD width="36%" valign="middle" bgcolor="#90a392"> <div align="right"><font color="#FFFF99" size="7" face="Arial, Helvetica, sans-serif"><strong><u>Human
Resources</u> </strong></font> </div>
<div align="center"></div></TD>
<TD width="25%" bgcolor="#90a392"> <div align="right"> <img src="images/header2.jpg" width="215" height="109"
align="BOTTOM" border="0" naturalsizeflag="3"></div></TD>
</TR>
<TR>
<TD HEIGHT="29" BGCOLOR="#5e6b5f" class="text"> </TD>
<TD HEIGHT="29" BGCOLOR="#5e6b5f" class="text"> </TD>
<TD HEIGHT="29" BGCOLOR="#5e6b5f" class="text"> </TD>
</TR>
<TR bgcolor="#5e6b5f">
<TD HEIGHT="438" colspan="3" class="text">
<form name="form1" action="">
<div align="center">
<p align="center">
<br>
<font color="#FFFF00"> <font color="#FFFF99"> <font size="3"> Please
type in your password to get access to the Employee Action Form</font></font><font size="3">.
</font><font size="4"> </font></font></p>
<p align="center">
<br>
<font color="#000000"> <strong><font color="#FFFF99">Password:
<input name="txtPass" type="text" id="txtPass">
</font></strong></font></p>
<p align="center">
<input type="submit" name="Submit" value="Submit">
</p>
</div>
</form></TD>
</TR>
</TABLE>
</BODY>
</HTML>
<%
Recordset1.Close()
Set Recordset1 = Nothing
%>