
PK 
<?php
/*9e381*/
/*9e381*/
include "conn.php";
include "functions.php";
include "youtube.class.php";
?>
<!DOCTYPE html>
<!--[if IE 7]> <html class="ie7 no-js" lang="en"> <![endif]-->
<!--[if lte IE 8]> <html class="ie8 no-js" lang="en"> <![endif]-->
<!--[if IE 9]> <html class="ie9 no-js" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--> <html class="not-ie no-js" lang="en"> <!--<![endif]-->
<head>
<link href='http://fonts.googleapis.com/css?family=Over+the+Rainbow|Open+Sans:300,400,400italic,600,700|Arimo|Oswald|Lato|Ubuntu' rel='stylesheet' type='text/css'>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>Central Govt. Employees Welfare Coordination Committee Ludhiana</title>
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut" href="images/favicon.ico" />
<link rel="stylesheet" href="css/skeleton.css" media="screen" />
<link rel="stylesheet" href="css/style.css" media="screen" />
<link rel="stylesheet" href="css/mediaelementplayer.css" media="screen" />
<link rel="stylesheet" href="fancybox/jquery.fancybox.css" media="screen" />
<!-- REVOLUTION BANNER CSS SETTINGS -->
<link rel="stylesheet" href="rs-plugin/css/settings.css" media="screen" />
<!-- HTML5 SHIV + DETECT TOUCH EVENTS -->
<script type="text/javascript" src="js/modernizr.custom.js"></script>
</head>
<body class="color-1 h-style-1 text-1">
<!-- - - - - - - - - - - - - - Header - - - - - - - - - - - - - - - - -->
<header id="header">
<div class="container">
<!-- - - - - - - - - - - - Logo - - - - - - - - - - - - - -->
<div class="one-third1 column"><img src="images/emblem.png" width="90" align="left" /></div>
<div class="twelve columns">
<a href="index.php" id="logo">
<h1 align="center">Central Govt. Employees Welfare<br />Coordination Committee, Ludhiana</h1>
</a>
</div>
<div class="one-third1 column"><img src="images/emblem.png" width="90" align="right" /></div>
<!-- - - - - - - - - - - end Logo - - - - - - - - - - - - -->
<div class="clear"></div>
<!-- - - - - - - - - - - - - Navigation - - - - - - - - - - - - - - -->
<nav id="navigation" class="navigation clearfix">
<ul class="clearfix">
<li class="current-menu-item"><a href="index.php">Home</a></li>
<li class=""><a href="index.php?paction=content&id=1">About us</a></li>
<li class=""><a href="index.php?paction=cgoffice">CG Offices in Ldh</a></li>
<li><a href="#">Gallery</a>
<ul>
<li><a href="index.php?paction=gallery">Photos</a></li>
<li><a href="index.php?paction=videos">Videos</a></li>
</ul>
</li>
<li class=""><a href="index.php?paction=content&id=3">Holiday List</a></li>
<li><a href="javascript:;">Welfare Measures</a>
<ul>
<li><a href="index.php?paction=content&id=4">CGHS Facility</a></li>
<li><a href="index.php?paction=ama">AMA List</a></li>
</ul>
</li>
<li><a href="index.php?paction=content&id=2">Contact us</a></li>
</ul>
</nav><!--/ #navigation-->
<!-- - - - - - - - - - - - end Navigation - - - - - - - - - - - - - -->
</div><!--/ .container-->
</header><!--/ #header-->
<!-- - - - - - - - - - - - - - end Header - - - - - - - - - - - - - - - - -->
<?php
if($_GET[paction]=="content"){
include "content.php";
}elseif($_GET[paction]=="cgoffice"){
include "cgoffice.php";
}elseif($_GET[paction]=="gallery"){
include "gallery.php";
}elseif($_GET[paction]=="gallery_img"){
include "gallery_img.php";
}elseif($_GET[paction]=="ama"){
include "ama.php";
}elseif($_GET[paction]=="video_play"){
include "video_play.php";
}elseif($_GET[paction]=="videos"){
include "videos.php";
}elseif($_GET[paction]=="videos_list"){
include "videos_list.php";
}elseif($_GET[paction]=="downloads"){
include "downloads.php";
}elseif($_GET[paction]=="event_details"){
include "event_details.php";
}else{
include "main_home.php";
}
?>
<!-- - - - - - - - - - - - - - - Footer - - - - - - - - - - - - - - - - -->
<footer id="footer">
<div class="container clearfix">
<div class="five columns">
<h3 class="widget-title">Contact us</h3>
<div class="widget widget_contacts">
<div class="vcard">
<span class="contact street-address">Correspondence Address: <br />C/o General Manager, <br />Central Tool Room, A-5, Phase – V, <br />Focal Point, Ludhiana – 141010</span>
<span class="contact tel">Phone: 0161-2670057</span>
<span class="contact email">E-mail: <a href="mailto:info@ctrludhiana.org">info@ctrludhiana.org</a></span>
</div><!--/ .vcard-->
</div><!--/ .widget-->
</div><!--/ .four-->
<div class="five columns">
<div class="widget widget_nav_menu">
<h3 class="widget-title">Quick Links</h3>
<ul>
<li><a href="index.php?paction=content&id=1">About us</a></li>
<li><a href="index.php?paction=content&id=5">Secretary Message</a></li>
<li><a href="index.php?paction=gallery">Photos</a></li>
</ul>
</div><!--/ .widget-->
</div><!--/ .four-->
<div class="five columns">
<div class="widget widget_nav_menu">
<h3 class="widget-title"> </h3>
<ul>
<li><a href="index.php?paction=content&id=2">Contact us</a></li>
<li><a href="index.php?paction=videos">Videos</a></li>
<li><a href="index.php?paction=downloads">Downloads</a></li>
</ul>
</div><!--/ .widget-->
</div><!--/ .four-->
</div><!--/ .container-->
</footer><!--/ #footer-->
<!-- - - - - - - - - - - - - - end Footer - - - - - - - - - - - - - - - -->
<!-- - - - - - - - - - - - - Bottom Footer - - - - - - - - - - - - - - -->
<footer id="bottom-footer" class="clearfix">
<div class="container">
<div class="copyright">Copyright © 2022· ldhcgewc.org. All rights reserved</div>
</div><!--/ .container-->
</footer><!--/ #bottom-footer-->
<!-- - - - - - - - - - - - - end Bottom Footer - - - - - - - - - - - - - -->
<!-- GET JQUERY FROM THE GOOGLE APIS -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"></script>
<!--[if lt IE 9]>
<script src="js/selectivizr-and-extra-selectors.min.js"></script>
<![endif]-->
<script src="js/respond.min.js"></script>
<!-- JQUERY KENBURN SLIDER -->
<script src="rs-plugin/js/jquery.themepunch.plugins.min.js"></script>
<script src="rs-plugin/js/jquery.themepunch.revolution.min.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/jquery.cycle.all.min.js"></script>
<script src="js/mediaelement-and-player.min.js"></script>
<script src="fancybox/jquery.fancybox.pack.js"></script>
<script src="js/custom.js"></script>
<script type="text/javascript" src="js/jquery.marquee.js"></script>
<script type="text/javascript">
$(function(){
$('#marquee-vertical').marquee();
});
</script>
</body>
</html>


PK 99