From d59ecb8e230a55e6875076824723580bd3f4419b Mon Sep 17 00:00:00 2001 From: Ruin0x11 Date: Sun, 3 May 2020 19:53:28 -0700 Subject: Add pool CRUD operations/pages --- client/html/help_search_pools.tpl | 97 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 client/html/help_search_pools.tpl (limited to 'client/html/help_search_pools.tpl') diff --git a/client/html/help_search_pools.tpl b/client/html/help_search_pools.tpl new file mode 100644 index 0000000..a1f0c80 --- /dev/null +++ b/client/html/help_search_pools.tpl @@ -0,0 +1,97 @@ +

Anonymous tokens

+ +

Same as name token.

+ +

Named tokens

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
namehaving given name (accepts wildcards)
categoryhaving given category (accepts wildcards)
creation-datecreated at given date
creation-timealias of creation-date
last-edit-dateedited at given date
last-edit-timealias of last-edit-date
edit-datealias of last-edit-date
edit-timealias of last-edit-date
post-countalias of usages
+ +

Sort style tokens

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
randomas random as it can get
nameA to Z
categorycategory (A to Z)
creation-daterecently created first
creation-timealias of creation-date
last-edit-daterecently edited first
last-edit-timealias of creation-time
edit-datealias of creation-time
edit-timealias of creation-time
post-countnumber of posts
+ +

Special tokens

+ +

None.

-- cgit v1.3