You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
647 B
HTML

<!doctype html>
<html>
<head>
<title>%(page)s - %(pagenum)s - %(title)s</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>%(title)s</h1>
<a href="%(index)s" class="back">&lt;&lt; back to index</a>
<div class="main">
<h2>%(page)s</h2>
<h3>%(pagenum)s</h3>
<table class="message message-list">
<tbody>
<tr>
<th class="hash">SHA1 hash</th>
<th class="from">From</th>
<th class="to">To</th>
<th class="subject">Subject</th>
<th class="date">Date</th>
<th class="attachments">Att.</th>
</tr>
%(items)s
</tbody>
</table>
</div>
</body>
</html>