mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-25 17:40:29 +00:00
Add left navigator
This commit is contained in:
parent
4bff67007d
commit
921162ccdf
@ -17,6 +17,7 @@ title: $:/templates/PageTemplate
|
|||||||
<div class="navbar navbar-fixed-top">
|
<div class="navbar navbar-fixed-top">
|
||||||
<div class="navbar-inner">
|
<div class="navbar-inner">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
||||||
{{nav{
|
{{nav{
|
||||||
|
|
||||||
<!-- Navigation menu -->
|
<!-- Navigation menu -->
|
||||||
@ -93,7 +94,16 @@ title: $:/templates/PageTemplate
|
|||||||
|
|
||||||
<!-- The main story references the same story and history tiddlers as the outer navigator -->
|
<!-- The main story references the same story and history tiddlers as the outer navigator -->
|
||||||
<div class="container">
|
<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>
|
</div>
|
||||||
|
|
||||||
>>
|
>>
|
||||||
|
Loading…
Reference in New Issue
Block a user