unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
blob 90d929317a7dbf4b4d34015ccb8c9ab26288cd66 1422 bytes (raw)
name: devel/notmuch-web/templates/base.html 	 # note: path name is non-authoritative(*)

 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
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html lang="en">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8"
  />
	<meta name="viewport" content="width=device-width, initial-scale=1"> 
<link type="text/css" href="{{sprefix}}/css/jquery-ui.css" rel="stylesheet" />
<link type="text/css" href="{{sprefix}}/css/notmuch-0.1.css" rel="stylesheet" />
<script type="text/javascript" src="{{sprefix}}/js/jquery.js"></script>
<script type="text/javascript" src="{{sprefix}}/js/jquery-ui.js"></script>
<script type="text/javascript" src="{{sprefix}}/js/notmuch-0.1.js"></script>
<title>{{title}}</title>
</head><body>
<div data-role="page">
<div data-role="header">
{% block searchform %}
<form action="{{prefix}}/search/" method="GET" data-ajax="false">
<label for="terms">Terms</label><input id="terms" name="terms">
<label for="after">After</label><input id="after"
name="after"><input type="hidden" id="afters" name="afters">
<label for="before">Before</label><input id="before"
name="before"><input id="befores" type="hidden" name="befores">
<input type="submit" name="submit" id="submit" value="Search">
</form>
{% endblock searchform %}
<h2>{{title}}</h2>
</div>
<div data-role="content">
{% block content %}
<h2>Common tags</h2>
<ul>
{% for tag in tags %}
  <li><a href="search/tag:{{ tag|url }}">{{ tag|e }}</a></li>
{% endfor %}
</ul>
</div>
{% endblock content %}
</div>
</body></html>

debug log:

solving 90d92931 ...
found 90d92931 in https://yhetil.org/notmuch.git/

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).