2013-12-31 13:11:01 +00:00
|
|
|
title: $:/core/ui/AdvancedSearch/Shadows
|
|
|
|
tags: $:/tags/AdvancedSearch
|
2014-02-16 09:46:43 +00:00
|
|
|
caption: {{$:/language/Search/Shadows/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 Shadows/Hint>>
|
2013-12-31 13:11:01 +00:00
|
|
|
|
|
|
|
<div class="tw-search"><$edit-text tiddler="$:/temp/advancedsearch" type="search" tag="input"/><$reveal state="$:/temp/advancedsearch" type="nomatch" text=""> <$link to="" class="btn-invisible">{{$:/core/images/close-button}}</$link></$reveal></div>
|
|
|
|
|
|
|
|
</$linkcatcher>
|
|
|
|
|
|
|
|
<$reveal state="$:/temp/advancedsearch" type="nomatch" text="">
|
|
|
|
|
|
|
|
<div class="tw-search-results">
|
|
|
|
|
2014-02-16 09:46:43 +00:00
|
|
|
<<lingo Advanced/Matches>>
|
2013-12-31 13:11:01 +00:00
|
|
|
|
|
|
|
<$list filter="[is[shadow]search{$:/temp/advancedsearch}sort[title]limit[250]]" template="$:/core/ui/ListItemTemplate"/>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</$reveal>
|
|
|
|
|
|
|
|
<$reveal state="$:/temp/advancedsearch" type="match" text="">
|
|
|
|
|
|
|
|
</$reveal>
|