if (typeof (niveau)=="undefined") niveau='../';
var charte_emailHref=niveau+'pages/contact.htm';
var charte_emailText="Contact";
var liens;
if (typeof (liens)=="undefined") liens='[<a href="http://www.info-bible.org">info-bible.org</a>] [<a href="http://www.info-sectes.org">info-sectes.org</a>] ';
function charte_pied(){
document.writeln('</div><div class=navigation align=center>');
document.writeln('<table width="100%" cellspacing="0" cellpadding="0">');
document.writeln(' <tr> ');
document.writeln(' <td bgcolor="#003399" width="20%" align="left"><a href="'+charte_emailHref+'"><img border="0" src="'+niveau+'charte/envelop.gif" ALT="Contact"></a></td>');
document.writeln(' <td ondblclick="charte_revele()" bgcolor="#003399" width="60%" align="left"> </td>');
document.writeln(' <td bgcolor="#003399" width="20%" align="right">');
document.writeln(' <a class="lienblanc" href="#haut">');
document.writeln(' <FONT COLOR="white" SIZE=-3>Haut de page</FONT> <img style="background-color:white" src="'+niveau+'charte/haut.gif" align=absmiddle border="0" alt="Haut de page"> </a>');
document.writeln(' </td>');
document.writeln(' </tr>');
document.writeln(' <tr>');
document.writeln(' <td valign="top" align="left" class="pied">'+charte_emailText+'</td>');
document.writeln(' <td valign="top" align="center" class="pied">'+liens);
charte_outils()
//document.writeln(' <td valign="top" align="right" class="pied">'+document.lastModified+'</td>');
document.writeln(' </tr>');
document.writeln('</table>');
if (dossier!='CREDO' && dossier!='Conférences')
document.writeln('<SCRIPT LANGUAGE="JavaScript1.1" SRC='+niveau+'charte/pub.js></SCRIPT></div>');
}
function charte_edit(p_racine) {
l_racine='&racine='+p_racine;
location.href=charte_baseUtil+"prive/fp2.php?fichier="+escape(location.pathname)+l_racine;
}
function charte_editsource(p_racine) {
//alert(escape(p_racine+'\\/.;'));
l_racine='&racine='+p_racine;
location.href=charte_baseUtil+"prive/edit2.php?fichier="+escape(location.pathname)+l_racine;
}
function charte_upload(p_racine) {
l_racine='&racine='+p_racine;
l_chemin=location.pathname.substring(0,location.pathname.lastIndexOf('/'))+'/';
location.href=charte_baseUtil+"prive/upload.php?repertoire="+escape(l_chemin)+l_racine;
}
function charte_creerPage(p_racine) {
l_racine='&racine='+p_racine;
l_chemin=location.pathname.substring(0,location.pathname.lastIndexOf('/'))+'/';
location.href=charte_baseUtil+"prive/creerpage.php?onglet="+escape(dossier)+"&niveau="+escape(niveau)+'&repertoire='+escape(l_chemin)+l_racine;
}
//Boutons
function charte_outils() {
// document.writeln('<br>');
//plan
document.writeln('[<A href="'+niveau+'outils/plan.htm">Plan du site</A>]');
//recherche
//document.writeln('[<A href="'+niveau+'outils/recherche.htm">Rechercher</A>]');
//aide
//document.writeln('[<a href="javascript:charte_aide()">Aide en ligne</a>]');
//Nouveau
document.writeln('[<A href="'+niveau+'pages/nouveau.htm">Nouveautés</A>]');
//Contact
//document.writeln('[<a href="'+charte_emailHref+'">'+charte_emailText+'</a>]');
//Texte d'aide
//document.writeln('<span align=left class=aide><br><br>Le texte d\'aide présent dans la page est surligné<br></span>')
//Outils d'administration
if (location.pathname.substring(location.pathname.length-4)=='.htm') {
document.writeln('<span class='+charte_classeOutilsAdministration+'><br>Outils: [<a href="javascript:charte_edit(\'/\')">Modifier</a>]');
document.writeln('[<a href="javascript:charte_editsource(\'/\')">Editer HTML</a>]');
document.writeln('[<a href="javascript:charte_creerPage(\'/\')">Nouvelle page</a>]');
document.writeln('[<a href="javascript:charte_upload(\'/\')">Poster fichier</a>]');
//document.writeln('[<a href="'+charte_baseHref+'index.htm">En ligne</a>]');
//document.writeln('[<a href="'+charte_baseRep+'index.htm">Developp</a>]');
document.writeln('</span>');
}
}
charte_pied();