Subversion Repositories Applications.papyrus

Rev

Rev 436 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 436 Rev 437
Line 17... Line 17...
17
// |                                                                                                      |
17
// |                                                                                                      |
18
// | You should have received a copy of the GNU General Public                                            |
18
// | You should have received a copy of the GNU General Public                                            |
19
// | License along with this library; if not, write to the Free Software                                  |
19
// | License along with this library; if not, write to the Free Software                                  |
20
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
20
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
21
// +------------------------------------------------------------------------------------------------------+
21
// +------------------------------------------------------------------------------------------------------+
22
// CVS : $Id: adwi_HTML_formulaireWikini.class.php,v 1.2 2005-08-31 17:34:52 ddelon Exp $
22
// CVS : $Id: adwi_HTML_formulaireWikini.class.php,v 1.3 2005-09-02 11:29:25 ddelon Exp $
23
/**
23
/**
24
* 
24
* 
25
* Admin Wikini
25
* Admin Wikini
26
*
26
*
27
* Classe affichage gestion des Wikini de Papyrus
27
* Classe affichage gestion des Wikini de Papyrus
Line 30... Line 30...
30
//Auteur original :
30
//Auteur original :
31
*@author        David Delon <david.delon@clapas.net>
31
*@author        David Delon <david.delon@clapas.net>
32
//Autres auteurs :
32
//Autres auteurs :
33
*@author        Aucun
33
*@author        Aucun
34
*@copyright     Tela-Botanica 2000-2004
34
*@copyright     Tela-Botanica 2000-2004
35
*@version       $Revision: 1.2 $
35
*@version       $Revision: 1.3 $
36
// +------------------------------------------------------------------------------------------------------+
36
// +------------------------------------------------------------------------------------------------------+
37
*/
37
*/
Line 38... Line 38...
38
 
38
 
Line 97... Line 97...
97
    {
97
    {
Line 98... Line 98...
98
    	
98
    	
99
        $this->addElement ('text', 'code_alpha_wikini', ADWI_NOM_WIKINI, array ('size' => 60)) ;
99
        $this->addElement ('text', 'code_alpha_wikini', ADWI_NOM_WIKINI, array ('size' => 60)) ;
Line -... Line 100...
-
 
100
        $this->addRule ('code_alpha_wikini', ADWI_NOM_WIKINI_ALERTE, 'required', '', 'client') ;
-
 
101
        
-
 
102
        // Défault : PagePrincipale
-
 
103
        $this->addElement ('text', 'page', ADWI_PAGE, array ('size' => 60)) ;
-
 
104
        
100
        $this->addRule ('code_alpha_wikini', ADWI_NOM_WIKINI_ALERTE, 'required', '', 'client') ;
105
        $this->addElement ('text', '', 'Configuration avancée :') ;
101
        
-
 
102
        $this->addElement ('text', 'bdd_hote', ADWI_BDD_HOTE, array ('size' => 60)) ;
106
        
103
        $this->addRule ('bdd_hote', ADWI_BDD_HOTE_ALERTE, 'required', '', 'client') ;
-
 
104
        $this->addElement ('text', 'bdd_nom', ADWI_BDD_NOM, array ('size' => 60)) ;
107
        $this->addElement ('text', 'bdd_hote', ADWI_BDD_HOTE, array ('size' => 60)) ;
105
        $this->addRule ('bdd_nom', ADWI_BDD_NOM_ALERTE, 'required', '', 'client') ;
-
 
106
        $this->addElement ('text', 'bdd_utilisateur', ADWI_BDD_UTILISATEUR, array ('size' => 60)) ;
108
        $this->addElement ('text', 'bdd_nom', ADWI_BDD_NOM, array ('size' => 60)) ;
107
        $this->addRule ('bdd_utilisateur', ADWI_BDD_UTILISATEUR_ALERTE, 'required', '', 'client') ;
109
        $this->addElement ('text', 'bdd_utilisateur', ADWI_BDD_UTILISATEUR, array ('size' => 60)) ;
108
        $this->addElement ('text', 'bdd_mdp', ADWI_BDD_MDP, array ('size' => 60)) ;
-
 
109
        $this->addElement ('text', 'table_prefix', ADWI_TABLE_PREFIX, array ('size' => 60)) ;
110
        $this->addElement ('text', 'bdd_mdp', ADWI_BDD_MDP, array ('size' => 60)) ;
110
        $this->addRule ('table_prefix', ADWI_TABLE_PREFIX_ALERTE, 'required', '', 'client') ;
-
 
111
        $this->addElement ('text', 'page', ADWI_PAGE, array ('size' => 60)) ;
111
        $this->addElement ('text', 'table_prefix', ADWI_TABLE_PREFIX, array ('size' => 60)) ;
Line 112... Line 112...
112
        $this->addRule ('page', ADWI_PAGE_ALERTE, 'required', '', 'client') ;
112
        $this->addElement ('text', 'page', ADWI_PAGE, array ('size' => 60)) ;
Line 113... Line 113...
113
        $this->addElement ('textarea', 'description', ADWI_DESCRIPTION, array ('cols' => 50, 'rows' => 5)) ;
113
        $this->addElement ('text', 'chemin', ADWI_CHEMIN, array ('size' => 60)) ;
114
 
114