From e1e025823c6e868e59cde9ecc8fa495ee45de7bc Mon Sep 17 00:00:00 2001 From: neodarz Date: Wed, 28 Aug 2019 12:21:29 +0200 Subject: Update theme to current shaarli version --- tag.list.html | 91 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 tag.list.html (limited to 'tag.list.html') diff --git a/tag.list.html b/tag.list.html new file mode 100644 index 0000000..41eab24 --- /dev/null +++ b/tag.list.html @@ -0,0 +1,91 @@ + + + + {include="includes"} + + +{include="page.header"} + +{include="tag.sort"} + +
+
+
+ {$countTags=count($tags)} +

{'Tag list'|t} - {$countTags} {'tags'|t}

+ {if="!empty($search_tags)"} +

+ + {'List all links with those tags'|t} + +

+ {/if} + +
+
+
+
+ + + +
+
+
+
+ +
+ {loop="$plugin_start_zone"} + {$value} + {/loop} +
+ +
+ {loop="tags"} +
+
+ {if="$is_logged_in===true"} +    + + + + {/if} + + {$value} + {$key} + + {loop="$value.tag_plugin"} + {$value} + {/loop} +
+ {if="$is_logged_in===true"} +
+ + +
+ {/if} +
+ {/loop} +
+ +
+ {loop="$plugin_end_zone"} + {$value} + {/loop} +
+
+
+ +{if="$is_logged_in===true"} + + + -- cgit v1.2.1