33 lines
1020 B
Smalltalk
33 lines
1020 B
Smalltalk
<!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> |