From e71aae79615f97e2845524e54e9555efeed143ac Mon Sep 17 00:00:00 2001 From: Gnieark Date: Sun, 23 Sep 2018 16:23:37 +0200 Subject: [PATCH] i forgetted the search page. I's done. --- _define.php | 2 +- tpl/search.html | 100 ++++++++++++++++++++---------------------------- 2 files changed, 42 insertions(+), 60 deletions(-) diff --git a/_define.php b/_define.php index 608ac43..f5cc247 100644 --- a/_define.php +++ b/_define.php @@ -3,5 +3,5 @@ $this->registerModule( /* Name */ "Ventres mous", /* Description*/ "Thème Ventres mous", /* Author */ "Zigazou & Gnieark", - /* Version */ '1.2.4' + /* Version */ '1.2.5' ); diff --git a/tpl/search.html b/tpl/search.html index cbcf196..e481f9b 100644 --- a/tpl/search.html +++ b/tpl/search.html @@ -34,11 +34,10 @@ - - -
-

{{tpl:lang Search}}

+
+

{{tpl:lang Search}}

+

{{tpl:SysSearchString encode_html="1" string="Your search for %1$s returned no result."}}

@@ -48,72 +47,55 @@

{{tpl:SysSearchString encode_html="1" string="Your search for %1$s returned %2$s results."}}

-
+ -
- -

{{tpl:EntryDate}}

- -

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

- - - - - - - + +
+

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

{{tpl:SysBehavior behavior="publicEntryBeforeContent"}} - -
{{tpl:EntryExcerpt}}
-

{{tpl:lang Continue - reading}}...

+ {{tpl:EntryFirstImage size="s" class="EntryFirstImage" with_category="1"}} +

+ + {{tpl:EntryExcerpt remove_html="1" encode_html="1"}} +

+

Lire la suite...

- + -
{{tpl:EntryContent}}
-
- - - {{tpl:SysBehavior behavior="publicEntryAfterContent"}} - - - -

+ + {{tpl:EntryContent remove_html="1" encode_html="1" cut_string="300"}} +

+

Lire la suite...

-
+ + + {{tpl:SysBehavior behavior="publicEntryAfterContent"}} + + + + + - - -

- - {{tpl:lang page}} {{tpl:PaginationCurrent}} {{tpl:lang of}} {{tpl:PaginationCounter}} - -

-
-
+
\ No newline at end of file