<?php
echo "Welcome <em>".$_SESSION['usr_nam'] ."</em>" ;
//echo "<br>user level is >> ".$_SESSION['usr_level'] ; ?>
<br>
<a href="logout.php">Logout</a>
<a href="alphapaging.php?type=sort&value=a">Phone List</a>
<a href="addresscard.php?type=sort&value=a">Address Cards</a>
<a href="dtaildaddresscard.php?type=sort&value=a">Detailed Address Cards</a>
<a href="wabraaddressbook.php?ID=-1">Add Contact</a>
<a href='resetmypasswd.php'>Reset My Password</a>
<?php
if ($_SESSION['usr_level']==1)
{
echo "<a href='usrmanagmnt.php'>Add/Remove User</a>";
}
?>
<form id="form1" name="form1" method="post" action="search.php">
<label>Find a Contact
<input type="text" name="txtSearch" />
</label>
<input type="submit" name="Submit" value="Find" />
</form>
<hr />