<?PHP
//Filename : alumni_directory.oho
//Description : Search alumni database
//Author : darc
//Last modified : 2006.12.20
//Homepage of all logins, displays links to all other sections.
include ('../includes/auth.php');
include ('../includes/vars.php');
//Define for page title.
$title = "Alumni Directory";
?>
<?php include ('../includes/header.php');?>
<form method="POST" action="/php/do_alumnus_search.php">
<p>Brother's Last Name:
<input type="text" name="l_name" size=25 maxlength=25>
</p>
<br>
-or-<br>
<input type="checkbox" name="show_all">
Show *ALL* Alumni or Inactive Brothers<br>
<p>
<input type="submit" name="submit" value="Search!">
</p>
</form>
<?php include ('../includes/footer.php');?>