%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
<?php include("includes/header.php"); ?>
<!--BreadcrumbsStart-->
<section id="breadcrumbs">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1><?php echo $page_title; ?></h1>
</div>
<div class="col-md-12">
<ul>
<li><a href="/">Sharda Hospital</a></li>
<li><a href="<?php echo site_url('ImageGallery'); ?>">Gallery</a></li>
<li><?php echo $album['GalleryAlbumName']; ?></li>
</ul>
</div>
</div>
</div>
</section>
<!--BreadcrumbsEnd-->
<!--MainDIV-Start-->
<section id="main">
<div class="container">
<div class="row">
<!--GalleryStart-->
<div class="col-md-12 mrg-bot30"><h2 class="h2inner"><?php echo $album['GalleryAlbumName']; ?></h2></div>
<div data-code="example-2">
<div class="justify-content-center">
<?php if($photos && count($photos)){
foreach($photos as $photo){
$photo_path = base_url()."uploads/gallery/album-".$album['GalleryAlbumID']."/";
$photo_slug = $photo['GalleryPhotoPageURL']; ?>
<div class="col-md-3">
<a href="<?php echo $photo_path.$photo_slug;?>?image=<?php echo $photo['GalleryPhotoID'];?>" data-toggle="lightbox" data-gallery="<?php echo $album['GalleryAlbumPageURL']; ?>">
<img src="<?php echo $photo_path.$photo_slug;?>?image=<?php echo $photo['GalleryPhotoID'];?>" class="img-responsive">
</a>
<div class="text-center mrg-top10"><?php echo $photo['GalleryPhotoTitle'];?></div>
</div>
<?php }
}?>
</div>
</div>
<script src="<?php echo base_url();?>assets/js/ekko-lightbox.js"></script>
<script type="text/javascript">
$(document).ready(function ($) {
// delegate calls to data-toggle="lightbox"
$(document).on('click', '[data-toggle="lightbox"]:not([data-gallery="navigateTo"]):not([data-gallery="example-gallery-11"])', function(event) {
event.preventDefault();
return $(this).ekkoLightbox({
onShown: function() {
if (window.console) {
return console.log('Checking our the events huh?');
}
},
onNavigate: function(direction, itemIndex) {
if (window.console) {
return console.log('Navigating '+direction+'. Current item: '+itemIndex);
}
}
});
});
// disable wrapping
$(document).on('click', '[data-toggle="lightbox"][data-gallery="example-gallery-11"]', function(event) {
event.preventDefault();
return $(this).ekkoLightbox({
wrapping: false
});
});
//Programmatically call
$('#open-image').click(function (e) {
e.preventDefault();
$(this).ekkoLightbox();
});
$('#open-youtube').click(function (e) {
e.preventDefault();
$(this).ekkoLightbox();
});
// navigateTo
$(document).on('click', '[data-toggle="lightbox"][data-gallery="navigateTo"]', function(event) {
event.preventDefault();
return $(this).ekkoLightbox({
onShown: function() {
this.modal().on('click', '.modal-footer a', function(e) {
e.preventDefault();
this.navigateTo(2);
}.bind(this));
}
});
});
/**
* Documentation specific - ignore this
*/
anchors.options.placement = 'left';
anchors.add('h3');
$('code[data-code]').each(function() {
var $code = $(this),
$pair = $('div[data-code="'+$code.data('code')+'"]');
$code.hide();
var text = $code.text($pair.html()).html().trim().split("\n");
var indentLength = text[text.length - 1].match(/^\s+/)
indentLength = indentLength ? indentLength[0].length : 24;
var indent = '';
for(var i = 0; i < indentLength; i++)
indent += ' ';
if($code.data('trim') == 'all') {
for (var i = 0; i < text.length; i++)
text[i] = text[i].trim();
} else {
for (var i = 0; i < text.length; i++)
text[i] = text[i].replace(indent, ' ').replace(' ', '');
}
text = text.join("\n");
$code.html(text).show();
});
});
</script>
<!--GalleryEnd-->
</div>
</div>
</section>
<!--MainDIV-End-->
<?php include('includes/quick_links.php') ?>
<?php include('includes/subscribe.php') ?>
<?php include('includes/footer.php'); ?>