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
2.2 KiB
49 lines
2.2 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/JSP_Servlet/XHtml.xhtml to edit this template
|
|
-->
|
|
<!DOCTYPE html>
|
|
<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/menu1.xhtml">
|
|
|
|
<ui:define name="top">
|
|
<center> <h2> M E N Ú </h2></center>
|
|
</ui:define>
|
|
|
|
<ui:define name="content">
|
|
<f:view >
|
|
<h:form style="text-align: center;">
|
|
<p:commandButton action="ProductoLista.xhtml" value="Productos" ajax="false" style="width: 350px; height: 150px;margin-left:-8px; margin-right: 10px; margin-top: 60px;"/>
|
|
<p:commandButton action="proveedorLista.xhtml" value="Proveedores" ajax="false" style="width: 350px; height: 150px;" />
|
|
<br/>
|
|
<br/>
|
|
|
|
<p:commandButton action="marcaLista.xhtml" value="Marcas" ajax="false" style="width: 350px; height: 150px; margin-right: 10px;" />
|
|
<p:commandButton action="categoriaLista.xhtml" value="Categorias" ajax="false" style="width: 350px; height: 150px; margin-right: 10px; "/>
|
|
<br/>
|
|
<br/>
|
|
|
|
<p:commandButton action="UbicacionAlmacenLista.xhtml" value="Almacen" ajax="false" style="width: 350px; height: 150px; margin-right: 10px;"/>
|
|
<p:commandButton action="usuariosLista.xhtml" value="Usuarios" ajax="false" style="width: 350px; height: 150px; margin-right: 10px;"/>
|
|
|
|
</h:form>
|
|
</f:view>
|
|
|
|
|
|
|
|
</ui:define >
|
|
|
|
|
|
</ui:composition>
|
|
|
|
</body>
|
|
</html>
|