Размер файла: 4.19Kb
<?php
################# Автор: redmal #############
###################### Сайт: http://srcblog.ru ####################
############################ [email protected] ###########################
echo'<p align=center>
<TABLE BORDER="2"
width="32"
height="32"
><TR >';
if(empty($move[0]))
{
echo'<TD
width="32" height="32"><form
action="xo.php?id=0"
method="post">
<input type="hidden"
value="1"
name="1">
<input type="hidden"
value="'.$chem.'"
name="chem">
<input type="hidden"
value="'.$rand.'"
name="rand"><INPUT type="image" src="image/empty.png" WIDTH="32"
HEIGHT="32"></form></TD>';
}else{
echo'<TD
width="32" height="32">
<img src="image/'.$move[0].'.png"
width="32" height="32">
</TD>';
}
if(empty($move[1]))
{
echo'<TD
width="32" height="32"><form
action="xo.php?id=1"
method="post">
<input type="hidden"
value="1"
name="1">
<input type="hidden"
value="'.$chem.'"
name="chem">
<input type="hidden"
value="'.$rand.'"
name="rand"><INPUT type="image" src="image/empty.png" WIDTH="32"
HEIGHT="32"></form></TD>';
}else{
echo'<TD
width="32" height="32">
<img src="image/'.$move[1].'.png"
width="32" height="32">
</TD>';
}
if(empty($move[2]))
{
echo'<TD
width="32" height="32"><form
action="xo.php?id=2"
method="post">
<input type="hidden"
value="1"
name="1">
<input type="hidden"
value="'.$chem.'"
name="chem">
<input type="hidden"
value="'.$rand.'"
name="rand"><INPUT type="image" src="image/empty.png" WIDTH="32"
HEIGHT="32"></form></TD></TR>';
}else{
echo'<TD
width="32" height="32">
<img src="image/'.$move[2].'.png"
width="32" height="32">
</TD></TR>';
}
if(empty($move[3]))
{
echo'<TD
width="32" height="32"><form
action="xo.php?id=3"
method="post">
<input type="hidden"
value="1"
name="1">
<input type="hidden"
value="'.$chem.'"
name="chem">
<input type="hidden"
value="'.$rand.'"
name="rand"><INPUT type="image" src="image/empty.png" WIDTH="32"
HEIGHT="32"></form></TD>';
}else{
echo'<TD
width="32" height="32">
<img src="image/'.$move[3].'.png"
width="32" height="32">
</TD>';
}
if(empty($move[4]))
{
echo'<TD
width="32" height="32"><form
action="xo.php?id=4"
method="post">
<input type="hidden"
value="1"
name="1">
<input type="hidden"
value="'.$chem.'"
name="chem">
<input type="hidden"
value="'.$rand.'"
name="rand"><INPUT type="image" src="image/empty.png" WIDTH="32"
HEIGHT="32"></form></TD>';
}else{
echo'<TD
width="32" height="32">
<img src="image/'.$move[4].'.png"
width="32" height="32">
</TD>';
}
if(empty($move[5]))
{
echo'<TD
width="32" height="32"><form
action="xo.php?id=5"
method="post">
<input type="hidden"
value="1"
name="1">
<input type="hidden"
value="'.$chem.'"
name="chem">
<input type="hidden"
value="'.$rand.'"
name="rand"><INPUT type="image" src="image/empty.png" WIDTH="32"
HEIGHT="32"></form></TD></TR>';
}else{
echo'<TD
width="32" height="32">
<img src="image/'.$move[5].'.png"
width="32" height="32">
</TD></TR>';
}
if(empty($move[6]))
{
echo'<TD
width="32" height="32"><form
action="xo.php?id=6"
method="post">
<input type="hidden"
value="1"
name="1">
<input type="hidden"
value="'.$chem.'"
name="chem">
<input type="hidden"
value="'.$rand.'"
name="rand"><INPUT type="image" src="image/empty.png" WIDTH="32"
HEIGHT="32"></form></TD>';
}else{
echo'<TD
width="32" height="32">
<img src="image/'.$move[6].'.png"
width="32" height="32">
</TD>';
}
if(empty($move[7]))
{
echo'<TD
width="32" height="32"><form
action="xo.php?id=7"
method="post">
<input type="hidden"
value="1"
name="1">
<input type="hidden"
value="'.$chem.'"
name="chem">
<input type="hidden"
value="'.$rand.'"
name="rand"><INPUT type="image" src="image/empty.png" WIDTH="32"
HEIGHT="32"></form></TD>';
}else{
echo'<TD
width="32" height="32">
<img src="image/'.$move[7].'.png"
width="32" height="32">
</TD>';
}
if(empty($move[8]))
{
echo'<TD
width="32" height="32"><form
action="xo.php?id=8"
method="post">
<input type="hidden"
value="1"
name="1">
<input type="hidden"
value="'.$chem.'"
name="chem">
<input type="hidden"
value="'.$rand.'"
name="rand"><INPUT type="image" src="image/empty.png" WIDTH="32"
HEIGHT="32"></form></TD></TR>';
}else{
echo'<TD
width="32" height="32">
<img src="image/'.$move[8].'.png"
width="32" height="32">
</TD></TR>';
}
echo'</TABLE></p>';
?>