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.
		
		
		
		
		
			
		
			
				
					
					
						
							81 lines
						
					
					
						
							2.2 KiB
						
					
					
				
			
		
		
	
	
							81 lines
						
					
					
						
							2.2 KiB
						
					
					
				|  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">   
 | |
|  
 | |
|  <html><head>  
 | |
|    <title>SIPRP</title>
 | |
| 
 | |
|       <link rel="stylesheet" type="text/css" href="html/css/template.css">
 | |
|     <link href="images/favicon.ico" rel="shortcut icon">
 | |
| 	<script type="text/javascript" src="html/js/cufon.js"></script>
 | |
| 	<script type="text/javascript" src="html/js/Antipasto_400.font.js"></script>
 | |
|  	
 | |
| <script type="text/javascript">
 | |
|    
 | |
|     Cufon.replace('#menu', { fontFamily: 'Antipasto', hover:true } );
 | |
| 	 Cufon.replace('h1', { fontFamily: 'Antipasto', hover:true } );
 | |
| 	 Cufon.replace('#menu_s', { fontFamily: 'Antipasto', hover:true } );
 | |
| 	 Cufon.replace('.contentheading', { fontFamily: 'Antipasto', hover:true } );
 | |
| 	Cufon.replace('.one', { fontFamily: 'Antipasto', hover:true } );
 | |
| 	Cufon.replace('.resizer', { fontFamily: 'Antipasto', hover:true } );
 | |
| 	Cufon.replace('.button_back', { fontFamily: 'Antipasto', hover:true } );
 | |
| 
 | |
| 	if( !document.all )
 | |
| 	{
 | |
| 		window.captureEvents(Event.KEYUP);
 | |
| 	}
 | |
| 	else
 | |
| 	{
 | |
| 		document.onkeypress = s;
 | |
| 	}
 | |
| 
 | |
| 	function s( e )
 | |
| 	{
 | |
| 		if( document.all ) // IE
 | |
| 		{
 | |
| 			var e = window.event.keyCode;
 | |
| 		}
 | |
| 		else
 | |
| 		{
 | |
| 			e = e.which;
 | |
| 		}
 | |
| 		if( e == 13 )
 | |
| 		{
 | |
| 			document.loginForm.submit();
 | |
| 		}
 | |
| 	}	
 | |
| 
 | |
| </script>
 | |
| 	
 | |
| </head>
 | |
| <body class="login">
 | |
| 	<div class="wrapper">
 | |
| 		<div id="cont-lg">
 | |
| 			<!--<div class="contentheading">-->
 | |
| 			<!--#if ( $msg )-->
 | |
| 				<!--$msg-->
 | |
| 			<!--#end-->
 | |
| 			<!--</div>-->
 | |
| 			<div class="lg-contact">
 | |
|         <div class="lg-logo">
 | |
|           <img src="html/images/logo_SIPRP.png" alt="siprp">
 | |
|         </div>
 | |
|         <span class="clientes">Área reservada a Clientes</span>
 | |
|         <div class="lg-content">
 | |
|           <form method="post" name="loginForm">
 | |
|             <input name="form" value="Entrar" type="hidden">
 | |
|             <div class="login">
 | |
|               <label>Utilizador:</label>
 | |
|               <input size="15" name="user" type="text">
 | |
|             </div>
 | |
|             <div class="login">
 | |
|               <label>Palavra-chave:</label>
 | |
|               <input size="15" name="password" type="password">
 | |
|             </div>
 | |
|             <button class="button-lg" value="" type="submit">Entrar</button>
 | |
|           </form>
 | |
|         </div>
 | |
|       </div>
 | |
| 		</div>
 | |
|   </div>
 | |
| </body>
 | |
| </html> 
 |