From aa1baa2762af55e47adc0465442d5fbe2b313796 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Wed, 4 Jan 2023 00:54:24 +0100 Subject: [PATCH] add dotty template --- CHANGELOG.md | 6 +-- default-templates/dotty/comListe.html | 58 +++++++++++++++++++++++++++ 2 files changed, 61 insertions(+), 3 deletions(-) create mode 100644 default-templates/dotty/comListe.html diff --git a/CHANGELOG.md b/CHANGELOG.md index 1904abf..8633dd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,5 @@ todo -- add dotty template -- remove currywurst template -- fix mustek template +- fix template pagination 0.5-dev - 2023.01.xx * update to dotclear 2.24 @@ -10,6 +8,8 @@ todo * use short settings id * add item to plugin simple menu * add install process +* add template dotty +* remove template currywurst comListe 0.4.2 - 11-11-2017 - Pierre Van Glabeke * màj tpl diff --git a/default-templates/dotty/comListe.html b/default-templates/dotty/comListe.html new file mode 100644 index 0000000..b826a14 --- /dev/null +++ b/default-templates/dotty/comListe.html @@ -0,0 +1,58 @@ +{{tpl:extends parent="__layout.html"}} + + + {{tpl:ComListePageTitle encode_html="1"}} - {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf> + + + + + + + + + + + + + +
+

{{tpl:ComListePageTitle encode_html="1"}}

+
+ +
+
+ + + + + +
+
+

+ {{tpl:lang Pages:}} {{tpl:ComListePaginationLinks}} +

+ + + +
\ No newline at end of file