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
568 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>SHA1 hash</th>
<th>From</th>
<th>To</th>
<th>Subject</th>
<th>Date</th>
<th>Attachments</th>
</tr>
%(items)s
</tbody>
</table>
</div>
</body>
</html>