2012-10-10 09:47:05 +00:00
title: $:/templates/PageTemplate
<!-- The navigator catches navigation events and updates the story and history tiddlers -->
2012-11-07 17:14:07 +00:00
<<navigator story:"$:/StoryList" history:"$:/HistoryList"><
2012-10-10 09:47:05 +00:00
<!-- The top navigation bar -->
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
{{nav{
2012-10-11 14:43:34 +00:00
<<reveal state:[[$:/plugins/dropbox/IsLoggedIn]] type:match text:no>< <<dropbox.login>< Log me in >> >>
2012-11-29 18:34:27 +00:00
<<reveal state:[[$:/plugins/dropbox/IsLoggedIn]] type:match text:yes>< Logged in as {{$:/plugins/dropbox/UserName}} - <<dropbox.logout>< Log me out >> >>
2012-10-10 09:47:05 +00:00
2012-10-10 20:59:25 +00:00
[[App|TiddlyWiki5 in the Sky with Dropbox]]
2012-10-10 09:47:05 +00:00
}}}
</div>
</div>
</div>
<!-- The main story references the same story and history tiddlers as the outer navigator -->
<div class="container">
2012-11-06 17:51:08 +00:00
<<list filter:"[list[$:/StoryList]]" history:"$:/HistoryList" template:"$:/templates/ViewTemplate" editTemplate:"$:/templates/EditTemplate" listview:classic itemClass:"tw-tiddler-frame">>
2012-10-10 09:47:05 +00:00
</div>
>>