mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-05 01:26:18 +00:00
9361376767
So it doesn't get cut off so often
45 lines
1.2 KiB
Plaintext
45 lines
1.2 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}}
|
|
|
|
{{btn btn-info{
|
|
<<button popup:ViewDropDownState><View <span class="caret"></span>>>
|
|
}}}
|
|
|
|
}}}
|
|
|
|
<<linkcatcher store:[[$:/CurrentView]]><
|
|
<<reveal state:ViewDropDownState type:popup position:below><
|
|
<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:sideways>< <<hide tiddler:[[$:/CurrentView]] notequal:sideways>< <span class="tw-ticked-menu-item"></span> >> Sideways>>
|
|
* <<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>
|