<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>NLA - Login</title>

<link rel="stylesheet" type="text/css" href="http://www.nla-eclips.com/manage/css/base.css" />
<link rel="stylesheet" type="text/css" href="http://www.nla-eclips.com/manage/css/form.css" />
<link rel="stylesheet" type="text/css" href="http://www.nla-eclips.com/manage/css/menu.css" />
<link rel="stylesheet" type="text/css" href="http://www.nla-eclips.com/manage/css/skin.css" />

<script type="text/javascript" src="JS/functions.js"></script>


<style type="text/css">
form
{
	width:22em;
}
</style>

<script type="text/javascript">
<!--
function ValidateForm()
{
	var obj;

	// Check for an empty User Id.
	obj = document.getElementById('txtUsername');
	if (obj.value == '')
	{
		alert('Username cannot be left empty.');
		obj.focus();
		return false;
	}

	// Check for an empty password.
	obj = document.getElementById('txtPassword');
	if (obj.value == '')
	{
		alert('Password field cannot be left empty.');
		obj.focus();
		return false;
	}

	document.getElementById('chkRememberMe').checked = true;
	
	return true;
}
function ValidateUserID()
{
	var obj;

	// Check for an empty User Id.
	obj = document.getElementById('txtUsername');
	if (obj.value == '')
	{
		alert('Username cannot be left empty.');
		obj.focus();
		return false;
	}
	return true;
}

-->
</script>
</head>

<body onload="document.getElementById('txtUsername').focus();">

<div align="center" id="top">
<div id="logo">
  <img src="http://www.nla-eclips.com/manage/images/logo.gif" width="223" height="90"/></div>

</div>

<div align="center" id="body">



<form action="http://www.nla-eclips.com/NLAAPI.dll/PostLogin" method="post" name="frmLogin" id="frmLogin">

	<div class="FormInputSet">
		<label for="txtUsername">Username</label>
		<input name="txtUsername" type="text" class="formControl formTextInput" id="txtUsername" tabindex="1" value="" maxlength="50" size="20" />
	</div>
	<div class="FormInputSet">
		<label for="txtPassword">Password</label>
		<input name="txtPassword" type="password" class="formControl formPasswordInput" id="txtPassword" tabindex="2" value="" maxlength="15" size="20" />
	</div>

	<div class="formSeparator"></div>

	<div class="FormInputSet">
		<input name="chkRememberMe" type="checkbox" class="formControl formCheckBox" id="chkRememberMe" tabindex="3" value="true" checked />
		<label for="chkRememberMe">Remember Me On This Computer</label>
	</div>

	<div class="FormSubmitSection">
		<input type="submit" value="Login" name="BU01" onClick="return ValidateForm();"/><br />
    	<input type="submit" value="Send me my login details" name="BU02" onClick="return ValidateUserID();"/><br />
		<label for="Ack" style="color:Red"></label>
	</div>
    <input type=hidden name="PrevCMD" value="http://www.nla-eclips.com/NLAAPI.dll/SearchArchive?SearchTerm=Tony">
</form>
    <br />
    <br />
    <form action="{%Action%}" method="post" name="empty" id="Form1" style="width: 42.17em">
    <div class="FormInputSet" style="text-align: left">
        <span style="font-size: 8pt">Problems logging in?</span></div>
    <div class="formSeparator">
    </div>
    <div class="FormInputSet" style="text-align: left">
        <span style="font-size: 8pt">Please enter either your NLA username or your email address
            in the "username" field above and click the "Send me my login details" button. Your NLA
            login credentials will be sent to you by email</span>
    </div>
</form>
</div>
</body>
</html>
