diff options
author | neodarz <neodarz@neodarz.net> | 2019-08-28 12:21:29 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2019-08-28 12:21:29 +0200 |
commit | e1e025823c6e868e59cde9ecc8fa495ee45de7bc (patch) | |
tree | ae3450c92daec3b99059a569510a24d6ab6753a6 /tag.sort.html | |
parent | 03588331342e2a401ae4a8617f6225325d099fa7 (diff) | |
download | shaarli_ascii-master.tar.xz shaarli_ascii-master.zip |
Diffstat (limited to 'tag.sort.html')
-rw-r--r-- | tag.sort.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tag.sort.html b/tag.sort.html new file mode 100644 index 0000000..d24c9f6 --- /dev/null +++ b/tag.sort.html @@ -0,0 +1,8 @@ +<div class="pure-g"> + <div class="pure-u-1 pure-alert pure-alert-success tag-sort"> + {'Sort by:'|t} + <a href="?do=tagcloud">{'Cloud'|t}</a> · + <a href="?do=taglist&sort=usage">{'Most used'|t}</a> · + <a href="?do=taglist&sort=alpha">{'Alphabetical'|t}</a> + </div> +</div>
\ No newline at end of file |