You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
1020 B
33 lines
1020 B
<!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 '«data.list»' Details</h1> |
|
«listmembers()» |
|
<form method="POST"> |
|
<fieldset> |
|
<legend>Options for «data.list»</legend> |
|
<label> |
|
<input type="checkbox" name="forward_from"> |
|
Forward using original sender |
|
</label> |
|
<label> |
|
<input type="checkbox" name="forward_attached"> |
|
Append original message as attachment |
|
</label> |
|
<button type="submit">Save</button> |
|
</fieldset> |
|
</form> |
|
<script type="text/javascript"> |
|
loadListDetail('«data.list»'); |
|
</script> |
|
</body> |
|
</html> |