diff options
Diffstat (limited to 'view/articlesContent.php')
| -rw-r--r-- | view/articlesContent.php | 27 |
1 files changed, 18 insertions, 9 deletions
diff --git a/view/articlesContent.php b/view/articlesContent.php index 4762f8e..87b3676 100644 --- a/view/articlesContent.php +++ b/view/articlesContent.php | |||
| @@ -88,17 +88,26 @@ for($i = 0; $i < $Articles->fileListCount; $i++) | |||
| 88 | ?> | 88 | ?> |
| 89 | </div> | 89 | </div> |
| 90 | <p class="boutonArticle" > | 90 | <p class="boutonArticle" > |
| 91 | <a href="<?= $lien_partage ?>" > | 91 | <a class="infobulle" href="<?= $lien_partage ?>" > |
| 92 | <img src="public/icone_partager.png" onclick="copierDansPressePapier('<?= $host ?>/<?= $lien_partage ?>')" > | 92 | <img src="public/icone_partager.png" onclick="copierDansPressePapier('<?= $host ?>/<?= $lien_partage ?>')" > |
| 93 | <button>Partager</button> | ||
| 94 | </a> | ||
| 95 | <a class="infobulle" href="index.php?page=<?= $page ?>&action=editor&file_code=<?= $Articles->fileList[$i]['fileCode'] ?>#<?= $Articles->fileList[$i]['fileCode'] ?>" > | ||
| 96 | <img src="public/icone_modifier.png" > | ||
| 97 | <button>Modifier</button> | ||
| 98 | </a> | ||
| 99 | <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'] ?>" > | ||
| 100 | <img src="public/icone_monter.png" > | ||
| 101 | <button>Monter</button> | ||
| 102 | </a> | ||
| 103 | <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'] ?>" > | ||
| 104 | <img src="public/icone_descendre.png" > | ||
| 105 | <button>Descendre</button> | ||
| 106 | </a> | ||
| 107 | <a class="infobulle" href="index.php?page=<?= $page ?>&action=suppression&file_code=<?= $Articles->fileList[$i]['fileCode'] ?>" onclick="confirmerSuppression()" > | ||
| 108 | <img src="public/icone_supprimer.png" > | ||
| 109 | <button>Supprimer</button> | ||
| 93 | </a> | 110 | </a> |
| 94 | <a href="index.php?page=<?= $page ?>&action=editor&file_code=<?= $Articles->fileList[$i]['fileCode'] ?>#<?= $Articles->fileList[$i]['fileCode'] ?>" > | ||
| 95 | <img src="public/icone_modifier.png" ></a> | ||
| 96 | <a href="index.php?page=<?= $page ?>&action=monter&file_code=<?= $Articles->fileList[$i]['fileCode'] ?>&position=<?= $Articles->fileList[$i]['position'] ?>#<?= $Articles->fileList[$i]['fileCode'] ?>" > | ||
| 97 | <img src="public/icone_monter.png" ></a> | ||
| 98 | <a href="index.php?page=<?= $page ?>&action=descendre&file_code=<?= $Articles->fileList[$i]['fileCode'] ?>&position=<?= $Articles->fileList[$i]['position'] ?>#<?= $Articles->fileList[$i]['fileCode'] ?>" > | ||
| 99 | <img src="public/icone_descendre.png" ></a> | ||
| 100 | <a href="index.php?page=<?= $page ?>&action=suppression&file_code=<?= $Articles->fileList[$i]['fileCode'] ?>" onclick="confirmerSuppression()" > | ||
| 101 | <img src="public/icone_supprimer.png" ></a> | ||
| 102 | </p> | 111 | </p> |
| 103 | <?php | 112 | <?php |
| 104 | } | 113 | } |
