first version with working archive
This commit is contained in:
26
static/templates/archive.st
Normal file
26
static/templates/archive.st
Normal file
@@ -0,0 +1,26 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<script src="jquery"></script>
|
||||
<script src="js"></script>
|
||||
<link rel="stylesheet" href="css" />
|
||||
</head>
|
||||
<body>
|
||||
«navigation()»
|
||||
«userinfo()»
|
||||
«messages()»
|
||||
<h1>Widerhall List Archive</h1>
|
||||
<table id="archive">
|
||||
<tr>
|
||||
<th>Date</th>
|
||||
<th>From</th>
|
||||
<th>Subject</th>
|
||||
</tr>
|
||||
</table>
|
||||
«footer()»
|
||||
</body>
|
||||
<script type="text/javascript">
|
||||
loadArchive('«data.domain»','«data.prefix»');
|
||||
</script>
|
||||
</html>
|
||||
Reference in New Issue
Block a user