diff options
| author | polo <ordipolo@gmx.fr> | 2023-03-03 23:44:43 +0100 |
|---|---|---|
| committer | polo <ordipolo@gmx.fr> | 2023-03-03 23:44:43 +0100 |
| commit | c0b176ae142624d6a6daa0f65ea6fead448b8b47 (patch) | |
| tree | e06445897db82e0f3cddd13bb2a67860fcf9fc3c /view/discographie.php | |
| parent | a1a9c5d80d800f6c38b900c66c77db05801a6f1d (diff) | |
| download | melaine-c0b176ae142624d6a6daa0f65ea6fead448b8b47.tar.gz melaine-c0b176ae142624d6a6daa0f65ea6fead448b8b47.tar.bz2 melaine-c0b176ae142624d6a6daa0f65ea6fead448b8b47.zip | |
inversion de positions
Diffstat (limited to 'view/discographie.php')
| -rw-r--r-- | view/discographie.php | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/view/discographie.php b/view/discographie.php index 2220715..3007c86 100644 --- a/view/discographie.php +++ b/view/discographie.php | |||
| @@ -81,10 +81,11 @@ if($_SESSION['admin'] == 1) | |||
| 81 | { | 81 | { |
| 82 | $style = ''; | 82 | $style = ''; |
| 83 | ?> | 83 | ?> |
| 84 | <!-- le bouton Nouvel album est considéré comme un article --> | ||
| 84 | <article> | 85 | <article> |
| 85 | <p class="boutonAlbum" > | 86 | <p class="boutonAlbum" > |
| 86 | <a href="index.php?page=discographie&action=edition" > | 87 | <a href="index.php?page=discographie&action=edition" > |
| 87 | Nouvel album | 88 | <span>Nouvel album</span> |
| 88 | </a> | 89 | </a> |
| 89 | </p> | 90 | </p> |
| 90 | </article> | 91 | </article> |
| @@ -151,6 +152,10 @@ for($i = 0; $i < $Albums->fileListCount; $i++) | |||
| 151 | <a href="index.php?<?= $lienBoutonModif[$i] ?>" > | 152 | <a href="index.php?<?= $lienBoutonModif[$i] ?>" > |
| 152 | <img src="public/icone_modifier.png" > | 153 | <img src="public/icone_modifier.png" > |
| 153 | </a> | 154 | </a> |
| 155 | <a href="index.php?page=<?= $page ?>&action=monter&file_code=<?= $Albums->fileList[$i]['fileCode'] ?>&position=<?= $Albums->fileList[$i]['position'] ?>#<?= $Albums->fileList[$i]['fileCode'] ?>" > | ||
| 156 | <img src="public/icone_monter.png" ></a> | ||
| 157 | <a href="index.php?page=<?= $page ?>&action=descendre&file_code=<?= $Albums->fileList[$i]['fileCode'] ?>&position=<?= $Albums->fileList[$i]['position'] ?>#<?= $Albums->fileList[$i]['fileCode'] ?>" > | ||
| 158 | <img src="public/icone_descendre.png" ></a> | ||
| 154 | <a href="index.php?page=discographie&action=suppression&file_code=<?= $Albums->fileList[$i]['fileCode'] ?>" onclick="confirmerSuppression()" > | 159 | <a href="index.php?page=discographie&action=suppression&file_code=<?= $Albums->fileList[$i]['fileCode'] ?>" onclick="confirmerSuppression()" > |
| 155 | <img src="public/icone_supprimer.png" > | 160 | <img src="public/icone_supprimer.png" > |
| 156 | </a> | 161 | </a> |
