D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
diafrica
/
result.dominicaninstitute.org
/
Filename :
lecturersearch.php
back
Copy
<?php if (!$_SESSION){ session_start(); } $acc=$_SESSION['acc']; $yto=$_SESSION['yto']; if(isset($acc) && ($acc=="administratoroftheduresult2018byto")){?> <?php include("Connecter/dataconn.php"); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <?php include("head.php"); ?> </head> <body> <?php include("top.php"); ?> <?php include("dtable0.php"); ?> <?php include("nav.php"); ?> <?php include("dtable1.php"); ?> <?php include("topcontainer.php"); ?> <!--Content Goes Here--> <div class="headingbiggest">Search for Lecturers</div> <hr /> <?php echo($bb); ?> <form action="listlecturers.php" method="post" enctype="multipart/form-data" name="form1" id="form1"> <div align="right"><input name="searchlecturer" type="submit" style="font-size:12px;" id="searchlecturer" value=" Search for Lecturers " /> <a href="dadmin.php"><img src="cancel.png" height="25px" /></a></div> <table width="100%" cellpadding="5" cellspacing="2"> <tr valign="top"> <td> <table width="90%" border="0" align="center" cellpadding="5" cellspacing="2" bgcolor="#F7F7F7"> <tr> <td align="center" bgcolor="#E9E9E9"><b>Sort By: </b></td> <td align="center" valign="middle" bgcolor="#E9E9E9"> <label> <input name="dmonth" type="radio" value="namer" checked="checked"> Name</label> </td> <td align="center" valign="middle" bgcolor="#E9E9E9"><strong>Using:</strong> <label> <input name="dyear" type="radio" value="asc" checked="checked"> Ascending</label> <strong> Or </strong> <label> <input name="dyear" type="radio" value="desc"> Descending</label> <strong>Order</strong> </td> </tr> </table> </td> </tr> <tr valign="top"> <td style="font-weight:bold;" align="left">Name <input name="namer" id="Namer" type="text" size="35" /> </td> </tr> <tr valign="top"> <td style="font-weight:bold;"> <hr /> </td> </tr> <tr valign="top"> <td style="text-align:right; font-size:10px;"> <a href="dadmin.php">Back to Home</a> <input name="searchlecturer" type="submit" style="font-size:12px;" id="searchlecturer" value=" Search for Lecturers " /> </td> </tr> </table> </form> <!--Content Ends Here--> <?php include("bottomcontainer.php"); ?> <?php include("dtable2.php"); ?> <?php include("side.php"); ?> <?php include("dtable3.php"); ?> <?php include("foot.php"); ?> </body> </html> <?php } else { include("ddadmin.php"); }?>