1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-12-24 00:50:28 +00:00

Add left navigator

This commit is contained in:
Jeremy Ruston 2012-11-03 12:33:56 +00:00
parent 4bff67007d
commit 921162ccdf

View File

@ -17,6 +17,7 @@ title: $:/templates/PageTemplate
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
{{nav{
<!-- Navigation menu -->
@ -93,7 +94,16 @@ title: $:/templates/PageTemplate
<!-- The main story references the same story and history tiddlers as the outer navigator -->
<div class="container">
<<list filter:"[list[$:/StoryList]]" history:"$:/HistoryList" template:"$:/templates/ViewTemplate" editTemplate:"$:/templates/EditTemplate" listview:classic >>
<div class="row">
<div class="span2">
<div style="position:fixed;">
<<list filter:"[list[$:/StoryList]]" history:"$:/HistoryList" listview:classic >>
</div>
</div>
<div class="span10">
<<list filter:"[list[$:/StoryList]]" history:"$:/HistoryList" template:"$:/templates/ViewTemplate" editTemplate:"$:/templates/EditTemplate" listview:classic itemClass:"tw-tiddler-frame">>
</div>
</div>
</div>
>>