Your IP : 3.141.7.31
Current Path : /home/meharicl/www/ |
|
Current File : /home/meharicl/www/html_d575027833a4ca68c469a5578b297056.php |
<?php
/*
* Squelette : formulaires/recherche.html
* Date : Tue, 10 Nov 2009 15:56:52 GMT
* Compile : Fri, 22 Sep 2023 05:38:19 GMT
* Boucles :
*/
//
// Fonction principale du squelette formulaires/recherche.html
// Temps de compilation total: 0.106 ms
//
function html_d575027833a4ca68c469a5578b297056($Cache, $Pile, $doublons=array(), $Numrows=array(), $SP=0) {
if (isset($Pile[0]["doublons"]) AND is_array($Pile[0]["doublons"]))
$doublons = nettoyer_env_doublons($Pile[0]["doublons"]);
$connect = '';
$page = (
'<div class="formulaire_spip formulaire_recherche" id="formulaire_recherche">
<form action="' .
interdire_scripts(entites_html((@$Pile[0]['action']),true)) .
'" method="get"><div>
' .
interdire_scripts(form_hidden(entites_html((@$Pile[0]['action']),true))) .
'
' .
(($t1 = strval(interdire_scripts(entites_html((@$Pile[0]['lang']),true))))!=='' ?
('<input type="hidden" name="lang" value="' . $t1 . '" />') :
'') .
'
<label for="recherche">' .
_T('public/spip/ecrire:info_rechercher_02') .
'</label>
<input type="text" class="text" size="10" name="recherche" id="recherche"' .
(($t1 = strval(interdire_scripts(entites_html((@$Pile[0]['recherche']),true))))!=='' ?
(' value="' . $t1 . '"') :
'') .
' accesskey="4" />
<input type="submit" class="submit" value=">>" title="' .
_T('public/spip/ecrire:info_rechercher') .
'" />
</div></form>
</div>
');
return analyse_resultat_skel('html_d575027833a4ca68c469a5578b297056', $Cache, $page, 'formulaires/recherche.html');
}
?>