>
-<% endif %>
-
-
- <% if [!match[$:/AdvancedSearch]] %>
- <%if [!is[blank]] %>sort:<<_tf.dv-sort>>
<%endif%>
- <%if [!is[blank]] %>type:<<_tf.dv-type>>
<%endif%>
- <% endif %>
- <$text text={{$:/language/Search/Variables/Filter}}/>
- <$edit-text tiddler=<> tag=input class="tc-tiny-gap-left" placeholder={{$:/language/Search/Variables/Filter/Hint}}/> <>
-
- <$text text={{$:/language/Search/Variables/Exclude}}/>
- <$edit-text tiddler=<> tag=input class="tc-tiny-gap" placeholder={{$:/language/Search/Variables/Exclude/Hint}}/>
- <>
- <% if [!is[blank]] %>
- <>
- <% endif %>
-
-<$list filter="[subfilter] +[search::some] +[filter] +[!filter]" variable="varname">
+<$list filter="[subfilter]
+ +[search::some]
+ +[filter]
+ +[!filter]"
+ variable="varname"
+>
<$button actions=<
> class="tc-small-gap-left tc-btn-invisible">
<% if [get[text]match[yes]] %>
@@ -226,17 +223,131 @@ tags: $:/tags/Global
$list>
\end
-
+
+
+
+
+\procedure dv-search-input-box()
+<%if [!is[blank]] %>
+ sort:<<_tf.dv-sort>>
+<%endif%>
+<%if [!is[blank]] %>
+ type:<<_tf.dv-type>>
+<%endif%>
+<$text text={{$:/language/Search/Variables/Filter}}/>
+<$edit-text tiddler=<>
+ tag=input
+ class="txt-input x-inp"
+ placeholder="filter variables by name"
+/>
+<>
+\end
+
+\procedure dv-exclude-input-box()
+<$text text={{$:/language/Search/Variables/Exclude}}/>
+<$edit-text tiddler=<>
+ tag=input
+ class="txt-input y-inp"
+/>
+<>
+<% if [!is[blank]] %>
+ <>
+<% endif %>
+\end
+
+\function tf.dv-opt-class() "c" [