| Current Path : /var/www/html/mmishra/mm/uprtou2/ |
| Current File : /var/www/html/mmishra/mm/uprtou2/index.php |
<?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' xml:lang='en' lang='en'>
<head>
<title><?php echo $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/menu.css' media='screen' />
<link rel='stylesheet' type='text/css' href='css/style.css' media='screen' />
<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
if (file_exists("$banner"))
echo "<img src='$banner' height='150' width='80%' class='banner'>";
else
echo "<table width='80%' height='90' class='banner'>
<tr><th width='100'><img src='$logo' width='60' height='60'></th>
<th><h1>$title</h1><h3>$description</h3></th>
<th width='100'>" . date("l, jS F Y") ."</th></tr>
</table>";
//echo "<div id='myjquerymenu' class='jquerycssmenu'>". hmenus($webid, $user, 0, $role) ."</div>";
echo "<div id='ajax' class='ajaxpage'></div>
<table id='t2' class='watermark' width='80%' height='500' border='0'>
<tr><td width='25%'>". gallery($webid) ."</td>
<td width='25%'>". gallery($webid) ."</td>
<td width='25%'>". gallery($webid) ."</td>
<td width='25%'>". gallery($webid) ."</td></tr>";
echo "<tr><td></td><td class='advertisement' colspan='2'>";
echo advertisements($webid);
echo "</td><td>
<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>";
echo "</td></tr><tr valign='top'><td width='25%'>";
if ($user) echo amenus($webid, $user);
echo vmenus($webid, $user, 0);
echo "</td><td colspan='2' class='content'>";
echo announcements($webid);
echo "</td><td>";
echo features($webid);
echo "</td></tr>
<tr><td colspan='4' class='footer'>";
echo footer($webid);
echo "</td></tr></table>";
echo signin($webid, $user, $role) . '<br>';
?>
<div class='scrollleft'>
<marquee direction='up' height='500' width='100%' scrolldelay='15' scrollamount='1'>
<center>
U P R T O U
</center>
</marquee>
</div>
<div class='scrollright'>
<marquee direction='up' height='500' width='100%' scrolldelay='15' scrollamount='1'>
<center>
ALLAHABAD
</center>
</marquee>
</div>
</form>
</body>
</html>