Файл: data/ochki_opita.dat.php
Строк: 59
<?
print '<div class="spiski"><div class="zagolovok">Распределение Талантов</div><div class="line"></div><ul>';
print "<div class="chat_conteiner">У вас " . htmlspecialchars($row['ochki']) .
" простых талантов!<br>и " . htmlspecialchars($row['ochkis']) .
" талантов Стихий!
Каждый талант дает +5 к характеристике!</div>
<form name=ochki action=88.php?go=ochkiopit method=post>
<li>Жизнь ( " . htmlspecialchars($row['hpall']) .
" ) <input type=text1 class=textsmall name=hpp3 size=3 > <input class=go_form name=hpp type=submit value=+ /></li>
<li>Манна ( " . htmlspecialchars($row['mpall']) .
" ) <input type=text1 class=textsmall name=mpp3 size=3 > <input class=go_form name=mpp type=submit value=+ /></li>
<li>Выносливость ( " . htmlspecialchars($row['tpall']) .
" )<input type=text1 class=textsmall name=tp3 size=3 > <input class=go_form name=tp type=submit value=+ /></li>
<li>Сила ( " . htmlspecialchars($row['sila']) .
" )<input type=text1 class=textsmall name=sil3 size=3 > <input class=go_form name=sil type=submit value=+ /></li>
<li>Ловкость ( " . htmlspecialchars($row['lovkost']) .
" ) <input type=text1 class=textsmall name=lovk3 size=3 > <input class=go_form name=lovk type=submit value=+ /></li>
<li>Разум ( " . htmlspecialchars($row['razum']) .
" ) <input type=text1 class=textsmall name=raz3 size=3 > <input class=go_form name=raz type=submit value=+ /></li>
<li>Интеллект ( " . htmlspecialchars($row['intelekt']) .
" )<input type=text1 class=textsmall name=int3 size=3 > <input class=go_form name=int type=submit value=+ /></li> <div class="line"></div>" ;
print "
<li><b>Таланты стихий:</b></li>
<li> Вода ( " . htmlspecialchars($row['voda']) .
" )<input type=text1 class=textsmall name=v3 size=3 > <input class=go_form name=v1 type=submit value=+ /><br>
<li>Огонь ( " . htmlspecialchars($row['ogon']) .
" )<input type=text1 class=textsmall name=o3 size=3 > <input class=go_form name=o1 type=submit value=+ /><br>
<li>Воздух ( " . htmlspecialchars($row['vozdyh']) .
" )<input type=text1 class=textsmall name=vozd3 size=3 > <input class=go_form name=vozd1 type=submit value=+ /><br>
<li>Земля ( " . htmlspecialchars($row['zemlja']) .
" ) <input type=text1 class=textsmall name=z3 size=3 ><input class=go_form name=z1 type=submit value=+ /></li>
</form> " ;
exitt($row,$opredelenie);
?>