/[openfoncier]/trunk/obj/om_formulaire.class.php
ViewVC logotype

Diff of /trunk/obj/om_formulaire.class.php

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

revision 1100 by fmichon, Thu Dec 6 15:48:07 2012 UTC revision 1101 by nhaye, Tue Dec 18 18:30:40 2012 UTC
# Line 78  class om_formulaire extends formulaire { Line 78  class om_formulaire extends formulaire {
78              echo "</span>";              echo "</span>";
79              echo "</a>\n";              echo "</a>\n";
80          }          }
   
           
81      }      }
82    
83      /**      /**
# Line 193  class om_formulaire extends formulaire { Line 191  class om_formulaire extends formulaire {
191    
192      }      }
193    
194        /**
195         * La valeur du champ est passe par le controle hidden
196         *
197         * @param string $champ Nom du champ
198         * @param integer $validation
199         * @param boolean $DEBUG Parametre inutilise
200         */
201        function referencescadastralesstatic($champ, $validation, $DEBUG = false) {
202    
203            //
204            foreach (explode(';', $this->val[$champ]) as $key => $ref) {
205                echo "<span class=\"reference-cadastrale-".$key."\">";
206                echo $ref;
207                echo "</span>&nbsp";
208            }
209        }
210    
211  }  }
212    
213  ?>  ?>

Legend:
Removed from v.1100  
changed lines
  Added in v.1101

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26