jotspot/logout.html

98 lines
3.2 KiB
HTML
Raw Permalink Blame History

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

<!DOCTYPE html>
<html lang="fa" dir="rtl">
<head>
$(if refresh-timeout)
<meta http-equiv="refresh" content="$(refresh-timeout-secs)">
$(endif)
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ورود به اینترنت | دانشگاه فنی حرفه ای</title>
<link rel="stylesheet" href="/css/style.css">
<script src="/js/rayconnect.js"></script>
<script>
function openLogin() {
console.log("Hell NO");
open('$(link-login)', '_blank', '');
window.close();
return true;
}
</script>
</head>
<body>
<header>
<nav>
<div class="logo"></div>
<a href="https://badam.rayda.ir">بادام</a>
<a href="https://kateb.rayda.ir">کاتب</a>
</nav>
<section>
<h1>دانشگاه فنی و حرفه ای <span>استان مرکزی</span></h1>
<div class="image"></div>
</section>
</header>
<section class="form">
<form action="$(link-login)" name="login" onSubmit="return openLogin()">
<div class="form-container">
<h2>وضعیت حساب کاربری</h2>
<h4>شما به عنوان <span>$(username)</span> وارد شده اید و در حال استفاده از شبکه دانشگاه هستید.</h4>
<div class="data-row">
<strong>آدرس آی پی</strong>
<span>$(ip)</span>
</div>
<div class="data-row">
<strong>بایت های ارسالی / دریافتی</strong>
<span>$(bytes-in-nice) / $(bytes-out-nice)</span>
</div>
<div class="data-row">
<strong>زمان اتصال</strong>
<span>$(uptime)</span>
</div>
$(if session-time-left)
<div class="data-row">
<strong>زمان قطع اتصال</strong>
<span>$(session-time-left)</span>
</div>
$(endif)
$(if blocked == 'yes')
<div class="data-row">
<strong>وضعیت</strong>
<span>بلاک شده</span>
</div>
$(endif)
<div class="data-row">
<strong>وضعیت تازه سازی</strong>
<span>$(refresh-timeout)</span>
</div>
<p></p>
<button type="submit">خروج از حساب کاربری</button>
</div>
</form>
</section>
<section class="blog">
<h2>اخبار و اطلاعیه</h2>
</section>
<footer>
<div class="copyright">طراحی با <span class="love">&#10084;</span> از دهکده <sup>&reg;</sup></div>
<span>اداره فناوری اطلاعات و امنیت فضای مجازی</span>
</footer>
<script src="/js/script.js"></script>
</body>
</html>