/[openfoncier]/trunk/app/consultation_multiple.php
ViewVC logotype

Diff of /trunk/app/consultation_multiple.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 527 by vpihour, Fri Oct 19 16:14:11 2012 UTC revision 528 by nhaye, Fri Oct 19 16:50:44 2012 UTC
# Line 7  Line 7 
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    
# Line 41  Line 39 
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              ';              ';
# Line 58  Line 56 
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              ';              ';
# Line 94  Line 92 
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          ';          ';
# Line 160  Line 158 
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>';
# Line 187  Line 185 
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      ?>      ?>

Legend:
Removed from v.527  
changed lines
  Added in v.528

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26