- Scan ID:
- de088b79-f5aa-465e-ab9a-c0fc5c415081Finished
- Submitted URL:
- https://sso.aztu.edu.az/
- Report Finished:
Links · 0 found
The outgoing links identified from the page
JavaScript Variables · 10 found
Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope
Name | Type |
---|---|
0 | object |
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
OnLoad | function |
$ | function |
jQuery | function |
Popper | function |
bootstrap | object |
iziToast | object |
Console log messages · 1 found
Messages logged to the web console
Type | Category | Log |
---|---|---|
verbose | dom |
|
HTML
The raw HTML body of the page
<!DOCTYPE html><html lang="en"><head>
<title>Giriş</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Google Font: Source Sans Pro -->
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="/Content/Login/css/style.css">
<link rel="stylesheet" href="/Content/Login/css/iziToast.min.css">
</head>
<body onload="OnLoad()">
<script>
function OnLoad() {
var el = document.getElementById("Username");
if (typeof el == "undefined") return;
if (el.value != "") {
var elPsw = document.getElementById("Password");
elPsw.focus();
}
else el.focus();
}
</script>
<section class="ftco-section">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-7 col-lg-5">
<div class="login-wrap p-4 p-md-5">
<div class="row mb-4">
<div class="col-6">
<img src="/Content/Login/images/aztu_logo_az.png" height="60">
</div>
<div class="col-6">
<img src="/Content/Login/images/logo-koica.png" class="float-right" height="60">
</div>
</div>
<h4 class="text-center mb-4">Giriş</h4>
<form action="/Home/Login" method="post" class="login-form">
<div class="form-group">
<input type="text" class="form-control rounded-left" name="UserId" id="Username" placeholder="İstifadəçi adı" required="" value="">
</div>
<div class="form-group d-flex">
<input type="password" class="form-control rounded-left" id="Password" placeholder="Şifrə" name="Password" required="">
</div>
<div class="form-group">
<button type="submit" class="form-control btn btn-primary rounded submit px-3">Daxil ol</button>
</div>
<div class="form-group d-md-flex">
<div class="w-100 text-md-right">
<a href="/Home/ForgotPassword">Şifrəni unutdum</a>
</div>
</div>
</form>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-md-7 col-lg-5 alert alert-danger mt-4 text-justify">
<b>KOICA</b>-ya yeni giriş sistemi ilə daxil olmaq üçün professor-müəllim heyəti şifrəni Tədris Hissəsindən, tələbələr isə dekanlıqlardan əldə edə bilər.<br>
</div>
</div>
</div>
</section>
<script src="/Content/Login/js/jquery.min.js"></script>
<script src="/Content/Login/js/popper.js"></script>
<script src="/Content/Login/js/bootstrap.min.js"></script>
<script src="/Content/Login/js/main.js"></script>
<script src="/Content/Login/js/iziToast.min.js"></script>
<script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'8f4109cbbe053833',t:'MTczNDU0NDY3OC4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script><iframe height="1" width="1" style="position: absolute; top: 0px; left: 0px; border: none; visibility: hidden;"></iframe>
</body></html>