Файл: LinkForum/LinkUserInc/LinkStartGame.php
Строк: 31
<?php
/**
* @author
* @copyright 2013
*
*
*
*/
echo '<div class="body">
<img class="portrait" src="images/icons/tutorialFaceWithDialog.png" width="48" height="48" alt="o">
<div class="tframe">
<span class="small">Выбирай любого щенка. <br/> Какой тебе больше нравится?</span>
</div>';
echo '
<div style="clear: both;"></div>
</div>
<div class="body nobr">';
echo '<div class="fl" style="margin-left:8px; text-align: center; width:30%;">
<a href="?LinkStartGame&LinkUserProfile1"><img alt="o" src="images/dogs/bolonka_small.png"/></a><br/>
<a class="boys" href="?LinkStartGame&LinkUserProfile1">Болонка</a>
</div>';
echo '
<div class="fl" style="margin-left:8px; text-align: center; width:30%;">
<a href="?LinkStartGame&LinkUserProfile2"><img alt="o" src="images/dogs/haski_small.png"/></a><br/>
<a class="boys" href="?LinkStartGame&LinkUserProfile2">Хаски</a>
</div>';
echo '
<div class="fl" style="margin-left:8px; text-align: center; width:30%;">
<a href="?LinkStartGame&LinkUserProfile3"><img alt="o" src="images/dogs/sharpei_small.png"/></a><br/>
<a class="boys" href="?LinkStartGame&LinkUserProfile3">Шарпей</a>
</div>
<div style="clear:both;"></div>
</div>';
?>