PlainDiscuss/Source/Form.Base.html

21 lines
317 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>
<div id="StatusGoodDiv">
{StatusGood}
</div>
<div id="StatusErrorDiv">
{StatusError}
</div>
<form action="/Comments" method="POST">
<input type="hidden" name="Lang" value="{Lang}">
2022-06-17 16:41:20 +02:00
{Form}
2022-06-16 17:17:42 +02:00
</form>
</body>
</html>