-
Notifications
You must be signed in to change notification settings - Fork 3
/
replanadu.html
81 lines (81 loc) · 3.91 KB
/
replanadu.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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Replanadu</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="stylesheet" href="/replanadu.css">
<script src="/bags/replanadu_public/tiddlers/modernizr-2.6.2.js"></script>
</head>
<body>
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<nav class="tsbar"></nav>
<header>
<script id="tiddler-header-template" type="text/x-handlebars-template">
<h1 id="tiddler-title" class="title">
<a href="{{ getSpaceURI user }}/{{ title }}">{{{ title }}}</a>
</h1>
</script>
</header>
<div class="wrapper">
<section>
<article id="local" class="tiddler original">
<script id="tiddler-view-template" type="text/x-handlebars-template">
<section class="action-buttons">
<button class="edit-button">Edit</button>
</section>
{{{ html }}}
</script>
<script id="tiddler-edit-template" type="text/x-handlebars-template">
<section class="action-buttons">
<button class="cancel-button">Cancel</button>
<button class="save-button">Save</button>
</section>
<textarea>{{{ text }}}</textarea>
</script>
</article>
</section>
<section>
<section id="relatedlist" class="pairs">
<script id="related-list-template" type="text/x-handlebars-template">
<ul>
{{#each tiddlers}}
<li>
<a href="{{ getSpaceURI this.modifier }}">
<img src="{{ getSpaceURI this.modifier }}/SiteIcon" />
</a>
<div class="meta">
<a href="{{ getSpaceURI this.modifier }}">@{{ this.modifier }}</a> at
<a href="{{ getSpaceURI this.bag }}">@{{ getSpaceName this.bag }}</a>
<abbr class="timeago" title="{{ dateString this.modified }}"></abbr>
</div>
<button data-uri="{{ this.uri }}" class="tiddler-button"></button>
<button class="close-button" title="Dismiss tiddler">x</button>
<article class="pair-content tiddler"></article>
</li>
{{/each}}
</ul>
</script>
</section>
</section>
</div>
<script src="/bags/common/tiddlers/jquery.js"></script>
<script src="/bags/common/tiddlers/jquery.timeago.js"></script>
<script src='/bags/common/tiddlers/backstage.js'></script>
<script src="/status.js"></script>
<script src="/bags/replanadu_public/tiddlers/handlebars-1.0.0.js"></script>
<script src="/bags/replanadu_public/tiddlers/twiddlers.js"></script>
<script>
var app = new Twiddlers(tiddlyweb);
app.init();
</script>
</body>
</html>