ItEr16S07RFDesenhoGraficoPortalItEr15S09: Linked static authentication layout from logout link
This commit is contained in:
parent
c2bf2c7a49
commit
0bc3242c09
2 changed files with 68 additions and 2 deletions
|
|
@ -0,0 +1,66 @@
|
|||
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
|
||||
<?link rel="stylesheet" type="text/css" href="/common/css/login_v01.css"?>
|
||||
|
||||
<div xmlns:n="http://www.zkoss.org/2005/zk/native">
|
||||
<n:table width="850" border="0" align="center" cellpadding="0" cellspacing="0">
|
||||
<n:tr>
|
||||
<n:td background="img/flechitas.gif"></n:td>
|
||||
</n:tr>
|
||||
</n:table>
|
||||
<n:table width="850" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
|
||||
<n:tr>
|
||||
<n:td height="100" valign="bottom"><n:img src="/navalplanner-webapp/common/img/logo.gif" alt="Naval Pro" width="238" height="85" /></n:td>
|
||||
</n:tr>
|
||||
</n:table>
|
||||
<n:table width="850" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
|
||||
<n:tr>
|
||||
<n:td class="identificacion">ACCESO AL SISTEMA</n:td>
|
||||
</n:tr>
|
||||
</n:table>
|
||||
<n:table width="850" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" class="fondo_identificacion">
|
||||
<n:tr>
|
||||
<n:td height="165" valign="top"><n:table width="450" border="0" align="center" cellpadding="0" cellspacing="0">
|
||||
<n:tr>
|
||||
<n:td></n:td>
|
||||
</n:tr>
|
||||
<n:tr>
|
||||
<n:td class="usuario_clave">Usuario</n:td>
|
||||
</n:tr>
|
||||
<n:tr>
|
||||
<n:td><n:label> </n:label>
|
||||
<n:div align="center">
|
||||
<n:input name="textfield" type="text" class="campotexto" id="textfield" size="30" />
|
||||
</n:div></n:td>
|
||||
</n:tr>
|
||||
<n:tr>
|
||||
<n:td class="usuario_clave">Clave</n:td>
|
||||
</n:tr>
|
||||
<n:tr>
|
||||
<n:td><n:div align="center">
|
||||
<n:input name="textfield2" type="password" class="campotexto" id="textfield2" size="30" />
|
||||
</n:div></n:td>
|
||||
</n:tr>
|
||||
<n:tr>
|
||||
<n:td></n:td>
|
||||
</n:tr>
|
||||
<n:tr>
|
||||
<n:td><n:label> </n:label>
|
||||
<n:div align="center">
|
||||
<n:input name="button" type="submit" class="entrar" id="button" value="Validarse para entrar" />
|
||||
</n:div></n:td>
|
||||
</n:tr>
|
||||
</n:table></n:td>
|
||||
</n:tr>
|
||||
</n:table>
|
||||
<n:table width="850" border="0" align="center" cellpadding="0" cellspacing="0" class="tabla_inferior">
|
||||
<n:tr>
|
||||
<n:td height="40" background="img/linea_pie_login.gif"></n:td>
|
||||
</n:tr>
|
||||
<n:tr>
|
||||
<n:td></n:td>
|
||||
</n:tr>
|
||||
<n:tr>
|
||||
<n:td><n:div align="center"><n:img src="/navalplanner-webapp/common/img/logos_login.gif" width="500" height="91" /></n:div></n:td>
|
||||
</n:tr>
|
||||
</n:table>
|
||||
</div>
|
||||
|
|
@ -17,7 +17,7 @@
|
|||
<n:td height="20" align="right"><n:table border="0" cellspacing="0" cellpadding="0">
|
||||
<n:tr>
|
||||
<n:td class="usuario">usuario: admin</n:td>
|
||||
<n:td><n:a href="#" class="cerrar_sesion">PECHAR SESIÓN</n:a></n:td>
|
||||
<n:td><n:a href="/navalplanner-webapp/common/layout/login_v01.zul" class="cerrar_sesion">PECHAR SESIÓN </n:a></n:td>
|
||||
<n:td><n:a href="#"><n:img src="/navalplanner-webapp/common/img/axuda.gif" alt="Axuda" width="23" height="24" border="0" /></n:a></n:td>
|
||||
</n:tr>
|
||||
</n:table></n:td>
|
||||
|
|
@ -54,4 +54,4 @@
|
|||
</n:tr>
|
||||
</n:table>
|
||||
</n:div>
|
||||
</zk>
|
||||
</zk>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue