</span></div> <div class="champ"><input type="text" name="avatarurl" class="avatarurl" size="40" tabindex="<?php echo $vtabindex; $vtabindex++; ?> " <?php if (in_array($utilisateur_connecte->_testauthentification, array(2, 1))) { echo "value=\"{$utilisateur_connecte->avatarurl}\" "; } ?> /></div> <?php if (in_array($utilisateur_connecte->_testauthentification, array(2, 1)) && $utilisateur_connecte->avatarurl != "") { //chargement de l'environnement pour la fonction de balise image : require_once $adresserepertoiresite . '/scripts/php/class.environnement.php'; $toto = new environnement(); $toto->image($utilisateur_connecte->avatarurl, "", "avatarcompte"); echo "\n"; } ?> </div> <div id="nom_cadre"> <div class="intitule_champ"><span><?php echo _NOM; ?> </span></div> <div class="champ"><input type="text" name="nom" size="20" tabindex="<?php echo $vtabindex; $vtabindex++; ?> " <?php
} $toto->formulaire(); } else { if (isset($_GET['maj'])) { $environnement = new environnement(); $environnement->mise_a_jour_theme(); $environnement->liste_themes($_GET['p']); } else { if (isset($_GET['schema'])) { ?> <img src="image.arbo_theme.php" alt="<?php echo _ARBO_THEME; ?> " /><?php } else { $environnement = new environnement(); $environnement->liste_themes($_GET['p']); } } } } else { echo _NOT_ADMIN_GO_BACK_TO_INDEX; } ?> <!-- Fin module --> </div> <?php include "pied_de_page.php"; ?> </div> <?php