Your IP : 216.73.216.40


Current Path : /var/www/html/mmishra/mm/air/
Upload File :
Current File : /var/www/html/mmishra/mm/air/index.php

<?php
//include function library
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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title><?php echo "[$webid] $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/white/jquerycssmenu.css' />
<link rel="stylesheet" type="text/css" href="css/templatemo_style.css" />

<!--[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>
<?php echo ajax(); ?>
</head>
<body>
<form action='inner.php' method='post' enctype='multipart/form-data'> 

<div id="templatemo_wrapper_outer">
	<div id="templatemo_wrapper">
	    	<div id="templatemo_header">
            		<div id="site_title">
	                	<h1>All India Radio Allahabad</h1>
            		</div> <!-- end of site_title -->
           		
			<div id="templatemo_menu"> 
				<div id='myjquerymenu' class='jquerycssmenu'>
				<?php
				echo hmenus($webid, $user, $role, 0);
				?>
				</div>
                    		<div class="cleaner"></div>
			</div>
		</div>   <!-- end of header -->
    
   		<div id='ajax'></div> 
        	<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>Contact<span><?php echo $contact; ?></span></p>
                                                        <p>Date<span><?php echo date("d M, Y"); ?></span></p>
							<p>User<span><?php echo signin($webid, $user); ?></span></p>
                        			</div>
                        
                        			<div id='air' class="post_content">
                        				<h2>Welcome</h2>
                            				<img src="images/templatemo_image_02.jpg" alt="image" />
                          				<p>
							<?php
								echo $description;
							?>
							</p>
                					<div class="btn_more">
								Please visit menu links above for more information.	
							</div>
                      				</div>
                    				<div class="cleaner"></div>
                    			</div> <!-- end of a post -->
                    			<div class="cleaner"></div>
                		</div> <!-- end of content -->
                
                		<div id="sidebar">
                			<div class="rss">
                    				<script type='text/javascript' src='js/get_text.js'></script>
                				<a href="javascript:void(0);" onclick="get_id('air','en','ml');">Listen this page</a>
			                </div>
                			<div class="sidebar_box">
                    				<h3>Announcements</h3>
		        			<span class="tmo_list">
                				<?php
						echo announcements($webid);
						?>
						</span>
                    			</div>
					<div class="cleaner"></div> 
					<div class="cleaner"></div> 
                			<div class="sidebar_box">
                    				<h3>News</h3>
		        			<span class="tmo_list">
                				<?php
						echo advertisements($webid);
						?>
		        			</span>
                    			</div>
					<div class="sidebar_box">
                                                <h3>Submission</h3>
                                                <span class="tmo_list">
                                                <?php
                                                $id = innerconf('submission');
						echo "<a href='inner.php?conf=$id'>Listener Choice</a>";
                                                ?>
                                                </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>Links</h3>
			<?php
			echo features($webid);
			?>
	        </div>
		<div class="footer_col_w400">
			<h3>Updations</h3>
		        <?php
			echo latestUpdations($webid);
			?>
		</div>
		<div class="footer_col_w300">
		</div>
		<div class="cleaner"></div> 
		<?php
		echo footer($webid);
		?>
	</div>
</div>
</form>
</body>
</html>