| Current Path : /var/www/html/venkat/repo2017sept/ |
| Current File : /var/www/html/venkat/repo2017sept/talk.php |
<?php
include ("hmain.php");
?> <center> <b> <u> Please fill the Talks Delivered/ Event Attended Details </b> </u> <br> <br></center>
<form method ="post" action = "submit.php">
<table width = "80%">
<tr>
<td width = "30%"> Name of the Organizer with Venue <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">Nil</textarea>
<br> <br> </td>
</tr>
<tr>
<td width = "30%"> Title of the paper <br> <br></td>
<td width = "10%"> :<br> <br> </td>
<td width = "60%"> <textarea rows = "2" name = "title" value = "NIL" cols = "50"></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="invited">Invited-Talk</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">Talk Delivered</option>
<option value="panel">Panel Discussion</option>
<option value="chair">Session Chair</option>
</select>
<br> <br> </td>
</tr>
<tr>
<td width = "30%"> Participation Institute <br> <br> </td>
<td width = "10%"> : <br> <br></td>
<td width = "60%">
<select name = "institute">
<option value="iiita">IIIT-A</option>
<option value="outside">Outside IIIT-A</option>
</select>
<br> <br> </td>
</tr>
<tr>
<td width = "30%"> Month of the Talk <br> <br> </td>
<td width = "10%"> : <br> <br></td>
<td width = "60%"> <input type= "number" min="1" max="12" name = "month">
<br> <br> </td>
<tr>
<td width = "30%"> Date of Talk <br> <br> </td>
<td width = "10%"> : <br> <br></td>
<td width = "60%"> <input type= "date" name = "date"> Format: YYYY-MM-DD
<br> <br> </td>
</tr>
<tr>
<td width = "30%"> Period of the Event <br> <br> </td>
<td width = "10%"> : <br> <br></td>
<td width = "60%"> <input type= "text" name = "period">
<br> eg. 16th March - 18th March<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>