2014-08-01 20:40:13 +00:00
|
|
|
title: $:/core/ui/Buttons/storyview
|
|
|
|
tags: $:/tags/PageControls
|
|
|
|
caption: {{$:/core/images/storyview-classic}} {{$:/language/Buttons/StoryView/Caption}}
|
|
|
|
description: {{$:/language/Buttons/StoryView/Hint}}
|
|
|
|
|
|
|
|
\define icon()
|
|
|
|
$:/core/images/storyview-$(storyview)$
|
|
|
|
\end
|
2014-08-28 21:28:02 +00:00
|
|
|
<$button popup=<<qualify "$:/state/popup/storyview">> title={{$:/language/Buttons/StoryView/Hint}} aria-label={{$:/language/Buttons/StoryView/Caption}} class=<<tv-config-toolbar-class>> selectedClass="tc-selected">
|
|
|
|
<$list filter="[<tv-config-toolbar-icons>prefix[yes]]">
|
2014-08-01 20:40:13 +00:00
|
|
|
<$set name="storyview" value={{$:/view}}>
|
|
|
|
<$transclude tiddler=<<icon>>/>
|
|
|
|
</$set>
|
|
|
|
</$list>
|
2014-08-28 21:28:02 +00:00
|
|
|
<$list filter="[<tv-config-toolbar-text>prefix[yes]]">
|
2014-08-01 20:40:13 +00:00
|
|
|
<$text text={{$:/language/Buttons/StoryView/Caption}}/>
|
|
|
|
</$list>
|
|
|
|
</$button>
|
|
|
|
<$reveal state=<<qualify "$:/state/popup/storyview">> type="popup" position="below" animate="yes">
|
2014-08-28 17:21:08 +00:00
|
|
|
<div class="tc-drop-down">
|
2014-08-01 20:40:13 +00:00
|
|
|
<$linkcatcher to="$:/view">
|
|
|
|
<$list filter="[storyviews[]]" variable="storyview">
|
2014-08-01 21:07:07 +00:00
|
|
|
<$link to=<<storyview>>>
|
2014-08-28 17:21:08 +00:00
|
|
|
<span class="tc-drop-down-bullet">
|
2014-08-01 21:07:07 +00:00
|
|
|
<$reveal type="match" state="$:/view" text=<<storyview>>>
|
|
|
|
•
|
|
|
|
</$reveal>
|
|
|
|
<$reveal type="nomatch" state="$:/view" text=<<storyview>>>
|
|
|
|
|
|
|
|
</$reveal>
|
|
|
|
</span>
|
|
|
|
<$transclude tiddler=<<icon>>/>
|
|
|
|
<$text text=<<storyview>>/></$link>
|
2014-08-01 20:40:13 +00:00
|
|
|
</$list>
|
|
|
|
</$linkcatcher>
|
|
|
|
</div>
|
|
|
|
</$reveal>
|