From 567967fdf94b2b8ba2b2fc9c8836e89ac23c8c71 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Wed, 15 Jul 2015 11:47:12 +0200 Subject: Template upgrade to handle plugin zones Add a bunch of plugin placeholders in templates --- tpl/daily.html | 57 ++++++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 48 insertions(+), 9 deletions(-) (limited to 'tpl/daily.html') diff --git a/tpl/daily.html b/tpl/daily.html index 38aa4012..93a3ab45 100644 --- a/tpl/daily.html +++ b/tpl/daily.html @@ -2,18 +2,43 @@ {include="includes"} - +
+
+ {loop="$plugin_start_zone"} + {$value} + {/loop} +
+
- All links of one day
in a single page.
- {if="$previousday"} <Previous day{else}<Previous day{/if} - - - {if="$nextday"}Next day>{else}Next day>{/if} -

- rss_feedDaily RSS Feed + All links of one day
in a single page.
+ {if="$previousday"} <Previous day{else}<Previous day{/if} + - + {if="$nextday"}Next day>{else}Next day>{/if} +
+ + {loop="$daily_about_plugin"} + {$value} + {/loop} + +
+ rss_feedDaily RSS Feed
-
floral_left The Daily Shaarli floral_right
-
——————————— {function="strftime('%A %d, %B %Y', $day)"} ———————————
+ +
+ floral_left + The Daily Shaarli + floral_right +
+ +
+ ——————————— + {function="strftime('%A %d, %B %Y', $day)"} + ——————————— +
+
{if="$linksToDisplay"} @@ -47,6 +72,12 @@
{$link.thumbnail}
{/if}
{$link.formatedDescription}
+ +
+ {loop="$link.link_plugin"} + {$value} + {/loop} +
{/loop} @@ -55,6 +86,14 @@ {else}
No articles on this day.
{/if} + +
+ +
+ {loop="$plugin_end_zone"} + {$value} + {/loop} +
-
{include="page.footer"} -- cgit v1.2.3