forked from TiddlyWiki/TiddlyWikiClassic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtiddlywiki.template.html
86 lines (85 loc) · 1.97 KB
/
tiddlywiki.template.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<script id="versionArea" type="text/javascript">
//<![CDATA[
<!--@@version@@-->
//]]>
</script>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="copyright" content="
<!--@@copyright@@-->
" />
<!--PRE-HEAD-START-->
<!--@@prehead@@-->
<!--PRE-HEAD-END-->
<title>
<!--@@title@@-->
</title>
<style id="styleArea" type="text/css">
<!--@@style@@-->
</style>
<!--POST-HEAD-START-->
<!--@@posthead@@-->
<!--POST-HEAD-END-->
</head>
<body onload="main();" onunload="if(window.unload) unload();">
<!--PRE-BODY-START-->
<!--@@prebody@@-->
<!--PRE-BODY-END-->
<div id="copyright">
Welcome to TiddlyWiki created by Jeremy Ruston; Copyright © 2004-2007 Jeremy Ruston, Copyright © 2007-2012 UnaMesa Association
</div>
<noscript>
<!--@@noscript@@-->
</noscript>
<div id="saveTest"></div>
<div id="backstageCloak"></div>
<div id="backstageButton"></div>
<div id="backstageArea"><div id="backstageToolbar"></div></div>
<div id="backstage">
<div id="backstagePanel"></div>
</div>
<div id="contentWrapper"></div>
<div id="contentStash"></div>
<div id="shadowArea">
<!--@@shadow@@-->
</div>
<!--POST-SHADOWAREA-->
<div id="storeArea">
<!--@@tiddler@@-->
<!--@@plugin@@-->
<!--@@posttiddlers@@-->
</div>
<!--POST-STOREAREA-->
<!--POST-BODY-START-->
<!--@@postbody@@-->
<!--POST-BODY-END-->
<script id="jsArea" type="text/javascript">
//<![CDATA[
<!--@@prejs@@-->
<!--@@js@@-->
<!--@@postjs@@-->
//]]>
</script>
<!--@@jsext@@-->
<script id="jsdeprecatedArea" type="text/javascript">
//<![CDATA[
<!--@@jsdeprecated@@-->
//]]>
</script>
<script id="jslibArea" type="text/javascript">
//<![CDATA[
<!--@@jslib@@-->
//]]>
</script>
<script id="jqueryArea" type="text/javascript">
//<![CDATA[
<!--@@jquery@@-->
//]]>
</script>
<!--POST-SCRIPT-START-->
<!--@@postscript@@-->
<!--POST-SCRIPT-END-->
</body>
</html>