| Current Path : /var/www/html/mmishra/mm/uprtou1/ |
| Current File : /var/www/html/mmishra/mm/uprtou1/index.php |
<?php
//include function library
require("config.inc.php");
?>
<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.0 Transitional//EN' 'http://www.w3.org/TR/REC-html40/loose.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>";
//echo "<style type='text/css'> @variables { icdpbg: $bgcolor; } </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>
</head>
<body id='b'>
<center>
<form name='frm' action='admin.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='60%'>
<img src='$img' height='420' width='100%' title='Photo Gallery'>";
//echo gallery($webid);
echo "</td><td nowrap width='40%'>
<b class='heading'><a href='#' onclick=\"showPage('announcements','online','$webid')\">Announcement</a></b>
<b class='heading'><a href='inner.php?conf=100113'>Student Zone</a></b>
<a href=\"javascript:void(0);\" onclick=\"get_id('b','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>
";
//show announcements
echo "<div class='announcement'>".announcements($webid,'')."</div>";
echo "<div class='advertisement'>".advertisements($webid)."</div>";
echo "</td></tr>";
echo "<tr><td colspan='2' 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>