summaryrefslogtreecommitdiff
path: root/src/view/templates/blog.php
diff options
context:
space:
mode:
authorpolo <ordipolo@gmx.fr>2025-04-06 12:18:49 +0200
committerpolo <ordipolo@gmx.fr>2025-04-06 12:18:49 +0200
commit68b6058e2a27fc251c117c4efeb141392a0c9736 (patch)
tree5c029b2c147bd14f777765d41bc623582c81daa2 /src/view/templates/blog.php
parente4a325c9d5c07f09bc18b7e366ffb82b82c43502 (diff)
downloadcms-68b6058e2a27fc251c117c4efeb141392a0c9736.zip
nouvel article, boutons dans les builders, makeArticleNode, JS MAJ page, tri quand déplacement ou suppression
Diffstat (limited to 'src/view/templates/blog.php')
-rw-r--r--src/view/templates/blog.php8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/view/templates/blog.php b/src/view/templates/blog.php
index 35cac8b..e2066c8 100644
--- a/src/view/templates/blog.php
+++ b/src/view/templates/blog.php
@@ -1,6 +1,10 @@
1<section class="blog"> 1<section class="blog" 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>
7 <div>
5<?= $content ?> 8<?= $content ?>
9 </div>
6</section> \ No newline at end of file 10</section> \ No newline at end of file