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.

52 lines
1.9 KiB
HTML

<!doctype html>
<html>
<head>
<title>%(page)s - %(pagenum)s - %(title)s</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="style.css">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script>
$(function(){
$('.clickable').click(function(){
window.location = $(this).data('url');
});
});
</script>
</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>
<div class="navigation">
Sorting:
<a href="index_date_desc_0.html">new to old</a>;
<a href="index_date_asc_0.html">old to new</a>;
<a href="index_from_asc_0.html">by sender, ascending</a>;
<a href="index_from_desc_0.html">by sender, descending</a>;
<a href="index_to_asc_0.html">by recipient, ascending</a>;
<a href="index_to_desc_0.html">by recipient, descending</a>;
<a href="index_subject_asc_0.html">by subject, ascending</a>;
<a href="index_subject_desc_0.html">by subject, descending</a>;
</div>
<table class="message message-list">
<tbody>
<tr>
<th class="hash">SHA1 hash</th>
<th class="from">From&nbsp;&nbsp;<a href="index_from_desc_0.html"><img src="up.png"></a><a href="index_from_asc_0.html"><img src="down.png"></a></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 class="footer">Generated with emailparser by the <a href="http://www.cryto.net/">Cryto Coding Collective</a>, licensed under the <a href="http://sam.zoy.org/wtfpl/">WTFPL</a>. Uses icons by <a href="http://p.yusukekamiyamane.com/">Yusuke Kamiyamane</a>, licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC-BY 3.0.</a></div>
</div>
</body>
</html>