Вход Регистрация
Файл: htdocs/includes/login.php
Строк: 23
<?php

    
echo "<div class='header'>$org_title</div>
      <div id='content'>
        <div id='loginform'>"
;
        
          
    if (
$SmartMail->error) echo display_error($SmartMail->error);
    if (
$SmartMail->success) echo display_success($SmartMail->success);
      
    echo 
"<form method='post' action='index.php'>
      <input type='hidden' name='action' value='login'>
      <h2>" 
lang("descr_loginform") . "</h2>
      <p>
      <b>" 
lang("descr_user") ."</b><br />
        <input type='text' name='user'>
      </p>
      <p>
      <b>" 
lang("descr_pass") ."</b><br />
        <input type='password' name='pass'>
      </p>
      <p>
        <input type='submit' value='" 
lang("descr_login") ."' class='button'>
      </p>
    </form>
      </div>
    </div>"
;
    
    echo 
"</body></html>";
    exit();
Онлайн: 1
Реклама