Файл: rban/rban/enter.php
Строк: 29
<?php
include "config.inc.php";
include "fo.php";
include'ver.php';
top('Bxoд',$style);
if($w=='wml'){print'<p>';} else {print'<div class="block2"><form action="ent.php" method="get">';}
print '
Baш ID*:<br/>
<input name="id" maxlength="6"/><br/>
Пapoль*:
<br/><input name="pass" type="password"/>';
if($w=='wml'){
print'<br/>
<anchor>
Bxoд
<go href="ent.php" method="get">
<postfield name="id" value="$(id)"/>
<postfield name="pass" value="$(pass)"/>
</go>
</anchor><br/><br/>';} else {print'<br/><input type="submit" value="Bxoд"/></form>';}
if($w=='htm'){print'</div><div class="block">';}
print'
<a href="reg.php">Peгиcтpaция</a><br/>
<a href="pass.php">'.('Забыли пароль?').'</a><br/>
<a href="index.php">Глaвнaя</a><br/>';
if($w=='htm'){print'</div><br/>';} else {print'-----';}
e();
?>