<html>
<head>
<title>LogicRally Student Start up Ver 1.1 </title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript" type="text/javascript">
<!--
function LRstrt()
{
form1.bTyp.value="start"; // tell perl to just set up a blank LR
form1Subm();
}
function form1Subm()
{
var host1 = window.location.host;
form1.action = "/cgi-bin/lgr.cgi";
if (host1.length == 0)
{
form1.action = "http://127.0.0.1" + form1.action;
}
alert("Action=" + form1.action);
form1.submit();
}
function LRretrv()
{
form1.bTyp.value="retrieve"; // tell perl to go get LR record
if (form1.tNam.value == "")
{
alert ("Please enter your table's name");
form1.tNam.select();
form1.tNam.focus();
return;
}
form1.origin.value = "cgi"; // signal LR to setup board
form1Subm();
}
function checkForEnter(evt)
{
evt = (evt) ? evt : event;
var charCde = (evt.which) ? evt.which : evt.keyCode;
if (charCde == 13)
{
LRretrv();
return false;
}
return true;
}
function instPage()
{
var host1 = "lgrinstr.html";
<!-- var newWindow = window.open("http://www.hccbrandon.net/VALin100.html") -->
var newWindow = window.open(host1);
}
//-->
</script>
</head>
<body bgcolor="#0000FF" text="#ffffff" onload="form1.stId.select();form1.stId.focus();">
<h1 align="center">LogicRally</h1>
<h2 align="center">Student Entry Page</h2>
<hr color="#ff00ff" size="+4">
<form name="form1" method="post" action="http://127.0.0.1/cgi-bin/halad.cgi">
<!-- <form name="form1" method="post" action="http://falkensteins.info/cgi-bin/haladm10.cgi"> -->
<!-- <form name="form1" method="post" action="http://www.hccbrandon.net/cgi-bin/haladm10.cgi"> -->
<input type="hidden" name="bTyp" value="">
<input type="Hidden" name="origin" value="start">
<input type="Hidden" name="fInstr" value="">
<input type="hidden" name="fSel" value="">
<input type="hidden" name="progCall" value="lgr.pl">
<div align="center">
<table bgcolor="#0000FF" cellspacing="2" cellpadding="2" border="3">
<tr>
<td colspan="4" onClick="instPage()" align="center" valign="middle" height="26">
<font size="+3">Student Entry<br></font>
<img src=images/instrs.jpg>
</td>
</tr>
<tr>
<td colspan="3" align="center">
<strong>Start New LogicRally Program </strong></td>
<td><input type="button" name="studentButton" value="New Game" onclick="LRstrt()"></td>
</tr>
<tr>
<td align="center"><strong>Student Id:</strong></td>
<td align="center"><strong>Table Name:</strong></td>
<td align="center"><strong>Password:</strong></td>
<td></td>
</tr>
<tr>
<td><input type="text" name="stId" onblur="form1.tNam.select();form1.tNam.focus()"></td>
<td><input type="text" name="tNam" onblur="form1.fPasswd.select();form1.fPasswd.focus()"></td>
<td><input type="password" name="fPasswd" onKeyDown="checkForEnter()"></td>
<td align="center"><input type="Button" name=studnetButton value="Retrieve" width="90" onclick="LRretrv()"></td>
</tr>
</table>
<p>Note: anyone may access a copy of a LogicRally table by entering the Table Name
without a password. </p>
<p>This will produce a copy of the table with walls, tokens and LR only.<br>
</p>
</div>
<hr color="#ff00ff" size="+4" width="66%"><br>
<div align="center"><img src="images/hal.jpg" width="137" height="178"></div>
<br>
<hr color="#ff00ff" size="+4" width="66%"><br>
<hr color="#ff00ff" size="+4">
</form>
<br><br>
<font size="-2">©Alvin A. Falkenstein and John T. Taylor, 2001 - 2003<br>
<script language="JavaScript" type="text/javascript">
<!--
// last modified script by Bernhard Friedrich; should work in all browsers
var a;
a=new Date(document.lastModified);
lm_year=a.getYear();lm_year=((lm_year<1000)?((lm_year<70)?2000:1900):0)+lm_year;
lm_month=a.getMonth()+1;lm_month=((lm_month<10)?'0':'')+lm_month;
lm_day=a.getDate();lm_day=((lm_day<10)?'0':'')+lm_day;
lm_hour=a.getHours();lm_hour=((lm_hour<10)?'0':'')+lm_hour;
lm_minute=a.getMinutes();lm_minute=((lm_minute<10)?'0':'')+lm_minute;
lm_second=a.getSeconds();lm_second=((lm_second<10)?'0':'')+lm_second;
document.write("Last Modified " + lm_year+'-'+lm_month+'-'+lm_day+' '+lm_hour+':'+lm_minute+':'+lm_second);
// -->
</script>
</font></body>
</html>