Exemplo n.º 1
0
/*                      PAGE                                     */
/*---------------------------------------------------------------*/
echo "<a name='haut'></a>";
echo "<table width='100%' border='0' cellspacing='0' cellpadding='0'>\n";
echo "  <tr>\n";
echo "    <td width='10'>&nbsp;</td>\n";
echo "    <td>&nbsp;</td>\n";
echo "    <td>&nbsp;</td>\n";
echo "    <td>&nbsp;</td>\n";
echo "    <td width='10'>&nbsp;</td>\n";
echo "  </tr>\n";
echo "  <tr>\n";
echo "    <td width='10'>&nbsp;</td>\n";
echo "    <td colspan='3' align='center'>\n";
//Affichage du titre
AfficheTitre($nom_groupe);
echo "\t  </td>\n";
echo "    <td width='10'>&nbsp;</td>\n";
echo "  </tr>\n";
echo "  <tr>\n";
echo "    <td width='10'>&nbsp;</td>\n";
echo "    <td>&nbsp;</td>\n";
echo "    <td>&nbsp;</td>\n";
echo "    <td>&nbsp;</td>\n";
echo "    <td width='10'>&nbsp;</td>\n";
echo "  </tr>\n";
echo "  <tr>\n";
echo "    <td width='10'>&nbsp;</td>\n";
echo "    <td width='150' rowspan='4' align='center' valign='top'>\n";
//Affichage Menu
echo "\t\t<table width='100%'>\n";
Exemplo n.º 2
0
/*---------------------------------------------------------------*/
AfficheEnTete("Historique d'un monstre : {$nom_monstre}", "'file:images/retour2_over.gif','file:images/up_over.gif'");
/*---------------------------------------------------------------*/
/*                      PAGE                                     */
/*---------------------------------------------------------------*/
echo "<a name='haut'></a>";
echo "<table width='100%' border='0' cellspacing='0' cellpadding='0'>\n";
echo "  <tr>\n";
echo "    <td width='10'>&nbsp;</td>\n";
echo "    <td>&nbsp;</td>\n";
echo "    <td width='10'>&nbsp;</td>\n";
echo "  </tr>\n";
echo "  <tr>\n";
echo "    <td width='10'>&nbsp;</td>\n";
echo "    <td>\n";
AfficheTitre("{$nom_monstre} (" . $id_monstre . ")");
echo "    </td>\n";
echo "    <td width='10'>&nbsp;</td>\n";
echo "  </tr>\n";
echo "  <tr>\n";
echo "    <td width='10'>&nbsp;</td>\n";
echo "    <td>&nbsp;</td>\n";
echo "    <td width='10'>&nbsp;</td>\n";
echo "  </tr>\n";
echo "  <tr>\n";
echo "    <td width='10'>&nbsp;</td>\n";
echo "    <td>\n";
AfficheHisto($requete);
echo "    </td>\n";
echo "    <td width='10'>&nbsp;</td>\n";
echo "  </tr>\n";