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.11 2006-10-05 14:41:53 florian Exp $
|
22 |
// CVS : $Id: installateur.php,v 1.12 2006-10-05 15:11:17 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.11 $ $Date: 2006-10-05 14:41:53 $
|
35 |
*@version $Revision: 1.12 $ $Date: 2006-10-05 15:11:17 $
|
36 |
// +------------------------------------------------------------------------------------------------------+
|
36 |
// +------------------------------------------------------------------------------------------------------+
|
37 |
**/
|
37 |
**/
|
Line 38... |
Line 38... |
38 |
|
38 |
|
39 |
// +------------------------------------------------------------------------------------------------------+
|
39 |
// +------------------------------------------------------------------------------------------------------+
|
Line 82... |
Line 82... |
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 xml:lang="fr" lang="fr" >'."\n";
|
84 |
$sortie .= ' <body xml:lang="fr" lang="fr" >'."\n";
|
85 |
$sortie .= ' <div id="page">'."\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";
|
- |
|
89 |
$sortie .= ' <img src="papyrus/applications/installateur/presentations/images/Logo_papyrus.jpg" alt="Logo Papyrus" />'."\n";
|
88 |
$sortie .= ' <img src="papyrus/applications/installateur/presentations/images/Logo_papyrus.jpg" alt="Logo Papyrus" />'."\n";
|
90 |
$sortie .= ' </a>'."\n";
|
- |
|
91 |
$sortie .= ' </div>'."\n";
|
89 |
$sortie .= ' </div>'."\n";
|
92 |
$sortie .= ' <div id="site_nom">'."\n";
|
90 |
$sortie .= ' <div id="site_nom">'."\n";
|
93 |
$sortie .= ' <h1>Installation de Papyrus</h1>'."\n";
|
91 |
$sortie .= ' <h1>Installation de Papyrus</h1>'."\n";
|
94 |
$sortie .= ' </div>'."\n";
|
92 |
$sortie .= ' </div>'."\n";
|
95 |
$sortie .= ' </div>'."\n";
|
93 |
$sortie .= ' </div>'."\n";
|
Line 115... |
Line 113... |
115 |
}
|
113 |
}
|
Line 116... |
Line 114... |
116 |
|
114 |
|
117 |
// Pied XHTML des pages de l'installation de Papyrus
|
115 |
// Pied XHTML des pages de l'installation de Papyrus
|
118 |
$sortie .= ' </div>'."\n";
|
116 |
$sortie .= ' </div>'."\n";
|
- |
|
117 |
$sortie .= ' <div id="zone_pied">'."\n";
|
119 |
$sortie .= ' <div id="zone_pied">'."\n";
|
118 |
$sortie .= ' <div id="copyright">'."\n";
|
120 |
$sortie .= ' <a href="http://frenchmozilla.org"><img src="papyrus/applications/installateur/presentations/images/logo-firefox.png" alt="Logo Firefox" /></a> '."\n";
|
119 |
$sortie .= ' <a href="http://frenchmozilla.org"><img src="papyrus/applications/installateur/presentations/images/logo-firefox.png" alt="Logo Firefox" /></a> '."\n";
|
121 |
$sortie .= ' <a href="http://validator.w3.org/check?uri=referer"><img src="papyrus/applications/installateur/presentations/images/logo-xhtml11.png" alt="Logo XHTML" /></a> '."\n";
|
120 |
$sortie .= ' <a href="http://validator.w3.org/check?uri=referer"><img src="papyrus/applications/installateur/presentations/images/logo-xhtml11.png" alt="Logo XHTML" /></a> '."\n";
|
122 |
$sortie .= ' <a href="http://jigsaw.w3.org/css-validator/check/referer"><img src="papyrus/applications/installateur/presentations/images/logo-css.png" alt="Logo CSS" /></a><br />'."\n";
|
121 |
$sortie .= ' <a href="http://jigsaw.w3.org/css-validator/check/referer"><img src="papyrus/applications/installateur/presentations/images/logo-css.png" alt="Logo CSS" /></a><br />'."\n";
|
- |
|
122 |
$sortie .= ' © <a href="http://www.tela-botanica.org/">Tela Botanica</a> et <a href="http://www.ecole-et-nature.org/">Réseau Ecole et Nature</a> / 2004-2006<br />'."\n";
|
- |
|
123 |
$sortie .= ' Site utilisant <a href="http://outils-reseaux.org/wiki_papyrus">Papyrus, le CMS coopératif</a>'."\n";
|
123 |
$sortie .= ' ©<a href="http://www.tela-botanica.org/">Tela Botanica</a> et <a href="http://www.ecole-et-nature.org/">Réseau Ecole et Nature</a> / 2004-2006'."\n";
|
124 |
$sortie .= ' </div>'."\n";
|
124 |
$sortie .= ' </div>'."\n";
|
125 |
$sortie .= ' </div>'."\n";
|
125 |
$sortie .= ' </div>'."\n";
|
126 |
$sortie .= ' </div>'."\n";
|
126 |
$sortie .= ' </body>'."\n";
|
127 |
$sortie .= ' </body>'."\n";
|
Line 133... |
Line 134... |
133 |
// +------------------------------------------------------------------------------------------------------+
|
134 |
// +------------------------------------------------------------------------------------------------------+
|
Line 134... |
Line 135... |
134 |
|
135 |
|
135 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
136 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
136 |
*
|
137 |
*
|
- |
|
138 |
* $Log: not supported by cvs2svn $
|
- |
|
139 |
* Revision 1.11 2006/10/05 14:41:53 florian
|
- |
|
140 |
* changement presentation
|
137 |
* $Log: not supported by cvs2svn $
|
141 |
*
|
138 |
* Revision 1.10 2005/09/23 14:20:23 florian
|
142 |
* Revision 1.10 2005/09/23 14:20:23 florian
|
139 |
* nouvel habillage installateur, plus correction de quelques bugs
|
143 |
* nouvel habillage installateur, plus correction de quelques bugs
|
140 |
*
|
144 |
*
|
141 |
* Revision 1.9 2004/10/27 11:43:32 jpm
|
145 |
* Revision 1.9 2004/10/27 11:43:32 jpm
|