( ′∀`)σ≡σ☆))Д′)レ(゚∀゚;)ヘ=З=З=Зε≡(ノ´_ゝ`)ノ
<?php
require("./NewsSql.inc.php");
$db = new NewsSQL($dbname);
page_protect();
?>
<html>
<head>
<title><?php print "$admin_newsadmin"; ?></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="headerimage.php">
<input type="hidden" name="newsid" value="<?php print "$newsid"; ?>">
<table width="800" 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="Delheader" value="<?php print "$admin_yes"; ?>">
<input type="submit" name="Delheader" value="<?php print "$admin_no"; ?>"></p>
</td>
</tr>
</table>
</form>
</body>
</html>