From 96a660a21e47d43ebc473ce9d23e712c0e3e1261 Mon Sep 17 00:00:00 2001 From: neodarz Date: Wed, 24 May 2017 15:23:11 +0200 Subject: initil release --- linklist.html | 253 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 253 insertions(+) create mode 100644 linklist.html (limited to 'linklist.html') diff --git a/linklist.html b/linklist.html new file mode 100644 index 0000000..57ef456 --- /dev/null +++ b/linklist.html @@ -0,0 +1,253 @@ + + + + {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.1