From 39b943d71ae71e8767711be482ebd5e373ae4ece Mon Sep 17 00:00:00 2001 From: BARRAUX Arthur Date: Thu, 28 Oct 2021 18:52:53 +0200 Subject: [PATCH 1/4] Delete 'champ.php' --- champ.php | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 champ.php diff --git a/champ.php b/champ.php deleted file mode 100644 index 3b58f97..0000000 --- a/champ.php +++ /dev/null @@ -1,13 +0,0 @@ - ',$titre,' : '; -if ($help) { - echo 'point_int'; -} -echo '

-
-
- check - exclamation -
- Error: ',$error,''; -?> From 881935ed67eefc96d174d01b8685dc5825a66714 Mon Sep 17 00:00:00 2001 From: BARRAUX Arthur Date: Thu, 28 Oct 2021 18:53:38 +0200 Subject: [PATCH 2/4] Delete 'cible.php' --- cible.php | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 cible.php diff --git a/cible.php b/cible.php deleted file mode 100644 index ec6a4c9..0000000 --- a/cible.php +++ /dev/null @@ -1,20 +0,0 @@ -prepare('INSERT INTO pannes(dates, details, lieu, salle, pos, materiel, marque, model, nserie, demandeur) VALUES(:dates, :details, :lieu, :salle, :pos, :materiel, :marque, :model, :nserie, :demandeur)'); - -$req->execute(array( - 'dates' => $_POST['dates'], - 'details' => $_POST['details'], - 'lieu' => $_POST['lieu'], - 'salle' => $_POST['salle'], - 'pos' => $_POST['pos'], - 'materiel' => $_POST['materiel'], - 'marque' => $_POST['marque'], - 'model' => $_POST['model'], - 'nserie' => $_POST['nserie'], - 'demandeur' => $_POST['demandeur'] - )); - -echo 'Votre ticket à bien été pris en compte'; -?> From c7b4815b8761137182d1ddf6358d7ecf40501263 Mon Sep 17 00:00:00 2001 From: BARRAUX Arthur Date: Thu, 28 Oct 2021 18:53:47 +0200 Subject: [PATCH 3/4] Delete 'index.php' --- index.php | 146 ------------------------------------------------------ 1 file changed, 146 deletions(-) delete mode 100644 index.php diff --git a/index.php b/index.php deleted file mode 100644 index 87c259e..0000000 --- a/index.php +++ /dev/null @@ -1,146 +0,0 @@ - - - - - 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 -
-
-
- -
-
- -
-
-
-
- -
-
- - - - From 5aa5d2f1b8a42bfd72fbf1f199e715fd4086b641 Mon Sep 17 00:00:00 2001 From: BARRAUX Arthur Date: Thu, 28 Oct 2021 18:53:54 +0200 Subject: [PATCH 4/4] Delete 'stylepage.css' --- stylepage.css | 136 -------------------------------------------------- 1 file changed, 136 deletions(-) delete mode 100644 stylepage.css diff --git a/stylepage.css b/stylepage.css deleted file mode 100644 index acddd56..0000000 --- a/stylepage.css +++ /dev/null @@ -1,136 +0,0 @@ -body{ - z-index: 1; - background-color: #e5e5e5; - margin: 20px; - text-align: center; -} - -.logo{ - display: block; -} - -h1{ - margin: 40px; - font-weight: bold; - color: #454545; -} - -p{ - font-weight: bold; - color: #454444; - font-size: 20px; - height: 20px; -} - -form{ - width: 400px; - position: relative; - background-color: #ffffff; - display: block; - margin: auto; - border-radius: 30px; - padding: 20px; -} - -.container-champ{ - position: relative; -} - -.container-champ small{ - display: none; - color: red; -} - -.champ{ - background-color: inherit; - display: flex; - position: relative; - flex-direction: row-reverse; - text-align: center; - color: #454444; - display: block; - margin: 10px auto; - border: 4px solid #4e4d4d; - padding: 10px 10px; - width: 200px; - border-radius: 30px; - transition: 0.25s; -} - -.entry{ - border: none; - resize: none; - outline: none; - width: 100%; - text-align: inherit; - background-color: inherit; - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; -} - -.champ:focus, .champ:hover{ - width: 300px; - border-color: #ac2a8d; - background-color: #dddddd; -} - -.champ img{ - display: none; - position: relative; - float: right; - width: 20px; - bottom: 20px; - right: 20px; -} - -.submit{ - background-color: inherit; - display: flex; - position: relative; - flex-direction: row-reverse; - text-align: center; - color: #454444; - display: block; - margin: 10px auto; - border: 4px solid #4e4d4d; - padding: 10px 10px; - width: 200px; - border-radius: 30px; - transition: 0.25s; -} - -.submit:hover{ - width: 250px; - background-color: #82E6AC; - border-color: #2ecc71; -} - -.help{ - display: none; - z-index: 2; - position: absolute; - width: 170px; - right: 0; - top: 30%; - border-radius: 30px; - padding: 15px; - margin: 0; - background-color: #dddddd; -} - -.help * { - font-size: 14px; - width: 100%; -} - -.help p{ - position: relative; -} - -code { - background-color: #aaa; - border-radius: 5px; - font-family: courier, monospace; - padding: 3px 5px; -}