ACC SHELL

Path : /srv/www/vhosts/lps/intranet/
File Upload :
Current File : /srv/www/vhosts/lps/intranet/intrlog.php

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <link rel="stylesheet" type="text/css" href="style.css" />
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  </head>
  <body>
    <div id="mainframe">
      <div id="head_">
        <div id="head_left">
          <img src="img/logo.jpg" alt="logo" title="logo" />
        </div>
        <div id="head_right">
          <h2 class="style2">INTRANET LPS Automotive</h2>
        </div>
      </div>
    </div>
    <div id="mybody">
      <div id="mybodyleft">
      </div>
      <div id="mybodyright"><b>
<?
if(isset($_GET['er'])){
  switch($_GET['er']){
    case 1:
      echo "POZOR: ŠPATNÉ UŽIVATELSKÉ JMÉNO NEBO HESLO";
    break;
    case 2:
      echo "POZOR: UŽIVATEL NENÍ PŘIHLÁŠEN DO SYSTÉMU";
    break;
    case 3:
      echo "UŽIVATEL BYL ÚSPĚŠNĚ ODHLÁŠEN ZE SYSTÉMU";
    break;
};
};
          ?></b><br />
        <form action="log_in.php" method="post">
          <label>Login: 
          </label>
          <input name="log" type="text" /><br /><br />
          <label>Heslo: 
          </label>
          <input name="passw" type="password"/><br /><br />
          <input type="submit" name="ok" value="Potvrdit" />
        </form>
      </div>
    </div>
  </body>
</html>

ACC SHELL 2018