25 lines
502 B
HTML
25 lines
502 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="Request" value="{ReqID}">
|
|
<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>
|