<?PHP
//Filename : directory.php
//Description : Brother directory, form for search dbase.
//Author : darc
//Last modified : 2006.12.20
include ('../includes/auth.php');
include ('../includes/vars.php');
//Define for page title.
$title = "Brother Directory";
?>
<?php include ('../includes/header.php');?>
<form method="POST" action="/php/do_brother_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* Brothers<br>
<p>
<input type="submit" name="submit" value="Search!">
</p>
</form>
<?php include ('../includes/footer.php');?>