From 4f064f2ee53f5caccea9d2127f5d8e816e5f01ef Mon Sep 17 00:00:00 2001 From: omidmottaghi Date: Sat, 24 Dec 2005 12:41:17 +0000 Subject: [PATCH] archive template added --- templates/default-rtl/entries_archives.tpl | 19 +++++++++++++++++++ templates/default-rtl/entries_summary.tpl | 15 +++++++++++++++ templates/default-rtl/info.txt | 2 +- 3 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 templates/default-rtl/entries_archives.tpl create mode 100644 templates/default-rtl/entries_summary.tpl diff --git a/templates/default-rtl/entries_archives.tpl b/templates/default-rtl/entries_archives.tpl new file mode 100644 index 0000000..93c0d1c --- /dev/null +++ b/templates/default-rtl/entries_archives.tpl @@ -0,0 +1,19 @@ +{serendipity_hookPlugin hook="entries_header"} +{foreach from=$archives item="archive"} + + + + + {foreach from=$archive.months item="month"} + + + + + + + + {/foreach} +

{$archive.year}

{$month.entry_count} {$CONST.ENTRY}{$month.date|@formatTime:"%B"}({if $month.entry_count}{/if}{$CONST.VIEW_FULL}{if $month.entry_count}{/if})({if $month.entry_count}{/if}{$CONST.VIEW_TOPICS}{if $month.entry_count}{/if})
+{/foreach} +
+{serendipity_hookPlugin hook="entries_footer"}
diff --git a/templates/default-rtl/entries_summary.tpl b/templates/default-rtl/entries_summary.tpl new file mode 100644 index 0000000..3074c4b --- /dev/null +++ b/templates/default-rtl/entries_summary.tpl @@ -0,0 +1,15 @@ +{serendipity_hookPlugin hook="entries_header"} +
{$CONST.TOPICS_OF} {$dateRange.0|@formatTime:"%B¡ %Y"}
+ +
+ +
+
+{serendipity_hookPlugin hook="entries_footer"}
diff --git a/templates/default-rtl/info.txt b/templates/default-rtl/info.txt index df2e3cb..057dc41 100644 --- a/templates/default-rtl/info.txt +++ b/templates/default-rtl/info.txt @@ -1,4 +1,4 @@ -Name: RTL-Languages v0.1 +Name: RTL-Languages v0.3 Author: Tom Sommer, Omid Mottaghi Date: 28/2/2005 Require Serendipity: 0.8 -- 2.39.5