Mister Spy Say ="Hello Kids ... :D"
___ ____ _ _____
| \/ (_) | | / ___|
| . . |_ ___| |_ ___ _ __ \ `--. _ __ _ _
| |\/| | / __| __/ _ \ '__| `--. \ '_ \| | | |
| | | | \__ \ || __/ | /\__/ / |_) | |_| |
\_| |_/_|___/\__\___|_| \____/| .__/ \__, |
| | __/ |
|_| |___/
Bot Mister Spy V3
Mister Spy
Mister Spy
<?php
require_once('../inc_library.php');
$Titulo = 'Exposiciones | ';
$Titulo.= $oDatosEmpresa->SeoRubroEmpresa . ' | ';
$Titulo.= $oDatosEmpresa->Localidad . ' | ';
$Titulo.= $oDatosEmpresa->SeoNombreEmpresa;
$IdCategoria = $_REQUEST['IdCategoria'];
$oCategorias = new Categorias();
$oGaleriaImagenes = new GaleriaImagenes();
/* obtenemos lostado de galerias */
$oCategoria = $oCategorias->GetById($IdCategoria);
$arrImagenes = $oGaleriaImagenes->GetAllByCategoria($oCategoria);
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><?=$Titulo?></title>
<?php include("ssi_head_inc_gal.php"); ?>
</head>
<body>
<div id="wrapper">
<?php include("ssi_header.php"); ?>
<div id="content" class="fondo-textura">
<img>
<?php if ($arrImagenes) { ?>
<div class="gallery galeria-top">
<?php if($oCategoria->IdCategoria == 136) { ?>
<div class="image-preview img-alto">
<img id="preview" src="<?= GaleriaImagen::PathImageBig ?><?= $arrImagenes[0]->Imagen ?>" />
</div>
<?php } else { ?>
<div class="image-preview">
<img id="preview" src="<?= GaleriaImagen::PathImageBig ?><?= $arrImagenes[0]->Imagen ?>" />
</div>
<?php } ?>
<!-- Elastislide Carousel -->
<ul id="carousel" class="elastislide-list">
<?php foreach ($arrImagenes as $oImagen) { ?>
<li data-preview="<?= GaleriaImagen::PathImageBig ?><?= $oImagen->Imagen ?>"><a href="#"><img src="<?= GaleriaImagen::PathImageThumb ?><?= $oImagen->Imagen ?>" data-title="<?= $oImagen->Epigrafe ?>" /></a></li>
<?php } ?>
</ul>
<!-- End Elastislide Carousel -->
</div>
<?php } ?>
<div class="clear-fix"> </div>
</div>
</div>
<?php include("ssi_footer.php"); ?>
<?php echo $oGoogleAnalytic->Codigo; ?>
</body>
<script type="text/javascript">
var current = 0,
$preview = $( '#preview' ),
$carouselEl = $( '#carousel' ),
$carouselItems = $carouselEl.children(),
carousel = $carouselEl.elastislide( {
current : current,
minItems : 3,
onClick : function( el, pos, evt ) {
changeImage( el, pos );
evt.preventDefault();
},
onReady : function() {
changeImage( $carouselItems.eq( current ), current );
}
} );
function changeImage( el, pos ) {
$preview.attr( 'src', el.data( 'preview' ) );
$carouselItems.removeClass( 'current-img' );
el.addClass( 'current-img' );
carousel.setCurrent( pos );
}
</script>
</html>
Mr. DellatioNx196 GaLers xh3LL Backd00r 1.0, Coded By Mr. DellatioNx196 - Bogor BlackHat