2014-10-27 18:38:34 +00:00
|
|
|
title: $:/core/ui/SearchResults
|
|
|
|
|
|
|
|
<div class="tc-search-results">
|
|
|
|
|
|
|
|
<$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]]">
|
2014-11-10 19:55:45 +00:00
|
|
|
<$transclude mode="block"/>
|
2014-10-27 18:38:34 +00:00
|
|
|
</$list>
|
|
|
|
""">
|
2015-09-27 21:53:40 +00:00
|
|
|
|
2014-10-28 08:31:09 +00:00
|
|
|
<$macrocall $name="tabs" tabsList="[all[shadows+tiddlers]tag[$:/tags/SearchResults]!has[draft.of]]" default={{$:/config/SearchResults/Default}}/>
|
2015-09-27 21:53:40 +00:00
|
|
|
|
2014-10-27 18:38:34 +00:00
|
|
|
</$list>
|
|
|
|
|
|
|
|
</div>
|