2013-11-25 21:16:27 +00:00
|
|
|
title: $:/core/templates/tiddlywiki5.html
|
2012-05-05 10:24:45 +00:00
|
|
|
|
2012-12-28 22:08:32 +00:00
|
|
|
\rules only filteredtranscludeinline transcludeinline
|
2012-05-03 20:47:03 +00:00
|
|
|
<!doctype html>
|
2013-12-14 09:53:39 +00:00
|
|
|
{{$:/core/templates/MOTW.html}}<html>
|
2012-05-03 20:47:03 +00:00
|
|
|
<head>
|
2013-12-11 20:45:35 +00:00
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> <!-- Force IE standards mode for Intranet and HTA - should be the first meta -->
|
2012-05-03 20:47:03 +00:00
|
|
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
|
|
|
<meta name="application-name" content="TiddlyWiki" />
|
|
|
|
<meta name="generator" content="TiddlyWiki" />
|
2013-01-03 22:55:23 +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" />
|
2013-09-10 21:30:37 +00:00
|
|
|
<meta name="format-detection" content="telephone=no" />
|
2012-12-28 22:08:32 +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">
|
2012-12-28 22:08:32 +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 ~~-->
|
2014-05-26 21:50:54 +00:00
|
|
|
{{{ [all[shadows+tiddlers]tag[$:/core/wiki/rawmarkup]] [all[shadows+tiddlers]tag[$:/tags/RawMarkup]] ||$:/core/templates/plain-text-tiddler}}}
|
2012-05-03 20:47:03 +00:00
|
|
|
</head>
|
2014-08-28 18:00:57 +00:00
|
|
|
<body class="tc-body">
|
2013-12-20 18:22:01 +00:00
|
|
|
<!--~~ Static styles ~~-->
|
2012-07-20 21:09:34 +00:00
|
|
|
<div id="styleArea">
|
2014-02-14 19:25:38 +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">
|
2013-11-25 21:16:27 +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 ~~-->
|
2013-01-31 10:20:13 +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;">
|
2013-11-24 20:16:44 +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;">
|
2013-05-31 15:53:19 +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;">
|
2013-05-31 15:53:19 +00:00
|
|
|
{{ $:/boot/boot.js ||$:/core/templates/javascript-tiddler}}
|
2012-05-08 16:42:49 +00:00
|
|
|
</div>
|
2012-05-03 20:47:03 +00:00
|
|
|
</body>
|
|
|
|
</html>
|