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

Diff of /trunk/app/servitude_point.php

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

revision 326 by fraynaud, Tue May 22 17:39:34 2012 UTC revision 1515 by fmichon, Tue Mar 19 18:53:12 2013 UTC
# Line 1  Line 1 
1  <?php  <?php
2  /*  /**
3  $Id: dossier.php,v 1.14 2009-12-10 15:24:23 fraynaud Exp $   *
4  */   *
5     * @package openfoncier
6     * @version SVN : $Id$
7     */
8    
9  // INITIALISATION DES VARIABLES  // INITIALISATION DES VARIABLES
10  include ("../dyn/var.inc");  include ("../dyn/var.inc");
11  $DEBUG = 0;  $DEBUG = 0;
# Line 39  $res=$f->db->query($sql); Line 43  $res=$f->db->query($sql);
43  $f->isDatabaseError($res);  $f->isDatabaseError($res);
44  while ($row=& $res->fetchRow(DB_FETCHMODE_ASSOC)){  while ($row=& $res->fetchRow(DB_FETCHMODE_ASSOC)){
45      $existe=1;      $existe=1;
46      // dossier      // dossierla
47      echo "<fieldset class=\"cadre ui-corner-all ui-widget-content collapsible\">\n";      echo "<fieldset class=\"cadre ui-corner-all ui-widget-content collapsible\">\n";
48      echo "\t<legend class=\"ui-corner-all ui-widget-content ui-state-active\">";      echo "\t<legend class=\"ui-corner-all ui-widget-content ui-state-active\">";
49      echo _("servitude_point ")."</legend>";      echo _("servitude_point ")."</legend>";

Legend:
Removed from v.326  
changed lines
  Added in v.1515

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26