/[openfoncier]/trunk/sql/pgsql/instruction.inc.php
ViewVC logotype

Contents of /trunk/sql/pgsql/instruction.inc.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 116 - (show annotations)
Fri Sep 2 08:43:32 2011 UTC (13 years, 5 months ago) by fraynaud
Original Path: trunk/sql/pgsql/instruction.inc
File size: 1063 byte(s)
remplacement image app et om-css



1 <?php
2 //$Id$
3 //gen openMairie le 10/02/2011 20:34
4 include('../gen/sql/pgsql/instruction.inc.php');
5 // =======================================================
6 // href special edition instruction
7 // =======================================================
8 $table="instruction inner join evenement on instruction.evenement=evenement.evenement";
9 $champAffiche=array("instruction as no",
10 "instruction.lettretype",
11 "libelle",
12 "to_char(datecourrier ,'DD/MM/YYYY') as datecourrier",
13 "instruction.etat"
14 );
15 $champRecherche=array("libelle");
16 $tri= " order by instruction ";
17 if(isset($idx)){
18 $selection=" where dossier ='".$idx."'";
19 }else{
20 $selection="";
21 }
22 //if(isset($objsf) and isset($idx)){
23 $href[3]['lien'] = "../app/pdflettretype_instruction.php?idx=";
24 $href[3]['id']= "";
25 $href[3]['lib']= "<span class=\"om-icon om-icon-16 om-icon-fix pdf-16\" title=\"".
26 _("Edition")."\">"._("Edition")."</span>";
27 // $href=array();
28 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26