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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3 - (show annotations)
Thu Feb 10 20:46:18 2011 UTC (13 years, 11 months ago) by fraynaud
Original Path: trunk/sql/pgsql/om_collectivite.inc
File size: 536 byte(s)
version initiale


1 <?php
2 //$Id$
3 //gen openMairie le 04/11/2010 17:42
4 include('../gen/sql/pgsql/om_collectivite.inc.php');
5
6 // pas de sup ou ajout pour mono coll
7 if ($_SESSION['niveau']== '1'){
8 $href[0] = array("lien" => "#","id" => "","lib" => "",);
9 $href[2] = array("lien" => "#", "id" => "", "lib" => "",);
10 }
11
12 // copie
13 $href[3] = array(
14 "lien" => "../pdf/pdfetat.php?obj=".$obj."&amp;idx=",
15 "id" => "",
16 "lib" => "<img src=\"../img/pdf-16x16.png\" alt=\""
17 ._("Edition PDF")."\" title=\""._("Edition PDF")."\" />",
18 );
19 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26