diff options
author | polo <ordipolo@gmx.fr> | 2025-04-06 12:18:49 +0200 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2025-04-06 12:18:49 +0200 |
commit | 68b6058e2a27fc251c117c4efeb141392a0c9736 (patch) | |
tree | 5c029b2c147bd14f777765d41bc623582c81daa2 /src/view/templates/galery.php | |
parent | e4a325c9d5c07f09bc18b7e366ffb82b82c43502 (diff) | |
download | cms-68b6058e2a27fc251c117c4efeb141392a0c9736.zip |
nouvel article, boutons dans les builders, makeArticleNode, JS MAJ page, tri quand déplacement ou suppression
Diffstat (limited to 'src/view/templates/galery.php')
-rw-r--r-- | src/view/templates/galery.php | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/view/templates/galery.php b/src/view/templates/galery.php index 306526f..246c4dd 100644 --- a/src/view/templates/galery.php +++ b/src/view/templates/galery.php | |||
@@ -1,9 +1,10 @@ | |||
1 | <section class="galery"> | 1 | <section class="galery" id="<?= $this->id_node ?>"> |
2 | <h3><?= $title ?></h3> | 2 | <h3><?= $title ?></h3> |
3 | <?= $new_article ?> | 3 | <?= $new_article ?> |
4 | <?= $new_article_admin_buttons ?> | 4 | <script> |
5 | var clone<?= $this->id_node ?> = document.currentScript.previousElementSibling.cloneNode(true); | ||
6 | </script> | ||
5 | <div class="galery_photos"> | 7 | <div class="galery_photos"> |
6 | <a><p></p></a> | ||
7 | <?= $content ?> | 8 | <?= $content ?> |
8 | </div> | 9 | </div> |
9 | <script>enableGaleryScroller();</script> | 10 | <script>enableGaleryScroller();</script> |