Your IP : 216.73.216.40


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

<?php
//include library functions
require("init.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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title><?php echo $title; ?></title>
<meta name='author' content='<?php echo $author; ?>' />
<meta name='keywords' content='<?php echo $keywords; ?>' />
<meta name='description' content='<?php echo strip_tags($description); ?>' />

<link rel="stylesheet" type="text/css" href="css/templatemo_style.css" />
<link rel="stylesheet" type="text/css" href="css/menu.css" />

<script type='text/javascript' src='js/menu.js'></script>
<script type='text/javascript' src='js/mm.js'></script>
<?php //echo ajax(); ?>
</head>
<body>
<form action='inner.php?conf=<?php echo $conf; ?>' method='post' enctype='multipart/form-data'> 

<div id="templatemo_wrapper_outer">
        <div id="templatemo_wrapper">
                <div id="templatemo_header">
                        <div id="site_title">
	                	<h1><?php echo $title; ?></h1>
                        </div> <!-- end of site_title -->
                </div>   <!-- end of header -->

                <div id="templatemo_main_wrapper">
                        <div id="templatemo_main">
                                <div id="content">
                                        <div class="post">
                                                <div class="post_meta">
	                				<p><span>
							<img src='<?php echo $webid; ?>/images/logo.jpg' width='80' height='80' />
							</span></p>
                                                        <p><span>
                                                        <?php if ($role == 'admin' || $role == 'webmaster') echo amenus($webid, $user); ?>
                                                        <?php echo vmenus($webid, $user, 0); ?>
                                                        </span></p>
 							<p>Contact<span><?php echo $contact; ?></span></p>
                                                        <p>Date<span><?php echo date("d M, Y"); ?></span></p>
                                                </div>

                                                <div id='icdp' class="post_content">
   							<div id='ajax'></div> 
                                                        <h2><?php echo $pagetitle; ?></h2>
							<p>
							<?php
							//show content
        						if ($static == 1) 
								echo $pagecontent;
							else if ($static == 0) //php script file
                						include("$pagecontent");
        						else 
								echo "<b>Oops!</b><dir>The page is under construction, Please visit later. Thanks.</dir>";
							?>

                                                        </p>
                                                        <div class="btn_more">
                                                                <?php
                                                                echo "Dated $datecreation, Updated $dateupdation, Accessed $dateaccess, Hits $hits<br>";
								if (($role == 'admin' || $userid == $user) && $pagetype == 'html')
									echo "<div align='right'><a href='admin.php?conf=$conf'>Edit Content</a></div>";
                                                                echo  $sibling;
                                                                ?>
                                                        </div>
                                                </div>
                                                <div class="cleaner"></div>
                                        </div> <!-- end of a post -->
                                        <div class="cleaner"></div>
                                </div> <!-- end of content -->
                                <div id="sidebar">
                    			<script type='text/javascript' src='js/get_text.js'></script>
                			<a href="javascript:void(0);" onclick="get_id('icdp','en','ml');">
					<img src='images/speak3.jpg' width='20' height='20' /></a> Audio Version
                                        <div class="rss">
                                                <?php if ($conf) echo $familytree; ?>
                                        </div>
                                        <div class="sidebar_box">
                                                <h3>Announcement</h3>
                                                <span class="tmo_list">
                             	                	<?php echo announcements($webid); ?>
                                                </span>
                                        </div>
                                </div> <!-- end of sidebar -->
                                <div class="cleaner"></div>
                        </div>
                </div> <!-- end of main wrapper -->
        </div> <!-- end of wrapper -->
	<div id="templatemo_footer">
		<div class="footer_col_w200">
			<h3>Features</h3>
			<?php echo features($webid); ?>
			<br>
			<h3>See Also</h3>
			<?php echo leastVisited($webid); ?>
	        </div>
		<div class="footer_col_w400">
			<h3>Updations</h3>
		        <?php echo latestUpdations($webid); ?>
		</div>
		<div class="footer_col_w300">
			<?php echo signin($webid, $user); ?>
		</div>
		<div class="cleaner"></div> 
		<?php
		echo footer($webid);
		?>
	</div>
</div>
</form>
</body>
</html>