forked from Coded/SIPRP
				
			
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							41 lines
						
					
					
						
							974 B
						
					
					
				
			
		
		
	
	
							41 lines
						
					
					
						
							974 B
						
					
					
				| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">   
 | |
|  
 | |
|  <html><head>  
 | |
|    <title>SIPRP :: Pedido do Relatório</title>
 | |
| 
 | |
|       <link rel="stylesheet" type="text/css" href="html/css/template.css">
 | |
| 
 | |
| 	<script language="javascript" src="/siprpWeb/html/css/funcs.js"></script>
 | |
|  
 | |
| <script type="text/javascript">
 | |
|    
 | |
| 
 | |
| function validateForm()
 | |
| 	{
 | |
| 		return true;
 | |
| 		//return isValid( document.f.data, 0 );
 | |
| 	}
 | |
| 
 | |
| </script>
 | |
| 	
 | |
| </head>
 | |
| <body id="popup">
 | |
| 	<div id="pedido">
 | |
| 	<form method='post' action='/siprpWeb/relatorio' name='f'>
 | |
| 		<fieldset>
 | |
| 			<legend>Pedido de dados do relatório anual</legend>
 | |
| 			            
 | |
|              <div class="form_elemnt">
 | |
| 	            <label>Ano pretendido:</label>
 | |
| 	            <input type='text' id='ano' name='ano'>
 | |
| 			</div>
 | |
| 						
 | |
| 			<input type='submit' value='' class="button_pedido" onclick='return validateForm()'>
 | |
| 		</fieldset>
 | |
| 	</form></div>
 | |
| </body>
 | |
| </html> 
 | |
| 
 | |
| 
 | |
| 
 |