BARRAUX Arthur 3 years ago
parent
commit
bf6f1c1e4c
  1. 9
      stylepage.css
  2. 19
      ticket.sql

9
stylepage.css

@ -59,13 +59,13 @@ form{
padding: 10px 10px; padding: 10px 10px;
border-radius: 30px; border-radius: 30px;
width: 200px; width: 60%;
transition: 0.25s; transition: 0.25s;
} }
.champ:focus, .champ:hover{ .champ:focus, .champ:hover{
width: 300px; width: 75%;
border-color: #ac2a8d; border-color: #ac2a8d;
background-color: #dddddd; background-color: #dddddd;
} }
@ -104,13 +104,13 @@ form{
padding: 10px 10px; padding: 10px 10px;
border-radius: 30px; border-radius: 30px;
width: 200px; width: 60%;
transition: 0.25s; transition: 0.25s;
} }
.submit:hover{ .submit:hover{
width: 250px; width: 70%;
background-color: #82E6AC; background-color: #82E6AC;
border-color: #2ecc71; border-color: #2ecc71;
} }
@ -156,6 +156,7 @@ code {
nav{ nav{
width: 80%; width: 80%;
margin-left: 10%; margin-left: 10%;
margin-bottom: 5%;
background-color: #84878C; /*couleur nav entière*/ background-color: #84878C; /*couleur nav entière*/
border-radius: 20px; border-radius: 20px;
} }

19
ticket.sql

@ -32,14 +32,6 @@ CREATE TABLE `logins` (
`pwd` varchar(255) NOT NULL `pwd` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
--
-- Dumping data for table `logins`
--
INSERT INTO `logins` (`login`, `pwd`) VALUES
('prof', 'arthur'),
('referant', 'azerty');
-- -------------------------------------------------------- -- --------------------------------------------------------
-- --
@ -61,17 +53,6 @@ CREATE TABLE `pannes` (
`traitement` tinyint(1) NOT NULL `traitement` tinyint(1) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
--
-- Dumping data for table `pannes`
--
INSERT INTO `pannes` (`ID`, `dates`, `details`, `lieu`, `salle`, `pos`, `materiel`, `marque`, `model`, `nserie`, `demandeur`, `traitement`) VALUES
(1, '2021-10-22', 'Bonjour de Bretagne', 'Bâtiment A', '42', 'au fond a gauche', 'pc', 'alienware', 'lattitude E6410', 'sefv-45-gd1', 'barraux', 0),
(4, '2021-10-23', 'sq@', 'FE', 'ds', 'QDGFDQ', 'UC', 'QGDF', 'FQG', 'QGZet', 'qgqre', 0),
(5, '2021-10-23', 'sq@', 'FE', 'ds', 'QDGFDQ', 'UC', 'QGDF', 'FQG', 'sgf', 'sef', 0),
(6, '2021-10-25', 'manque la dernière carte graphique', 'Locquirec', 'Ma chambre', 'Sur le lit', 'UC', 'Dell', 'LATITTUDE E6410', 'chai pas', 'BARRAUX', 0),
(7, '2021-10-28', 'pas d\'inspi', 'Locquirec', 'chambre 6', 'pas bougé', 'UC', 'Dell', 'flemme', 'je sais pas', 'Le Cocotier des mers', 0);
-- --
-- Indexes for dumped tables -- Indexes for dumped tables
-- --

Loading…
Cancel
Save