Smiles-War
57
14
cache/page4.php
<?php
// partie jouer
$msg.="<td>JEU en cours de réalisation<img name=\"Image1\" src=\"carte.php?nums=$nums\" usemap=\"#donnerrelief\" border=0><map name=\"donnerrelief\">";
$yy = $nbcase;
$taille=64*$xtaillecarte/(($nbcase+1)*64);
$taille2=32*$ytaillecarte/(($nbcase+2)*32);
while ($yy >= 0) {
$yy--;
for ($xx = 0; $xx <= $nbcase; $xx++)
{
$xiso=($xx+$yy)*$taille/2+$taille/2;
$yiso=($xx-$yy)*$taille2/2+(1+$nbcase)*$taille2/2;
$x1=$xiso+$taille/2; $y1=$yiso; $x2=$xiso+$taille; $y2=$yiso+$taille2/2;
$x3=$xiso+$taille/2; $y3=$yiso+$taille2;
$x4=$xiso; $y4=$yiso+$taille2/2;
$xinfo=$xx-3; $yinfo=$yy-2;
$msg.="<AREA SHAPE=\"poly\" COORDS=\"$x1,$y1,$x2,$y2,$x3,$y3,$x4,$y4\" href= calculateur.php?xcarte=$xinfo&ycarte=$yinfo&act=info&nums=$nums target=infos>";
}
}
$taille=20;
$msg.="<area shape=\"default\" nohref></map><br>
<TABLE border=0 cellpadding=0 cellspacing=0 width=$taille height=$taille Cellpadding=0 Cellspacing=0><tr>
<td><center><a href=calculateur.php?t=7&nums=$nums target=infos><img src=img/d7.gif border=0 width=$taille height=$taille></a></td>
<td><center><a href=calculateur.php?t=8&nums=$nums target=infos><img src=img/d8.gif border=0 width=$taille height=$taille></a></td>
<td><center><a href=calculateur.php?t=9&nums=$nums target=infos><img src=img/d9.gif border=0 width=$taille height=$taille></a></td></tr>
<tr><td><center><a href=calculateur.php?t=4&nums=$nums target=infos><img src=img/d4.gif border=0 width=$taille height=$taille></a></td>
<td><center><img src=img/d5.gif border=0 width=$taille height=$taille></td>
<td><center><a href=calculateur.php?t=6&nums=$nums target=infos><img src=img/d6.gif border=0 width=$taille height=$taille></a></td></tr>
<tr><td><center><a href=calculateur.php?t=1&nums=$nums target=infos><img src=img/d1.gif border=0 width=$taille height=$taille></a></td>
<td><center><a href=calculateur.php?t=2&nums=$nums target=infos><img src=img/d2.gif border=0 width=$taille height=$taille></a></td>
<td><center><a href=calculateur.php?t=3&nums=$nums target=infos><img src=img/d3.gif border=0 width=$taille height=$taille></a></td></tr>
</table><a href=index.php?nums=$nums&p=4>Actualiser la carte</a> <a href=calculateur.php?nums=$nums&act=f target=infos>Voir votre fiche</a> <a href=calculateur.php?nums=$nums&act=his target=infos>Voir votre histoire</a>";
$msg.="</td><td><iframe height=100% width=100% name=infos src=calculateur.php?nums=$nums&act=1 border=0 frameborder=0 >";
?>
2005-01-12 16:55:54