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&action=0&advs_id=&"; |
16 |
|
|
echo "tricol=&valide=&retour=tab&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 |
|
|
?> |