2013-11-19 14:12:31 +00:00
|
|
|
title: $:/core/ui/SideBarLists
|
2013-03-20 09:01:44 +00:00
|
|
|
|
2013-04-26 17:02:02 +00:00
|
|
|
<div class="tw-sidebar-lists">
|
2013-05-01 15:56:34 +00:00
|
|
|
|
2014-03-13 17:42:29 +00:00
|
|
|
<div class="tw-search">
|
|
|
|
<$edit-text tiddler="$:/temp/search" type="search" tag="input"/> <$reveal state="$:/temp/search" type="nomatch" text="">
|
|
|
|
<$linkcatcher to="$:/temp/search">
|
|
|
|
<$link to="" class="btn-invisible">{{$:/core/images/close-button}}</$link>
|
|
|
|
</$linkcatcher>
|
|
|
|
</$reveal>
|
|
|
|
<$reveal state="$:/temp/search" type="match" text=""> <$link to="$:/AdvancedSearch" class="btn-invisible">…</$link>
|
|
|
|
</$reveal>
|
|
|
|
</div>
|
2014-01-08 10:43:50 +00:00
|
|
|
|
2013-03-20 09:01:44 +00:00
|
|
|
<$reveal state="$:/temp/search" type="nomatch" text="">
|
|
|
|
|
|
|
|
<div class="tw-search-results">
|
|
|
|
|
2014-02-16 09:46:43 +00:00
|
|
|
{{$:/language/Search/Matches}}
|
2013-08-28 18:26:17 +00:00
|
|
|
|
2013-10-15 13:32:45 +00:00
|
|
|
<$list filter="[!is[system]search{$:/temp/search}sort[title]limit[250]]" template="$:/core/ui/ListItemTemplate"/>
|
2013-03-20 09:01:44 +00:00
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</$reveal>
|
|
|
|
|
|
|
|
<$reveal state="$:/temp/search" type="match" text="">
|
|
|
|
|
2013-11-24 19:38:32 +00:00
|
|
|
<<tabs "[is[shadow]!has[draft.of]tag[$:/tags/SideBar]] [!is[shadow]!has[draft.of]tag[$:/tags/SideBar]] +[tag[$:/tags/SideBar]]" "$:/core/ui/SideBar/Open" "$:/state/tab/sidebar">>
|
2013-03-18 22:18:54 +00:00
|
|
|
|
2013-03-20 09:01:44 +00:00
|
|
|
</$reveal>
|
2013-04-26 17:02:02 +00:00
|
|
|
</div>
|