Your IP : 216.73.216.40


Current Path : /var/www/html/venkat/repo/
Upload File :
Current File : /var/www/html/venkat/repo/organized.php

<?php
	include ("hmain.php");
?> <center>    <b> <u> Please fill the Organized Details </b> </u>  <br> <br></center>
	<form method ="post" action = "submit.php">
	<table width = "80%">
		<tr>
			<td width = "30%"> Name(s) of the organizers <br> <br></td>
			<td width = "10%"> : <br> <br></td>
			<td width = "60%"> <textarea rows = "2" name = "organizer"  cols = "50"></textarea>
			<br> Names separated by comma <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 = "name" 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>
			</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="Internationa">International</option>
  					<option value="National">National</option>
  					<option value="NA">Not Applicable</option>
  			</select> 
			<br> <br> </td>
		</tr>
		<tr>
			<td width = "30%"> Year of the event<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%"> Period of the event<br> <br> </td>
			<td width = "10%"> : <br> <br></td>
			<td width = "60%"> <input type = "text" name = "period">
			<br> Format: 07th March to 11th March<br> <br> </td>
		</tr>
		<tr>
			<td width = "30%"> Sponsors <br> <br></td>
			<td width = "10%"> : <br> <br></td>
			<td width = "60%"> <textarea rows = "2" name = "sponsor" cols = "50" ></textarea>
			<br> <br> </td>
		</tr>
		<tr>
			<td width = "30%">  <input type = "hidden" name = "decision" value = "organize"> </td>
			<td width = "10%">  </td>
			<td width = "60%" > <br> <br><input type = "submit" value = "Submit"> 
			
		</tr>



	</table>
	</form>