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.
		
		
		
		
		
			
		
			
				
					
					
						
							19 lines
						
					
					
						
							505 B
						
					
					
				
			
		
		
	
	
							19 lines
						
					
					
						
							505 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>
 | |
| 
 | |
| </head>
 | |
| <body id="popup">
 | |
| 
 | |
| 	<div id="text">
 | |
| 		Empresa: $empresa<br>
 | |
| 		<br>
 | |
| 		Pedido de envio de relatório do ano: $ano<br>
 | |
| 	</div>
 | |
| </body>
 | |
| </html>  |