/[openfoncier]/trunk/obj/action.class.php
ViewVC logotype

Annotation of /trunk/obj/action.class.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1546 - (hide annotations)
Thu Mar 21 12:49:59 2013 UTC (11 years, 10 months ago) by fmichon
File size: 1195 byte(s)
Ajout de commentaires 

1 fraynaud 3 <?php
2 fmichon 1546 /**
3     * Ce fichier contient la déclaration de la classe "action".
4     *
5     * @package openfoncier
6     * @version SVN : $Id$
7     */
8 fraynaud 3
9 fmichon 1546 require_once "../gen/obj/action.class.php";
10    
11     /**
12     *
13     *
14     */
15 fraynaud 3 class action extends action_gen {
16    
17 fmichon 1546 function action($id, &$db, $debug) {
18     $this->constructeur($id, $db, $debug);
19     }
20 fraynaud 3
21 fmichon 1546 /**
22     *
23     */
24 fmichon 1541 function formSpecificContent($maj) {
25 fmichon 1546 /**
26     * Affichage des champs qu'il est possible d'utiliser dans les règles
27     */
28     // Archives du dossier
29 fmichon 1541 echo "<h4>"._("Valeurs du dossier avant l'evenement")."</h4>";
30     echo "[archive_etat] [archive_delai] [archive_accord_tacite] [archive_avis]";
31     echo "<br/>";
32     echo "[archive_date_depot] [archive_date_complet] [archive_date_rejet]
33     [archive_date_limite] [archive_date_notification_delai]
34     [archive_date_decision] [archive_date_validite]
35     [archive_date_achevement] [archive_date_conformite]
36     [archive_date_chantier]";
37 fmichon 1546 // Champs de l'événement
38 fmichon 1541 echo "<h4>"._("Parametres de l'evenement")."</h4>";
39     echo "[etat] [delai] [accord_tacite] [avis_decision] [delai_notification] [date_evenement]";
40     }
41    
42 fmichon 1546 }
43    
44     ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26