From 6be42890132d03141119e9a76a8b469eab637f0e Mon Sep 17 00:00:00 2001 From: "barraux.a" Date: Sat, 6 Nov 2021 19:59:33 +0100 Subject: [PATCH] factorisation de fichiers et de code --- login/index.php | 3 ++- prof/{cible.php => cible/index.php} | 0 prof/index.php | 6 +++--- prof/{ => js}/script.js | 5 +---- referant/cible/ticket.sql | 0 referant/include/line.php | 6 +++--- referant/js/search.js | 2 +- referant/search.php | 2 +- session.php | 4 ++-- session_restraintes.php | 4 ++-- stylepage.css | 7 +------ ticket.sql | 0 12 files changed, 16 insertions(+), 23 deletions(-) rename prof/{cible.php => cible/index.php} (100%) rename prof/{ => js}/script.js (91%) delete mode 100644 referant/cible/ticket.sql mode change 100755 => 100644 ticket.sql diff --git a/login/index.php b/login/index.php index abdf4a1..fa8974b 100755 --- a/login/index.php +++ b/login/index.php @@ -3,6 +3,7 @@ Login +
@@ -28,4 +29,4 @@
- \ No newline at end of file + diff --git a/prof/cible.php b/prof/cible/index.php similarity index 100% rename from prof/cible.php rename to prof/cible/index.php diff --git a/prof/index.php b/prof/index.php index b0bec53..d351fbc 100755 --- a/prof/index.php +++ b/prof/index.php @@ -8,9 +8,9 @@ include '../session.php'; Tickets de panne - + - + Formulaire de panne informatique -
+
',$line[10],''; if ($line[11] == 1) { - echo ''; + echo ''; } else { - echo ''; + echo ''; } @@ -44,7 +44,7 @@ else { - +
- + diff --git a/session.php b/session.php index af9cc03..a4ce6e4 100755 --- a/session.php +++ b/session.php @@ -1,6 +1,6 @@ \ No newline at end of file +?> diff --git a/session_restraintes.php b/session_restraintes.php index 57c5f65..0cd5916 100755 --- a/session_restraintes.php +++ b/session_restraintes.php @@ -1,6 +1,6 @@ \ No newline at end of file +?> diff --git a/stylepage.css b/stylepage.css index 1ad9bba..173f00f 100755 --- a/stylepage.css +++ b/stylepage.css @@ -205,10 +205,6 @@ nav> ul > li > a{ /* Table */ -#table-search{ - display: none; -} - .table-title td{ color: #ac2a8d; font-weight: bold; @@ -231,9 +227,8 @@ td { border-radius: 5px; text-align: center; + word-break: break-all; color: #84878C; - - width: 7%; } th{ diff --git a/ticket.sql b/ticket.sql old mode 100755 new mode 100644
Ticket