Skip to content

Commit

Permalink
pre produccion
Browse files Browse the repository at this point in the history
ultimos detalles como: Tarjeta 6 digitos, mensajes de errores.
  • Loading branch information
irauldf committed Mar 25, 2015
1 parent 7db3b4f commit c2424f3
Show file tree
Hide file tree
Showing 2 changed files with 219 additions and 205 deletions.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
<body>
<input id="hdfCodigo" type="hidden" />
<input id="hdfNombreUsuario" type="hidden" />
<input id="hdfToken" type="hidden" />

<!-- Menu Begin -->
<!--div id="menu" style="display: none">-->
Expand Down Expand Up @@ -67,7 +68,7 @@ <h1>Cooperativa Móvil SMM</h1>
<div class="login-sub">
<div class="csubtitle">Nro. de Tarjeta:</div>
<div class="csubinfo">
<input type="number" id="txtNroTarjeta" maxlength="16">
<input type="number" id="txtNroTarjeta" maxlength="16" value='88019800'>
</div>
</div>
<div class="login-sub">
Expand Down
Loading

0 comments on commit c2424f3

Please sign in to comment.