Update index template
This commit is contained in:
parent
bda686499d
commit
c888f484a0
|
@ -2,6 +2,7 @@
|
|||
<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>
|
||||
|
@ -19,6 +20,18 @@
|
|||
<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>
|
||||
|
|
Loading…
Reference in a new issue