Файл: index.php
Строк: 46
<?php
error_reporting(0);
include_once('./versions.inc');
p_begin($_title,'center');
echo '
<div style="background-image:url(bk.png);">
<img src="logo.png" alt="@ximail.ru"'.$_s.'>
</div>
'.$br;
if (!$wml) {echo '<form action="main.php" method="post">';} else {echo $br;}
echo w2u('Логин:').$br.'<input type="text" name="login" value=""'.$_s.'>'.$br.w2u('Домен:').$br.'<select name="domain">';
//echo '<option value="localhost">@localhost</option>'; //!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
for ($i=0;$i<count($domains);$i++) {
echo '<option value="'.$domains[$i].'">@'.$domains[$i].'</option>';
}
echo '</select>'.$br.w2u('Пароль:').$br.'<input type="password" name="pass" value=""'.$_s.'>'.$br;
if ($wml) {
echo '<anchor>'.w2u('ВХОД').'<go href="main.php?wml" method="post"><postfield name="login" value="$(login)"/><postfield name="pass" value="$(pass)"/><postfield name="domain" value="$(domain)"/></go></anchor>'.$br;
} else {
echo '<input type="submit" value="'.w2u('ВХОД').'"></form>';
}
echo $_hr.$br;
if ($wml) {
echo '<a href="index.php">'.w2u('HTML-Версия').'</a>';
} else {
echo '<a href="index.php?wml">'.w2u('WML-Версия').'</a>';
}
echo $br.'<a href="reg.php'.$_v1.'">'.w2u('Регистрация').'</a>'.$br.'<a href="http://inwap.biz'.$_v1.'">'.w2u('Найдется Все!').'</a>'.$br.'<a href="help.php'.$_v1.'">'.w2u('Справка').'</a>'.$br;
echo'<br/><a href="http://top.wapstart.ru/?s=2052"><img src="http://counter.wapstart.ru/index.php?c=2087;b=1" alt="TOP.WAPSTART.RU" /></a><br/>';
p_end('center');
?>