7 |
(isset($_GET['obj']) ? $obj = $_GET['obj'] : $obj = ""); |
(isset($_GET['obj']) ? $obj = $_GET['obj'] : $obj = ""); |
8 |
|
|
9 |
$f = new utils("nohtml"); |
$f = new utils("nohtml"); |
|
//$f->setFlag("htmlonly"); |
|
|
$f->disableLog(); |
|
10 |
|
|
11 |
$liste_gauche = ""; |
$liste_gauche = ""; |
12 |
|
|
39 |
|
|
40 |
$temp_ser_cat = $row['service_categorie']; |
$temp_ser_cat = $row['service_categorie']; |
41 |
$liste_gauche .= ' |
$liste_gauche .= ' |
42 |
<div id="them_'.$row['service_categorie'].'" class="liste_gauche_them" onclick="changeCSS();">'. |
<div id="them_'.$row['service_categorie'].'" class="liste_gauche_them" >'. |
43 |
$row['them_lib']. |
$row['them_lib']. |
44 |
'</div> |
'</div> |
45 |
<div |
<div |
46 |
class="liste_gauche_service" |
class="liste_gauche_service" |
47 |
id="'.$row['service_categorie'].'_'.$row['service'].'" onclick="changeCSS();"> |
id="'.$row['service_categorie'].'_'.$row['service'].'" > |
48 |
'.$row['ser_lib'].' |
'.$row['ser_lib'].' |
49 |
</div> |
</div> |
50 |
'; |
'; |
56 |
$liste_gauche .= ' |
$liste_gauche .= ' |
57 |
<div |
<div |
58 |
class="liste_gauche_service" |
class="liste_gauche_service" |
59 |
id="'.$row['service_categorie'].'_'.$row['service'].'" onclick="changeCSS();"> |
id="'.$row['service_categorie'].'_'.$row['service'].'" > |
60 |
'.$row['ser_lib'].' |
'.$row['ser_lib'].' |
61 |
</div> |
</div> |
62 |
'; |
'; |
92 |
$liste_gauche .= ' |
$liste_gauche .= ' |
93 |
<div |
<div |
94 |
class="liste_gauche_service" |
class="liste_gauche_service" |
95 |
id="0_'.$row['service'].'" onclick="changeCSS();"> |
id="0_'.$row['service'].'" > |
96 |
'.$row['libelle'].' |
'.$row['libelle'].' |
97 |
</div> |
</div> |
98 |
'; |
'; |
158 |
echo '</div>'; |
echo '</div>'; |
159 |
echo '<div class="form-content">'; |
echo '<div class="form-content">'; |
160 |
echo '<input id="date_envoi" class="champFormulaire datepicker" |
echo '<input id="date_envoi" class="champFormulaire datepicker" |
161 |
type="text" onclick="" onkeyup="" onchange="fdate(this)" |
type="text" onkeyup="" onchange="fdate(this)" |
162 |
maxlength="10" size="12" value="'.date("d/m/Y").'" |
maxlength="10" size="12" value="'.date("d/m/Y").'" |
163 |
name="date_envoi">'; |
name="date_envoi">'; |
164 |
echo '</div>'; |
echo '</div>'; |
185 |
echo '</div>'; |
echo '</div>'; |
186 |
echo '</form>'; |
echo '</form>'; |
187 |
echo '</div>'; |
echo '</div>'; |
188 |
|
|
189 |
|
echo "<script> |
190 |
|
$(function(){ |
191 |
|
$('.liste_gauche_service').click( |
192 |
|
|
193 |
|
function(){ |
194 |
|
$(this).toggleClass('liste_gauche_service_selected'); |
195 |
|
}); |
196 |
|
}); |
197 |
|
|
198 |
|
|
199 |
|
|
200 |
|
</script>"; |
201 |
?> |
?> |