wifi-howto/index.html
2017-06-02 19:38:14 +02:00

66 lines
2.5 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Karinthy Free WiFi</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Karinthy Free WiFi">
<meta name="author" content="Karinthy Frigyes Gimnázium">
<link rel="stylesheet" href="css/style.css">
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
<script type="text/javascript" src="js/jquery-1.12.4.min.js"></script>
<![endif]-->
<script>
language = navigator.language;
if (language.match(/hu/i)) {
location.replace('index_hu.html');
}
</script>
</head>
<body>
<div id="content">
<header>
<img src="img/logo.png" id="logo" alt="Karinthy Logo" />
<h1>Karinthy Free WiFi - Instructions</h1>
<a href="index_hu.html"><img src="img/hu.png" id="lang" alt="Megtekintés magyarul" />Megtekintés magyarul</a>
</header>
<section>
<p>Dear Visitor!
<p>In our new WiFi network, you don't need to enter your username and password anymore, only at first use. Below you will find the instructions specific to your operating system that will enable you to use the internet in our school.
<p>We think you are using
<span id="xp" class="os-name">Windows XP</span>
<span id="vista" class="os-name">Windows Vista</span>
<span id="win7" class="os-name">Windows 7</span>
<span id="win8" class="os-name">Windows 8</span>
<span id="win10" class="os-name">Windows 10</span>
<span id="android" class="os-name">Android</span>
<span id="linux" class="os-name">Linux</span>
<span id="mac" class="os-name">Mac OS X</span>
<span id="other" class="os-name">Other</span>
operating system. Please follow the instructions below.
<p>If you want to view instructions for another operating system, please choose one from the list:<br>
<select id="osSelector">
<option value="win7">Windows Vista & 7</option>
<option value="win10">Windows 8 & 10</option>
<option value="android">Android</option>
<option value="mac">Mac OS X</option>
<option value="linux">Linux</option>
<option value="other">Other</option>
</select>
<div id="os-specific"></div>
</section>
</div>
<script type="text/javascript" src="js/jquery-3.1.1.min.js"></script>
<script type="text/javascript" src="js/selector.js"></script>
<script>selectOs('#os-specific', 'en');</script>
</body>
</html>