Current File : /home/inlingua/public_html/faridabad/icentex/calendar/admin_calendar.php
<?php
include("header_calendar.php");
// Include the database connection details
require('../pdo_conn/dbConnection.php');

// Include common functions
require('../pdo_conn/commonFunc.php');

// Include common functions
require('../pdo_conn/globalVars.php');

// Include the table handler class
require('../pdo_conn/dbHandler.class.php');

// Init and connect to database
$dbObject = new dbHandler($conn);
//$dbObject->connect();

?>

<style>

#adfrom h2,h4,h5,h6
{
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	color: #069; /* CHANGE TO CORPORATE COLOUR */
	margin-bottom: 1em;
	border-bottom:none;
	padding-bottom: 0.3em;
}
#adfrom img
{
	padding: 3px;
	border: 1px solid #ccc;	
	
}

#adfrom a img
{
	padding: 3px;
	border: 1px solid #ccc;	
}

#adfrom a img:hover
{
	padding: 3px;
	border:none;	
}
</style>


<!-- Core CSS File. The CSS code needed to make eventCalendar works -->
	<link rel="stylesheet" href="css/eventCalendar.css">

	<!-- Theme CSS file: it makes eventCalendar nicer -->
	<link rel="stylesheet" href="css/eventCalendar_theme_responsive.css">

	<!--<script src="js/jquery.js" type="text/javascript"></script>-->
	<script src="js/jquery.min.js" type="text/javascript"></script>
	

	<h3>Event-Calendar</h3>
	
	
	<table align="center" cellpadding="3" cellspacing="3" width="99%" id="adform">
	<tr><td width="50%" valign="top">
	<div id="eventCalendarCalendarLine"></div>
				<script>
				
				        
					$(document).ready(function() {
						$("#eventCalendarCalendarLine").eventCalendar({
							eventsjson: 'json/event.humanDate.json.php',
							jsonDateFormat: 'human',
							year:<?php echo date("Y") ?>,
	                                                month:<?php echo date("m") ?>

						});
					});
				</script>
	</td>
	<td width="50%"  valign="top">
	<div id="eventCalendarCalendarLine_1"></div>
				<script>
				
				        
					$(document).ready(function() {
						$("#eventCalendarCalendarLine_1").eventCalendar({
							eventsjson: 'json/event.humanDate.json.php',
							jsonDateFormat: 'human',
							year:<?php echo date("Y") ?>,
	                                                month:<?php echo date("m")+1 ?>

						});
					});
				</script>
	</td>
	</tr>
	</table>	
<?php
include("footer_calendar.php");
?>
<!--script src="js/jquery.timeago.js" type="text/javascript"></script-->
<!--<script src="js/jquery.eventCalendar.min.js" type="text/javascript"></script>-->
<script src="js/moment.js?ranNo=Math.random()" type="text/javascript"></script>
<script src="js/jquery.eventCalendar.js?ranNo=Math.random()" type="text/javascript"></script
<!--<script src="js/jquery.eventCalendar.min.js" type="text/javascript"></script>-->