diff options
Diffstat (limited to 'view/discographie.php')
-rw-r--r-- | view/discographie.php | 22 |
1 files changed, 14 insertions, 8 deletions
diff --git a/view/discographie.php b/view/discographie.php index c5c9135..8cefa18 100644 --- a/view/discographie.php +++ b/view/discographie.php | |||
@@ -136,7 +136,7 @@ for($i = 0; $i < $Albums->fileListCount; $i++) | |||
136 | } | 136 | } |
137 | ?> | 137 | ?> |
138 | <figure> | 138 | <figure> |
139 | <img class="vignette" src="data/discographie/images-mini/<?= $Albums->fileList[$i]['pochetteMini'] ?>" alt="" > | 139 | <img src="data/discographie/images-mini/<?= $Albums->fileList[$i]['pochetteMini'] ?>" alt="" > |
140 | <figcaption><?= $Albums->fileList[$i]['titre'] ?><br><?= $Albums->fileList[$i]['annee'] ?></figcaption> | 140 | <figcaption><?= $Albums->fileList[$i]['titre'] ?><br><?= $Albums->fileList[$i]['annee'] ?></figcaption> |
141 | </figure> | 141 | </figure> |
142 | <?php | 142 | <?php |
@@ -153,18 +153,24 @@ for($i = 0; $i < $Albums->fileListCount; $i++) | |||
153 | global $host;*/ | 153 | global $host;*/ |
154 | ?> | 154 | ?> |
155 | <p> | 155 | <p> |
156 | <!-- <a href="<?= $lien_partage ?>" > | 156 | <!-- <a class="infobulle" href="<?= $lien_partage ?>" > |
157 | <img src="public/icone_partager.png" onclick="copierDansPressePapier('<?= $host ?>/<?= $lien_partage ?>')" > | 157 | <img src="public/icone_partager.png" onclick="copierDansPressePapier('<?= $host ?>/<?= $lien_partage ?>')" > |
158 | </a> --> | 158 | </a> --> |
159 | <a href="index.php?<?= $lienBoutonModif[$i] ?>" > | 159 | <a class="infobulle" href="index.php?<?= $lienBoutonModif[$i] ?>" > |
160 | <img src="public/icone_modifier.png" > | 160 | <img src="public/icone_modifier.png" > |
161 | <button>Modifier</button> | ||
161 | </a> | 162 | </a> |
162 | <a href="index.php?page=<?= $page ?>&action=monter&file_code=<?= $Albums->fileList[$i]['fileCode'] ?>&position=<?= $Albums->fileList[$i]['position'] ?>#<?= $Albums->fileList[$i]['fileCode'] ?>" > | 163 | <a class="infobulle" href="index.php?page=<?= $page ?>&action=monter&file_code=<?= $Albums->fileList[$i]['fileCode'] ?>&position=<?= $Albums->fileList[$i]['position'] ?>#<?= $Albums->fileList[$i]['fileCode'] ?>" > |
163 | <img src="public/icone_monter.png" ></a> | 164 | <img src="public/icone_monter.png" > |
164 | <a href="index.php?page=<?= $page ?>&action=descendre&file_code=<?= $Albums->fileList[$i]['fileCode'] ?>&position=<?= $Albums->fileList[$i]['position'] ?>#<?= $Albums->fileList[$i]['fileCode'] ?>" > | 165 | <button>Monter</button> |
165 | <img src="public/icone_descendre.png" ></a> | 166 | </a> |
166 | <a href="index.php?page=discographie&action=suppression&file_code=<?= $Albums->fileList[$i]['fileCode'] ?>" onclick="confirmerSuppression()" > | 167 | <a class="infobulle" href="index.php?page=<?= $page ?>&action=descendre&file_code=<?= $Albums->fileList[$i]['fileCode'] ?>&position=<?= $Albums->fileList[$i]['position'] ?>#<?= $Albums->fileList[$i]['fileCode'] ?>" > |
168 | <img src="public/icone_descendre.png" > | ||
169 | <button>Descendre</button> | ||
170 | </a> | ||
171 | <a class="infobulle" href="index.php?page=discographie&action=suppression&file_code=<?= $Albums->fileList[$i]['fileCode'] ?>" onclick="confirmerSuppression()" > | ||
167 | <img src="public/icone_supprimer.png" > | 172 | <img src="public/icone_supprimer.png" > |
173 | <button>Supprimer</button> | ||
168 | </a> | 174 | </a> |
169 | </p> | 175 | </p> |
170 | <?php | 176 | <?php |