/[openfoncier]/trunk/app/widget_nouvelle_demande_nouveau_dossier.php
ViewVC logotype

Annotation of /trunk/app/widget_nouvelle_demande_nouveau_dossier.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1057 - (hide annotations)
Thu Dec 13 11:48:56 2012 UTC (12 years, 1 month ago) by vpihour
Original Path: trunk/app/widget_nouvelle_demande.php
File size: 717 byte(s)
Ajout de commentaires

1 fmichon 1005 <?php
2     /**
3     * Widget -
4     *
5     * @package openmairie_exemple
6     * @version SVN : $Id: dashboard.php 850 2011-11-23 22:11:30Z fraynaud $
7     */
8    
9     require_once "../obj/utils.class.php";
10     if (!isset($f)) {
11     $f = new utils(NULL, "demande", _("Widget - Nouvelle demande"));
12     }
13    
14 vpihour 1057 /*Ajout du widget sur le tableau de bord*/
15 mlimic 1036 echo "<a href=\"../scr/form.php?obj=demande&amp;action=0&amp;advs_id=&amp;";
16     echo "tricol=&amp;valide=&amp;retour=tab&amp;new=\">";
17     echo "<span><img src=\"../app/img/dossier-nouveau.png\" ".
18     "align=\"left\" alt=\"Saisie de nouvelle demande\"/>".
19 fmichon 1005 "Cliquer ici pour saisir une nouvelle demande concernant ".
20     "le depot d'un nouveau dossier</span>";
21     echo "</a>";
22    
23     ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26