X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tpl%2Fdefault%2Fdaily.html;h=3749bffb620a317c276c4b63a2e9aa42b031a67d;hb=7f5250421be4832b9679d8140bc4a71c8005dfa3;hp=e86e90b1e0bd3c13e12a7d4286d62600ed917808;hpb=a0df06517bada0f811b464017ce385290e02c2bf;p=github%2Fshaarli%2FShaarli.git diff --git a/tpl/default/daily.html b/tpl/default/daily.html index e86e90b1..3749bffb 100644 --- a/tpl/default/daily.html +++ b/tpl/default/daily.html @@ -1,101 +1,122 @@ - -{include="includes"} + + + {include="includes"} + - -
-
- {loop="$plugin_start_zone"} - {$value} - {/loop} -
+{include="page.header"} -
- 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} -
+
+
+
+

+ {'The Daily Shaarli'|t} + +

- {loop="$daily_about_plugin"} - {$value} - {/loop} - -
- rss_feedDaily RSS Feed +
+ {loop="$plugin_start_zone"} + {$value} + {/loop}
-
- floral_left - The Daily Shaarli - floral_right -
+
-
- ——————————— - {function="strftime('%A %d, %B %Y', $day)"} - ——————————— +
+
+ {if="$previousday"} + + + {'Previous day'|t} + + {/if} +
+
+ {'All links of one day in a single page.'|t} +
+
+ {if="$nextday"} + + {'Next day'|t} + + + {/if} +
+
+
+

+ {if="!empty($dayDesc)"} + {$dayDesc} - + {/if} + {function="format_date($dayDate, false)"} +

+ +
+ {loop="$daily_about_plugin"} + {$value} + {/loop} +
+
-
{if="$linksToDisplay"} +
{loop="$cols"} - {if="isset($value[0])"} -
- {loop="$value"} - {$link=$value} -
- - {if="!$hide_timestamps || isLoggedIn()"} - - {/if} - {if="$link.tags"} -
- {loop="$link.taglist"} - {$value} - - {/loop} -
- {/if} - - {if="$link.thumbnail"} -
{$link.thumbnail}
- {/if} -
{$link.formatedDescription}
- -
- {loop="$link.link_plugin"} - {$value} - {/loop} -
+ {if="isset($value[0])"} +
+ {loop="value"} + {$link=$value} +
+
+ + + + {$link.title} +
+ {if="$thumbnails_enabled && !empty($link.thumbnail)"} +
+ thumbnail
- {/loop} + {/if} +
{$link.formatedDescription}
+ {if="$link.tags"} + + {/if} +
+ {loop="$link.link_plugin"} + {$value} + {/loop} +
+
+ {/loop}
- {/if} + {/if} {/loop} +
{else} -
No articles on this day.
+
No articles on this day.
{/if}
- {loop="$plugin_end_zone"} - {$value} - {/loop} + {loop="$plugin_end_zone"} + {$value} + {/loop}
-
-
+
{include="page.footer"} + +