kohjhjhصثقص5572hjkhk7872ثقصثقgdfgdg
Ele57885fddfg872782782782 hjkhj782dfgfghgقفغفغفقhfg555434536
/
home4
/
kisgavwq
/
aadharshilasouth.in
/
Upload FileeE
HOME
<?php //index.php session_start(); require_once("includes/settings.php"); require_once("includes/database.php"); require_once("includes/classes/db.cls.php"); require_once("includes/classes/sitedata.cls.php"); require_once("includes/functions/common.php"); require_once("includes/classes/Pages.cls.php"); require_once("includes/classes/Menus.cls.php"); require_once("includes/classes/DBquery.cls.php"); require_once("includes/classes/News.cls.php"); require_once("includes/classes/Announcement.cls.php"); $conn = mysqli_connect(SYSTEM_DBHOST,SYSTEM_DBUSER,SYSTEM_DBPWD,SYSTEM_DBNAME); $newsObj = new News(); $res = $newsObj->getNewsLimit(6); $total = $res['NO_OF_ITEMS']; $annoObj = new Announcement(); $resa = $annoObj->getAnnoLimit(6); $totaly = $resa['NO_OF_ITEMS']; $db = new SiteData(); $pageObj = new Pages(); $menuObj = new Menus(); $Dbqur = new dbquery(); $project_sql = mysqli_query($conn, "select * from tbl_homecontent where id = 1 "); $hedrow = mysqli_fetch_array($project_sql); ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'> <title>Aadharshila Education & Charitable Trust, Gujarat</title> <meta name="keywords" content="Aadharshila Education & Charitable Trust Gujarat" /> <meta name="description" content="Aadharshila Education & Charitable Trust Gujarat" /> <meta name="copyright" content="Copyright 2022 Aadharshila Education & Charitable Trust"/> <meta name="ROBOTS" content="index,follow"/> <meta name="revisit-after" content="7 days"/> <meta name="document-classification" content="Aadharshila Education & Charitable Trust Gujarat"/> <meta name="publisher" content="Aadharshila Education & Charitable Trust Gujarat"/> <meta name="author" content="Aadharshila Education & Charitable Trust Gujarat"/> <meta name="copyright" content="Aadharshila Education & Charitable Trust Gujarat"/> <meta name="language" content="en-us"/> <meta name="distribution" content="GLOBAL"/> <meta name="geo.region" content="INDIA"/> <meta name="geo.placename" content="Aadharshila Education & Charitable Trust At. & Po. Valad, Opp. Reliance Petrol Pump, Naroda-Himmatnagar N. H. No. 48 Gandhinagar, Gujarat, India 382355"/> <?php include("css.php");?> </head> <body> <div id="page"> <?php $popque=mysqli_query($conn, "SELECT * FROM `tbl_popupcontent` WHERE status=1"); if(mysqli_num_rows($popque)>0){ $prow = mysqli_fetch_array($popque); ?> <div class="popup"> <div class="cnt223"> <div > <a href="" class="close">X</a></div> <p style="text-align:center;"> <?php if ($prow['image']) { ?> <a href="apply-online.php" target="_blank"><img src="img/<?php print $prow['image']; ?>" alt="Aadharshila Education & Charitable Trust" style="width: 100%" /></a><?php } ?> <?php if ($prow['content']) { ?> <a href="apply-online.php" target="_blank"> <?php echo $prow['content']; ?> </a><?php } ?> </p> </div> </div> <?php } ?> <?php include("header.php");?> <div class="sticky-social-icons"> <ul class="sticky-social"> <?php if ($hedrow['facebook_link'] != "") { $fblink = $hedrow['facebook_link']; } else { $fblink = "#"; } if ($hedrow['twitter_link'] != "") { $twitlink = $hedrow['twitter_link']; } else { $twitlink = "#"; } if ($hedrow['youtube_link'] != "") { $ytlink = $hedrow['youtube_link']; } else { $ytlink = "#"; } if ($hedrow['linkedin_link'] != "") { $lilink = $hedrow['linkedin_link']; } else { $lilink = "#"; } ?> <li><a href="https://api.whatsapp.com/send?phone=91<?=$hedrow['whatsapp']?>" id="whatsapp" target="_blank" class="btn--shockwave is-active"><i class="fa fa-whatsapp"></i></a></li> <li><a href="<?=$fblink?>" target="_blank" id="facebook" class="btn--shockwave is-active"> <i class="fa fa-facebook"></i> </a> </li> <li> <a href="<?=$twitlink?>" target="_blank" id="twitter" class="btn--shockwave is-active"> <i class="fa fa-twitter"></i> </a></li> <li><a href="<?=$ytlink?>" target="_blank" id="youtube" class="btn--shockwave is-active"> <i class="fa fa-youtube-play"></i> </a> </li> <li><a href="<?=$lilink?>" target="_blank" id="linkedin" class="btn--shockwave is-active"> <i class="fa fa-linkedin"></i> </a></li> </ul> </div> <section class="slider"> <div id="myCarousel" class="carousel slide" data-ride="carousel"> <ol class="carousel-indicators"> <?php $i = 0; $get_slider = $Dbqur->fetch_data("tbl_banner","","banner_sequence asc"); foreach($get_slider as $get_row){ ?> <li data-target="#myCarousel" data-slide-to="<?=$i?>" <?php if($i==0){?> class="active"> <?php } else{?><?php }?></li> <?php $i++; } ?> </ol> <div class="carousel-inner"> <?php $i = 1; $get_banner = $Dbqur->fetch_data("tbl_banner","","banner_sequence asc"); foreach($get_banner as $get_key){ if($get_key['banner_sequence']==1){ $sequence="active"; } else{$sequence="";} ?> <div class="item <?=$sequence?>"> <img src="upload_image/<?php echo $get_key['banner_image'] ?>" alt="<?php echo $get_key['banner_name'] ?>" title="<?php echo $get_key['banner_name'] ?>" style="width:100%;"> </div> <?php } ?> <a class="left carousel-control" href="#myCarousel" data-slide="prev"> <span class="glyphicon glyphicon-chevron-left"></span> <span class="sr-only">Previous</span> </a> <a class="right carousel-control" href="#myCarousel" data-slide="next"> <span class="glyphicon glyphicon-chevron-right"></span> <span class="sr-only">Next</span> </a> </div> </div> </section> <style type="text/css">\ .asha-read-btn{ color: #fff; background-color: #6c757d; border-color: #6c757d; } </style> <section class="divine-feat"> <div class="sectionLinkArea scrolling"> <div class=""> <div class="row"> <div class="col-md-12"> <?php $i = 1; $feature_sql = mysqli_query($conn, "select * from tbl_features order by id Asc"); while ($row = mysqli_fetch_array($feature_sql)) { $id= $row['id']; $pageid= $row['more_link']; if(is_numeric($pageid)) { $sql_1 = "SELECT a.page_url,a.page_name from ".PAGES." a where a.page_id='$pageid'"; $res_1 = mysqli_fetch_array(mysqli_query($conn, $sql_1)); if(mysqli_num_rows(mysqli_query($conn, $sql_1))>0) { $pageid =$res_1['page_url']; $url="page.php?page=".$pageid; } else { $url = "javascript: void(0)"; } } else { $url = $pageid; } ?> <div class="col-sm-3" style="padding: 0px; margin-bottom: 10px;"> <a href="<?=$url?>"> <div class="divine-populated bordd-<?=$id?>"> <img src="images/featureimage/<?php echo $row['logo'];?>" width="70"> <div class="divine-populated-title"><?=$row['feature_name']?></div> <p style="padding: 10px;color: #fff;"><?php echo substr($row['feature_desc'],0,200);?></p> <p><a href="" class="btn asha-read-btn">Read More</a></p> </div> </a> </div> <?php } ?> </div> </div> </div> </div> </section> <section id="works" class="page-section" style="padding:15px 0;"> <div class="container work-section"> <div class="col-md-8"> <div> <?php $siteq=mysqli_query($conn, "select * from tbl_sitedetails where id=1"); $siterec=mysqli_fetch_array($siteq); $heading = $siterec['headline']; $c_link= $siterec['c_link'] ; $page_res = $pageObj->getPageNames($c_link); //print_r($page_res); for($i=0;$i<$page_res['NO_OF_ITEMS'];$i++) { $page_id = $page_res['oDATA'][$i]['page_id']; $page_name = stripslashes($page_res['oDATA'][$i]['page_name']); $page_url = stripslashes($page_res['oDATA'][$i]['page_url']); if($c_link==$page_id) { $curl="page.php?page=".$page_url; } else { $curl=$c_link; } } ?> <span class="subheading"><?= $heading ?></span> <h2 class="pare-x1"><?= $siterec['subheadline'] ?><span><?= $siterec['subhead'] ?></span></h2> <p style="text-align: justify; "><?= $siterec['content'] ?></p> </div> <a href="<?=$curl?>"><button class="btn btn-info asha-btn">More Info</button></a> </div> <div class="col-md-4"> <ul class="nav nav-tabs"> <li class="active"><a data-toggle="tab" href="#home">NOTICE</a></li> <li><a data-toggle="tab" href="#menu1">NEWS & EVENTS</a></li> </ul> <div class="tab-content"> <div id="home" class="tab-pane fade in active"> <div class="news-box"> <ul id="demo3"> <marquee direction="up" scrollamount="4" onMouseOver="this.stop();" onMouseOut="this.start();" height="260px" style="overflow-y: scroll;"> <?php for($i=0;$i<$totaly;$i++){ $id = ($resa['oDATA'][$i]['id']); $type = outText($resa['oDATA'][$i]['type']); $title = outText($resa['oDATA'][$i]['title']); $url = outText($resa['oDATA'][$i]['url']); $publish_date = outText($resa['oDATA'][$i]['publish_date']); $pdate=date("d.m.Y",strtotime($publish_date)); $link = ($resa['oDATA'][$i]['link']); $venue = ($resa['oDATA'][$i]['venue']); $file_name = ($resa['oDATA'][$i]['file_name']); $new = $resa['oDATA'][$i]['new']; ?> <?php if($type == 2){?> <li class="news-item"> <div class=""> <div class="desc_col"> <div class="news_content"> <p class="news_title"><span style="color:#000"><?=$pdate?></span> <a href=""><?=$title?></a></p> <a href="<?=$link?>" class="button">Read more...</a> <?php if($new ==1){?><img src="img/new.gif" alt="Aadharshila Education & Charitable Trust" border="0" align="absmiddle"/><?php }?> </div> </div> </div> </li> <?php }?> <?php if($type == 1){?> <li class="news-item"> <div class=""> <div class="desc_col"> <div class="news_content"> <p class="news_title"><span style="color:#000"><?=$pdate?></span> <a href=""><?=$title?> </a></p> <a href="<?=SITE_HOME?>announcement/<?=$file_name?>" class="button">Read more...</a> <?php if($new ==1){?><img src="img/new.gif" alt="Aadharshila Education & Charitable Trust" border="0" align="absmiddle"/><?php }?> </div> </div> </div> </li> <?php }?> <?php if($type == 0){?> <li class="news-item"> <div class=""> <div class="desc_col"> <div class="news_content"> <p class="news_title"><span style="color:#000"><?=$pdate?></span> <a href=""><?=$title?></a></p> <a href="announcement.php?announcement=<?php print $url;?>" class="button">Read more...</a> <?php if($new ==1){?><img src="img/new.gif" alt="Aadharshila Education & Charitable Trust" border="0" align="absmiddle"/><?php }?> </div> </div> </div> </li> <?php } } ?> </marquee> </ul> <div class="viewall2"> <a href="announcement.php" style="color: #000; margin-left: 10px;font-weight: 600;">Read More <i class="fa fa-angle-double-right"></i></a> </div> </div> </div> <div id="menu1" class="tab-pane fade"> <div class="news-box2"> <div role="tabpanel" class="tab-pane" id="messages"> <ul id="demo3" class="list03"> <marquee direction="up" scrollamount="4" onMouseOver="this.stop();" onMouseOut="this.start();" height="260px" style="overflow-y: scroll;"> <?php for($i=0;$i<$total;$i++){ $id = ($res['oDATA'][$i]['id']); $type = outText($res['oDATA'][$i]['type']); $title = outText($res['oDATA'][$i]['title']); $url = outText($res['oDATA'][$i]['url']); $publish_date = outText($res['oDATA'][$i]['publish_date']); $pdate=date("d.m.Y",strtotime($publish_date)); $link = ($res['oDATA'][$i]['link']); $venue = ($res['oDATA'][$i]['venue']); $file_name = ($res['oDATA'][$i]['file_name']); $new = $res['oDATA'][$i]['new']; ?> <?php if($type == 2){?> <li class="news-item"> <div class=""> <div class="desc_col"> <div class="news_content"> <p class="news_title"><span style="color:#000"><?=$pdate?></span> <a href=""><?=$title?></a></p> <a href="<?=$link?>" class="button">Read more...</a> <?php if($new ==1){?><img src="img/new.gif" alt="Aadharshila Education & Charitable Trust" border="0" align="absmiddle"/><?php }?> </div> </div> </div> </li> <?php }?> <?php if($type == 1){?> <li class="news-item"> <div class=""> <div class="desc_col"> <div class="news_content"> <p class="news_title"><span style="color:#000"><?=$pdate?></span> <a href=""><?=$title?></a></p> <a href="<?=SITE_HOME?>news-files/<?=$file_name?>" class="button">Read more...</a> <?php if($new ==1){?><img src="img/new.gif" alt="Aadharshila Education & Charitable Trust" border="0" align="absmiddle"/><?php }?> </div> </div> </div> </li> <?php }?> <?php if($type == 0){?> <li class="news-item"> <div class=""> <div class="desc_col"> <div class="news_content"> <p class="news_title"><span style="color:#000"><?=$pdate?></span> <a href=""><?=$title?></a></p> <a href="news.php?news=<?php print $title;?>" class="button">Read more...</a> <?php if($new ==1){?><img src="img/new.gif" alt="Aadharshila Education & Charitable Trust" border="0" align="absmiddle"/><?php }?> </div> </div> </div> </li> <?php } } ?> </marquee> </ul> <div class="viewall2"> <a href="news.php" style="color: #000; margin-left: 10px;font-weight: 600;">Read More <i class="fa fa-angle-double-right"></i></a> </div> </div> </div> </div> </div> </div> </div> </section> <section id="featuree" class="page-section" style="padding:10px 0;"> <div class="container work-section"> <div class="col-md-12 col-xs-12 v-heading pull-left" style="padding-right: 0;padding-left: 0;"> <?php $get_heading = $Dbqur->fetch_data("tbl_titles","id = 8"); $heading = $get_heading[0]['title']; $arr = explode(' ', $heading, 2); $hed1 = $arr[0]; $hed2 = $arr[1]; ?> <h2 class="asha-header" style="text-align: center;"><?=$hed1;?> <span><?=$hed2;?></span></h2> <?php $glansql = mysqli_query($conn, "SELECT * FROM tbl_glance ORDER BY id DESC limit 6"); while($grow = mysqli_fetch_array($glansql)){ $pageid= $grow['more_link']; if(is_numeric($pageid)) { $sql_1 = "SELECT a.page_url,a.page_name from ".PAGES." a where a.page_id='$pageid'"; $res_1 = mysqli_fetch_array(mysqli_query($conn, $sql_1)); if(mysqli_num_rows(mysqli_query($conn, $sql_1))>0) { $pageid =$res_1['page_url']; $url="page.php?page=".$pageid; } else { $url = "javascript: void(0)"; } } else { $url = $pageid; } ?> <div class="col-sm-4 col-md-4 ash-best" style="padding: 2px;"> <div class="ash-con"> <img alt="Aadharshila Education & Charitable Trust" src="images/glance/<?php print $grow['image']; ?>"> <h2><?php echo $grow['title'];?></h2> <p><?php echo $grow['details'];?></p> <a class="text-theme-colored font-13" href="<?=$url ?>">Read More →</a> </div> </div> <?php } ?> </div> </div> </section> <section class="page-section tb-pad-20 bg-pink"> <div class="animated fadeInUp visible container" data-animation="fadeInUp"> <?php $get_heading = $Dbqur->fetch_data("tbl_titles","id = 10"); $heading = $get_heading[0]['title']; $arr = explode(' ', $heading,2); $hed1 = $arr[0]; $hed2 = $arr[1]; //$hed3 = $arr[2]; ?> <div style="padding-bottom: 20px;"> <h2 class="asha-header" style="text-align: center;color: #fff;"><?=$hed1?><span> <?=$hed2?></span></h2> </div> <div class="testimonails" data-animation="fadeInUp"> <div class="owl-carousel navigation-1 dark-switch" data-pagination="true" data-items="2" data-autoplay="true" data-navigation="false"> <?php $sql = mysqli_query($conn, "SELECT * FROM tbl1_testimonial ORDER BY id DESC"); while($data = mysqli_fetch_array($sql)){ ?> <div class="item col-md-6 col-sm-6" > <div style=""> <div class="client-image pull-left"> <img class="img-circle" src="upload_image/<?php echo $data['logo'];?>" width="90" height="90" alt="Aadharshila Education & Charitable Trust" /> </div> <div class="no-border"> <blockquote class="small-text text-left"><?php echo $data['contents'];?></blockquote> </div> <div class="client-details inline"> <!-- Name --> <strong class="text-color" style="font-size: 15px;"><?php echo $data['Name'];?></strong> <!-- Company --> </div> </div> </div> <?php } ?> </div> </div> </div> </section> <section class="page-section tb-pad-30 bg-gray"> <div class="container"> <div class="col-md-12"> <?php $get_heading = $Dbqur->fetch_data("tbl_titles","id = 11"); $heading = $get_heading[0]['title']; $arr = explode(' ', $heading,2); //print_r($arr); $hed1 = $arr[0]; $hed2 = $arr[1]; ?> <h2 class="asha-header" style="text-align: center;"><?=$hed1;?> <span> <?=$hed2;?></span></h2> <?php $sql="SELECT * FROM ihm_photo_category ORDER BY category_id DESC LIMIT 4"; $query=mysqli_query($conn, $sql); while($row=mysqli_fetch_array($query)){ ?> <?php $count_sql=mysqli_query($conn, "SELECT * FROM ihm_photo_gallery WHERE photo_category='$row[category_id]'"); $num_rec=mysqli_num_rows($count_sql); $sql2=mysqli_query($conn, "SELECT * FROM ihm_photo_gallery WHERE photo_category='$row[category_id]' order by photo_id desc"); $data=mysqli_fetch_array($sql2); ?> <div class="col-md-3"> <a href="photogallery_details.php?pic_cat=<?php echo $row['category_id'];?>&cat_nm=<?php echo $row['category_name'];?>"> <div class="page-radius"> <div class="image-holder"> <img alt="Aadharshila Education & Charitable Trust" src="photo/<?php echo $data['photo_file'];?>" > <span class="et_overlay"></span> </div> <h2><?php echo $row['category_name'];?></h2> </div> </a> </div> <?php } ?> </div> </div> </section> <?php include("footer.php");?> </div> <?php include("js.php");?> </body> </html>