2013-05-31 15:38:27 +01:00
|
|
|
title: $:/core/ui/MissingTemplate
|
2013-03-26 09:47:22 +00:00
|
|
|
|
2022-04-05 11:48:07 -04:00
|
|
|
\whitespace trim
|
2014-08-28 18:59:35 +01:00
|
|
|
<div class="tc-tiddler-missing">
|
2014-08-28 19:41:29 +01:00
|
|
|
<$button popup=<<qualify "$:/state/popup/missing">> class="tc-btn-invisible tc-missing-tiddler-label">
|
2014-03-13 17:42:29 +00:00
|
|
|
<$view field="title" format="text" />
|
|
|
|
</$button>
|
2014-06-22 11:14:11 +01:00
|
|
|
<$reveal state=<<qualify "$:/state/popup/missing">> type="popup" position="below" animate="yes">
|
2014-08-28 18:21:08 +01:00
|
|
|
<div class="tc-drop-down">
|
2013-10-30 13:36:44 +00:00
|
|
|
<$transclude tiddler="$:/core/ui/ListItemTemplate"/>
|
2013-10-14 21:57:00 +01:00
|
|
|
<hr>
|
2014-04-03 20:49:16 +01:00
|
|
|
<$list filter="[all[current]backlinks[]sort[title]]" template="$:/core/ui/ListItemTemplate"/>
|
2014-03-13 17:42:29 +00:00
|
|
|
</div>
|
|
|
|
</$reveal>
|
|
|
|
</div>
|