( ′∀`)σ≡σ☆))Д′)レ(゚∀゚;)ヘ=З=З=Зε≡(ノ´_ゝ`)ノ
<?php
require("./NewsSql.inc.php");
$db = new NewsSQL($DBName);
page_protect();
?>
<html>
<head>
<title><?php print "$admin_catalogadmin"; ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=<?php print "$admin_charset"; ?>">
<link href="styles.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0">
<form method="POST" action="catereporta.php">
<input type="hidden" name="catid" value="<?php print "$catid"; ?>">
<table width="550" border="0" align="center" cellpadding="4" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td align="center">
<p><H3><?php print "$admin_delconfirm"; ?></H3></p> </td>
</tr>
<tr>
<td align="center">
<p><input type="submit" name="Delepisode" value="<?php print "$admin_yes"; ?>">
<input type="submit" name="Delepisode" value="<?php print "$admin_no"; ?>"></p> </td>
</tr>
</table>
</form>
</body>
</html>