From ff83663566c6ea99898d3ecf491ce99a3a13a367 Mon Sep 17 00:00:00 2001 From: "barraux.a" Date: Thu, 28 Oct 2021 18:55:49 +0200 Subject: [PATCH] Ajout d'une page de login --- index.php | 159 ++++---------------------------------------- login.php | 20 ++++++ prof/index.php | 4 ++ prof/script.js | 4 +- referant/index.php | 4 ++ referant/liste.php | 4 ++ referant/search.php | 4 ++ session.php | 10 +++ 8 files changed, 61 insertions(+), 148 deletions(-) create mode 100644 login.php create mode 100644 session.php diff --git a/index.php b/index.php index 87c259e..05023ba 100644 --- a/index.php +++ b/index.php @@ -1,146 +1,13 @@ - - - - - Tickets de panne - - - - - -

- Formulaire de panne informatique -

-
-
- -
-
-

Détails :

-
-
- check - exclamation -
- Error: Veuillez remplir ce champ -
-
- -
-

Entrez le nom du bâtiment dans lequel se trouve le matériel


- Ex: bâtiment A -
-
-
- -
-

Entrez le nom de la salle dans lequel se trouve le matériel


- Ex: A 11 codage -
-
-
- -
-

Veillez fournir des présision sur la position du matériel


- Ex: PC-42 au fond à droite -
-
-
-

Matériel :

-
- - check - exclamation -
-
- -
-

Veillez renseigner la marque du matériel


- Ex: Asus -
-
-
- -
-

Veillez renseigner le modèle du matériel


- Ex: Lattitude E6410 -
-
-
- -
-
- -
-
-
-
- -
-
- - - - + + + + Login + + +
+ Login:
+ Pwd:
+ +
+ + \ No newline at end of file diff --git a/login.php b/login.php new file mode 100644 index 0000000..c54d0a7 --- /dev/null +++ b/login.php @@ -0,0 +1,20 @@ +'; + } +} +else { + echo 'c vide'; +} +?> \ No newline at end of file diff --git a/prof/index.php b/prof/index.php index 71fa7e2..e86226e 100755 --- a/prof/index.php +++ b/prof/index.php @@ -1,3 +1,7 @@ + + diff --git a/prof/script.js b/prof/script.js index d39b5c6..a7698fd 100755 --- a/prof/script.js +++ b/prof/script.js @@ -17,9 +17,9 @@ document.getElementById("form").addEventListener('submit', function(e) { xhr.onreadystatechange = function() { if (this.readyState == 4 && this.status == 200) { - console.log(this.response); + alert('Votre ticket à bien été pris en compte'); } else if (this.readyState == 4) { - alert('uhe erreur est survenue...'); + alert('une erreur est survenue...'); } }; xhr.open('POST', 'cible.php', true); diff --git a/referant/index.php b/referant/index.php index a51b23e..572b03f 100755 --- a/referant/index.php +++ b/referant/index.php @@ -1,3 +1,7 @@ + + diff --git a/referant/liste.php b/referant/liste.php index 2098a95..7d9c02e 100644 --- a/referant/liste.php +++ b/referant/liste.php @@ -1,3 +1,7 @@ + + diff --git a/referant/search.php b/referant/search.php index e806e58..aae0aa2 100755 --- a/referant/search.php +++ b/referant/search.php @@ -1,3 +1,7 @@ + + diff --git a/session.php b/session.php new file mode 100644 index 0000000..da40c93 --- /dev/null +++ b/session.php @@ -0,0 +1,10 @@ + \ No newline at end of file