Subversion Repositories Applications.papyrus

Rev

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

Rev 1360 Rev 1369
Line 30... Line 30...
30
// | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY                                |
30
// | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY                                |
31
// | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT                                  |
31
// | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT                                  |
32
// | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF                             |
32
// | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF                             |
33
// | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.                                    |
33
// | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.                                    |
34
// +------------------------------------------------------------------------------------------------------+
34
// +------------------------------------------------------------------------------------------------------+
35
// CVS : $Id: instal_fichier.inc.php,v 1.33 2007-04-20 12:55:07 ddelon Exp $
35
// CVS : $Id: instal_fichier.inc.php,v 1.34 2007-04-20 14:55:24 alexandre_tb Exp $
36
/**
36
/**
37
* Page de creation des fichiers necessaire a l'installation de Papyrus.
37
* Page de creation des fichiers necessaire a l'installation de Papyrus.
38
*
38
*
39
* Page permettant de creer le fichier de configuration de Papyrus.
39
* Page permettant de creer le fichier de configuration de Papyrus.
40
*
40
*
Line 44... Line 44...
44
//Autres auteurs :
44
//Autres auteurs :
45
*@author        David DELON
45
*@author        David DELON
46
*@author        Patrick PAUL
46
*@author        Patrick PAUL
47
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
47
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
48
*@copyright     Tela-Botanica 2000-2004
48
*@copyright     Tela-Botanica 2000-2004
49
*@version       $Revision: 1.33 $ $Date: 2007-04-20 12:55:07 $
49
*@version       $Revision: 1.34 $ $Date: 2007-04-20 14:55:24 $
50
// +------------------------------------------------------------------------------------------------------+
50
// +------------------------------------------------------------------------------------------------------+
51
**/
51
**/
Line 52... Line 52...
52
 
52
 
53
// +------------------------------------------------------------------------------------------------------+
53
// +------------------------------------------------------------------------------------------------------+
Line 320... Line 320...
320
                    'En g&eacute;n&eacute;ral c\'est 21.</li>'."\n";
320
                    'En g&eacute;n&eacute;ral c\'est 21.</li>'."\n";
321
    $sortie_form .=  '<li>'."\n".
321
    $sortie_form .=  '<li>'."\n".
322
                '<label for="ftp_port">N&deg; du port d\'acc&egrave;s au serveur FTP :</label>'.
322
                '<label for="ftp_port">N&deg; du port d\'acc&egrave;s au serveur FTP :</label>'.
323
                '<input id="ftp_port"'.$disabled.'type="text" size="20" name="fichier[PAP_FTP_PORT]" value="'.$fichier['PAP_FTP_PORT'].'" />'.
323
                '<input id="ftp_port"'.$disabled.'type="text" size="20" name="fichier[PAP_FTP_PORT]" value="'.$fichier['PAP_FTP_PORT'].'" />'.
324
                '</li>'."\n";
324
                '</li>'."\n";
325
    $sortie_form .=  '<li>Nom et mot de passe FTP qui sera utilis&eacute; pour se connecter &agrave; au dépôt FTP.</li>'."\n";
325
    $sortie_form .=  '<li>Nom et mot de passe FTP qui sera utilis&eacute; pour se connecter &agrave; au d&eacute;p&ocirc;t FTP.</li>'."\n";
326
    $sortie_form .=  '<li>'."\n".
326
    $sortie_form .=  '<li>'."\n".
327
                '<label for="ftp_utilisateur">Nom d\'utilisateur pour le serveur FTP :</label>'.
327
                '<label for="ftp_utilisateur">Nom d\'utilisateur pour le serveur FTP :</label>'.
328
                '<input id="ftp_utilisateur"'.$disabled.'type="text" size="20" name="fichier[PAP_FTP_UTILISATEUR]" value="'.$fichier['PAP_FTP_UTILISATEUR'].'" />'.
328
                '<input id="ftp_utilisateur"'.$disabled.'type="text" size="20" name="fichier[PAP_FTP_UTILISATEUR]" value="'.$fichier['PAP_FTP_UTILISATEUR'].'" />'.
329
                '</li>'."\n";
329
                '</li>'."\n";
330
    $sortie_form .=  '<li>'."\n".
330
    $sortie_form .=  '<li>'."\n".
Line 348... Line 348...
348
 
348
 
349
 
349
 
350
/* +--Fin du code ----------------------------------------------------------------------------------------+
350
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
351
*
-
 
352
* $Log: not supported by cvs2svn $
-
 
353
* Revision 1.33  2007/04/20 12:55:07  ddelon
351
*
354
* config fckeditor
352
* $Log: not supported by cvs2svn $
355
*
353
* Revision 1.32  2007/04/20 12:49:41  ddelon
356
* Revision 1.32  2007/04/20 12:49:41  ddelon
354
* config fckeditor
357
* config fckeditor
355
*
358
*