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.
		
		
		
		
		
			
		
			
				
					
					
						
							28 lines
						
					
					
						
							783 B
						
					
					
				
			
		
		
	
	
							28 lines
						
					
					
						
							783 B
						
					
					
				| <!-- 
 | |
| 
 | |
| Absentismo-1
 | |
| 
 | |
| notice: only contents inside this div will be rendered/compiled  
 | |
| 
 | |
| usage example: <partials-renderer partial-id="Absentismo-1"></partials-renderer>
 | |
| 
 | |
| -->
 | |
| <div id="Absentismo-1">
 | |
| 
 | |
| 	<div class="panel panel-default">
 | |
| 		<div class="panel-body">
 | |
| 			<div class="form-group">
 | |
| 				<label class="control-label">Nº. Total (médio) de dias de
 | |
| 					ausência ao trabalho no último ano</label> <input
 | |
| 					ng-model="editing.absentismo.dias_ausencia_ultimo_ano"
 | |
| 					data-type="digits" type="text" class="form-control" />
 | |
| 			</div>
 | |
| 			<div class="form-group">
 | |
| 				<label class="control-label">Principais motivos de ausência</label>
 | |
| 				<textarea ng-model="editing.absentismo.motivos_ausencia" rows="3"
 | |
| 					class="form-control"></textarea>
 | |
| 			</div>
 | |
| 		</div>
 | |
| 	</div>
 | |
| 
 | |
| </div> |