261 lines
9.1 KiB
PHP
261 lines
9.1 KiB
PHP
<?php
|
|
/* Smarty version 5.7.0, created on 2026-02-09 13:48:33
|
|
from 'file:views/search.tpl' */
|
|
|
|
/* @var \Smarty\Template $_smarty_tpl */
|
|
if ($_smarty_tpl->getCompiled()->isFresh($_smarty_tpl, array (
|
|
'version' => '5.7.0',
|
|
'unifunc' => 'content_6989e5b1383d99_95399806',
|
|
'has_nocache_code' => false,
|
|
'file_dependency' =>
|
|
array (
|
|
'55cbb497c7dde2dae3a712628e44c1dff2d9365b' =>
|
|
array (
|
|
0 => 'views/search.tpl',
|
|
1 => 1770639154,
|
|
2 => 'file',
|
|
),
|
|
),
|
|
'includes' =>
|
|
array (
|
|
'file:views/_partial/preview.tpl' => 1,
|
|
),
|
|
))) {
|
|
function content_6989e5b1383d99_95399806 (\Smarty\Template $_smarty_tpl) {
|
|
$_smarty_current_dir = 'C:\\wamp64\\www\\Folliow\\projet_php-guillaume\\views';
|
|
$_smarty_tpl->getInheritance()->init($_smarty_tpl, true);
|
|
?>
|
|
|
|
|
|
<?php
|
|
$_smarty_tpl->getInheritance()->instanceBlock($_smarty_tpl, 'Block_10517171146989e5b1375aa5_10994726', "content");
|
|
$_smarty_tpl->getInheritance()->endChild($_smarty_tpl, "views/layout.tpl", $_smarty_current_dir);
|
|
}
|
|
/* {block "content"} */
|
|
class Block_10517171146989e5b1375aa5_10994726 extends \Smarty\Runtime\Block
|
|
{
|
|
public function callBlock(\Smarty\Template $_smarty_tpl) {
|
|
$_smarty_current_dir = 'C:\\wamp64\\www\\Folliow\\projet_php-guillaume\\views';
|
|
?>
|
|
|
|
<section aria-label="Blog">
|
|
<h2 class="visually-hidden">Rechercher parmi les articles</h2>
|
|
<div class="row mb-2">
|
|
<section class="mb-5" aria-labelledby="search-heading">
|
|
<form name="formSearch" method="post" action="?ctrl=project&action=search" class="border rounded p-4 bg-light">
|
|
<h3 id="search-heading" class="h4 mb-4">
|
|
<i class="fas fa-search me-2" aria-hidden="true"></i>
|
|
Rechercher des articles
|
|
</h3>
|
|
|
|
<div class="row g-3">
|
|
<div class="col-md-6">
|
|
<label for="keywords" class="form-label">Mots-clés</label>
|
|
<input
|
|
value=""
|
|
type="text"
|
|
class="form-control"
|
|
id="keywords"
|
|
name="keywords"
|
|
placeholder="Ex: JavaScript, CSS..."
|
|
aria-describedby="keywords-help">
|
|
<small id="keywords-help" class="form-text text-muted">
|
|
Recherchez dans les titres et contenus
|
|
</small>
|
|
</div>
|
|
|
|
<div class="col-md-6">
|
|
<label for="author" class="form-label">Auteur</label>
|
|
<select class="form-select" id="author" name="author">
|
|
<option value="0" <?php if ($_smarty_tpl->getValue('intAuthor') == 0) {?>selected<?php }?>>Tous les auteurs</option>
|
|
<?php
|
|
$_from = $_smarty_tpl->getSmarty()->getRuntime('Foreach')->init($_smarty_tpl, $_smarty_tpl->getValue('arrUser'), 'arrDetUser');
|
|
$foreach0DoElse = true;
|
|
foreach ($_from ?? [] as $_smarty_tpl->getVariable('arrDetUser')->value) {
|
|
$foreach0DoElse = false;
|
|
?>
|
|
<option value="<?php echo $_smarty_tpl->getValue('arrDetUser')['user_id'];?>
|
|
"
|
|
<?php if ($_smarty_tpl->getValue('intAuthor') == $_smarty_tpl->getValue('arrDetUser')['user_id']) {?>selected<?php }?>
|
|
>
|
|
<?php echo $_smarty_tpl->getValue('arrDetUser')['user_firstname'];?>
|
|
<?php echo $_smarty_tpl->getValue('arrDetUser')['user_name'];?>
|
|
|
|
</option>
|
|
<?php
|
|
}
|
|
$_smarty_tpl->getSmarty()->getRuntime('Foreach')->restore($_smarty_tpl, 1);?>
|
|
</select>
|
|
</div>
|
|
|
|
|
|
<div class="col-6">
|
|
<fieldset>
|
|
<legend class="form-label">Type de recherche par date</legend>
|
|
<div class="form-check form-check-inline">
|
|
<input
|
|
class="form-check-input"
|
|
type="radio"
|
|
name="period"
|
|
id="period-exact"
|
|
value="0"
|
|
<?php if ($_smarty_tpl->getValue('intPeriod') == 0) {?>checked<?php }?>
|
|
aria-controls="date-exact date-range">
|
|
<label class="form-check-label" for="period-exact">
|
|
Date exacte
|
|
</label>
|
|
</div>
|
|
<div class="form-check form-check-inline">
|
|
<input
|
|
class="form-check-input"
|
|
type="radio"
|
|
name="period"
|
|
id="period-range"
|
|
value="1"
|
|
<?php if ($_smarty_tpl->getValue('intPeriod') == 1) {?>checked<?php }?>
|
|
aria-controls="date-exact date-range">
|
|
<label class="form-check-label" for="period-range">
|
|
Période
|
|
</label>
|
|
</div>
|
|
</fieldset>
|
|
</div>
|
|
<!-- AJOUT RECHERCHE PAR CATEGORIE -->
|
|
<div class="col-6">
|
|
<fieldset>
|
|
<legend class="form-label">Type de recherche par catégories</legend>
|
|
<div class="col-md-6">
|
|
<label for="author" class="form-label">Catégorie</label>
|
|
<select class="form-select" id="category" name="category">
|
|
<option value="0" <?php if ($_smarty_tpl->getValue('intCategory') == 0) {?>selected<?php }?>>Toutes les catégories</option>
|
|
<?php
|
|
$_from = $_smarty_tpl->getSmarty()->getRuntime('Foreach')->init($_smarty_tpl, $_smarty_tpl->getValue('arrCategory'), 'arrDetCategory');
|
|
$foreach1DoElse = true;
|
|
foreach ($_from ?? [] as $_smarty_tpl->getVariable('arrDetCategory')->value) {
|
|
$foreach1DoElse = false;
|
|
?>
|
|
<option value="<?php echo $_smarty_tpl->getValue('arrDetCategory')['category_id'];?>
|
|
"
|
|
<?php if ($_smarty_tpl->getValue('intCategory') == $_smarty_tpl->getValue('arrDetCategory')['category_id']) {?>selected<?php }?>
|
|
>
|
|
<?php echo $_smarty_tpl->getValue('arrDetCategory')['category_name'];?>
|
|
|
|
</option>
|
|
<?php
|
|
}
|
|
$_smarty_tpl->getSmarty()->getRuntime('Foreach')->restore($_smarty_tpl, 1);?>
|
|
</select>
|
|
</div>
|
|
</fieldset>
|
|
</div>
|
|
|
|
<div class="col-md-6" id="date-exact">
|
|
<label for="date" class="form-label">Date</label>
|
|
<input
|
|
type="date"
|
|
class="form-control"
|
|
id="date"
|
|
name="date"
|
|
aria-describedby="date-help"
|
|
value="<?php echo $_smarty_tpl->getValue('strDate');?>
|
|
" >
|
|
<small id="date-help" class="form-text text-muted">
|
|
Format: JJ/MM/AAAA
|
|
</small>
|
|
</div>
|
|
|
|
<div id="date-range" style="display: none;">
|
|
<div class="row g-3">
|
|
<div class="col-md-6">
|
|
<label for="startdate" class="form-label">Date de début</label>
|
|
<input
|
|
type="date"
|
|
class="form-control"
|
|
id="startdate"
|
|
name="startdate"
|
|
value="<?php echo $_smarty_tpl->getValue('strStartDate');?>
|
|
" >
|
|
</div>
|
|
<div class="col-md-6">
|
|
<label for="enddate" class="form-label">Date de fin</label>
|
|
<input
|
|
type="date"
|
|
class="form-control"
|
|
id="enddate"
|
|
name="enddate"
|
|
value="<?php echo $_smarty_tpl->getValue('strEndDate');?>
|
|
" >
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="col-12">
|
|
<button type="submit" class="btn btn-primary">
|
|
<i class="fas fa-search me-2" aria-hidden="true"></i>
|
|
Rechercher
|
|
</button>
|
|
<button type="reset" class="btn btn-secondary ms-2">
|
|
<i class="fas fa-redo me-2" aria-hidden="true"></i>
|
|
Réinitialiser
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</section>
|
|
|
|
<!-- Liste des articles -->
|
|
<section aria-labelledby="articles-heading">
|
|
<h3 id="articles-heading" class="visually-hidden">Liste des projets</h3>
|
|
<div class="row mb-2">
|
|
<?php if ($_smarty_tpl->getSmarty()->getModifierCallback('count')($_smarty_tpl->getValue('arrProject')) == 0) {?>
|
|
<div class="alert alert-warning">
|
|
<p>Pas de résultats</p>
|
|
</div>
|
|
<?php }?>
|
|
<?php
|
|
$_from = $_smarty_tpl->getSmarty()->getRuntime('Foreach')->init($_smarty_tpl, $_smarty_tpl->getValue('arrProjectToDisplay'), 'objProject');
|
|
$foreach2DoElse = true;
|
|
foreach ($_from ?? [] as $_smarty_tpl->getVariable('objProject')->value) {
|
|
$foreach2DoElse = false;
|
|
?>
|
|
<?php $_smarty_tpl->renderSubTemplate("file:views/_partial/preview.tpl", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), (int) 0, $_smarty_current_dir);
|
|
?>
|
|
<?php
|
|
}
|
|
$_smarty_tpl->getSmarty()->getRuntime('Foreach')->restore($_smarty_tpl, 1);?>
|
|
</div>
|
|
</section>
|
|
</div>
|
|
</section>
|
|
<?php echo '<script'; ?>
|
|
>
|
|
// Gestion de l'affichage des champs de date
|
|
const periodRadios = document.querySelectorAll('input[name="period"]');
|
|
const dateExact = document.getElementById('date-exact');
|
|
const dateRange = document.getElementById('date-range');
|
|
|
|
function toggleDateFields() {
|
|
const selectedPeriod = document.querySelector('input[name="period"]:checked').value;
|
|
|
|
if (selectedPeriod === '0') {
|
|
dateExact.style.display = 'block';
|
|
dateRange.style.display = 'none';
|
|
} else {
|
|
dateExact.style.display = 'none';
|
|
dateRange.style.display = 'block';
|
|
}
|
|
}
|
|
|
|
periodRadios.forEach(radio => {
|
|
radio.addEventListener('change', toggleDateFields);
|
|
});
|
|
|
|
// Initialisation au chargement
|
|
toggleDateFields();
|
|
<?php echo '</script'; ?>
|
|
>
|
|
<?php
|
|
}
|
|
}
|
|
/* {/block "content"} */
|
|
}
|