2013-11-25 21:16:27 +00:00
|
|
|
title: $:/core/templates/tiddlywiki5.html
|
2012-05-05 10:24:45 +00:00
|
|
|
|
2019-02-07 18:30:17 +00:00
|
|
|
<$set name="saveTiddlerAndShadowsFilter" filter="[subfilter<saveTiddlerFilter>] [subfilter<saveTiddlerFilter>plugintiddlers[]]">
|
|
|
|
`<!doctype html>
|
2019-10-17 17:07:13 +00:00
|
|
|
`{{$:/core/templates/MOTW.html}}`<html lang="`<$text text={{{ [{$:/language}get[name]] }}}/>`">
|
2012-05-03 20:47:03 +00:00
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
2018-09-27 08:47:55 +00:00
|
|
|
<!--~~ Raw markup for the top of the head section ~~-->
|
2019-02-07 18:30:17 +00:00
|
|
|
`{{{ [<saveTiddlerAndShadowsFilter>tag[$:/tags/RawMarkupWikified/TopHead]] ||$:/core/templates/raw-static-tiddler}}}`
|
2018-09-27 08:47:55 +00:00
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
|
2012-05-03 20:47:03 +00:00
|
|
|
<meta name="application-name" content="TiddlyWiki" />
|
|
|
|
<meta name="generator" content="TiddlyWiki" />
|
2019-02-07 18:30:17 +00:00
|
|
|
<meta name="tiddlywiki-version" content="`{{$:/core/templates/version}}`" />
|
2012-05-03 20:47:03 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
2016-07-11 10:16:58 +00:00
|
|
|
<meta name="mobile-web-app-capable" content="yes"/>
|
2013-09-10 21:30:37 +00:00
|
|
|
<meta name="format-detection" content="telephone=no" />
|
2019-02-07 18:30:17 +00:00
|
|
|
<meta name="copyright" content="`{{$:/core/copyright.txt}}`" />
|
2013-12-24 09:08:25 +00:00
|
|
|
<link id="faviconLink" rel="shortcut icon" href="favicon.ico">
|
2019-02-07 18:30:17 +00:00
|
|
|
<title>`{{$:/core/wiki/title}}`</title>
|
2013-12-20 18:22:01 +00:00
|
|
|
<!--~~ This is a Tiddlywiki file. The points of interest in the file are marked with this pattern ~~-->
|
2012-07-20 21:09:34 +00:00
|
|
|
|
2013-12-20 18:22:01 +00:00
|
|
|
<!--~~ Raw markup ~~-->
|
2019-02-07 18:30:17 +00:00
|
|
|
`{{{ [enlist<saveTiddlerAndShadowsFilter>tag[$:/core/wiki/rawmarkup]] ||$:/core/templates/plain-text-tiddler}}}
|
|
|
|
{{{ [enlist<saveTiddlerAndShadowsFilter>tag[$:/tags/RawMarkup]] ||$:/core/templates/plain-text-tiddler}}}
|
|
|
|
{{{ [enlist<saveTiddlerAndShadowsFilter>tag[$:/tags/RawMarkupWikified]] ||$:/core/templates/raw-static-tiddler}}}`
|
2012-05-03 20:47:03 +00:00
|
|
|
</head>
|
2014-08-28 18:00:57 +00:00
|
|
|
<body class="tc-body">
|
2018-09-27 08:47:55 +00:00
|
|
|
<!--~~ Raw markup for the top of the body section ~~-->
|
2019-02-07 18:30:17 +00:00
|
|
|
`{{{ [enlist<saveTiddlerAndShadowsFilter>tag[$:/tags/RawMarkupWikified/TopBody]] ||$:/core/templates/raw-static-tiddler}}}`
|
2013-12-20 18:22:01 +00:00
|
|
|
<!--~~ Static styles ~~-->
|
2012-07-20 21:09:34 +00:00
|
|
|
<div id="styleArea">
|
2019-02-07 18:30:17 +00:00
|
|
|
`{{$:/boot/boot.css||$:/core/templates/css-tiddler}}`
|
2012-07-20 21:09:34 +00:00
|
|
|
</div>
|
2013-12-20 18:22:01 +00:00
|
|
|
<!--~~ Static content for Google and browsers without JavaScript ~~-->
|
2012-05-03 20:47:03 +00:00
|
|
|
<noscript>
|
2012-07-20 21:09:34 +00:00
|
|
|
<div id="splashArea">
|
2019-02-07 18:30:17 +00:00
|
|
|
`{{$:/core/templates/static.area}}`
|
2012-05-05 14:03:09 +00:00
|
|
|
</div>
|
2012-05-05 15:01:19 +00:00
|
|
|
</noscript>
|
2013-12-20 18:22:01 +00:00
|
|
|
<!--~~ Ordinary tiddlers ~~-->
|
2019-02-07 18:30:17 +00:00
|
|
|
`{{$:/core/templates/store.area.template.html}}`
|
2013-12-20 18:22:01 +00:00
|
|
|
<!--~~ Library modules ~~-->
|
2012-06-08 09:41:58 +00:00
|
|
|
<div id="libraryModules" style="display:none;">
|
2019-02-07 18:30:17 +00:00
|
|
|
`{{{ [is[system]type[application/javascript]library[yes]] ||$:/core/templates/javascript-tiddler}}}`
|
2012-06-08 09:41:58 +00:00
|
|
|
</div>
|
2013-12-20 18:22:01 +00:00
|
|
|
<!--~~ Boot kernel prologue ~~-->
|
2012-05-08 16:42:49 +00:00
|
|
|
<div id="bootKernelPrefix" style="display:none;">
|
2019-02-07 18:30:17 +00:00
|
|
|
`{{ $:/boot/bootprefix.js ||$:/core/templates/javascript-tiddler}}`
|
2012-05-08 16:42:49 +00:00
|
|
|
</div>
|
2013-12-20 18:22:01 +00:00
|
|
|
<!--~~ Boot kernel ~~-->
|
2012-05-08 16:42:49 +00:00
|
|
|
<div id="bootKernel" style="display:none;">
|
2019-02-07 18:30:17 +00:00
|
|
|
`{{ $:/boot/boot.js ||$:/core/templates/javascript-tiddler}}`
|
2012-05-08 16:42:49 +00:00
|
|
|
</div>
|
2018-09-27 08:47:55 +00:00
|
|
|
<!--~~ Raw markup for the bottom of the body section ~~-->
|
2019-02-07 18:30:17 +00:00
|
|
|
`{{{ [enlist<saveTiddlerAndShadowsFilter>tag[$:/tags/RawMarkupWikified/BottomBody]] ||$:/core/templates/raw-static-tiddler}}}`
|
2012-05-03 20:47:03 +00:00
|
|
|
</body>
|
2019-02-07 18:30:17 +00:00
|
|
|
</html>`
|