getCompiled()->isFresh($_smarty_tpl, array ( 'version' => '5.7.0', 'unifunc' => 'content_6990b26c035cd6_15007530', 'has_nocache_code' => false, 'file_dependency' => array ( '72e5e5c0ee2729980deadb1687a6d7b7b3c501bb' => array ( 0 => 'views/search.tpl', 1 => 1770649781, 2 => 'file', ), ), 'includes' => array ( 'file:views/_partial/preview.tpl' => 1, ), ))) { function content_6990b26c035cd6_15007530 (\Smarty\Template $_smarty_tpl) { $_smarty_current_dir = 'D:\\projetphp\\views'; $_smarty_tpl->getInheritance()->init($_smarty_tpl, true); ?> getInheritance()->instanceBlock($_smarty_tpl, 'Block_19164984906990b26c022a65_59433489', "content"); $_smarty_tpl->getInheritance()->endChild($_smarty_tpl, "views/layout.tpl", $_smarty_current_dir); } /* {block "content"} */ class Block_19164984906990b26c022a65_59433489 extends \Smarty\Runtime\Block { public function callBlock(\Smarty\Template $_smarty_tpl) { $_smarty_current_dir = 'D:\\projetphp\\views'; ?>

Rechercher parmi les articles

Rechercher des articles

Recherchez dans les titres et contenus
Type de recherche par date
getValue('intPeriod') == 0) {?>checked aria-controls="date-exact date-range">
getValue('intPeriod') == 1) {?>checked aria-controls="date-exact date-range">
Type de recherche par catégories
Format: JJ/MM/AAAA

Liste des projets

getSmarty()->getModifierCallback('count')($_smarty_tpl->getValue('arrProject')) == 0) {?>

Pas de résultats

getSmarty()->getRuntime('Foreach')->init($_smarty_tpl, $_smarty_tpl->getValue('arrProjectToDisplay'), 'objProject'); $foreach2DoElse = true; foreach ($_from ?? [] as $_smarty_tpl->getVariable('objProject')->value) { $foreach2DoElse = false; ?> 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); ?> getSmarty()->getRuntime('Foreach')->restore($_smarty_tpl, 1);?>
> // 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(); >