From 5223df4a7a6fe26c0cbd9ca1ee260a4787665ab8 Mon Sep 17 00:00:00 2001 From: adplantade Date: Tue, 21 Jul 2020 10:08:33 +0200 Subject: [PATCH] =?UTF-8?q?R=C3=A9paration=20de=20la=20page=20de=20score?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/data.db | Bin 12288 -> 12288 bytes code/phpinfo.php | 4 ++++ code/score.php | 12 ++++++------ code/vitraux.js | 6 +++--- 4 files changed, 13 insertions(+), 9 deletions(-) create mode 100644 code/phpinfo.php diff --git a/code/data.db b/code/data.db index 9e20da6db1406120e275a1b96945df164d1aed88..dc1940c9f457aa2a7f52f1bec31a729fd4ac8784 100644 GIT binary patch delta 197 zcmZojXh@hK&B!-V##xY$LC^XlFaHk)CVn*rel`Bnn-vAN@l96azbC}bugk#yfd2^p za{eCvJbpiZU7(yezoR@mo4BB?B4o`nyjnjL E0LbSxC;$Ke delta 83 zcmV-Z0IdIjV1Qtd8vzWF977Qd04_8j4G;JL0uLqt4<--Gvmp?+4wEJi-VOy1ZU7J9 p55y0r4~!3Pvmqc{50h>mmIwt8s{jwo58bm6AaM_ofG(4(FIAId7uNs) diff --git a/code/phpinfo.php b/code/phpinfo.php new file mode 100644 index 0000000..d7c3469 --- /dev/null +++ b/code/phpinfo.php @@ -0,0 +1,4 @@ + \ No newline at end of file diff --git a/code/score.php b/code/score.php index 5ccb738..f3acc45 100644 --- a/code/score.php +++ b/code/score.php @@ -9,13 +9,13 @@ Votre score est :


query($sql); @@ -33,13 +33,13 @@ else query($sqlScore); diff --git a/code/vitraux.js b/code/vitraux.js index 9eabf6b..59aa9e4 100644 --- a/code/vitraux.js +++ b/code/vitraux.js @@ -620,13 +620,13 @@ function mlManager(e) { document.getElementById(e.currentTarget.id).classList.remove('vitrail-hover'); } -genVitraux(); -/* +//genVitraux(); + tab1.push(true,[-3,-3,colors[0]],[-3,2,colors[1]],[1,2,colors[2]],[3,-3,colors[3]]); tab2.push(true,[-3,-3,colors[0]],[-3,2,colors[1]],[1,2,colors[2]],[3,-3,colors[3]]); tab3.push(true,[-3,-3,colors[0]],[-3,2,colors[1]],[1,2,colors[2]],[3,-3,colors[3]]); tab4.push(true,[-3,-3,colors[0]],[-3,2,colors[1]],[1,2,colors[2]],[3,-3,colors[3]]); -*/ + toutDessiner(tab1,canvas1,ctx1); toutDessiner(tab2,canvas2,ctx2);