<?PHP
//Filename : pledge_directory
//Description : Search dbase for pledges
//Author : darc
//Last modified : 2006.12.20
include '../includes/auth.php';
include '../includes/vars.php';
?>
<html>
<head>
<title><?php echo "".$chapter. " :: " .$sitename. " :: " .$school.""; ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="../includes/index.css" rel="stylesheet" type="text/css">
</head>
<body class="body">
<br />
<table width="810" height="746" border="0" align="center" cellpadding="15">
<tr>
<td height="128" colspan="4"><img src="../images/eg_banner.gif" width="810" height="172"></td>
</tr>
<tr>
<td width="29%" height="488" valign="top"><?php include '../includes/nav.inc'; ?></td>
<td width="10%" align="left" valign="top"> </td>
<td width="26%" align="left" valign="top"> <form method="POST" action="/php/do_pledge_search.php">
<p>Pledge'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* Pledges<br>
<p>
<input type="submit" name="submit" value="Search!">
</p>
</form>
<h1 align="center" class="body"> </h1></td>
<td width="35%"> </td>
</tr>
</table>
</body>
</html>