2012-06-01 19:04:51 +00:00
|
|
|
title: $:/templates/PageTemplate
|
2012-04-30 11:23:03 +00:00
|
|
|
|
2012-08-02 21:06:52 +00:00
|
|
|
<!-- The navigator catches navigation events and updates the story and history tiddlers -->
|
2012-12-30 13:55:19 +00:00
|
|
|
<$navigator story="$:/StoryList" history="$:/HistoryList">
|
2012-06-26 18:54:51 +00:00
|
|
|
|
2013-02-03 23:02:23 +00:00
|
|
|
<!-- The sidebar header -->
|
|
|
|
<header class="sidebar-header">
|
|
|
|
|
2013-02-04 20:47:21 +00:00
|
|
|
{{SiteTitle}}.title <br><small>{{SiteSubtitle}}</small>
|
2013-02-03 23:02:23 +00:00
|
|
|
|
|
|
|
<$list filter="[list[$:/StoryList]]" history="$:/HistoryList" listview=classic itemClass="tw-menu-list-item"/>
|
|
|
|
|
2013-02-04 11:56:23 +00:00
|
|
|
<div class="edit-controls">
|
2013-02-04 15:29:25 +00:00
|
|
|
<$button message="tw-new-tiddler" class="btn btn-mini btn-success">New</$button>
|
2013-01-30 21:10:34 +00:00
|
|
|
<$button message="tw-save-wiki" class="btn btn-mini btn-primary">Save</$button>
|
2013-02-04 11:56:23 +00:00
|
|
|
</div>
|
|
|
|
|
2013-02-03 23:02:23 +00:00
|
|
|
</header>
|
2012-06-26 18:54:51 +00:00
|
|
|
|
2013-02-04 11:56:23 +00:00
|
|
|
<!-- The story river -->
|
|
|
|
<section class="story-river">
|
2013-01-06 21:39:10 +00:00
|
|
|
|
2013-02-03 23:02:23 +00:00
|
|
|
<!-- The main story -->
|
2013-01-17 13:52:46 +00:00
|
|
|
<$list filter="[list[$:/StoryList]]" history="$:/HistoryList" template="$:/templates/ViewTemplate" editTemplate="$:/templates/EditTemplate" listview="scroller" itemClass="tw-tiddler-frame"/>
|
2013-02-03 23:02:23 +00:00
|
|
|
|
|
|
|
<!-- Config area -->
|
|
|
|
{{$:/snippets/encryptionstatus}}
|
|
|
|
|
|
|
|
<!-- End of story river -->
|
|
|
|
</section>
|
2012-06-26 18:54:51 +00:00
|
|
|
|
2012-12-30 13:55:19 +00:00
|
|
|
</$navigator>
|
2012-06-26 18:54:51 +00:00
|
|
|
|