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

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

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

revision 48 by fraynaud, Fri Aug 12 16:19:10 2011 UTC revision 116 by fraynaud, Fri Sep 2 08:43:32 2011 UTC
# Line 30  require_once ("dossier.class.php"); Line 30  require_once ("dossier.class.php");
30          $this->correct=True;          $this->correct=True;
31          $imgv="";          $imgv="";
32          $f="&nbsp!    ";          $f="&nbsp!    ";
33          $imgv="<img src='../img/punaise.png' style='vertical-align:middle' hspace='2' border='0'>";          $imgv="<img src='../app/img/punaise.png' style='vertical-align:middle' hspace='2' border='0'>";
34          if($val['date_depot']!=""){          if($val['date_depot']!=""){
35             $this->valF['date_depot'] = $this->dateDB($val['date_depot']);             $this->valF['date_depot'] = $this->dateDB($val['date_depot']);
36          }else{          }else{
# Line 72  require_once ("dossier.class.php"); Line 72  require_once ("dossier.class.php");
72      }      }
73    
74      function retour($premier,$recherche){      function retour($premier,$recherche){
75      if (!$this->correct){          //if (!$this->correct){
76           echo "<a href=\"tab.php?obj=PC_accueil&premier=".$premier."&recherche=".$recherche.          //     echo "<a href=\"tab.php?obj=PC_accueil&premier=".$premier."&recherche=".$recherche.
77           "\">";          //     "\">";
78           echo"<img src='../img/retour.png' align='top' hspace='10' border='0'>";          //     echo "<span class=\"om-icon om-icon-16 om-icon-fix pdf-16\" title=\""._("Edition")."\">"._("Edition")."</span>";
79           echo "</a></center></td> </tr>";          //     echo "</a></center></td> </tr>";
80      }else{          //}else{
81           echo "<tr><td> </td></tr><tr><td colspan=2><center><a href=\"tab.php?obj=".$this->nature.          //     echo "<tr><td> </td></tr><tr><td colspan=2><center><a href=\"tab.php?obj=".$this->nature.
82           "_accueil&premier=".$premier."&recherche=".$recherche.          //     "_accueil&premier=".$premier."&recherche=".$recherche.
83           "\">";          //     "\">";
84           echo"<img src='../img/retour.png' align='top'  border='0'>";          //     echo "<span class=\"om-icon om-icon-16 om-icon-fix pdf-16\" title=\""._("Edition")."\">"._("Edition")."</span>";
85           echo "</a></center></td> </tr>";          //     echo "</a></center></td> </tr>";
86      }}          //}
87            // mise a niveau om4
88            echo "\n<a class=\"retour\" ";
89            echo "href=\"";
90            echo "tab.php?obj=PC_accueil";
91            echo "\"";
92            echo ">";
93            echo _("Retour");
94            echo "</a>\n";
95        }
96    
97      function setType(&$form,$maj) {      function setType(&$form,$maj) {
98      //parent::setType($form,$maj);      //parent::setType($form,$maj);

Legend:
Removed from v.48  
changed lines
  Added in v.116

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26