Your IP : 216.73.216.40


Current Path : /var/www/html/venkat/elective20dec2016/
Upload File :
Current File : /var/www/html/venkat/elective20dec2016/sdesign.php

<?php

include("session.php");
include("db1.php");


?>
<body bgcolor="#F0F8FF">
<center> <font color="red">  Last Date for submission:  <?php echo $ndate; ?>  (yyyy/mm/dd)   </font>  </center>
<table width="600" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#CCCCCC">
<tr>
<td>
<table width="100%" border="0" cellpadding="3" cellspacing="1" bgcolor="#FFFFFF">
<tr>
<td colspan="3"><strong>Options </strong></td>
</tr>
<tr>
<td width="300">View Seat Matrix</td>
<td width="36">:</td>
<td width="394"><a href="seatmatrix.php"> Seat Matrix </a></td>
</tr>

<tr>
<td width="300">Choose Elective Preferences</td>
<td width="36">:</td>
<td width="394"><a href="spreference.php"> Preferences </a></td>
</tr>

<tr>
<td width="300">Edit Elective Preferences</td>
<td width="36">:</td>
<td width="394"><a href="sedit.php"> Edit </a></td>
</tr>

<tr>
<td width="300">Alloted Elective</td>
<td width="36">:</td>
<td width="394"><a href="saelective.php"> Final Electives </a></td>
</tr>

</table>
</td>
</form>
</tr>
</table> <center>
Important Note: <br>
1. Dual degree students cannot opt for the subjects which will be offered in regular respective M.Tech Course <br>
2. Students of 8th semester cannot opt for subject which is already studied in 6th semester. In case any students finds the already studied subject in preference then immediately report. <br>
3. CGPI for the IT students will be updated soon.
</center>
<?php
?>