add few thing

This commit is contained in:
Darel
2018-03-21 10:15:31 +08:00
parent 08e006066c
commit 9d4d49e1c0
6 changed files with 58 additions and 23 deletions
Binary file not shown.
BIN
View File
Binary file not shown.
-17
View File
@@ -180,23 +180,6 @@
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/global.script.js"></script>
<script>
function laodDoc () {
if (window.XMLHttpRequest) {
// code for IE7+, Firefox, Chrome, Opera, Safari
xmlhttp = new XMLHttpRequest();
} else { // code for IE6, IE5
xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
}
xmlhttp.onreadystatechange = function () {
if (xmlhttp.readyState == 4 && xmlhttp.status == 200) {
document.getElementById("images").innerHTML = xmlhttp.responseText;
}
}
xmlhttp.open("GET", "http://localhost/PHP/login.php");
xmlhttp.send();
}
</script>
</body>
+53
View File
@@ -0,0 +1,53 @@
<!DOCTYPE html>
<html>
<head>
<title>AzureUI - SIGNIN</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,900" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="css/global.style.css">
</head>
<body>
<div class="wrapper">
<div class="wrapper-inline">
<div class="form-fixed-large"></div>
<div class="form-row txt-center">
<img src="images/CIEF.png" style="width:200px; height:100px">
</div>
<main>
<section class="container">
<form>
<div class="form-row txt-center" style="font-weight: 700; font-size: 20px; color: #2DD67B; margin-bottom: -15px">
Forgot your Password?
</div>
<div class="form-row txt-center" style="font-size: 15px; color: #2DD67B">
Enter your e-mail below to reset your password.
</div>
<br />
<div class="form-row-group with-icons">
<div class="form-row no-padding">
<div style="position:absolute; top: 10px;">
<a class="fa fa-envelope" style="color: black"></a>
</div>
<input id="mobile" type="text" class="form-element" placeholder="Your E-Mail" />
</div>
</div>
<div class="form-divider"></div>
<div class="form-row txt-center">
<a class="button green">Submit</a>
<a href="index.html" class="button blue">Cancel</a>
</div>
</form>
</section>
</main>
</div>
</div>
</body>
</html>
+1 -1
View File
@@ -39,7 +39,7 @@
<div class="form-divider"></div>
<div class="form-row txt-center">
<a href="#" data-loader="show">Forgot Password?</a>
<a href="forgot-password.html" data-loader="show">Forgot Password?</a>
</div>
<div class="form-divider"></div>
+4 -5
View File
@@ -19,17 +19,16 @@
</div>
<div class="form-divider"></div>
<div class="form-row txt-center">
<img src="images/CIEF.png" style="width:200px; height:100px;" />
</div>
<!-- Here Lies Main Start Here -->
<main>
<section class="container">
<form></form>
<div class="form-fixed-large"></div>
<div class="form-fixed-large"></div>
<div class="form-row txt-center">
<img src="images/CIEF.png" style="width:300px; height:300px;" />
</div>
<!-- AzFooter Start Here-->
<div class="azfooter">