|  |  | @ -4,17 +4,18 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  | <head> |  |  |  | <head> | 
			
		
	
		
		
			
				
					
					|  |  |  | 	<title>Marcação de consulta</title> |  |  |  | 	<title>Marcação de consulta</title> | 
			
		
	
		
		
			
				
					
					|  |  |  | 	<link rel="stylesheet" href="/siprpWeb/html/css/style.css" type="text/css"> |  |  |  | 	<link rel="stylesheet" href="/siprpWeb/html/css/style.css" type="text/css"> | 
			
		
	
		
		
			
				
					
					|  |  |  | 	<SCRIPT LANGUAGE="JavaScript" SRC="CalendarPopup.js"></SCRIPT> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  | </head> |  |  |  | </head> | 
			
		
	
		
		
			
				
					
					|  |  |  | <script language="javascript" src="/siprpWeb/html/css/funcs.js"></script> |  |  |  | <script language="javascript" src="/siprpWeb/html/css/funcs.js"></script> | 
			
		
	
		
		
			
				
					
					|  |  |  | <script> |  |  |  | <script> | 
			
		
	
		
		
			
				
					
					|  |  |  | 	function validateForm() |  |  |  | 	function validateForm() | 
			
		
	
		
		
			
				
					
					|  |  |  | 	{ |  |  |  | 	{ | 
			
		
	
		
		
			
				
					
					|  |  |  | 		return isValid( document.f.data, 0 ) && isValid( document.f.hora, 1 ); |  |  |  | 		return true; | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 		//return isValid( document.f.data, 0 ) && isValid( document.f.hora, 1 ); | 
			
		
	
		
		
			
				
					
					|  |  |  | 	} |  |  |  | 	} | 
			
		
	
		
		
			
				
					
					|  |  |  | </script> |  |  |  | </script> | 
			
		
	
		
		
			
				
					
					|  |  |  | <body> |  |  |  | <body> | 
			
		
	
		
		
			
				
					
					|  |  |  | 	<form method='post' action='/siprpWeb/schedule' name='f'> |  |  |  | 	<form method='post' action='/siprpWeb/schedule' name='f'> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 	    <input type="hidden" name="marcacao_tipo" id="marcacao_tipo" value="Consulta"> | 
			
		
	
		
		
			
				
					
					|  |  |  | 		<table class='text'> |  |  |  | 		<table class='text'> | 
			
		
	
		
		
			
				
					
					|  |  |  | 			<tr> |  |  |  | 			<tr> | 
			
		
	
		
		
			
				
					
					|  |  |  | 				<td colspan='2'> |  |  |  | 				<td colspan='2'> | 
			
		
	
	
		
		
			
				
					|  |  | @ -26,17 +27,15 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |                                 <SCRIPT LANGUAGE="JavaScript"> |  |  |  |                                 <SCRIPT LANGUAGE="JavaScript"> | 
			
		
	
		
		
			
				
					
					|  |  |  |                                     var cal = new CalendarPopup(); |  |  |  |                                     var cal = new CalendarPopup(); | 
			
		
	
		
		
			
				
					
					|  |  |  |                                 </SCRIPT> |  |  |  |                                 </SCRIPT> | 
			
		
	
		
		
			
				
					
					|  |  |  |                                 <td>Data:</td><td><input type='text' id='data' name='data'>dd/mm/aaaa |  |  |  |                                 <td>Data(s)*:</td><td><input type='text' id='data' name='data'></td> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                                 <!--<A HREF="#" onClick="cal.select(document.forms[0].data,'anchor1','dd/mm/yyyy'); return false;"  |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |                                     TITLE="cal.select(document.forms[0].data,'anchor1','dd/mm/yyyy'); return false;" NAME="anchor1" ID="anchor1">data</A>--> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  | 				</td> |  |  |  |  | 
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  | 			</tr> |  |  |  | 			</tr> | 
			
		
	
		
		
			
				
					
					|  |  |  | 			<tr> |  |  |  | 			<tr> | 
			
		
	
		
		
			
				
					
					|  |  |  | 				<td>Hora:</td><td><input type='text' id='hora' name='hora'>hh:mm</td> |  |  |  | 				<td>Horário:</td><td><input type='text' id='hora' name='hora'></td> | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  | 			</tr> |  |  |  | 			</tr> | 
			
		
	
		
		
			
				
					
					|  |  |  | 			<tr> |  |  |  | 			<tr> | 
			
		
	
		
		
			
				
					
					|  |  |  | 				<td colspan='2'> |  |  |  | 				<td colspan='2'> | 
			
		
	
		
		
			
				
					
					|  |  |  | 					Nota: a marcação está sujeita a confirmação via email. |  |  |  | 					Nota: a marcação está sujeita a confirmação via email.<br> | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 					* - campo de preenchimento obrigatório | 
			
		
	
		
		
			
				
					
					|  |  |  | 				</td> |  |  |  | 				</td> | 
			
		
	
		
		
			
				
					
					|  |  |  | 			</tr> |  |  |  | 			</tr> | 
			
		
	
		
		
			
				
					
					|  |  |  | 			<tr> |  |  |  | 			<tr> | 
			
		
	
	
		
		
			
				
					|  |  | 
 |