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.
		
		
		
		
			
				
					49 lines
				
				1.8 KiB
			
		
		
			
		
	
	
					49 lines
				
				1.8 KiB
			| 
								 
											2 years ago
										 
									 | 
							
								<?xml version='1.0' encoding='UTF-8' ?>
							 | 
						||
| 
								 | 
							
								<!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:h="http://xmlns.jcp.org/jsf/html">
							 | 
						||
| 
								 | 
							
								    <h:head>
							 | 
						||
| 
								 | 
							
								        <title>Facelet Title</title>
							 | 
						||
| 
								 | 
							
								    </h:head>
							 | 
						||
| 
								 | 
							
								    <h:body>
							 | 
						||
| 
								 | 
							
								           <h:form>
							 | 
						||
| 
								 | 
							
								               <h1>MARCA</h1>
							 | 
						||
| 
								 | 
							
								               <h:commandButton action="#{demoBean.agregarMarca()}" value="Agregar "/>
							 | 
						||
| 
								 | 
							
								               <h:commandButton action="#{demoBean.eliminarMarca()}" value="Eliminar"/>
							 | 
						||
| 
								 | 
							
								              
							 | 
						||
| 
								 | 
							
								   <h1>PROOVEDORES</h1>
							 | 
						||
| 
								 | 
							
								   <h:commandButton action="#{demoBean.agregarProoverdor()}" value="Agregar"/>
							 | 
						||
| 
								 | 
							
								   <h:commandButton action="#{demoBean.eliminarProovedor()}" value="Eliminar"/>
							 | 
						||
| 
								 | 
							
								   <h1>ROL</h1>
							 | 
						||
| 
								 | 
							
								   <h:commandButton action="#{demoBean.agregarROL}" value="Agregar"/>
							 | 
						||
| 
								 | 
							
								    <h1>Usuarios</h1>
							 | 
						||
| 
								 | 
							
								    <h:commandButton action="#{demoBean.agregarUsuario()}" value="Agregar"/> 
							 | 
						||
| 
								 | 
							
								    <h:commandButton action="#{demoBean.eliminarUsuario()}" value="Eliminar"/>
							 | 
						||
| 
								 | 
							
								   <h1>Categoria</h1>
							 | 
						||
| 
								 | 
							
								    <h:commandButton action="#{demoBean.agregarCategoria()}" value="Agregar"/>
							 | 
						||
| 
								 | 
							
								    <h:commandButton action="#{demoBean.eliminarCategoria()}" value="Eliminar"/>
							 | 
						||
| 
								 | 
							
								     <h:commandButton action="#{demoBean.editarCategoria()}" value="Editar"/>
							 | 
						||
| 
								 | 
							
								     
							 | 
						||
| 
								 | 
							
								    
							 | 
						||
| 
								 | 
							
								   <h1>Ubicación</h1>
							 | 
						||
| 
								 | 
							
								   <h:commandButton action="#{demoBean.agregarUbicacion()}" value="Agregar"/>
							 | 
						||
| 
								 | 
							
								   <h:commandButton action="#{demoBean.eliminarUbicacion()}" value="Eliminar"/>
							 | 
						||
| 
								 | 
							
								   <h:commandButton action="#{demoBean.editarUbicacion()}" value="Editar"/>
							 | 
						||
| 
								 | 
							
								     
							 | 
						||
| 
								 | 
							
								    <h1>Producto</h1>
							 | 
						||
| 
								 | 
							
								    <h:commandButton action="#{demoBean.agregarProducto}" value="Agregar"/>
							 | 
						||
| 
								 | 
							
								    <h:commandButton action="#{demoBean.eliminarProducto}" value="Eliminar"/>
							 | 
						||
| 
								 | 
							
								     
							 | 
						||
| 
								 | 
							
								    
							 | 
						||
| 
								 | 
							
								    
							 | 
						||
| 
								 | 
							
								   
							 | 
						||
| 
								 | 
							
								 
							 | 
						||
| 
								 | 
							
								    
							 | 
						||
| 
								 | 
							
								   
							 | 
						||
| 
								 | 
							
								   
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								         </h:form>
							 | 
						||
| 
								 | 
							
								      
							 | 
						||
| 
								 | 
							
								    </h:body>
							 | 
						||
| 
								 | 
							
								</html>
							 |