108 lines
3.8 KiB
HTML
108 lines
3.8 KiB
HTML
|
<!DOCTYPE html>
|
||
|
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
|
||
|
<link
|
||
|
rel="stylesheet"
|
||
|
href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"
|
||
|
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
|
||
|
crossorigin="anonymous"
|
||
|
/>
|
||
|
<title>CAS UAM</title>
|
||
|
<link type="text/css" rel="stylesheet" href="https://cas.amu.edu.pl/cas/css/casuam.css" />
|
||
|
</head>
|
||
|
|
||
|
<body class="text-center">
|
||
|
<div class="cas-container">
|
||
|
<div class="cas-top">
|
||
|
<img class="mb-4" src="https://cas.amu.edu.pl/cas/images/uam-znak-biale.svg" alt="" />
|
||
|
<div class="cas-name">
|
||
|
<p><span class="first">C</span>ENTRALNY <span class="first">S</span>YSTEM</p>
|
||
|
<p><span class="first">U</span>WIERZYTELNIANIA</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="cas-content">
|
||
|
<form id="fm1" class="form-signin" onsubmit="return warner_not_bros(this)">
|
||
|
<h2>Wprowadź dane logowania</h2>
|
||
|
|
||
|
<input
|
||
|
type="text"
|
||
|
id="username"
|
||
|
name="username"
|
||
|
class="form-control"
|
||
|
placeholder="Identyfikator użytkownika:"
|
||
|
tabindex="1"
|
||
|
path="username"
|
||
|
autocomplete="false"
|
||
|
htmlEscape="true"
|
||
|
required
|
||
|
autofocus
|
||
|
/>
|
||
|
|
||
|
<input
|
||
|
type="password"
|
||
|
id="password"
|
||
|
name="password"
|
||
|
class="form-control"
|
||
|
placeholder="Hasło:"
|
||
|
tabindex="2"
|
||
|
path="password"
|
||
|
htmlEscape="true"
|
||
|
autocomplete="off"
|
||
|
required
|
||
|
/>
|
||
|
|
||
|
<div class="cas-buttons">
|
||
|
<input type="hidden" name="lt" value="LT-221304-JDAOk2hSHQrigNyWdnD5j7Obx4VIYE" />
|
||
|
<input type="hidden" name="execution" value="e1s1" />
|
||
|
<input type="hidden" name="_eventId" value="submit" />
|
||
|
|
||
|
<button class="btn btn-sm btn-outline-secondary" type="submit" name="submit" accesskey="l" tabindex="4">
|
||
|
ZALOGUJ
|
||
|
</button>
|
||
|
<button class="btn btn-sm btn-outline-secondary" type="reset" name="reset" accesskey="c" tabindex="5">
|
||
|
WYCZYŚĆ
|
||
|
</button>
|
||
|
</div>
|
||
|
<div class="cas-locale">
|
||
|
<a
|
||
|
href="login?service=https%3A%2F%2Fusosweb.amu.edu.pl%2Fkontroler.php%3F_action%3Dlogowaniecas%2Findex&locale=pl"
|
||
|
>Polski</a
|
||
|
>
|
||
|
|
|
||
|
<a
|
||
|
href="login?service=https%3A%2F%2Fusosweb.amu.edu.pl%2Fkontroler.php%3F_action%3Dlogowaniecas%2Findex&locale=en"
|
||
|
>English</a
|
||
|
>
|
||
|
</div>
|
||
|
</form>
|
||
|
</div>
|
||
|
<div class="cas-bottom">
|
||
|
<p>
|
||
|
<span class="first">U</span>NIWERSYTET IM. <span class="first">A</span>DAMA
|
||
|
<span class="first">M</span>ICKIEWICZA W <span class="first">P</span>OZNANIU
|
||
|
</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
|
||
|
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.5/jquery-ui.min.js"></script>
|
||
|
<!-- <script type="text/javascript" src="/cas/js/cas.js;jsessionid=1D2C9BB917F21A1E54E216FAF40930C3"></script> -->
|
||
|
<script>
|
||
|
function warner_not_bros() {
|
||
|
var password = document.getElementById('password')
|
||
|
|
||
|
alert(`
|
||
|
[PL]
|
||
|
Polecam uważać na phishing następnym razem ;) bo to hasło (${password.value}) może wyciec!
|
||
|
[EN]
|
||
|
I suggest you to be more careful, because this password (${password.value}) might leak!
|
||
|
`)
|
||
|
|
||
|
return false
|
||
|
}
|
||
|
</script>
|
||
|
</body>
|
||
|
</html>
|