Update template file

master
Sven Slootweg 12 years ago
parent 92b67cec34
commit f8f4a02cf9

@ -1,15 +1,15 @@
<!doctype html> <!doctype html>
<html> <html>
<head> <head>
<title>"?subject" from ?from (?date) - ?title</title> <title>"%(subject)s" from %(from)s (%(date)s) - %(title)s</title>
<link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="style.css">
</head> </head>
<body> <body>
<h1>?title</h1> <h1>?title</h1>
<a href="?index" class="back">&lt;&lt; back to index</a> <a href="%(index)s" class="back">&lt;&lt; back to index</a>
<div class="main"> <div class="main">
<h2>?subject</h2> <h2>%(subject)s</h2>
<h3>?version</h3> <h3>%(version)s</h3>
<table class="message"> <table class="message">
<tr> <tr>
@ -18,13 +18,13 @@
<th>Date:</th> <th>Date:</th>
</tr> </tr>
<tr> <tr>
<td>?from</td> <td>%(from)s</td>
<td>?to</td> <td>%(to)s</td>
<td>?date</td> <td>%(date)s</td>
</tr> </tr>
<tr> <tr>
<td colspan="3" class="body"> <td colspan="3" class="body">
?body %(body)s
</td> </td>
</tr> </tr>
</table> </table>

Loading…
Cancel
Save