Your IP : 216.73.216.40


Current Path : /var/www/html/mmishra/mm/uprtou1/
Upload File :
Current File : /var/www/html/mmishra/mm/uprtou1/inner.php

<?php
//include library functions
require("config.inc.php");


?>
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\'>
<html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en' lang='en'>
<head>
<title><?php echo "[$webid] $title"; ?></title>
<meta http-equiv='Content-Type' content='text/html; charset=ISO-8859-1' />
<meta name='author' content='<?php echo $author; ?>' />
<meta name='keywords' content='<?php echo $keywords; ?>' />
<meta name='description' content='<?php echo strip_tags($description); ?>' />
<?php
echo ajax();
echo "<style type='text/css'>";
include "jquerycssmenu.css.inc";
echo "</style>";
?>
<link rel='stylesheet' type='text/css' href='css/style.css' media='screen' />
<!--link rel='stylesheet' type='text/css' href='css/blue/jquerycssmenu.css' /-->
<link rel='SHORTCUT ICON' href='images/uprtou.ico'>

<!--[if lte IE 7]>
<style type='text/css'>
html .jquerycssmenu{height: 1%;} /*for IE7 and below*/
</style>
<![endif]-->

<script type='text/javascript' src='js/white/jquery.min.js'></script>
<script type='text/javascript' src='js/white/jquerycssmenu.js'></script>
<script type='text/javascript' src='js/mm.js'></script>
<script type='text/javascript' src='js/fontsizer.js'></script>
<script type="text/javascript" src="js/swfobject.js"></script>
</head>
<body id='b'>
<center>
<form name='frm' action='inner.php?conf=<?php echo $conf;?>' method='post' enctype='multipart/form-data'>
<?php
echo "<img src='$webid/images/$banner' height='90' width='80%' class='banner'>";
echo "<div id='myjquerymenu' class='jquerycssmenu'>";
echo hmenus($webid, $user, $role, 0);
echo "</div>
<div id='ajax' class='ajaxpage'></div>
<table id='t2' class='watermark' width='80%' height='500' border='0'>
<tr valign='top'><td width='100%' class='content'>
<div class='datehit'>
<a href=\"javascript:void(0);\" onclick=\"get_id('content','en','ml');\"><img src='images/speak3.jpg' border='0'></a>
<a href=\"javascript:decreaseFontSize();\"><img src='images/font-dec.gif' border='0'></a>  
<a href=\"javascript:increaseFontSize();\"><img src='images/font-inc.gif' border='0'></a>
</div>";

//show content
if ($conf && $pagetitle) {
        
        echo "$familytree $sibling<br>";
	echo "<span class='heading'>$pagetitle</span>";
	echo "<div class='datetime'>[ dated $datecreation, updated $dateupdation, accessed $dateaccess, $hits hits ]</div>";
        echo "<div id='content'>";
	if ($static == 1) 
		echo $pagecontent;
	else if ($static == 0) 
                include("$pagecontent");
	else
		echo "<b>Oops!</b><dir>The page is under construction, Please visit later. Thanks.</dir>";
	
	echo "</div>";
	if ($role == 'admin' && $userid == $user && $static == 1) 
		echo "<div class='datetime'><a href='admin.php?conf=$conf'>Edit Content</a></div>";
	
} else {
        echo "<b>Oops!</b><br><dir>The page is under construction, Please visit later. Thanks.</dir>";
}

echo "</td></tr><tr><td class='footer'>";
echo features($webid) . '<br>';
echo signin($webid, $user) . '<br>';
echo footer($webid);
echo "</td></tr></table>";

?>
</form>
</center>
<script type='text/javascript' src='js/get_text.js'></script>
</body>
</html>