noalyss  Version-6.7.2
 All Data Structures Namespaces Files Functions Variables Enumerations
template_config_form.php
Go to the documentation of this file.
00001 <?php
00002 
00003 /*
00004  *   This file is part of NOALYSS.
00005  *
00006  *   NOALYSS is free software; you can redistribute it and/or modify
00007  *   it under the terms of the GNU General Public License as published by
00008  *   the Free Software Foundation; either version 2 of the License, or
00009  *   (at your option) any later version.
00010  *
00011  *   NOALYSS is distributed in the hope that it will be useful,
00012  *   but WITHOUT ANY WARRANTY; without even the implied warranty of
00013  *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00014  *   GNU General Public License for more details.
00015  *
00016  *   You should have received a copy of the GNU General Public License
00017  *   along with NOALYSS; if not, write to the Free Software
00018  *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
00019  */
00020 /* $Revision$ */
00021 
00022 // Copyright Author Dany De Bontridder danydb@aevalys.eu
00023 
00024 /**
00025  * @file
00026  * @brief
00027  *
00028  */
00029 ?>
00030 <div style="margin-left: 30">
00031 <table>
00032         <tr>
00033                 <TD> Répertoire temporaire </TD>
00034                 <TD> <?php echo $ictmp->input(); echo HtmlInput::infobulle(200);?></TD>
00035 
00036         </tr>
00037         <TR>
00038 
00039                 <TD>Changement de langue</TD>
00040                 <TD> <?php echo $iclocale->input();echo HtmlInput::infobulle(201)?></TD>
00041         </TR>
00042         <TR>
00043                 <TD>Chemin complet vers les executable de Postgresql </TD>
00044                 <TD><?php echo $icpath->input();echo HtmlInput::infobulle(202)?></TD>
00045         </TR>
00046         <TR>
00047                 <TD>Utilisateur de la base de donnée </TD>
00048                 <TD><?php echo $icuser->input();echo HtmlInput::infobulle(203)?></TD>
00049         </TR>
00050         <TR>
00051                 <TD>Mot de passe de l'utilisateur </TD>
00052                 <TD><?php echo $icpasswd->input();echo HtmlInput::infobulle(204)?></TD>
00053 </TR>
00054 <TR>
00055         <TD>Port de postgresql </TD>
00056         <TD><?php echo $icport->input();echo HtmlInput::infobulle(205)?></TD>
00057 </TR>
00058 <tr>
00059         <td>Mode Serveur mutualisé <?php echo HtmlInput::infobulle(207) ?></td>
00060         <td><?php echo $smulti->input() ?></td>
00061 </tr>
00062 <tr id="div_db" style="visibility:hidden">
00063         <td>
00064                 Nom base de donnée
00065         </td>
00066         <td>
00067                 <?php echo $icdbname->input();echo HtmlInput::infobulle(206) ?>
00068         </td>
00069 </tr>
00070 </table>
00071 </div>
00072 <div class="notice">
00073         <?php
00074         if ( $os == 1 )
00075         {
00076                 ?>
00077         Attention : si vous installez sous windows n'utilisez pas le \ mais plutôt le / dans les nom de répertoire (càd les chemins ou path)
00078         <?php
00079         }
00080         ?>
00081 </div>
00082 
 All Data Structures Namespaces Files Functions Variables Enumerations