<!-- #INCLUDE FILE="bkitutillib.asp" -->

<html>
<head>
<title>Login</title>
<style><% defstyles %></style>
</head>

<center>
<h1>Book-It Web Features System Status</h1>

<p>The system is currently</p>

<%if fileexists("status\Uploading.txt") = True then%>
	<p><font size="6" color="#FF0000">locked</font></p>
	<form method="post" action="bkitstatus2.asp?caction=unlock">
	<input type="submit" value="Unlock">
	</form>
<% else %>
	<p><font size="6" color="#00FF00">unlocked</font></p>
	<form method="post" action="bkitstatus2.asp?caction=lock">
	<input type="submit" value="Lock">
	</form>
<% end if %>

<% pagefooter %>