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.
		
		
		
		
		
			
		
			
				
					
					
						
							77 lines
						
					
					
						
							4.1 KiB
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							77 lines
						
					
					
						
							4.1 KiB
						
					
					
				
								<?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:ui="http://xmlns.jcp.org/jsf/facelets"
							 | 
						|
								      xmlns:h="http://xmlns.jcp.org/jsf/html"
							 | 
						|
								      xmlns:f="http://xmlns.jcp.org/jsf/core"
							 | 
						|
								      xmlns:p="http://primefaces.org/ui">
							 | 
						|
								
							 | 
						|
								    <body>
							 | 
						|
								
							 | 
						|
								        <ui:composition template="./template/principal.xhtml">
							 | 
						|
								
							 | 
						|
								           <ui:define name="top">
							 | 
						|
								                <center><h2>U B I C A C I O N</h2></center>
							 | 
						|
								            </ui:define>
							 | 
						|
								            
							 | 
						|
								            <ui:define name="left" >  
							 | 
						|
								             
							 | 
						|
								                <h:form >
							 | 
						|
								                    <p:menu style="border-color: gray; margin: 1px; width: 163px; height: 600px;">
							 | 
						|
								
							 | 
						|
								                        <p:menuitem action="ProductoLista.xhtml" value="Productos" ajax="false" icon="pi pi-shopping-bag" iconPos="left" style="background-color: lightgray" styleClass="botonMenu" />
							 | 
						|
								                        <p:menuitem action="proveedorLista.xhtml" value="Proveedores" ajax="false" icon="pi pi-id-card" iconPos="left" style="background-color: white " styleClass="botonMenu"/>
							 | 
						|
								                        <p:menuitem action="marcaLista.xhtml" value="Marcas" ajax="false" icon="pi pi-tag" iconPos="left" style="background-color: lightgray" styleClass="botonMenu" />                   
							 | 
						|
								                        <p:menuitem action="categoriaLista.xhtml" value="Categorias" ajax="false" icon="pi pi-star" iconPos="left" style="background-color: white" styleClass="botonMenu" />          
							 | 
						|
								                        <p:menuitem action="UbicacionAlmacenLista.xhtml" value="Almacen" ajax="false" icon="pi pi-map-marker" iconPos="left" style="background-color: lightgray" styleClass="botonMenu"/>
							 | 
						|
								                        <p:menuitem action="usuariosLista.xhtml" value="Usuarios" ajax="false" icon="pi pi-users" iconPos="left" style="background-color: white" styleClass="botonMenu" />
							 | 
						|
								                    </p:menu>
							 | 
						|
								                </h:form>
							 | 
						|
								                 
							 | 
						|
								            </ui:define>
							 | 
						|
								          
							 | 
						|
								
							 | 
						|
								            <ui:define name="content">
							 | 
						|
								                <f:view>
							 | 
						|
								
							 | 
						|
								
							 | 
						|
								                    <h:form>
							 | 
						|
								                      
							 | 
						|
								                        <h1><h:outputText value="Eliminar"/></h1>
							 | 
						|
								                      <p:panelGrid columns="2" style="width: 100%">
							 | 
						|
								            <h:outputLabel style="font-weight:bolder" value="Id:" for="id" />
							 | 
						|
								            <h:outputText id="id" value="#{demoBeanUbicacionalmacen.ubicacionalmacen.id}" title="Id" />
							 | 
						|
								            <h:outputLabel style="font-weight:bolder" value="Bodega:" for="bodega" />
							 | 
						|
								            <h:outputText id="bodega" value="#{demoBeanUbicacionalmacen.ubicacionalmacen.bodega}" title="Bodega"/>
							 | 
						|
								            <h:outputLabel style="font-weight:bolder" value="Pasillo:" for="pasillo" />
							 | 
						|
								            <h:outputText id="pasillo" value="#{demoBeanUbicacionalmacen.ubicacionalmacen.pasillo}" title="Pasillo"/>
							 | 
						|
								            <h:outputLabel style="font-weight:bolder" value="Estante:" for="estante" />
							 | 
						|
								            <h:outputText id="estante" value="#{demoBeanUbicacionalmacen.ubicacionalmacen.estante}" title="Estante"/>
							 | 
						|
								            <h:outputLabel style="font-weight:bolder" value="Seccion:" for="seccion" />
							 | 
						|
								            <h:outputText id="seccion" value="#{demoBeanUbicacionalmacen.ubicacionalmacen.seccion}" title="Seccion" />
							 | 
						|
								         
							 | 
						|
								        </p:panelGrid>
							 | 
						|
								                        
							 | 
						|
								                        
							 | 
						|
								                      
							 | 
						|
								                        <p:commandButton style="margin-left: 10px; background-color:green; border-color: green"  action="UbicacionAlmacenLista.xhtml" actionListener="#{demoBeanUbicacionalmacen.eliminarUbicacion()}" ajax="false" icon="pi pi-check" />
							 | 
						|
								                             <label> </label>
							 | 
						|
								                             <p:commandButton action="UbicacionAlmacenLista.xhtml" icon="pi pi-times" style="background-color: red; border-color: red" ajax="false" immediate="true"/>
							 | 
						|
								                   
							 | 
						|
								                   
							 | 
						|
								                    </h:form>
							 | 
						|
								                </f:view>
							 | 
						|
								
							 | 
						|
								
							 | 
						|
								            </ui:define>
							 | 
						|
								
							 | 
						|
								        </ui:composition>
							 | 
						|
								
							 | 
						|
								    </body>
							 | 
						|
								</html>
							 | 
						|
								
							 | 
						|
								
							 | 
						|
								
							 | 
						|
								
							 | 
						|
								
							 | 
						|
								
							 | 
						|
								
							 |