Просмотр файла e-mail.php

Размер файла: 1.52Kb
<?php
define('IN_PHPBB', true);
$phpbb_root_path = './';
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);

$userdata = session_pagestart($user_ip, PAGE_INDEX);
init_userprefs($userdata);

$page_title = '[email protected]';
include($phpbb_root_path . 'includes/page_header.'.$phpEx);
?>
<b>[email protected]</b><br/>
Почта на www.yandex.ru, следует заметить что для входа через сайт yandex.ru надо вводить адрес почты полностью, например [email protected].<br/>
<div class="row1">    
      <form method="post" action="http://passport.yandex.ru/for/apwa.ru?mode=auth">
      <b>Логин:<div class="text"><input type="text" name="login" value="" tabindex="1" class="text"/>@apwa.ru</div>
      <b>Пароль:<div class="text"><input type="hidden" name="retpath" value="http://mail.yandex.ru/for/apwa.ru">
      <input type="password" name="passwd" value="" maxlength="100" tabindex="2" class="text"/></b></div>
      <label for="a"><input type="checkbox" name="twoweeks" id="a" value="yes" tabindex="4"/> запомнить меня</label>
      <div class="text"><input type="submit" name="In" value="Войти" tabindex="5" class="login"/></div>
      </form>
      <a href="http://mail.yandex.ru/for/apwa.ru">А сама почта находится здесь!</a>
</div> 
- <a href="/">Вернуться на сайт apwa.ru</a><br/>
<br/> 
<?php include($phpbb_root_path . 'includes/page_tail.'.$phpEx); ?>