PlainDiscuss/Source/Form.Base.html

25 lines
502 B
HTML
Raw Permalink Normal View History

2022-06-16 17:17:42 +02:00
<html>
<head>
<link rel="stylesheet" href="Main.css">
2022-06-17 16:41:20 +02:00
<style>
{Style}
</style>
2022-06-16 17:17:42 +02:00
</head>
<body>
2022-06-18 14:09:59 +02:00
<h3>[Locale:Comments]</h3>
<div id="StatusGoodDiv">
{StatusGood}
</div>
<div id="StatusErrorDiv">
{StatusError}
</div>
<form action="/Comments" method="POST">
2022-07-12 16:40:37 +02:00
<input type="hidden" name="Request" value="{ReqID}">
<input type="hidden" name="Lang" value="{Lang}">
2022-06-18 00:19:25 +02:00
<input type="hidden" name="Site" value="{Site}">
<input type="hidden" name="Page" value="{Page}">
2022-06-17 16:41:20 +02:00
{Form}
2022-06-16 17:17:42 +02:00
</form>
</body>
</html>