From 402b03464812aaec76bc841ca7dacb775baf1e03 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Sat, 14 Jan 2017 15:52:17 +0100 Subject: Introduce the new default Shaarli template --- tpl/default/linklist.html | 246 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 246 insertions(+) create mode 100644 tpl/default/linklist.html (limited to 'tpl/default/linklist.html') diff --git a/tpl/default/linklist.html b/tpl/default/linklist.html new file mode 100644 index 00000000..639fbe76 --- /dev/null +++ b/tpl/default/linklist.html @@ -0,0 +1,246 @@ + + + + {include="includes"} + + +{include="page.header"} + +
+ {if="!empty($linkcount)"} + {$linkcount} {function="t('shaare', 'shaares', $linkcount)"} + {if="$privateLinkcount>0"} +
{$privateLinkcount} {function="t('private link', 'private links', $privateLinkcount)"} + {/if} + {/if} +
+ + + +{loop="$plugins_header.fields_toolbar"} +
+
+ {loop="$value.inputs"} + + {/loop} +
+
+{/loop} + + + + + +
+
+
+ {include="linklist.paging"} +
+
+ +{include="page.footer"} + + -- cgit v1.2.3