PlainDiscuss/Source/Form.Base.html

24 lines
447 B
HTML

<html>
<head>
<link rel="stylesheet" href="Main.css">
<style>
{Style}
</style>
</head>
<body>
<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}">
<input type="hidden" name="Site" value="{Site}">
<input type="hidden" name="Page" value="{Page}">
{Form}
</form>
</body>
</html>