37 lines
981 B
HTML
37 lines
981 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
|
|
"http://www.w3.org/TR/REC-html40/loose.dtd">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=[%CHARSET%]">
|
|
<title>[%Deleting answer%]</title>
|
|
<style type="text/css">
|
|
<!--
|
|
body, td, p { font-family: Verdana, Helvetica, sans-serif; font-size: 10pt;}
|
|
.lbl { font-size: 9pt; font-weight: 700;}
|
|
-->
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<br><br>
|
|
<center>
|
|
(%ANSWERLIBERROR%)
|
|
(%ANSWERLIBMSG%)
|
|
<form action="(%ENV_SCRIPT_NAME%)" method=post>
|
|
<input type=hidden name=cmd value=delanswer>
|
|
<input type=hidden name=style value="(%INPUT_style%)">
|
|
<input type=hidden name=do value=1>
|
|
<input type=hidden name=aid value="(%INPUT_aid%)">
|
|
<input type=hidden name=sid value="(%INPUT_sid%)">
|
|
<b><font color=red>[%Deleting answer%]</font></b>
|
|
<br><br>
|
|
<b>(%ANSWERTITLE%)</b>
|
|
<br><br>
|
|
[%Are you sure?%]
|
|
<br><br>
|
|
<input type=submit value="[%Yes%]">
|
|
<input type=submit name=cancel value="[%No%]">
|
|
</form>
|
|
</center>
|
|
</body>
|
|
</html>
|