From 450342737ced8ef2864b4f83a4107a7fafcc4add Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20SAUVAGE?= Date: Tue, 26 Feb 2013 10:09:41 +0100 Subject: Initial commit (version 0.0.40 beta) --- tpl/daily.html | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 tpl/daily.html (limited to 'tpl/daily.html') diff --git a/tpl/daily.html b/tpl/daily.html new file mode 100644 index 00000000..4bc8568b --- /dev/null +++ b/tpl/daily.html @@ -0,0 +1,63 @@ + + +{include="includes"} + + +
+
+ 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 +
+
The Daily Shaarli
+
——————————— {$day} ———————————
+
+ + {if="$linksToDisplay"} +
+ {loop="col1"} +
+
permalink
+ {if="$value.tags"}
{loop="value.taglist"}{$value|htmlspecialchars} - {/loop}
{/if} + + {if="$value.thumbnail"}
{$value.thumbnail}
{/if} +
{$value.formatedDescription}
+
+ {/loop} +
+ +
+ {loop="col2"} +
+
permalink
+ {if="$value.tags"}
{loop="value.taglist"}{$value|htmlspecialchars} - {/loop}
{/if} + + {if="$value.thumbnail"}
{$value.thumbnail}
{/if} +
{$value.formatedDescription}
+
+ {/loop} +
+ +
+ {loop="col3"} +
+
permalink
+ {if="$value.tags"}
{loop="value.taglist"}{$value|htmlspecialchars} - {/loop}
{/if} + + {if="$value.thumbnail"}
{$value.thumbnail}
{/if} +
{$value.formatedDescription}
+
+ {/loop} +
+ {else} +
No articles on this day.
+ {/if} +
+
-
+
+{include="page.footer"} + + \ No newline at end of file -- cgit v1.2.3