2013-02-26 10:09:41 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>{include="includes"}</head>
|
|
|
|
<body>
|
2015-07-15 11:47:12 +02:00
|
|
|
<div id="pageheader">
|
|
|
|
{include="page.header"}
|
|
|
|
</div>
|
2013-02-26 10:09:41 +01:00
|
|
|
<div class="daily">
|
2015-07-15 11:47:12 +02:00
|
|
|
<div id="plugin_zone_start_picwall" class="plugin_zone">
|
|
|
|
{loop="$plugin_start_zone"}
|
|
|
|
{$value}
|
|
|
|
{/loop}
|
|
|
|
</div>
|
|
|
|
|
2013-02-26 10:09:41 +01:00
|
|
|
<div class="dailyAbout">
|
2015-07-15 11:47:12 +02:00
|
|
|
All links of one day<br>in a single page.<br>
|
|
|
|
{if="$previousday"} <a href="?do=daily&day={$previousday}"><b><</b>Previous day</a>{else}<b><</b>Previous day{/if}
|
|
|
|
-
|
|
|
|
{if="$nextday"}<a href="?do=daily&day={$nextday}">Next day<b>></b></a>{else}Next day<b>></b>{/if}
|
|
|
|
<br>
|
|
|
|
|
|
|
|
{loop="$daily_about_plugin"}
|
|
|
|
{$value}
|
|
|
|
{/loop}
|
|
|
|
|
|
|
|
<br>
|
|
|
|
<a href="?do=dailyrss" title="1 RSS entry per day"><img src="images/feed-icon-14x14.png#" alt="rss_feed">Daily RSS Feed</a>
|
2013-02-26 10:09:41 +01:00
|
|
|
</div>
|
2015-07-15 11:47:12 +02:00
|
|
|
|
|
|
|
<div class="dailyTitle">
|
2017-01-03 11:42:21 +01:00
|
|
|
<img src="images/floral_left.png" width="51" height="50" class="nomobile" alt="floral_left">
|
2015-07-15 11:47:12 +02:00
|
|
|
The Daily Shaarli
|
2017-01-03 11:42:21 +01:00
|
|
|
<img src="images/floral_right.png" width="51" height="50" class="nomobile" alt="floral_right">
|
2015-07-15 11:47:12 +02:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="dailyDate">
|
|
|
|
<span class="nomobile">———————————</span>
|
|
|
|
{function="strftime('%A %d, %B %Y', $day)"}
|
|
|
|
<span class="nomobile">———————————</span>
|
|
|
|
</div>
|
|
|
|
|
2014-12-02 21:00:52 +01:00
|
|
|
<div class="clear"></div>
|
2013-02-26 10:09:41 +01:00
|
|
|
|
2014-12-22 17:11:53 +01:00
|
|
|
{if="$linksToDisplay"}
|
2016-10-16 17:41:08 +02:00
|
|
|
{loop="$cols"}
|
2014-12-22 17:11:53 +01:00
|
|
|
{if="isset($value[0])"}
|
|
|
|
<div id="daily_col{$counter+1}">
|
2016-10-16 17:41:08 +02:00
|
|
|
{loop="$value"}
|
2014-12-22 17:11:53 +01:00
|
|
|
{$link=$value}
|
|
|
|
<div class="dailyEntry">
|
|
|
|
<div class="dailyEntryPermalink">
|
2016-11-28 16:16:44 +01:00
|
|
|
<a href="?{$value.shorturl}">
|
2017-01-03 11:42:21 +01:00
|
|
|
<img src="images/squiggle.png" width="25" height="26" title="permalink" alt="permalink">
|
2014-12-22 17:11:53 +01:00
|
|
|
</a>
|
|
|
|
</div>
|
2016-05-29 16:10:32 +02:00
|
|
|
{if="!$hide_timestamps || isLoggedIn()"}
|
2015-01-15 00:05:26 +01:00
|
|
|
<div class="dailyEntryLinkdate">
|
2016-11-28 16:16:44 +01:00
|
|
|
<a href="?{$value.shorturl}">{function="strftime('%c', $link.timestamp)"}</a>
|
2015-01-15 00:05:26 +01:00
|
|
|
</div>
|
|
|
|
{/if}
|
2014-12-22 17:11:53 +01:00
|
|
|
{if="$link.tags"}
|
|
|
|
<div class="dailyEntryTags">
|
2016-10-16 17:41:08 +02:00
|
|
|
{loop="$link.taglist"}
|
2015-06-11 13:53:27 +02:00
|
|
|
{$value} -
|
2014-12-22 17:11:53 +01:00
|
|
|
{/loop}
|
|
|
|
</div>
|
|
|
|
{/if}
|
|
|
|
<div class="dailyEntryTitle">
|
2015-09-18 13:26:36 +02:00
|
|
|
<a href="{$link.real_url}">{$link.title}</a>
|
2014-12-22 17:11:53 +01:00
|
|
|
</div>
|
|
|
|
{if="$link.thumbnail"}
|
|
|
|
<div class="dailyEntryThumbnail">{$link.thumbnail}</div>
|
|
|
|
{/if}
|
|
|
|
<div class="dailyEntryDescription">{$link.formatedDescription}</div>
|
2015-07-15 11:47:12 +02:00
|
|
|
|
|
|
|
<div class="dailyEntryFooter">
|
|
|
|
{loop="$link.link_plugin"}
|
|
|
|
{$value}
|
|
|
|
{/loop}
|
|
|
|
</div>
|
2014-12-22 17:11:53 +01:00
|
|
|
</div>
|
|
|
|
{/loop}
|
|
|
|
</div>
|
|
|
|
{/if}
|
2013-02-26 10:09:41 +01:00
|
|
|
{/loop}
|
|
|
|
{else}
|
2014-12-02 21:00:52 +01:00
|
|
|
<div class="dailyNoEntry">No articles on this day.</div>
|
2013-02-26 10:09:41 +01:00
|
|
|
{/if}
|
2015-07-15 11:47:12 +02:00
|
|
|
|
|
|
|
<div class="clear"></div>
|
|
|
|
|
|
|
|
<div id="plugin_zone_end_picwall" class="plugin_zone">
|
|
|
|
{loop="$plugin_end_zone"}
|
|
|
|
{$value}
|
|
|
|
{/loop}
|
|
|
|
</div>
|
2017-01-03 11:42:21 +01:00
|
|
|
<div id="closing"><img src="images/squiggle_closing.png" width="66" height="61" alt="-"></div>
|
2013-02-26 10:09:41 +01:00
|
|
|
</div>
|
|
|
|
{include="page.footer"}
|
|
|
|
</body>
|
2014-12-02 21:00:52 +01:00
|
|
|
</html>
|