@ -25,7 +25,7 @@
< p:menuitem action = "categoriaLista.xhtml" value = "Categorias" ajax = "false" icon = "pi pi-star" iconPos = "left" style = "background-color: white ;height: 90px;" styleClass = "botonMenu" / >
< p:menuitem action = "categoriaLista.xhtml" value = "Categorias" ajax = "false" icon = "pi pi-star" iconPos = "left" style = "background-color: white ;height: 90px;" styleClass = "botonMenu" / >
< p:menuitem action = "UbicacionAlmacenLista.xhtml" value = "Almacen" ajax = "false" icon = "pi pi-map-marker" iconPos = "left" style = "background-color: lightgray ;height: 90px;" styleClass = "botonMenu" / >
< p:menuitem action = "UbicacionAlmacenLista.xhtml" value = "Almacen" ajax = "false" icon = "pi pi-map-marker" iconPos = "left" style = "background-color: lightgray ;height: 90px;" styleClass = "botonMenu" / >
< p:menuitem action = "usuariosLista.xhtml" value = "Usuarios" ajax = "false" icon = "pi pi-users" iconPos = "left" style = "background-color: white ;height: 90px;" styleClass = "botonMenu" / >
< p:menuitem action = "usuariosLista.xhtml" value = "Usuarios" ajax = "false" icon = "pi pi-users" iconPos = "left" style = "background-color: white ;height: 90px;" styleClass = "botonMenu" / >
< p:menuitem action = "rolLista.xhtml" value = "Rol" ajax = "false" icon = "pi pi-sitemap" iconPos = "left" style = "background-color: lightgray ;height: 80px;" styleClass = "botonMenu" / >
< p:menuitem action = "rolLista.xhtml" value = "Roles " ajax = "false" icon = "pi pi-sitemap" iconPos = "left" style = "background-color: lightgray ;height: 80px;" styleClass = "botonMenu" / >
< / p:menu >
< / p:menu >
< / h:form >
< / h:form >
< / ui:define >
< / ui:define >
@ -48,8 +48,8 @@
< p:commandButton ajax = "true" oncomplete = "PF('dlg').show();" actionListener = "#{demoBeanUsuarios.prepararNuevo()}"
< p:commandButton ajax = "true" oncomplete = "PF('dlg').show();" actionListener = "#{demoBeanUsuarios.prepararNuevo()}"
update=":dialog" value="Nuevo" icon="pi pi-plus" />
update=":dialog" value="Nuevo" icon="pi pi-plus" />
< i class = "pi pi-search" style = "margin-left: 69 0px; margin-top: 10px;" > < / i >
< i class = "pi pi-search" style = "margin-left:45 0px; margin-top: 10px;" > < / i >
< p:inputText id = "globalFilter" onkeyup = "PF('usuarios ').filter()" placeholder = "Buscar usuario"
< p:inputText id = "globalFilter" onkeyup = "PF('usuario').filter()" placeholder = "Buscar usuario"
style="width:250px; margin-right: 120px; float: right; margin-top: -1px;" />
style="width:250px; margin-right: 120px; float: right; margin-top: -1px;" />
< p:commandButton value = "Logout" ajax = "false" icon = "pi pi-sign-out" action = "#{demoBeanLogin.logout()}" style = "background-color: #036FAB; width: 100px; float: right; margin-top: -40px " / >
< p:commandButton value = "Logout" ajax = "false" icon = "pi pi-sign-out" action = "#{demoBeanLogin.logout()}" style = "background-color: #036FAB; width: 100px; float: right; margin-top: -40px " / >
@ -58,52 +58,52 @@
< / f:facet >
< / f:facet >
< p:column styleClass = "columnaId2" >
< p:column styleClass = "columnaId2" style = "text-align: center;" >
< f:facet name = "header" >
< f:facet name = "header" >
< h:outputText value = "Id" style = "font-weight: bolder; " / >
< h:outputText value = "Id" style = "font-weight: bolder; " / >
< / f:facet >
< / f:facet >
< h:outputText value = "#{item.id}" / >
< h:outputText value = "#{item.id}" / >
< / p:column >
< / p:column >
< p:column >
< p:column style = "text-align: center" >
< f:facet name = "header" >
< f:facet name = "header" >
< h:outputText value = "Nombre" style = "font-weight:bolder; right: 20px;; " / >
< h:outputText value = "Nombre" style = "font-weight:bolder; " / >
< / f:facet >
< / f:facet >
< h:outputText value = "#{item.nombre}" / >
< h:outputText value = "#{item.nombre}" / >
< / p:column >
< / p:column >
< p:column >
< p:column style = "text-align: center" >
< f:facet name = "header" >
< f:facet name = "header" >
< h:outputText value = "Primer Apellidos" style = "font-weight:bolder; right: 20px; " / >
< h:outputText value = "Apellidos Paterno " style = "font-weight:bolder; " / >
< / f:facet >
< / f:facet >
< h:outputText value = "#{item.apellidop}" / >
< h:outputText value = "#{item.apellidop}" / >
< / p:column >
< / p:column >
< p:column >
< p:column style = "text-align: center" >
< f:facet name = "header" >
< f:facet name = "header" >
< h:outputText value = "Segundo Apellido" style = "font-weight:bolder; right: 20px; " / >
< h:outputText value = "Apellido Matern o" style = "font-weight:bolder; " / >
< / f:facet >
< / f:facet >
< h:outputText value = "#{item.apellidom}" / >
< h:outputText value = "#{item.apellidom}" / >
< / p:column >
< / p:column >
< p:column >
< p:column style = "text-align: center" >
< f:facet name = "header" >
< f:facet name = "header" >
< h:outputText value = "Usuario" style = "font-weight:bolder; right: 20px; " / >
< h:outputText value = "Usuario" style = "font-weight:bolder; " / >
< / f:facet >
< / f:facet >
< h:outputText value = "#{item.usuario}" / >
< h:outputText value = "#{item.usuario}" / >
< / p:column >
< / p:column >
< p:column >
< p:column style = "text-align: center" >
< f:facet name = "header" >
< f:facet name = "header" >
< h:outputText value = "Correo" style = "font-weight:bolder; right: 20px; " / >
< h:outputText value = "Correo" style = "font-weight:bolder; " / >
< / f:facet >
< / f:facet >
< h:outputText value = "#{item.correo}" / >
< h:outputText value = "#{item.correo}" / >
< / p:column >
< / p:column >
< p:column >
< p:column style = "text-align: center" >
< f:facet name = "header" >
< f:facet name = "header" >
< h:outputText value = "Telefono" style = "font-weight:bolder; right: 20px; " / >
< h:outputText value = "Telefono" style = "font-weight:bolder;" / >
< / f:facet >
< / f:facet >
< h:outputText value = "#{item.telefono}" / >
< h:outputText value = "#{item.telefono}" / >
< / p:column >
< / p:column >
< p:column >
< p:column style = "text-align: center" >
< f:facet name = "header" >
< f:facet name = "header" >
< h:outputText value = "Rol" style = "font-weight:bolder; right: 20px; " / >
< h:outputText value = "Rol" style = "font-weight:bolder; " / >
< / f:facet >
< / f:facet >
< h:outputText value = "#{item.rolId.rol}" / >
< h:outputText value = "#{item.rolId.rol}" / >
< / p:column >
< / p:column >
@ -128,7 +128,7 @@
< / h:form >
< / h:form >
<!-- crear/editar''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -->
<!-- crear/editar''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -->
< p:dialog id = "dialog" widgetVar = "dlg" width = "900" height = "7 00" modal = "true" appendTo = "@(body)" >
< p:dialog id = "dialog" widgetVar = "dlg" width = "900" height = "5 00" modal = "true" appendTo = "@(body)" >
< h:form >
< h:form >
< p:growl id = "growl" for = "usuariosMsj" showDetail = "true" / >
< p:growl id = "growl" for = "usuariosMsj" showDetail = "true" / >
@ -140,28 +140,21 @@
< p:outputLabel style = "font-weight:bolder" value = "Nombre:" for = "nombre" / >
< p:outputLabel style = "font-weight:bolder" value = "Nombre:" for = "nombre" / >
< p:inputText id = "nombre" value = "#{demoBeanUsuarios.usuarios.nombre}" title = "Nombre" required = "true" requiredMessage = "campo obligatorio" validatorMessage = " el numbre debe enpesar con mayuscula " >
< p:inputText id = "nombre" value = "#{demoBeanUsuarios.usuarios.nombre}" title = "Nombre" required = "true" requiredMessage = "campo obligatorio" validatorMessage = " el numbre debe enpesar con mayuscula " >
< f:validateRegex pattern = "^[A-Z][a-z]{4,9} $" for = "nombre" / >
< f:validateRegex pattern = "^[A-Z]$" for = "nombre" / >
< / p:inputText >
< / p:inputText >
< p:messages for = "nombre" / >
< p:messages for = "nombre" / >
< p:outputLabel style = "font-weight:bolder" value = "Genero:" for = "genero" / >
< p:outputLabel style = "font-weight:bolder" value = "Primer Apellido:" for = "apellidop" / >
< p:inputText id = "genero" value = "#{demoBeanUsuarios.usuarios.genero}" title = "Genero" required = "true" requiredMessage = "campo obligatorio" >
< p:inputText id = "apellidop" value = "#{demoBeanUsuarios.usuarios.apellidop}" title = "Apellidop" required = "true" requiredMessage = "campo obligatorio" >
< f:validateRegex pattern = "^[A-Z][a-z]{4,9}$" for = "apellidop" / >
< / p:inputText >
< / p:inputText >
< p:messages for = "apellidop " / >
< p:messages for = "genero" / >
< p:outputLabel style = "font-weight:bolder" value = "Segundo Apellido:" for = "apellidom" / >
< p:outputLabel style = "font-weight:bolder" value = "Apellido Paterno:" for = "apellidop" / >
< p:inputText id = "apellidom" value = "#{demoBeanUsuarios.usuarios.apellidom}" title = "Apellidom" required = "true" requiredMessage = "campo obligatorio" validatorMessage = "el apellido debe enpesar con mayuscula" >
< p:inputText id = "apellidop" value = "#{demoBeanUsuarios.usuarios.apellidop}" title = "Apellidop" required = "true" requiredMessage = "campo obligatorio" >
< f:validateRegex pattern = "^[A-Z][a-z]{4,9}$" for = "apellidom" / >
< / p:inputText >
< p:messages for = "apellidom" / >
< p:outputLabel style = "font-weight:bolder" value = "Genero:" for = "genero" / >
< p:inputText id = "genero" value = "#{demoBeanUsuarios.usuarios.genero}" title = "Genero" required = "true" requiredMessage = "campo obligatorio" >
< / p:inputText >
< / p:inputText >
< p:messages for = "genero " / >
< p:messages for = "apellidop" / >
< p:outputLabel style = "font-weight:bolder" value = "Fecha de nacimiento:" for = "fechanacimiento" / >
< p:outputLabel style = "font-weight:bolder" value = "Fecha de nacimiento:" for = "fechanacimiento" / >
< p:inputText id = "fechanacimiento" value = "#{demoBeanUsuarios.usuarios.fechanacimiento}" title = "Fechanacimiento" required = "true" requiredMessage = "campo obligatorio" validatorMessage = "La fecha tine que ir como yyyy/mm/dd" >
< p:inputText id = "fechanacimiento" value = "#{demoBeanUsuarios.usuarios.fechanacimiento}" title = "Fechanacimiento" required = "true" requiredMessage = "campo obligatorio" validatorMessage = "La fecha tine que ir como yyyy/mm/dd" >
@ -170,24 +163,29 @@
< p:messages for = "fechanacimiento" / >
< p:messages for = "fechanacimiento" / >
< p:outputLabel style = "font-weight:bolder" value = "Apellido Materno:" for = "apellidom" / >
< p:inputText id = "apellidom" value = "#{demoBeanUsuarios.usuarios.apellidom}" title = "Apellidom" required = "true" requiredMessage = "campo obligatorio" >
< / p:inputText >
< p:messages for = "apellidom" / >
< p:outputLabel style = "font-weight:bolder" value = "Correo:" for = "correo" / >
< p:inputText id = "correo" value = "#{demoBeanUsuarios.usuarios.correo}" title = "Correo" required = "true" requiredMessage = "campo obligatorio" validatorMessage = "Correo electronico invalido" >
< f:validateRegex pattern = "^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$" for = "correo" / >
< / p:inputText >
< p:messages for = "correo" / >
< p:outputLabel style = "font-weight:bolder" value = "Usuario:" for = "usuario" / >
< p:outputLabel style = "font-weight:bolder" value = "Usuario:" for = "usuario" / >
< p:inputText id = "usuario" value = "#{demoBeanUsuarios.usuarios.usuario}" title = "Usuario" required = "true" requiredMessage = "campo obligatorio" >
< p:inputText id = "usuario" value = "#{demoBeanUsuarios.usuarios.usuario}" title = "Usuario" required = "true" requiredMessage = "campo obligatorio" >
< / p:inputText >
< / p:inputText >
< p:messages for = "usuario" / >
< p:messages for = "usuario" / >
< p:outputLabel style = "font-weight:bolder" value = "Contraseña:" for = "contrasenia" / >
< p:outputLabel style = "font-weight:bolder" value = "Contraseña:" for = "contrasenia" / >
< p:inputText id = "contrasenia" value = "#{demoBeanUsuarios.usuarios.contrasenia}" title = "Contrasenia" required = "true" requiredMessage = "campo obligatorio" validatorMessage = " la contraseña requiere 8 caracteres entre letras y numeros" >
< p:inputText id = "contrasenia" value = "#{demoBeanUsuarios.usuarios.contrasenia}" title = "Contrasenia" required = "true" requiredMessage = "campo obligatorio" >
< f:validateRegex pattern = "^(?=.*[a-zA-Z])(?=.*[0-9])[a-zA-Z0-9]{8}$" for = "contrasenia" / >
< f:validateRegex pattern = "^(?=.*[a-zA-Z])(?=.*[0-9])[a-zA-Z0-9]{8}$" for = "contrasenia" / >
< / p:inputText >
< / p:inputText >
< p:messages for = "contrasenia" / >
< p:messages for = "contrasenia" / >
< p:outputLabel style = "font-weight:bolder" value = "Correo:" for = "correo" / >
< p:inputText id = "correo" value = "#{demoBeanUsuarios.usuarios.correo}" title = "Correo" required = "true" requiredMessage = "campo obligatorio" validatorMessage = "el correo es incorecto o no cumple con el formato requerid" >
< / p:inputText >
< p:messages for = "correo" / >
< p:outputLabel style = "font-weight:bolder" value = "Telefono:" for = "telefono" / >
< p:outputLabel style = "font-weight:bolder" value = "Telefono:" for = "telefono" / >
< p:inputText id = "telefono" value = "#{demoBeanUsuarios.usuarios.telefono}" title = "Telefono" required = "true" requiredMessage = "campo obligatorio" validatorMessage = "el numero esta incompleto revise que si coresponda" >
< p:inputText id = "telefono" value = "#{demoBeanUsuarios.usuarios.telefono}" title = "Telefono" required = "true" requiredMessage = "campo obligatorio" validatorMessage = "el numero esta incompleto revise que si coresponda" >
< f:validateRegex pattern = "^[0-9]{10}$" for = "telefono" / >
< f:validateRegex pattern = "^[0-9]{10}$" for = "telefono" / >
@ -232,7 +230,7 @@
< p:outputLabel style = "font-weight:bolder" value = "CP:" for = "cp" / >
< p:outputLabel style = "font-weight:bolder" value = "CP:" for = "cp" / >
< p:inputText id = "cp" value = "#{demoBeanUsuarios.usuarios.cp}" title = "Cp" required = "true" requiredMessage = "campo obligatorio" validatorMessage = "el codigo posta es incorrecto revisaelo" >
< p:inputText id = "cp" value = "#{demoBeanUsuarios.usuarios.cp}" title = "Cp" required = "true" requiredMessage = "campo obligatorio" validatorMessage = "el codigo posta es incorrecto revisaelo" >
< f:validateRegex pattern = "^[0-9]{4 }$" for = "cp" / >
< f:validateRegex pattern = "^[0-9]{5 }$" for = "cp" / >
< / p:inputText >
< / p:inputText >
< p:messages for = "cp" style = "" / >
< p:messages for = "cp" style = "" / >
@ -262,7 +260,7 @@
< / p:dialog >
< / p:dialog >
<!-- eliminiar''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -->
<!-- eliminiar''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -->
< p:dialog id = "dialog2" widgetVar = "dlg2" width = "900" height = "7 00" modal = "true" >
< p:dialog id = "dialog2" widgetVar = "dlg2" width = "900" height = "5 00" modal = "true" >
< h:form >
< h:form >
< h3 style = "text-align: center; background-color: #036FAB; padding: 20px; color: #FFFFFF; margin-bottom: 10px;" >
< h3 style = "text-align: center; background-color: #036FAB; padding: 20px; color: #FFFFFF; margin-bottom: 10px;" >
< h:outputText value = "E L I M I N A R" / > < / h3 >
< h:outputText value = "E L I M I N A R" / > < / h3 >
@ -272,26 +270,26 @@
< h:outputText value = "Id:" style = " font-weight:bolder" / >
< h:outputText value = "Id:" style = " font-weight:bolder" / >
< h:outputText value = "#{demoBeanUsuarios.usuarios.id}" title = "Id" / >
< h:outputText value = "#{demoBeanUsuarios.usuarios.id}" title = "Id" / >
< h:outputText value = "Nombre:" style = " font-weight:bolder" / >
< h:outputText value = "#{demoBeanUsuarios.usuarios.nombre}" title = "Nombre" / >
< h:outputText value = "Primer Apellido:" style = " font-weight:bolder" / >
< h:outputText value = "#{demoBeanUsuarios.usuarios.apellidop}" title = "Apellidop" / >
< h:outputText value = "Segundo Apellido:" style = " font-weight:bolder" / >
< h:outputText value = "#{demoBeanUsuarios.usuarios.apellidom}" title = "Apellidom" / >
< h:outputText value = "Genero:" style = " font-weight:bolder" / >
< h:outputText value = "Genero:" style = " font-weight:bolder" / >
< h:outputText value = "#{demoBeanUsuarios.usuarios.genero}" title = "Genero" / >
< h:outputText value = "#{demoBeanUsuarios.usuarios.genero}" title = "Genero" / >
< h:outputText value = "Nombre:" style = " font-weight:bolder" / >
< h:outputText value = "#{demoBeanUsuarios.usuarios.nombre}" title = "Nombre" / >
< h:outputText value = "Fecha de nacimiento:" style = " font-weight:bolder" / >
< h:outputText value = "Fecha de nacimiento:" style = " font-weight:bolder" / >
< h:outputText value = "#{demoBeanUsuarios.usuarios.fechanacimiento}" title = "Fechanacimiento" >
< h:outputText value = "#{demoBeanUsuarios.usuarios.fechanacimiento}" title = "Fechanacimiento" >
< f:convertDateTime pattern = "MM/dd/yyyy" / >
< f:convertDateTime pattern = "MM/dd/yyyy" / >
< / h:outputText >
< / h:outputText >
< h:outputText value = "Usuario:" style = " font-weight:bolder" / >
< h:outputText value = "Apellido Paterno:" style = " font-weight:bolder" / >
< h:outputText value = "#{demoBeanUsuarios.usuarios.usuario}" title = "Usuario" / >
< h:outputText value = "#{demoBeanUsuarios.usuarios.apellidop}" title = "Apellidop" / >
< h:outputText value = "Contraseña:" style = " font-weight:bolder" / >
< h:outputText value = "#{demoBeanUsuarios.usuarios.contrasenia}" title = "Contrasenia" / >
< h:outputText value = "Correo:" style = " font-weight:bolder" / >
< h:outputText value = "Correo:" style = " font-weight:bolder" / >
< h:outputText value = "#{demoBeanUsuarios.usuarios.correo}" title = "Correo" / >
< h:outputText value = "#{demoBeanUsuarios.usuarios.correo}" title = "Correo" / >
< h:outputText value = "Apellido Materno:" style = " font-weight:bolder" / >
< h:outputText value = "#{demoBeanUsuarios.usuarios.apellidom}" title = "Apellidom" / >
< h:outputText value = "Usuario:" style = " font-weight:bolder" / >
< h:outputText value = "#{demoBeanUsuarios.usuarios.usuario}" title = "Usuario" / >
< h:outputText value = "Telefono:" style = " font-weight:bolder" / >
< h:outputText value = "Telefono:" style = " font-weight:bolder" / >
< h:outputText value = "#{demoBeanUsuarios.usuarios.telefono}" title = "Telefono" / >
< h:outputText value = "#{demoBeanUsuarios.usuarios.telefono}" title = "Telefono" / >
< h:outputText value = "Contraseña:" style = " font-weight:bolder" / >
< h:outputText value = "#{demoBeanUsuarios.usuarios.contrasenia}" title = "Contrasenia" / >
< h:outputText value = "Pais:" style = " font-weight:bolder" / >
< h:outputText value = "Pais:" style = " font-weight:bolder" / >
< h:outputText value = "#{demoBeanUsuarios.usuarios.pais}" title = "Pais" / >
< h:outputText value = "#{demoBeanUsuarios.usuarios.pais}" title = "Pais" / >
< h:outputText value = "Estado:" style = " font-weight:bolder" / >
< h:outputText value = "Estado:" style = " font-weight:bolder" / >
@ -304,7 +302,7 @@
< h:outputText value = "#{demoBeanUsuarios.usuarios.calle}" title = "Calle" / >
< h:outputText value = "#{demoBeanUsuarios.usuarios.calle}" title = "Calle" / >
< h:outputText value = "Numero:" style = " font-weight:bolder" / >
< h:outputText value = "Numero:" style = " font-weight:bolder" / >
< h:outputText value = "#{demoBeanUsuarios.usuarios.numero}" title = "Numero" / >
< h:outputText value = "#{demoBeanUsuarios.usuarios.numero}" title = "Numero" / >
< h:outputText value = "CP :" style = " font-weight:bolder" / >
< h:outputText value = "Cp :" style = " font-weight:bolder" / >
< h:outputText value = "#{demoBeanUsuarios.usuarios.cp}" title = "Cp" / >
< h:outputText value = "#{demoBeanUsuarios.usuarios.cp}" title = "Cp" / >
< h:outputText value = "Rol:" style = " font-weight:bolder" / >
< h:outputText value = "Rol:" style = " font-weight:bolder" / >
< h:outputText value = "#{demoBeanUsuarios.usuarios.rolId.rol}" title = "RolId" / >
< h:outputText value = "#{demoBeanUsuarios.usuarios.rolId.rol}" title = "RolId" / >
@ -324,7 +322,7 @@
<!-- info''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -->
<!-- info''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -->
< p:dialog id = "dialog3" widgetVar = "dlg3" width = "900" height = "7 00" modal = "true" >
< p:dialog id = "dialog3" widgetVar = "dlg3" width = "900" height = "5 00" modal = "true" >
< h:form >
< h:form >
< h3 style = "text-align: center; background-color: #036FAB; padding: 20px; color: #FFFFFF; margin-bottom: 10px;" >
< h3 style = "text-align: center; background-color: #036FAB; padding: 20px; color: #FFFFFF; margin-bottom: 10px;" >
< h:outputText value = "D E T A L L E S" / > < / h3 >
< h:outputText value = "D E T A L L E S" / > < / h3 >
@ -334,26 +332,26 @@
< h:outputText value = "Id:" style = " font-weight:bolder" / >
< h:outputText value = "Id:" style = " font-weight:bolder" / >
< h:outputText value = "#{demoBeanUsuarios.usuarios.id}" title = "Id" / >
< h:outputText value = "#{demoBeanUsuarios.usuarios.id}" title = "Id" / >
< h:outputText value = "Nombre:" style = " font-weight:bolder" / >
< h:outputText value = "#{demoBeanUsuarios.usuarios.nombre}" title = "Nombre" / >
< h:outputText value = "Primer Apellido:" style = " font-weight:bolder" / >
< h:outputText value = "#{demoBeanUsuarios.usuarios.apellidop}" title = "Apellidop" / >
< h:outputText value = "Segundo Apellido:" style = " font-weight:bolder" / >
< h:outputText value = "#{demoBeanUsuarios.usuarios.apellidom}" title = "Apellidom" / >
< h:outputText value = "Genero:" style = " font-weight:bolder" / >
< h:outputText value = "Genero:" style = " font-weight:bolder" / >
< h:outputText value = "#{demoBeanUsuarios.usuarios.genero}" title = "Genero" / >
< h:outputText value = "#{demoBeanUsuarios.usuarios.genero}" title = "Genero" / >
< h:outputText value = "Nombre:" style = " font-weight:bolder" / >
< h:outputText value = "#{demoBeanUsuarios.usuarios.nombre}" title = "Nombre" / >
< h:outputText value = "Fecha de nacimiento:" style = " font-weight:bolder" / >
< h:outputText value = "Fecha de nacimiento:" style = " font-weight:bolder" / >
< h:outputText value = "#{demoBeanUsuarios.usuarios.fechanacimiento}" title = "Fechanacimiento" >
< h:outputText value = "#{demoBeanUsuarios.usuarios.fechanacimiento}" title = "Fechanacimiento" >
< f:convertDateTime pattern = "MM/dd/yyyy" / >
< f:convertDateTime pattern = "MM/dd/yyyy" / >
< / h:outputText >
< / h:outputText >
< h:outputText value = "Usuario:" style = " font-weight:bolder" / >
< h:outputText value = "Apellido Paterno:" style = " font-weight:bolder" / >
< h:outputText value = "#{demoBeanUsuarios.usuarios.usuario}" title = "Usuario" / >
< h:outputText value = "#{demoBeanUsuarios.usuarios.apellidop}" title = "Apellidop" / >
< h:outputText value = "Contraseña:" style = " font-weight:bolder" / >
< h:outputText value = "#{demoBeanUsuarios.usuarios.contrasenia}" title = "Contrasenia" / >
< h:outputText value = "Correo:" style = " font-weight:bolder" / >
< h:outputText value = "Correo:" style = " font-weight:bolder" / >
< h:outputText value = "#{demoBeanUsuarios.usuarios.correo}" title = "Correo" / >
< h:outputText value = "#{demoBeanUsuarios.usuarios.correo}" title = "Correo" / >
< h:outputText value = "Apellido Materno:" style = " font-weight:bolder" / >
< h:outputText value = "#{demoBeanUsuarios.usuarios.apellidom}" title = "Apellidom" / >
< h:outputText value = "Usuario:" style = " font-weight:bolder" / >
< h:outputText value = "#{demoBeanUsuarios.usuarios.usuario}" title = "Usuario" / >
< h:outputText value = "Telefono:" style = " font-weight:bolder" / >
< h:outputText value = "Telefono:" style = " font-weight:bolder" / >
< h:outputText value = "#{demoBeanUsuarios.usuarios.telefono}" title = "Telefono" / >
< h:outputText value = "#{demoBeanUsuarios.usuarios.telefono}" title = "Telefono" / >
< h:outputText value = "Contraseña:" style = " font-weight:bolder" / >
< h:outputText value = "#{demoBeanUsuarios.usuarios.contrasenia}" title = "Contrasenia" / >
< h:outputText value = "Pais:" style = " font-weight:bolder" / >
< h:outputText value = "Pais:" style = " font-weight:bolder" / >
< h:outputText value = "#{demoBeanUsuarios.usuarios.pais}" title = "Pais" / >
< h:outputText value = "#{demoBeanUsuarios.usuarios.pais}" title = "Pais" / >
< h:outputText value = "Estado:" style = " font-weight:bolder" / >
< h:outputText value = "Estado:" style = " font-weight:bolder" / >