2013-05-31 14:38:27 +00:00
|
|
|
title: $:/core/ui/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-10-25 20:16:53 +00:00
|
|
|
<$dropzone>
|
2013-04-01 18:06:39 +00:00
|
|
|
|
2013-07-14 22:15:32 +00:00
|
|
|
<!-- The optional topbar -->
|
|
|
|
{{$:/TopSideBar}}
|
|
|
|
|
|
|
|
<!-- The optional leftsidebar -->
|
|
|
|
{{$:/LeftSideBar}}
|
|
|
|
|
2013-02-03 23:02:23 +00:00
|
|
|
<!-- The sidebar header -->
|
2013-11-19 12:17:16 +00:00
|
|
|
<header class="sidebar-header">
|
|
|
|
<div class="titlebar">{{SiteTitle}}</div>
|
|
|
|
<div class="tw-subtitle">{{SiteSubtitle}}</div>
|
2013-06-08 07:12:35 +00:00
|
|
|
|
|
|
|
<div class="tw-page-controls">
|
2013-11-17 21:53:39 +00:00
|
|
|
<$list filter="[is[shadow]!has[draft.of]tag[$:/tags/PageControls]] [!is[shadow]!has[draft.of]tag[$:/tags/PageControls]]" variable="listItem"><$transclude tiddler=<<listItem>>/></$list>
|
2013-06-08 07:12:35 +00:00
|
|
|
</div>
|
2013-02-03 23:02:23 +00:00
|
|
|
|
2013-05-31 14:38:27 +00:00
|
|
|
{{$:/core/ui/SideBar}}
|
2013-02-04 11:56:23 +00:00
|
|
|
|
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-11-04 22:22:28 +00:00
|
|
|
<$list filter="[list[$:/StoryList]]" history="$:/HistoryList" template="$:/core/ui/ViewTemplate" editTemplate="$:/core/ui/EditTemplate" storyview={{$:/view}} />
|
2013-02-03 23:02:23 +00:00
|
|
|
|
|
|
|
<!-- End of story river -->
|
|
|
|
</section>
|
2012-06-26 18:54:51 +00:00
|
|
|
|
2013-10-25 20:16:53 +00:00
|
|
|
</$dropzone>
|
2013-04-01 18:06:39 +00:00
|
|
|
|
2012-12-30 13:55:19 +00:00
|
|
|
</$navigator>
|
2012-06-26 18:54:51 +00:00
|
|
|
|