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}} +

+ +

+ {{tpl:lang Number of comments per page:}} {{tpl:ComListeNbCommentsPerPage}}
+ {{tpl:lang Total Comments:}} {{tpl:ComListeNbComments}} +

+ +
\ No newline at end of file