<?
include_once "myconnect.php";
include_once "logincheck.php";
$config=mysql_fetch_array(mysql_query("select * from reciprocal_config "));
?><html>
<head>
<title>Admin</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="styles_gallery.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
a {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color: #CC6600;
text-decoration: none;
}
a:Hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color: #CC6600;
text-decoration: underline;
}
a.softbiz {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color: #0000CC;
text-decoration: none;
}
a.softbiz:Hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color: #0000FF;
text-decoration: underline;
}
a.side {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #FF00CC;
text-decoration: none;
}
a.side:Hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #FF00FF;
text-decoration: underline;
}
-->
</style>
</head>
<script language="JavaScript">
function openpopup(pg)
{
window.open(pg,"win","top=5,left=30,toolbars=no,maximize=yes,resize=yes,width=330,height=420,location=no,directories=no,scrollbars=yes");
return false;
}
</script>
<body>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="2" valign="top" ><div align="center">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="100%" bgcolor="#75A7AC"> <table width="100%" height="100%" border="0" cellpadding="1" cellspacing="0">
<tr>
<td valign="middle" bgcolor="#F5F5F5"> <table width="100%" border="0" cellspacing="1" cellpadding="1">
<tr>
<td valign="middle"> <div align="center"><font color="#75A7AC" size="2" face="Arial, Helvetica, sans-serif"><strong>
<font color="#006699" size="5">Admin Panel</font><br>
</strong></font></div></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
</div></td>
</tr>
<tr>
<td width="153" height="100%" valign="top" align="left">
<? include_once("left_panel.php"); ?>
</td>
<td width="100%" align="center" valign="top" ><table width="100%" border="0" cellspacing="1" cellpadding="0">
<tr>
<td height="25"> <div align="center"><font face="verdana, arial" size="1" color="#666666">
<?
if ( isset($_REQUEST["msg"])&&$_REQUEST['msg']<>"")
{
print($_REQUEST['msg']);
}//end if
else
{
print(" ");
}
?>
</font> </div></td>
</tr>
<tr>
<td align="center" valign="top">
<?php main();?>
</td>
</tr>
<tr>
<td align="center" valign="top"> <div align="center"></div></td>
</tr>
</table>
<div align="center"></div></td>
</tr>
</table>
</body>
</html>