/[openfoncier]/trunk/web/citizen.php
ViewVC logotype

Annotation of /trunk/web/citizen.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3730 - (hide annotations)
Fri Mar 18 11:50:26 2016 UTC (8 years, 10 months ago) by mbroquet
File size: 609 byte(s)
Actualisation du trunk
1 mbroquet 3730 <?php
2     /**
3     * Ce fichier permet d'afficher le portail d'accès citoyen aux utilisateurs
4     * anonymes.
5     *
6     * @package openfoncier
7     * @version SVN : $Id$
8     */
9    
10     // La classe openads_web qui est une surcharge de la classe utils est nécessaire
11     require_once "web.class.php";
12     // Instanciation d'openads_web
13     $f = new openads_web("anonym");
14    
15     // Instanciation de la classe dossier_autorisation
16     require_once "../obj/dossier_autorisation.class.php";
17     $inst = new dossier_autorisation(0, $f->db, null);
18    
19     // On affiche la fiche anonyme du dossier d'autorisation
20     $inst->view_consulter_anonym($f->get_content_only_param());
21    
22     ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26