X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tpl%2Fdaily.html;h=dde1f376022b345212addcf5f9357c02da456401;hb=5e148f8a529abf72256ef74ed149d56a5b27bd72;hp=b92425b558b2ea076696cf5262e3156fed5800b1;hpb=3259f1a81479ea24cc25e34529f4bafc655dbd0d;p=github%2Fshaarli%2FShaarli.git diff --git a/tpl/daily.html b/tpl/daily.html index b92425b5..dde1f376 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} -

- Daily 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)"} + ———————————
-
The Daily Shaarli
-
——————————— {$day} ———————————
+
{if="$linksToDisplay"} @@ -28,20 +53,31 @@ permalink
+ {if="!$hide_timestamps || isLoggedIn()"} +
+ {function="strftime('%c', $link.timestamp)"} +
+ {/if} {if="$link.tags"}
{loop="link.taglist"} - {$value|htmlspecialchars} - + {$value} - {/loop}
{/if}
- {$link.title|htmlspecialchars} + {$link.title}
{if="$link.thumbnail"}
{$link.thumbnail}
{/if}
{$link.formatedDescription}
+ +
+ {loop="$link.link_plugin"} + {$value} + {/loop} +
{/loop} @@ -50,6 +86,14 @@ {else}
No articles on this day.
{/if} + +
+ +
+ {loop="$plugin_end_zone"} + {$value} + {/loop} +
-
{include="page.footer"}