1 |
<?php |
2 |
//$Id$ |
3 |
//gen openMairie le 10/02/2011 20:30 |
4 |
$DEBUG=0; |
5 |
$serie=15; |
6 |
$ico="../img/ico_application.png"; |
7 |
$ent = _("option")." -> "._("bible"); |
8 |
if(!isset($premier)) $premier=''; |
9 |
if(!isset($recherche1)) $recherche1=''; |
10 |
if(!isset($tricolsf)) $tricolsf=''; |
11 |
if(!isset($premiersf)) $premiersf=''; |
12 |
if(!isset($selection)) $selection=''; |
13 |
if(!isset($retourformulaire)) $retourformulaire=''; |
14 |
if(isset($idx)){ |
15 |
if($idx != ']') |
16 |
if (trim($idx!='')) |
17 |
$ent = $ent."-><font id='idz1'> ".$idx." </font>"; |
18 |
} |
19 |
if(isset($idz) ){ |
20 |
if (trim($idz!='')) |
21 |
$ent = $ent." <font id='idz1'> ".strtoupper($idz)." </font>"; |
22 |
} |
23 |
$table=DB_PREFIXE."bible"; |
24 |
$champAffiche=array('bible','libelle','evenement','complement','service','automatique','nature'); |
25 |
$champRecherche=array('libelle','service','automatique','nature'); |
26 |
$tri=""; |
27 |
$edition="bible"; |
28 |
$selection=''; |
29 |
if ($retourformulaire== 'evenement') |
30 |
$selection=" where bible.evenement ='".$idx."'"; |
31 |
if ($retourformulaire== 'service') |
32 |
$selection=" where bible.service ='".$idx."'"; |
33 |
if ($retourformulaire== 'nature') |
34 |
$selection=" where bible.nature ='".$idx."'"; |
35 |
?> |