diff options
author | polo <ordipolo@gmx.fr> | 2025-07-04 10:29:45 +0200 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2025-07-04 10:29:45 +0200 |
commit | 3104104e838b7d57de49daba0178b1aefe646548 (patch) | |
tree | 8af33f7bb83ccfef04b6e82a0fcd687ef475d455 /public | |
parent | 2d7bacce891eab0adb0263d598bfe44418788f42 (diff) | |
download | cms-3104104e838b7d57de49daba0178b1aefe646548.zip |
formulaire de contact 4
Diffstat (limited to 'public')
-rw-r--r-- | public/css/body.css | 6 | ||||
-rw-r--r-- | public/css/foot.css | 8 | ||||
-rw-r--r-- | public/css/form.css | 2 | ||||
-rw-r--r-- | public/css/head.css | 2 | ||||
-rw-r--r-- | public/css/menu.css | 2 | ||||
-rw-r--r-- | public/css/modif_page.css | 2 | ||||
-rw-r--r-- | public/css/nav.css | 2 | ||||
-rw-r--r-- | public/css/new_page.css | 2 | ||||
-rw-r--r-- | public/js/form.js | 23 |
9 files changed, 24 insertions, 25 deletions
diff --git a/public/css/body.css b/public/css/body.css index eb198e6..c3f518a 100644 --- a/public/css/body.css +++ b/public/css/body.css | |||
@@ -116,7 +116,7 @@ article .logo2 | |||
116 | } | 116 | } |
117 | .new_content button:hover | 117 | .new_content button:hover |
118 | { | 118 | { |
119 | background-color: #ffff00; | 119 | background-color: yellow; |
120 | border-radius: 4px; | 120 | border-radius: 4px; |
121 | } | 121 | } |
122 | article img | 122 | article img |
@@ -137,7 +137,7 @@ button .action_icon | |||
137 | } | 137 | } |
138 | .action_icon:hover | 138 | .action_icon:hover |
139 | { | 139 | { |
140 | background-color: #ffff00; | 140 | background-color: yellow; |
141 | border-radius: 4px; | 141 | border-radius: 4px; |
142 | border: lightgrey 2px outset; | 142 | border: lightgrey 2px outset; |
143 | cursor: pointer; | 143 | cursor: pointer; |
@@ -187,7 +187,7 @@ section button | |||
187 | } | 187 | } |
188 | section button:hover | 188 | section button:hover |
189 | { | 189 | { |
190 | background-color: #ffff00; | 190 | background-color: yellow; |
191 | border-radius: 4px; | 191 | border-radius: 4px; |
192 | cursor: pointer; | 192 | cursor: pointer; |
193 | } | 193 | } |
diff --git a/public/css/foot.css b/public/css/foot.css index dd9b953..0eb250e 100644 --- a/public/css/foot.css +++ b/public/css/foot.css | |||
@@ -28,7 +28,7 @@ footer > div | |||
28 | padding: 0 2px; | 28 | padding: 0 2px; |
29 | /*background-color: #13aff0ff; | 29 | /*background-color: #13aff0ff; |
30 | border-bottom: 3px #fadb11 solid;*/ | 30 | border-bottom: 3px #fadb11 solid;*/ |
31 | background-color: #ffff00; | 31 | background-color: yellow; |
32 | /*border-bottom: 2px #00a8f3 solid;*/ | 32 | /*border-bottom: 2px #00a8f3 solid;*/ |
33 | border-bottom: 2px #ff1d04 solid; | 33 | border-bottom: 2px #ff1d04 solid; |
34 | } | 34 | } |
@@ -58,7 +58,7 @@ footer > div | |||
58 | { | 58 | { |
59 | /*background-color: #13aff0; | 59 | /*background-color: #13aff0; |
60 | border-bottom: 3px #fadb11 solid;*/ | 60 | border-bottom: 3px #fadb11 solid;*/ |
61 | background-color: #ffff00; | 61 | background-color: yellow; |
62 | /*border-bottom: 2px #00a8f3 solid;*/ | 62 | /*border-bottom: 2px #00a8f3 solid;*/ |
63 | border-bottom: 2px #ff1d04 solid; | 63 | border-bottom: 2px #ff1d04 solid; |
64 | } | 64 | } |
@@ -131,7 +131,7 @@ footer > div | |||
131 | /*height: 70px;*/ | 131 | /*height: 70px;*/ |
132 | width: 100%; | 132 | width: 100%; |
133 | margin: auto; | 133 | margin: auto; |
134 | background-color: #ffff00; | 134 | background-color: yellow; |
135 | position: fixed; | 135 | position: fixed; |
136 | bottom: 0px; | 136 | bottom: 0px; |
137 | z-index: 1; /* augmenter la valeur si nécessaire */ | 137 | z-index: 1; /* augmenter la valeur si nécessaire */ |
@@ -149,7 +149,7 @@ footer > div | |||
149 | .logged_in button:hover | 149 | .logged_in button:hover |
150 | { | 150 | { |
151 | cursor: pointer; /* curseur qui touche du doigt */ | 151 | cursor: pointer; /* curseur qui touche du doigt */ |
152 | background-color: #ffff00; | 152 | background-color: yellow; |
153 | border-radius: 4px; | 153 | border-radius: 4px; |
154 | } | 154 | } |
155 | .modif_mode | 155 | .modif_mode |
diff --git a/public/css/form.css b/public/css/form.css index d317360..84c73ac 100644 --- a/public/css/form.css +++ b/public/css/form.css | |||
@@ -24,7 +24,7 @@ | |||
24 | } | 24 | } |
25 | .form_inputs input[type=submit]:hover | 25 | .form_inputs input[type=submit]:hover |
26 | { | 26 | { |
27 | background-color: #ffff00; | 27 | background-color: yellow; |
28 | border-radius: 4px; | 28 | border-radius: 4px; |
29 | cursor: pointer; | 29 | cursor: pointer; |
30 | } | 30 | } |
diff --git a/public/css/head.css b/public/css/head.css index eff7de6..a55449a 100644 --- a/public/css/head.css +++ b/public/css/head.css | |||
@@ -61,5 +61,5 @@ header a | |||
61 | 61 | ||
62 | .social img:hover | 62 | .social img:hover |
63 | { | 63 | { |
64 | background-color: #ffff00; | 64 | background-color: yellow; |
65 | } | 65 | } |
diff --git a/public/css/menu.css b/public/css/menu.css index 68e2b2a..62e6623 100644 --- a/public/css/menu.css +++ b/public/css/menu.css | |||
@@ -72,7 +72,7 @@ | |||
72 | } | 72 | } |
73 | .menu #location:hover, .menu input[type=submit]:hover, .move_entry_icon:hover | 73 | .menu #location:hover, .menu input[type=submit]:hover, .move_entry_icon:hover |
74 | { | 74 | { |
75 | background-color: #ffff00; | 75 | background-color: yellow; |
76 | border-radius: 4px; | 76 | border-radius: 4px; |
77 | border: lightgrey 2px outset; | 77 | border: lightgrey 2px outset; |
78 | cursor: pointer; | 78 | cursor: pointer; |
diff --git a/public/css/modif_page.css b/public/css/modif_page.css index 77392d2..d6fc23e 100644 --- a/public/css/modif_page.css +++ b/public/css/modif_page.css | |||
@@ -19,7 +19,7 @@ | |||
19 | }*/ | 19 | }*/ |
20 | .page_modification form input[type=submit]:hover | 20 | .page_modification form input[type=submit]:hover |
21 | { | 21 | { |
22 | background-color: #ffff00; | 22 | background-color: yellow; |
23 | border-radius: 4px; | 23 | border-radius: 4px; |
24 | cursor: pointer; | 24 | cursor: pointer; |
25 | } | 25 | } |
diff --git a/public/css/nav.css b/public/css/nav.css index 50bf4af..7f47cff 100644 --- a/public/css/nav.css +++ b/public/css/nav.css | |||
@@ -72,7 +72,7 @@ ul | |||
72 | /*.sub-menu p:hover*/ | 72 | /*.sub-menu p:hover*/ |
73 | .nav_main p:hover | 73 | .nav_main p:hover |
74 | { | 74 | { |
75 | background-color: #ffff00; | 75 | background-color: yellow; |
76 | } | 76 | } |
77 | .drop-right > a > p:after | 77 | .drop-right > a > p:after |
78 | { | 78 | { |
diff --git a/public/css/new_page.css b/public/css/new_page.css index 0cc067a..29d3ad0 100644 --- a/public/css/new_page.css +++ b/public/css/new_page.css | |||
@@ -19,7 +19,7 @@ | |||
19 | } | 19 | } |
20 | .new_page #page_location:hover, .new_page input[type=submit]:hover | 20 | .new_page #page_location:hover, .new_page input[type=submit]:hover |
21 | { | 21 | { |
22 | background-color: #ffff00; | 22 | background-color: yellow; |
23 | border-radius: 4px; | 23 | border-radius: 4px; |
24 | border: lightgrey 2px outset; | 24 | border: lightgrey 2px outset; |
25 | cursor: pointer; | 25 | cursor: pointer; |
diff --git a/public/js/form.js b/public/js/form.js index 0be2313..5c5a164 100644 --- a/public/js/form.js +++ b/public/js/form.js | |||
@@ -1,10 +1,9 @@ | |||
1 | //function sendMessage(){} | 1 | //function sendMessage(){} |
2 | 2 | ||
3 | // modif des paramètre d'envoi d'e-mail depuis l'espace admin | 3 | // modif des paramètre d'envoi d'e-mail depuis l'espace admin |
4 | /*function changeRecipient(id){ | 4 | function changeRecipient(id){ |
5 | const email = document.getElementById('recipient').value; | 5 | const email = document.getElementById('recipient').value; |
6 | const hidden = document.getElementById('recipient_hidden').value; | 6 | const hidden = document.getElementById('recipient_hidden').value; |
7 | const warning = document.querySelector('.no_recipient_warning'); | ||
8 | 7 | ||
9 | fetch('index.php?action=recipient_email', { | 8 | fetch('index.php?action=recipient_email', { |
10 | method: 'POST', | 9 | method: 'POST', |
@@ -16,7 +15,6 @@ | |||
16 | .then(response => response.json()) | 15 | .then(response => response.json()) |
17 | .then(data => { | 16 | .then(data => { |
18 | if(data.success){ | 17 | if(data.success){ |
19 | warning.classList.add('hidden'); | ||
20 | toastNotify('Adresse e-mail de destination modifiée'); | 18 | toastNotify('Adresse e-mail de destination modifiée'); |
21 | } | 19 | } |
22 | else{ | 20 | else{ |
@@ -26,20 +24,20 @@ | |||
26 | .catch(error => { | 24 | .catch(error => { |
27 | console.error('Erreur:', error); | 25 | console.error('Erreur:', error); |
28 | }); | 26 | }); |
29 | }*/ | 27 | } |
30 | 28 | ||
31 | function sendTestEmail(){ | 29 | function sendTestEmail(id){ |
32 | const admin_form = document.querySelector('.admin_form'); | 30 | const admin_form = document.querySelector('.admin_form'); |
33 | const test_email_success = document.querySelector('.test_email_success'); | 31 | const test_email_success = document.querySelector('.test_email_success'); |
34 | test_email_success.innerHTML = 'Envoi en cours, veuillez patienter'; | 32 | test_email_success.innerHTML = 'Envoi en cours, veuillez patienter'; |
35 | test_email_success.style.backgroundColor = '#f0f0f0'; | 33 | test_email_success.style.backgroundColor = 'yellow'; |
36 | 34 | ||
37 | fetch('index.php?action=test_email', { | 35 | fetch('index.php?action=test_email', { |
38 | method: 'POST', | 36 | method: 'POST', |
39 | headers: { | 37 | headers: { |
40 | 'Content-Type': 'application/json' | 38 | 'Content-Type': 'application/json' |
41 | }, | 39 | }, |
42 | body: JSON.stringify({}) | 40 | body: JSON.stringify({ id: id}) |
43 | }) | 41 | }) |
44 | .then(response => response.json()) | 42 | .then(response => response.json()) |
45 | .then(data => { | 43 | .then(data => { |
@@ -47,10 +45,10 @@ function sendTestEmail(){ | |||
47 | let color; | 45 | let color; |
48 | if(data.success){ | 46 | if(data.success){ |
49 | message = 'E-mail de test envoyé avec succès'; | 47 | message = 'E-mail de test envoyé avec succès'; |
50 | color = 'lawngreen'; | 48 | color = 'chartreuse'; |
51 | } | 49 | } |
52 | else{ | 50 | else{ |
53 | message = "Erreur à l'envoi de l'e-mail"; | 51 | message = "Erreur à l'envoi de l'e-mail, vérifiez la configuration du serveur"; |
54 | color = "orangered" | 52 | color = "orangered" |
55 | } | 53 | } |
56 | test_email_success.innerHTML = message; | 54 | test_email_success.innerHTML = message; |
@@ -62,10 +60,10 @@ function sendTestEmail(){ | |||
62 | }); | 60 | }); |
63 | } | 61 | } |
64 | 62 | ||
65 | function sendVisitorEmail(){ | 63 | function sendVisitorEmail(id){ |
66 | const send_email_success = document.querySelector('.send_email_success'); | 64 | const send_email_success = document.querySelector('.send_email_success'); |
67 | send_email_success.innerHTML = 'Envoi en cours, veuillez patienter'; | 65 | send_email_success.innerHTML = 'Envoi en cours, veuillez patienter'; |
68 | send_email_success.style.backgroundColor = 'initial'; | 66 | send_email_success.style.backgroundColor = 'yellow'; |
69 | 67 | ||
70 | const email_name = document.getElementById('email_name').value; | 68 | const email_name = document.getElementById('email_name').value; |
71 | const email_address = document.getElementById('email_address').value; | 69 | const email_address = document.getElementById('email_address').value; |
@@ -83,7 +81,8 @@ function sendVisitorEmail(){ | |||
83 | email: email_address, | 81 | email: email_address, |
84 | message: email_message, | 82 | message: email_message, |
85 | captcha: email_captcha, | 83 | captcha: email_captcha, |
86 | hidden: email_hidden | 84 | hidden: email_hidden, |
85 | id: id | ||
87 | }) | 86 | }) |
88 | }) | 87 | }) |
89 | .then(response => response.json()) | 88 | .then(response => response.json()) |