2014-05-15 22:09:31 +00:00
|
|
|
title: $:/core/ui/AdvancedSearch/Standard
|
|
|
|
tags: $:/tags/AdvancedSearch
|
|
|
|
caption: {{$:/language/Search/Standard/Caption}}
|
|
|
|
|
|
|
|
\define lingo-base() $:/language/Search/
|
|
|
|
<$linkcatcher to="$:/temp/advancedsearch">
|
|
|
|
|
|
|
|
<<lingo Standard/Hint>>
|
|
|
|
|
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>
|
2014-05-15 22:09:31 +00:00
|
|
|
|
|
|
|
</$linkcatcher>
|
|
|
|
|
|
|
|
<$reveal state="$:/temp/advancedsearch" type="nomatch" text="">
|
2014-11-06 20:57:31 +00:00
|
|
|
<$set name="searchTiddler" value="$:/temp/advancedsearch">
|
|
|
|
<$list filter="[all[shadows+tiddlers]tag[$:/tags/SearchResults]!has[draft.of]butfirst[]limit[1]]" emptyMessage="""
|
|
|
|
<$list filter="[all[shadows+tiddlers]tag[$:/tags/SearchResults]!has[draft.of]]">
|
|
|
|
<$transclude/>
|
|
|
|
</$list>
|
|
|
|
""">
|
|
|
|
<$macrocall $name="tabs" tabsList="[all[shadows+tiddlers]tag[$:/tags/SearchResults]!has[draft.of]]" default={{$:/config/SearchResults/Default}}/>
|
|
|
|
</$list>
|
2014-10-21 19:27:42 +00:00
|
|
|
</$set>
|
2014-05-15 22:09:31 +00:00
|
|
|
</$reveal>
|