PlainDiscuss/Source/Form.Base.html

24 lines
447 B
HTML
Raw 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">
<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>