summaryrefslogtreecommitdiff
path: root/view/articlesContent.php
diff options
context:
space:
mode:
authorpolo <ordipolo@gmx.fr>2023-07-27 11:33:52 +0200
committerpolo <ordipolo@gmx.fr>2023-07-27 11:33:52 +0200
commit353a25789d477a0403f0acf35cef158ec8c8e4eb (patch)
treeb3ebc830db9de6baf9ef46f1519633fc968bc5cf /view/articlesContent.php
parent3c35bd40e92ef11230d5ad3ea2d9dbe516508eb4 (diff)
downloadmelaine-353a25789d477a0403f0acf35cef158ec8c8e4eb.zip
float left actualité, validation W3C partie 1
Diffstat (limited to 'view/articlesContent.php')
-rw-r--r--view/articlesContent.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/view/articlesContent.php b/view/articlesContent.php
index 33e50a4..7abc289 100644
--- a/view/articlesContent.php
+++ b/view/articlesContent.php
@@ -87,7 +87,7 @@ for($i = 0; $i < $Articles->fileListCount; $i++)
87 </div> 87 </div>
88 <p class="boutonArticle" > 88 <p class="boutonArticle" >
89 <a class="infobulle" href="<?= $lien_partage ?>" > 89 <a class="infobulle" href="<?= $lien_partage ?>" >
90 <img src="public/icone_partager.png" onclick="copierDansPressePapier('<?= $host ?>/<?= $lien_partage ?>')" > 90 <img src="public/icone_partager.png" onclick="copierDansPressePapier('<?= $host ?>/<?= $lien_partage ?>')" alt="bouton">
91 <button>Partager</button> 91 <button>Partager</button>
92 </a> 92 </a>
93<?php 93<?php
@@ -96,19 +96,19 @@ for($i = 0; $i < $Articles->fileListCount; $i++)
96 { 96 {
97?> 97?>
98 <a class="infobulle" href="index.php?page=<?= $page ?>&action=editor&file_code=<?= $Articles->fileList[$i]['fileCode'] ?>#<?= $Articles->fileList[$i]['fileCode'] ?>" > 98 <a class="infobulle" href="index.php?page=<?= $page ?>&action=editor&file_code=<?= $Articles->fileList[$i]['fileCode'] ?>#<?= $Articles->fileList[$i]['fileCode'] ?>" >
99 <img src="public/icone_modifier.png" > 99 <img src="public/icone_modifier.png" alt="bouton">
100 <button>Modifier</button> 100 <button>Modifier</button>
101 </a> 101 </a>
102 <a class="infobulle" href="index.php?page=<?= $page ?>&action=monter&file_code=<?= $Articles->fileList[$i]['fileCode'] ?>&position=<?= $Articles->fileList[$i]['position'] ?>#<?= $Articles->fileList[$i]['fileCode'] ?>" > 102 <a class="infobulle" href="index.php?page=<?= $page ?>&action=monter&file_code=<?= $Articles->fileList[$i]['fileCode'] ?>&position=<?= $Articles->fileList[$i]['position'] ?>#<?= $Articles->fileList[$i]['fileCode'] ?>" >
103 <img src="public/icone_monter.png" > 103 <img src="public/icone_monter.png" alt="bouton">
104 <button>Monter</button> 104 <button>Monter</button>
105 </a> 105 </a>
106 <a class="infobulle" href="index.php?page=<?= $page ?>&action=descendre&file_code=<?= $Articles->fileList[$i]['fileCode'] ?>&position=<?= $Articles->fileList[$i]['position'] ?>#<?= $Articles->fileList[$i]['fileCode'] ?>" > 106 <a class="infobulle" href="index.php?page=<?= $page ?>&action=descendre&file_code=<?= $Articles->fileList[$i]['fileCode'] ?>&position=<?= $Articles->fileList[$i]['position'] ?>#<?= $Articles->fileList[$i]['fileCode'] ?>" >
107 <img src="public/icone_descendre.png" > 107 <img src="public/icone_descendre.png" alt="bouton">
108 <button>Descendre</button> 108 <button>Descendre</button>
109 </a> 109 </a>
110 <a class="infobulle" href="index.php?page=<?= $page ?>&action=suppression&file_code=<?= $Articles->fileList[$i]['fileCode'] ?>" onclick="confirmerSuppression()" > 110 <a class="infobulle" href="index.php?page=<?= $page ?>&action=suppression&file_code=<?= $Articles->fileList[$i]['fileCode'] ?>" onclick="confirmerSuppression()" >
111 <img src="public/icone_supprimer.png" > 111 <img src="public/icone_supprimer.png" alt="bouton">
112 <button>Supprimer</button> 112 <button>Supprimer</button>
113 </a> 113 </a>
114 </p> 114 </p>