\n";
unset($_REQUEST['iLocation']);
}
// -------------------------------- End Preprocess ---------------------------------
// display template (structured table)
$rCnt = 0;
echo "
\n";
echo " \n";
echo " \n";
echo " Location | \n";
echo " | \n";
echo "
\n";
echo " \n";
echo " \n";
echo " \n";
echo " \n";
echo " \n";
// get all existing, valid entries for this account
$lList = sqlSelect("locations", "linkref='{$_SESSION['jobRef']}'");
if ($lList['n']) // there are entries to display
{ while ($list = mysql_fetch_assoc($lList['r']))
{ echo " ".$list['ilocation']." |
\n";
$rCnt++;
}
}
while ($rCnt++ < 13)
echo " |
\n";
echo " \n";
echo "
\n";
setFocus("iLocation");
?>