
<!DOCTYPE html>
<html>
<head>
	<META http-equiv=content-type content=text/html;charset=iso-8859-9>
	<META http-equiv=content-type content=text/html;charset=windows-1254>
	<META http-equiv=content-type content=text/html;charset=x-mac-turkish>
	<meta http-equiv="Content-Language" content="tr">
	<meta http-equiv="X-UA-Compatible" content="IE=edge">
	<link rel="icon" href="favicon.ico" type="image/x-icon" />
  <title>Fiberix</title> 
  <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
  <link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
  <link rel="stylesheet" href="css/font-awesome.min.css">
  <link rel="stylesheet" href="css/ionicons.min.css">
  <link rel="stylesheet" href="dist/css/AdminLTE.min.css">

  <!--[if lt IE 9]>
  <script src="js/html5shiv.min.js"></script>
  <script src="js/respond.min.js"></script>
  <![endif]-->
</head>
<body class="hold-transition login-page">
<script language="JavaScript">

//Function to check form is filled in correctly before submitting
function Checkformgir() {

        //Initialise variables
        var errorMsg = "";
        var errorMsgLong = "";

   	     if (document.gir.kul.value==""){
		errorMsg += "Kullanıcı adınızı yazınız.\n";
	}   
	
   	     if (document.gir.sifre.value==""){
		errorMsg += "Şifrenizi yazınız.\n";
	}    
	
                
       //If there is aproblem with the form then display an error
        if ((errorMsg != "") || (errorMsgLong != "")){


                errorMsg += alert( errorMsg + "\n" + errorMsgLong);
                return false;
        }

        document.gir.action = "gir.html"

        return true;
}
</script>  



<div class="login-box">
  <div class="login-logo">
<img src="fiberixlogo.png">
  </div>
  <div class="login-box-body">
    <p class="login-box-msg">Lütfen giriş yapınız.</p>

    <form action="gir.html" method="post" name="gir">
	
      <div class="form-group has-feedback">
	  
        <input type="text" class="form-control" name="kul" placeholder="Kullanıcı adınız" maxlength="20" autocomplete="off">
        <span class="glyphicon glyphicon-user form-control-feedback"></span>
      </div>
      <div class="form-group has-feedback">
        <input type="password" class="form-control" name="sifre" placeholder="Şifreniz" maxlength="20" autocomplete="off">
        <span class="glyphicon glyphicon-lock form-control-feedback"></span>
      </div>
      <div class="row">
       

        <div class="col-xs-12">
          <button type="submit" class="btn btn-block btn-info"  onClick="return Checkformgir();">Gir</button>

        </div>
  
      </div>
    </form>
   

  </div>
				
</div>		<div class="login-box" style="margin-bottom:0px">
				<div class="callout callout-info">
				<h5 style="margin:0px">Sadece; Fiberix müşterileri giriş yapabilir.<br><br>Bilgilerinizi hatırlamıyorsanız veya bilmiyorsanız; <a href="bilgigonder.html"><b>burayı</b></a> tıklayınız.</h5>
			
				

				</div>
				</div>
		


<script src="plugins/jQuery/jquery-2.2.3.min.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>


</body>
</html>
