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
						
					
					
						
							1.5 KiB
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							41 lines
						
					
					
						
							1.5 KiB
						
					
					
				
								<?xml version="1.0" encoding="UTF-8"?>
							 | 
						|
								<!--
							 | 
						|
								Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
							 | 
						|
								Click nbfs://nbhost/SystemFileSystem/Templates/Other/xhtml.xhtml to edit this template
							 | 
						|
								-->
							 | 
						|
								<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
							 | 
						|
								<html xmlns="http://www.w3.org/1999/xhtml"
							 | 
						|
								      xmlns:ui="http://xmlns.jcp.org/jsf/facelets"
							 | 
						|
								      xmlns:h="http://xmlns.jcp.org/jsf/html">
							 | 
						|
								
							 | 
						|
								    <h:head>
							 | 
						|
								        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
							 | 
						|
								        <h:outputStylesheet name="./css/defaultProvedor.css"/>
							 | 
						|
								        <h:outputStylesheet name="./css/layoutProvedor.css"/>
							 | 
						|
								        
							 | 
						|
								        <script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
							 | 
						|
								        <link href="https://cdn.datatables.net/v/dt/dt-2.0.2/datatables.min.css" rel="stylesheet"/>
							 | 
						|
								        <script src="https://cdn.datatables.net/v/dt/dt-2.0.2/datatables.min.js"></script>
							 | 
						|
								        
							 | 
						|
								        <title>Facelets Template</title>
							 | 
						|
								    </h:head>
							 | 
						|
								
							 | 
						|
								    <h:body>
							 | 
						|
								
							 | 
						|
								        <div id="top">
							 | 
						|
								            <ui:insert name="top">Top</ui:insert>
							 | 
						|
								        </div>
							 | 
						|
								       
							 | 
						|
								            
							 | 
						|
								            <div>
							 | 
						|
								                
							 | 
						|
								                <div id="content" class="right_content">
							 | 
						|
								                    <ui:insert name="content">Content</ui:insert>
							 | 
						|
								                </div>
							 | 
						|
								            </div>
							 | 
						|
								        
							 | 
						|
								
							 | 
						|
								
							 | 
						|
								    </h:body>
							 | 
						|
								
							 | 
						|
								</html>
							 |