blob: 16e924947a336201994bc2b691b875f5cff3ff16 (
about) (
plain)
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
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{subject} - {project} bug tracker</title>
<link href="/style" rel="stylesheet">
</head>
<body>
<nav class="formattedheader">
<span class="left">
<a href="/{project}/">{project}</a>/<a href="/{project}/{bug}">{bug}</a>/{pagenr}
{jumptos}
</span>
<span class="right">
bugtype: {bugtype} | status: <span id="status" class="status-{status}">{status}</span>
</span>
</nav>
<h1 class="subject">
<span class="bugnr">#{bug}</span> {subject}
</h1>
<article class="main">
<p>
<a href="mailto:{emailaddr}">Click to comment via email</a> or <a href="mailto:{subscribe}">subscribe</a>
</p>
<p class="center-text">{pageswitcher}</p>
{content}
</article>
<p class="center-text">{pageswitcher}</p>
</body>
</html>
|