2013-12-31 13:11:01 +00:00
|
|
|
title: $:/core/ui/AdvancedSearch/System
|
|
|
|
tags: $:/tags/AdvancedSearch
|
2014-02-16 09:46:43 +00:00
|
|
|
caption: {{$:/language/Search/System/Caption}}
|
2013-12-31 13:11:01 +00:00
|
|
|
|
2014-02-16 09:46:43 +00:00
|
|
|
\define lingo-base() $:/language/Search/
|
2013-12-31 13:11:01 +00:00
|
|
|
<$linkcatcher to="$:/temp/advancedsearch">
|
|
|
|
|
2014-02-16 09:46:43 +00:00
|
|
|
<<lingo System/Hint>>
|
2013-12-31 13:11:01 +00:00
|
|
|
|
2014-08-28 18:08:31 +00:00
|
|
|
<div class="tc-search"><$edit-text tiddler="$:/temp/advancedsearch" type="search" tag="input"/><$reveal state="$:/temp/advancedsearch" type="nomatch" text=""> <$link to="" class="tc-btn-invisible">{{$:/core/images/close-button}}</$link></$reveal></div>
|
2013-12-31 13:11:01 +00:00
|
|
|
|
|
|
|
</$linkcatcher>
|
|
|
|
|
|
|
|
<$reveal state="$:/temp/advancedsearch" type="nomatch" text="">
|
|
|
|
|
2014-08-28 18:08:31 +00:00
|
|
|
<div class="tc-search-results">
|
2013-12-31 13:11:01 +00:00
|
|
|
|
2014-05-14 19:12:38 +00:00
|
|
|
<<lingo System/Matches>>
|
2013-12-31 13:11:01 +00:00
|
|
|
|
2014-01-08 09:55:06 +00:00
|
|
|
<$list filter="[is[system]search{$:/temp/advancedsearch}sort[title]limit[250]]" template="$:/core/ui/ListItemTemplate"/>
|
2013-12-31 13:11:01 +00:00
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</$reveal>
|
|
|
|
|
|
|
|
<$reveal state="$:/temp/advancedsearch" type="match" text="">
|
|
|
|
|
|
|
|
</$reveal>
|