mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-05 09:36:18 +00:00
42 lines
1.1 KiB
Plaintext
42 lines
1.1 KiB
Plaintext
title: $:/templates/PageTemplate
|
|
|
|
<div class="container-fluid">
|
|
<<story story:"$:/StoryTiddlers" storyviewTiddler:[[$:/CurrentView]] storyview:classic ><
|
|
{{navigation-panel{
|
|
<<chooser><<<list all>>>>
|
|
}}}
|
|
<<zoomer>>
|
|
<div class="navbar navbar-fixed-top">
|
|
<div class="navbar-inner">
|
|
<div class="container">
|
|
{{nav{
|
|
|
|
* HelloThere
|
|
* [[Introduction]]
|
|
* [[Docs]]
|
|
*{{divider-vertical}}
|
|
|
|
{{pull-right btn btn-info{
|
|
<<button popup:ViewDropDownState><View <span class="caret"></span>>>
|
|
}}}
|
|
|
|
}}}
|
|
|
|
<<linkcatcher store:[[$:/CurrentView]]><
|
|
<<reveal state:ViewDropDownState type:popup><
|
|
<div class="open">
|
|
{{dropdown-menu tw-suppress-missing-tiddlylink{
|
|
* <<link to:classic>< <<hide tiddler:[[$:/CurrentView]] notequal:classic>< <span class="tw-ticked-menu-item"></span> >> Classic>>
|
|
* <<link to:zoomin>< <<hide tiddler:[[$:/CurrentView]] notequal:zoomin>< <span class="tw-ticked-menu-item"></span> >> Zoomin>>
|
|
* <<link to:pasteboard>< <<hide tiddler:[[$:/CurrentView]] notequal:pasteboard>< <span class="tw-ticked-menu-item"></span> >> Pasteboard>>
|
|
}}}
|
|
</div>
|
|
>>
|
|
>>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
>>
|
|
</div>
|