Subversion Repositories Applications.papyrus

Rev

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

Rev 458 Rev 986
Line 17... Line 17...
17
// |                                                                                                      |
17
// |                                                                                                      |
18
// | You should have received a copy of the GNU Lesser General Public                                     |
18
// | You should have received a copy of the GNU Lesser 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: installateur.php,v 1.10 2005-09-23 14:20:23 florian Exp $
22
// CVS : $Id: installateur.php,v 1.11 2006-10-05 14:41:53 florian Exp $
23
/**
23
/**
24
* Application Installateur de Papyrus.
24
* Application Installateur de Papyrus.
25
*
25
*
26
* Application permettant de gérer l'installation et les erreurs liés à l'abscence de base de données, 
26
* Application permettant de gérer l'installation et les erreurs liés à l'abscence de base de données, 
27
* d'extenssin PHP...
27
* d'extenssin PHP...
Line 30... Line 30...
30
//Auteur original :
30
//Auteur original :
31
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
31
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
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.10 $ $Date: 2005-09-23 14:20:23 $
35
*@version       $Revision: 1.11 $ $Date: 2006-10-05 14:41:53 $
36
// +------------------------------------------------------------------------------------------------------+
36
// +------------------------------------------------------------------------------------------------------+
37
**/
37
**/
Line 38... Line 38...
38
 
38
 
39
// +------------------------------------------------------------------------------------------------------+
39
// +------------------------------------------------------------------------------------------------------+
Line 79... Line 79...
79
    $sortie .= '<html xmlns="http://www.w3.org/1999/xhtml" lang="fr-FR" xml:lang="fr-FR">'."\n";
79
    $sortie .= '<html xmlns="http://www.w3.org/1999/xhtml" lang="fr-FR" xml:lang="fr-FR">'."\n";
80
    $sortie .= '  <head>'."\n";
80
    $sortie .= '  <head>'."\n";
81
    $sortie .= '    <link rel="stylesheet" type="text/css" media="screen" title="Installateur" href="papyrus/applications/installateur/presentations/styles/installateur.css" />'."\n";
81
    $sortie .= '    <link rel="stylesheet" type="text/css" media="screen" title="Installateur" href="papyrus/applications/installateur/presentations/styles/installateur.css" />'."\n";
82
    $sortie .= '    <title>Installation de Papyrus</title>'."\n";
82
    $sortie .= '    <title>Installation de Papyrus</title>'."\n";
83
    $sortie .= '  </head>'."\n";
83
    $sortie .= '  </head>'."\n";
84
    $sortie .= '  <body>'."\n";
84
 	$sortie .= '  <body xml:lang="fr" lang="fr" >'."\n";
85
    $sortie .= '  <div id="container">'."\n";
85
	$sortie .= '  <div id="page">'."\n";
86
    $sortie .= '      <div id="zone_bandeau" >'."\n";
86
    $sortie .= '  	<div id="zone_bandeau">'."\n";  
87
    $sortie .= '        <div id="logo">'."\n";
87
	$sortie .= '  		<div id="logo">'."\n";
88
    $sortie .= '          <a href="/" title="Retour en page d\'accueil">'."\n";
88
    $sortie .= '          <a href="/" title="Retour en page d\'accueil">'."\n";
89
    $sortie .= '              <img src="papyrus/applications/installateur/presentations/images/logo_papyrus.png" width="183" height="63" alt="Logo Papyrus" />'."\n";
89
    $sortie .= '              <img src="papyrus/applications/installateur/presentations/images/Logo_papyrus.jpg" alt="Logo Papyrus" />'."\n";
90
    $sortie .= '          </a>'."\n";
90
    $sortie .= '          </a>'."\n";
91
    $sortie .= '        </div>'."\n";
91
    $sortie .= '        </div>'."\n";
92
    $sortie .= '        <div id="site_nom">'."\n";
92
    $sortie .= '        <div id="site_nom">'."\n";
93
    $sortie .= '          <h1>Installation de Papyrus</h1>'."\n";
93
    $sortie .= '          <h1>Installation de Papyrus</h1>'."\n";
94
    $sortie .= '        </div>'."\n";
94
    $sortie .= '        </div>'."\n";
Line 132... Line 132...
132
// |                                            PIED du PROGRAMME                                         |
132
// |                                            PIED du PROGRAMME                                         |
133
// +------------------------------------------------------------------------------------------------------+
133
// +------------------------------------------------------------------------------------------------------+
Line 134... Line 134...
134
 
134
 
135
/* +--Fin du code ----------------------------------------------------------------------------------------+
135
/* +--Fin du code ----------------------------------------------------------------------------------------+
136
*
136
*
-
 
137
* $Log: not supported by cvs2svn $
-
 
138
* Revision 1.10  2005/09/23 14:20:23  florian
-
 
139
* nouvel habillage installateur, plus correction de quelques bugs
137
* $Log: not supported by cvs2svn $
140
*
138
* Revision 1.9  2004/10/27 11:43:32  jpm
141
* Revision 1.9  2004/10/27 11:43:32  jpm
139
* Correction bogues diff mise à jour / installation.
142
* Correction bogues diff mise à jour / installation.
140
*
143
*
141
* Revision 1.8  2004/10/25 10:22:48  jpm
144
* Revision 1.8  2004/10/25 10:22:48  jpm