/[openfoncier]/branches/lien-openaria/sql/pgsql/demande_avis_encours.inc.php
ViewVC logotype

Contents of /branches/lien-openaria/sql/pgsql/demande_avis_encours.inc.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4369 - (show annotations)
Wed Jun 1 05:51:19 2016 UTC (8 years, 8 months ago) by fmichon
File size: 724 byte(s)
* Rebase

1 <?php
2 //$Id: demande_avis_encours.inc.php 4418 2015-02-24 17:30:28Z tbenita $
3 //gen openMairie le 18/10/2012 16:21
4 include('demande_avis.inc.php');
5 $ent = _("Demandes d'avis")." -> "._("en cours");
6 $tab_title = _("Demandes d'avis en cours");
7
8 //
9 $case_marque = "
10 CASE
11 consultation.marque
12 WHEN
13 't'
14 THEN
15 '<span class=\"om-prev-icon om-icon-16 om-icon-fix marque-16\" title=\""._('Oui')."\"> </span>'
16 END";
17 array_push($champAffiche, $case_marque." as \""._("marqué")."\"");
18
19 $selection=' WHERE consultation.date_limite >= current_date
20 AND consultation.avis_consultation IS NULL
21 AND om_utilisateur.login=\''.$_SESSION['login'].'\'';
22 $tri="ORDER BY consultation.marque DESC, consultation.date_limite::date ASC";
23
24 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26