From a7629f638f34e1e05884ea0e6a611af63e0355ee Mon Sep 17 00:00:00 2001 From: Tomasz Sowa Date: Thu, 28 Jan 2021 20:16:44 +0100 Subject: [PATCH] added uikit markup for sort winix function WIP: #2 --- winixd/html/fun_sort.html | 113 +++++++++++----------- winixd/html/index_head_functions_add.html | 5 +- 2 files changed, 60 insertions(+), 58 deletions(-) diff --git a/winixd/html/fun_sort.html b/winixd/html/fun_sort.html index 52fdd15..5423b6d 100644 --- a/winixd/html/fun_sort.html +++ b/winixd/html/fun_sort.html @@ -1,54 +1,59 @@ -
- -

{sort_header}

- - -[if item_is] - - - -
- -
-
- - - - [if winix_function_param_is "postredirect"] - - [end] - -
- -[else] - -

{sort_info_multi}

- - [if item_tab] -
-
    - [for item_tab] -
  • - - - [# is it correct? may give this 'if' only to /-/thumb param? ] - [if item_tab_has_thumb][item_tab_subject][end] - - [item_tab_url] [if not [is item_tab_subject ""]]({sort_item_subject}: [item_tab_subject])[end] -
  • - [end] -
- - [if winix_function_param_is "postredirect"] - - [end] - - -
- [end] - -[end] - -
+
+ +

{sort_header}

+ + +[if item_is] + +
+ +
+ +
+ +
+
+ +
+ +
+ + [if winix_function_param_is "postredirect"] + + [end] + +
+ +[else] + +

{sort_info_multi}

+ + [if item_tab] +
+
    + [for item_tab] +
  • + + + [# is it correct? may give this 'if' only to /-/thumb param? ] + [if item_tab_has_thumb][item_tab_subject][end] + + [item_tab_url][if item_tab_type_is_dir]/[end] [if not [is item_tab_subject ""]]({sort_item_subject}: [item_tab_subject])[end] +
  • + [end] +
+ + [if winix_function_param_is "postredirect"] + + [end] + +
+ +
+ +
+ [end] + +[end] + +
diff --git a/winixd/html/index_head_functions_add.html b/winixd/html/index_head_functions_add.html index 7909e4e..783fda2 100644 --- a/winixd/html/index_head_functions_add.html +++ b/winixd/html/index_head_functions_add.html @@ -260,10 +260,7 @@ cm.save() [if winix_function_is "sort"] [if not item_is] - [def winix_has_jquery "true"] - - - + [end] [end]