Your IP : 216.73.216.40


Current Path : /var/www/html/venkat/repo2017sept/
Upload File :
Current File : /var/www/html/venkat/repo2017sept/project.php

<?php
	include ("hmain.php");
?>	<center>    <b> <u> Please fill the Project Details </b> </u>  <br> <br></center>
	<form method ="post" action = "submit.php">
	<table width = "80%">
		<tr>
			<td width = "30%"> Name of the Principal Investigator <br> <br> </td>
			<td width = "10%"> : <br> <br> </td>
			<td width = "60%"> <input type = "text" name = "investi">
			<br> <br></td> 
		</tr>
		<tr>
			<td width = "30%"> Name(s) of the Co-Investigator <br> <br></td>
			<td width = "10%"> : <br> <br></td>
			<td width = "60%"> <textarea rows = "2" name = "coinvest" cols = "50" >Nil</textarea>
			<br> names separated by comma <br> <br> </td>
		</tr>
		<tr>
			<td width = "30%"> Sponsoring Agency <br> <br></td>
			<td width = "10%"> : <br> <br></td>
			<td width = "60%"> <textarea rows = "2" name = "agency"  cols = "50"></textarea>
			<br> <br> </td>
		</tr>
		<tr>
			<td width = "30%"> Title of the Project <br> <br></td>
			<td width = "10%"> : <br> <br></td>
			<td width = "60%"> <textarea rows = "2" name = "title" cols = "50" ></textarea>
			<br> <br> </td>
		</tr>
		<tr>
			<td width = "30%"> Status of the project <br> <br> </td>
			<td width = "10%"> : <br> <br> </td>
			<td width = "60%"> 
			<select name = "status">
  					<option value="Completed">Completed</option>
  					<option value="Ongoing">Ongoing</option>
  			</select> 
			<br> <br> </td>
		</tr>

		<tr>
			<td width = "30%"> Year of the award<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%"> Total cost of the Project (in lakhs)<br> <br> </td>
			<td width = "10%"> : <br> <br></td>
			<td width = "60%"> <input type  = "number" placeholder="0.000" name = "cost" step="0.001">
			<br> <br> </td>
		</tr>
		
		<tr>
			<td width = "30%">  <input type = "hidden" name = "decision" value = "project">  </td>
			<td width = "10%">  </td>
			<td width = "60%" > <br> <br><input type = "submit" value = "Submit"> 
			
		</tr>



	</table>
	</form>