minmod
This commit is contained in:
parent
5e31cfbc47
commit
cbacc90dd9
|
@ -98,7 +98,7 @@
|
||||||
|
|
||||||
<!-- CORPS DE LA PAGE -->
|
<!-- CORPS DE LA PAGE -->
|
||||||
<div id='FORM'>
|
<div id='FORM'>
|
||||||
<span>Authentification</span>
|
<span>[<?= $_SESSION['WAREHOUSE']['name']; ?>] Authentification</span>
|
||||||
<input type='text' placeholder='Identifiant' id='admin-name'>
|
<input type='text' placeholder='Identifiant' id='admin-name'>
|
||||||
<input type='password' placeholder="Mot de passe" id='admin-password'>
|
<input type='password' placeholder="Mot de passe" id='admin-password'>
|
||||||
|
|
||||||
|
@ -120,6 +120,8 @@
|
||||||
var aSubmit = document.getElementById('admin-submit');
|
var aSubmit = document.getElementById('admin-submit');
|
||||||
var errBox = document.getElementById('err-box');
|
var errBox = document.getElementById('err-box');
|
||||||
|
|
||||||
|
aName.focus();
|
||||||
|
|
||||||
|
|
||||||
/* [1] Gestion de l'évènement
|
/* [1] Gestion de l'évènement
|
||||||
=========================================================*/
|
=========================================================*/
|
||||||
|
|
|
@ -120,6 +120,7 @@
|
||||||
var wSubmit = document.getElementById('warehouse-submit');
|
var wSubmit = document.getElementById('warehouse-submit');
|
||||||
var errBox = document.getElementById('err-box');
|
var errBox = document.getElementById('err-box');
|
||||||
|
|
||||||
|
wName.focus();
|
||||||
|
|
||||||
/* [1] Gestion de l'évènement
|
/* [1] Gestion de l'évènement
|
||||||
=========================================================*/
|
=========================================================*/
|
||||||
|
|
Loading…
Reference in New Issue