<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title>Workorder TS Login</title>
</head>
<BODY onLoad="document.forms[0].Username.focus();">
<div style="text-align: center;font-weight: bold;"><br>
<?PHP if( file_exists($disp_complogolocation) == TRUE && $disp_complogolocation != './grfx/' ) {
echo('<img src="'.$disp_complogolocation.'" alt="'.$disp_cname.'">');
} else { //No Logo Location Set, display name only
echo $disp_cname;
} //if( $disp_complogolocation )
?>
<br>
<p style="text-decoration: underline;">Workorder TS Customer Login</p></div>
<br>
<form method="post" name="Workorder Processing Login Form">
<div align="center">
<table width="345" border="0" cellspacing="0" cellpadding="1">
<tr>
<td width="102"><div align="right">Username:</div></td>
<td width="233"><input name="Username"
tabindex="1" size="30"></td>
</tr>
<tr>
<td><div align="right">Password:</div></td>
<td><input name="Password" type="password" tabindex="2" size="30"></td>
</tr>
</table>
<p><span style="text-align: center;">
<input tabindex="3" name="Login"
value="Login" type="submit">
</span></p>
</div>
<p>
<input type="hidden" name="TargetQueryPass" value="<?PHP echo $disp_tarqpass; ?>">
<input type="hidden" name="TargetURLPass" value="<?PHP echo $disp_targeturl; ?>">
</p>
</form>
</div>
<?PHP
if( file_exists("IsOnlineDemo") == True ) { // Display Special Login Information for the Online Demo
echo('<p>Online Demo Customer Login Information:<br />
Username: cust1 Password: cust1 <br />
Username: cust2 Password: cust2 <br />
Username: cust3 Password: cust3 <br />
Username: cust4 Password: cust4 <br />
</p>');
} //if( file_exists("IsOnlineDemo") == True )
if( file_exists("$disp_incdir/pro/calendar.php") == False ) { // Pro Test
echo('<BR><BR><BR><small><center>This is a Free Installation of <a href="http://www.WorkOrderTS.com" target="_blank">Workorder TS</a> the operating system independent, multi-user workorder tracking application.</center></small>');
}
?>
</body>
</html>