Server : Apache System : Linux profile 3.10.0-1160.88.1.el7.x86_64 #1 SMP Tue Mar 7 15:41:52 UTC 2023 x86_64 User : apache ( 48) PHP Version : 8.0.28 Disable Function : NONE Directory : /var/www/html/venkat/repo/ |
<?php
include ("hmain.php");
?> <center> <b> <u> Please fill the Talks Delivered Details </b> </u> <br> <br></center>
<form method ="post" action = "submit.php">
<table width = "80%">
<tr>
<td width = "30%"> Name of the Faculty <br> <br> </td>
<td width = "10%"> : <br> <br></td>
<td width = "60%"> <input type = "text" name = "faculty">
<br> <br></td>
</tr>
<tr>
<td width = "30%"> Name of the Organizer <br> <br></td>
<td width = "10%"> :<br> <br> </td>
<td width = "60%"> <textarea rows = "2" name = "organizer" cols = "50"></textarea>
<br> <br> </td>
</tr>
<tr>
<td width = "30%"> Name of the Event <br> <br></td>
<td width = "10%"> : <br> <br></td>
<td width = "60%"> <textarea rows = "2" name = "event" cols = "50"></textarea>
<br> <br> </td>
</tr>
<tr>
<td width = "30%"> Title of the paper (if any) <br> <br></td>
<td width = "10%"> :<br> <br> </td>
<td width = "60%"> <textarea rows = "2" name = "title" value = "NIL" cols = "50">Nil</textarea>
<br> <br> </td>
</tr>
<tr>
<td width = "30%"> Type of the Event <br> <br> </td>
<td width = "10%"> :<br> <br> </td>
<td width = "60%">
<select name = "type">
<option value="conference">Conference</option>
<option value="workshop">Workshop</option>
<option value="seminar">Seminar</option>
<option value="guest-lecture">Guest-Lecture</option>
</select>
<br> <br> </td>
</tr>
<tr>
<td width = "30%"> Level of the Event <br> <br> </td>
<td width = "10%"> : <br> <br></td>
<td width = "60%">
<select name = "level">
<option value="pub">International</option>
<option value="guest">National</option>
<option value="NA">Not Applicable</option>
</select>
<br> <br> </td>
</tr>
<tr>
<td width = "30%"> Participation Type <br> <br> </td>
<td width = "10%"> : <br> <br></td>
<td width = "60%">
<select name = "attend">
<option value="attended">Only-Attended</option>
<option value="talk">Attended & Talk Delivered</option>
</select>
<br> <br> </td>
</tr>
<tr>
<td width = "30%"> Year of the Presentation <br> <br> </td>
<td width = "10%"> : <br> <br></td>
<td width = "60%"> <input type= "number" min="1980" max="2018" value="2016" name = "year">
<br> <br> </td>
</tr>
<tr>
<td width = "30%"> <input type = "hidden" name = "decision" value = "talk"> </td>
<td width = "10%"> </td>
<td width = "60%" > <br> <br><input type = "submit" value = "Submit">
</tr>
</table>
</form>