Файл: rban/rban/forum/vxod.php
Строк: 46
<?
include 'dan.php';
include 'ver.php';
$zag="Авторизация";
if($ver=="wml"){include 'wapzag.php';} else{include 'webzag.php';}
if($ver!="wml"){print"<form method="post" action="vxod2.php?ver=$ver" name="login">";}
print"Логин: <input name="login" maxlength="15"/><br/>
Пароль: <input name="pas" maxlength="10"/><br/>";
if($ver=="wml"){print"<anchor title="ok">войти
<go href="vxod2.php?ver=$ver" method="post">
<postfield name="login" value="$(login)"/>
<postfield name="pas" value="$(pas)"/>
</go>
</anchor><br/>";}
else{print"<input class="button" type="submit" value="войти"/></form>";}
print"<br/><br/><a href="rega.php?ver=$ver">Регистрация</a>";
print"</p><p align="left">";
if($ver=="html"){print"<table style="text-align: left; width: 98%;"
border="1" cellpadding="2" cellspacing="2">
<tbody>
<tr>
<td
style="background-color: rgb($color2);" align="left"
valign="top">";}
print"";
if($ver=="wml"){print"<a href="vxod.php?ver=html">wap 2.0</a><br/>";}
else{print"<a href="vxod.php?ver=wml">wap 1.2</a><br/>";}
print"<a href="$gen_link">На главную</a>";
if($ver=="html"){print"</td>
</tr>
</tbody>
</table>
</body>
</html>
";}
else{print"</p></card></wml>";}
?>