2013-08-21 19:51:45 +00:00
|
|
|
title: $:/core/ui/ViewTemplate/title
|
|
|
|
tags: $:/tags/ViewTemplate
|
|
|
|
|
2013-10-15 07:36:19 +00:00
|
|
|
\define title-styles()
|
|
|
|
fill:$(foregroundColor)$;
|
|
|
|
\end
|
2013-11-24 19:38:32 +00:00
|
|
|
<div class="tw-tiddler-title"><div class="titlebar"><span class="tw-tiddler-controls"><$list filter="[is[shadow]!has[draft.of]tag[$:/tags/ViewToolbar]] [!is[shadow]!has[draft.of]tag[$:/tags/ViewToolbar]] +[tag[$:/tags/ViewToolbar]]" variable="listItem"><$transclude tiddler=<<listItem>>/></$list>
|
2013-08-21 19:51:45 +00:00
|
|
|
|
2013-11-15 18:31:39 +00:00
|
|
|
</span><$set name="foregroundColor" value={{!!color}}><span style=<<title-styles>>><$transclude tiddler={{!!icon}}/></span></$set> <span class="title"><$view field="title"/></span></div>
|
2013-08-21 19:51:45 +00:00
|
|
|
|
2014-02-12 08:32:19 +00:00
|
|
|
<$reveal type="nomatch" text="" default="" state=<<tiddlerInfoState>> class="tw-tiddler-info tw-popup" animate="yes" retain="yes">
|
2013-08-21 19:51:45 +00:00
|
|
|
|
2013-10-30 13:36:44 +00:00
|
|
|
<$transclude tiddler="$:/core/ui/TiddlerInfo"/>
|
2013-08-21 19:51:45 +00:00
|
|
|
|
|
|
|
</$reveal></div>
|