minor code improvements

This commit is contained in:
2022-04-22 13:56:48 +02:00
parent b9b3196ae6
commit efa4bcbc99
7 changed files with 28 additions and 39 deletions

View File

@@ -6,15 +6,15 @@
<script src="js"></script>
<link rel="stylesheet" href="css" />
</head>
<body>
<body id="subscribe">
«navigation()»
«userinfo()»
«messages()»
<h1>Widerhall Subscription</h1>
<form method="POST">
<input type="hidden" name="list" value="«data.list»" />
<input type="hidden" name="list" value="«data.list.email.prefix»@«data.list.email.domain»" />
<fieldset>
<legend>Un-subscribe from "«data.list»"</legend>
<legend>Un-subscribe from "«data.list.email.prefix»@«data.list.email.domain»"</legend>
<label>
<input type="text" name="email" value="«if(data.email)»«data.email»«else»«data.user.email»«endif»">
Email