diff options
author | polo <ordipolo@gmx.fr> | 2025-10-20 17:12:55 +0200 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2025-10-20 17:12:55 +0200 |
commit | 8bc4814fc83001d02ab3298e06596f0bd2a99f44 (patch) | |
tree | 7aa9e2658dc7350e3c3ef0d59c03dc68b6235e1b /src | |
parent | 09d7191793bc9baafa591f5815aa60fe474465c6 (diff) | |
download | cms-8bc4814fc83001d02ab3298e06596f0bd2a99f44.zip |
fignolage pignolage
Diffstat (limited to 'src')
-rw-r--r-- | src/view/templates/login.php | 12 | ||||
-rw-r--r-- | src/view/templates/menu.php | 6 | ||||
-rw-r--r-- | src/view/templates/new_page.php | 6 | ||||
-rw-r--r-- | src/view/templates/user_edit.php | 2 |
4 files changed, 18 insertions, 8 deletions
diff --git a/src/view/templates/login.php b/src/view/templates/login.php index c40b3a7..78ecf55 100644 --- a/src/view/templates/login.php +++ b/src/view/templates/login.php | |||
@@ -20,10 +20,12 @@ | |||
20 | </form> | 20 | </form> |
21 | <p class='connexionP' >Au fait? Vous n'utilisez pas votre propre ordinateur ou téléphone?<br/> | 21 | <p class='connexionP' >Au fait? Vous n'utilisez pas votre propre ordinateur ou téléphone?<br/> |
22 | Utilisez la navigation privée.</p> | 22 | Utilisez la navigation privée.</p> |
23 | <p class="connexionP connexionFooter" > | ||
24 | <a href="<?= $link_exit ?>" > | ||
25 | <button>Retour au site</button> | ||
26 | </a> | ||
27 | </p> | ||
28 | </div> | 23 | </div> |
24 | </section> | ||
25 | <section class="basic_section"> | ||
26 | <p class="connexionP connexionFooter" > | ||
27 | <a href="<?= $link_exit ?>" > | ||
28 | <button>Retour au site</button> | ||
29 | </a> | ||
30 | </p> | ||
29 | </section> \ No newline at end of file | 31 | </section> \ No newline at end of file |
diff --git a/src/view/templates/menu.php b/src/view/templates/menu.php index 7f4b26f..5a2efe5 100644 --- a/src/view/templates/menu.php +++ b/src/view/templates/menu.php | |||
@@ -38,5 +38,9 @@ | |||
38 | <div id="menu_edit_buttons"> | 38 | <div id="menu_edit_buttons"> |
39 | <?= $this->html ?> | 39 | <?= $this->html ?> |
40 | </div> | 40 | </div> |
41 | <a href="<?= new URL ?>"><button>Retour au site</button></a> | 41 | </section> |
42 | <section class="basic_section"> | ||
43 | <a href="<?= new URL ?>"> | ||
44 | <button>Retour au site</button> | ||
45 | </a> | ||
42 | </section> \ No newline at end of file | 46 | </section> \ No newline at end of file |
diff --git a/src/view/templates/new_page.php b/src/view/templates/new_page.php index afa1d8f..7b494d9 100644 --- a/src/view/templates/new_page.php +++ b/src/view/templates/new_page.php | |||
@@ -23,7 +23,11 @@ | |||
23 | <textarea id="page_description" name="page_description" cols="40" rows="3" placeholder="ex: nous faisons ceci et cela, etc"></textarea> | 23 | <textarea id="page_description" name="page_description" cols="40" rows="3" placeholder="ex: nous faisons ceci et cela, etc"></textarea> |
24 | </p> | 24 | </p> |
25 | <input type="submit" value="Créer la page"> | 25 | <input type="submit" value="Créer la page"> |
26 | <button onclick="window.location.href='<?= new URL ?>';">Retour au site</button><!-- le JS est un hack pour contourner le blocage du bouton par les "required" --> | ||
27 | </form> | 26 | </form> |
28 | </div> | 27 | </div> |
28 | </section> | ||
29 | <section class="basic_section"> | ||
30 | <a href="<?= new URL ?>"> | ||
31 | <button>Retour au site</button> | ||
32 | </a> | ||
29 | </section> \ No newline at end of file | 33 | </section> \ No newline at end of file |
diff --git a/src/view/templates/user_edit.php b/src/view/templates/user_edit.php index 18eb037..d647dc2 100644 --- a/src/view/templates/user_edit.php +++ b/src/view/templates/user_edit.php | |||
@@ -52,7 +52,7 @@ | |||
52 | </form> | 52 | </form> |
53 | </div> | 53 | </div> |
54 | </div> | 54 | </div> |
55 | <div class="login_form"> | 55 | <div class="basic_section"> |
56 | <p class="connexionP connexionFooter" > | 56 | <p class="connexionP connexionFooter" > |
57 | <a href="<?= $link_exit ?>"> | 57 | <a href="<?= $link_exit ?>"> |
58 | <button>Retour au site</button></a> | 58 | <button>Retour au site</button></a> |