change webserver
parent
c4f4043007
commit
17ff81c11d
@ -1,64 +0,0 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>fadeIn demo</title>
|
||||
<style>
|
||||
p {
|
||||
text-align:center;
|
||||
}
|
||||
div {
|
||||
margin:auto;
|
||||
font-size: 36px;
|
||||
text-align: center;
|
||||
color: yellow;
|
||||
background: red;
|
||||
display: none;
|
||||
}
|
||||
span {
|
||||
display: none;
|
||||
}
|
||||
</style>
|
||||
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div>
|
||||
<span><div style='text-align:left;display:inline-block;min-width:340px;'>
|
||||
<div style='text-align:center;'>
|
||||
<h1>Passerelle LoRa</h1>
|
||||
</div>
|
||||
<div>
|
||||
<h2>[Température actuelle]</h2>
|
||||
</div>
|
||||
<div>
|
||||
<p>
|
||||
Nombre d'échantillons envoyés = %, Echec d'envoi : %
|
||||
</p>
|
||||
</div>
|
||||
<div id='l1' name='l1'></div>
|
||||
<!--<table style='width:100%'>
|
||||
<tr>
|
||||
<button onclick='la('?o=1');'>Informations</button>
|
||||
</tr>
|
||||
<tr>
|
||||
<button onclick='alea()'>rafraichir</button>
|
||||
</tr>
|
||||
<tr>
|
||||
<button onclick='la('?o=1');'>Redémarrer</button>
|
||||
</tr>
|
||||
</table>-->
|
||||
</div></span>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
$(document).ready(function() {
|
||||
$( "div" ).fadeIn( 3000, function() {
|
||||
$( "span" ).fadeIn( 100 );
|
||||
});
|
||||
return false;
|
||||
});
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
@ -0,0 +1,112 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang='fr' class=''>
|
||||
<head>
|
||||
<meta charset='utf-8'>
|
||||
<meta name='viewport' content='width=device-width,initial-scale=1,user-scalable=no'/>
|
||||
<meta http-equiv='refresh' content='1' />
|
||||
<title>Passerelle LoRa</title>
|
||||
<style>
|
||||
div,fieldset,input,select
|
||||
{
|
||||
padding:5px;
|
||||
font-size:1em;
|
||||
}
|
||||
|
||||
input
|
||||
{
|
||||
width:100%;
|
||||
box-sizing:border-box;
|
||||
-webkit-box-sizing:border-box;
|
||||
-moz-box-sizing:border-box;
|
||||
}
|
||||
|
||||
select
|
||||
{
|
||||
width:100%;
|
||||
}
|
||||
|
||||
textarea
|
||||
{
|
||||
resize:none;
|
||||
width:98%;
|
||||
height:318px;
|
||||
padding:5px;
|
||||
overflow:auto;
|
||||
}
|
||||
|
||||
body
|
||||
{
|
||||
text-align:center;
|
||||
font-family:verdana;
|
||||
background-color: #bcd5ff;
|
||||
}
|
||||
|
||||
td
|
||||
{
|
||||
padding:0px;
|
||||
}
|
||||
|
||||
button
|
||||
{
|
||||
border:0;
|
||||
border-radius:0.3rem;
|
||||
background-color:#1fa3ec;
|
||||
color:#fff;
|
||||
line-height:2.4rem;
|
||||
font-size:1.2rem;
|
||||
width:100%;
|
||||
-webkit-transition-duration:0.4s;
|
||||
transition-duration:0.4s;
|
||||
}
|
||||
|
||||
button:hover
|
||||
{
|
||||
background-color:#006cba;
|
||||
}
|
||||
|
||||
.p
|
||||
{
|
||||
float:left;
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
.q
|
||||
{
|
||||
float:right;
|
||||
text-align:right;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body onload='alea()'>
|
||||
<script>
|
||||
function alea() {
|
||||
var x = document.getElementById('demo')x.innerHTML = Math.floor((Math.random() * 10) + 1);
|
||||
}
|
||||
</script>
|
||||
<div style='text-align:left;display:inline-block;min-width:340px;'>
|
||||
<div style='text-align:center;'>
|
||||
<h1>Passerelle LoRa</h1>
|
||||
</div>
|
||||
<div>
|
||||
<h2>[Température actuelle]</h2>
|
||||
</div>
|
||||
<div>
|
||||
<p>
|
||||
Nombre d'échantillons envoyés = %, Echec d'envoi : %
|
||||
</p>
|
||||
</div>
|
||||
<div id='l1' name='l1'></div>
|
||||
<table style='width:100%'>
|
||||
<tr>
|
||||
<button onclick='la('?o=1');'>Informations</button>
|
||||
</tr>
|
||||
<tr>
|
||||
<button onclick='alea()'>rafraichir</button>
|
||||
</tr>
|
||||
<tr>
|
||||
<button onclick='la('?o=1');'>Redémarrer</button>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
@ -1,121 +1,64 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang='fr' class=''>
|
||||
<head>
|
||||
<meta charset='utf-8'>
|
||||
<meta name='viewport' content='width=device-width,initial-scale=1,user-scalable=no'/>
|
||||
<!--<meta http-equiv='refresh' content='1' />-->
|
||||
<title>Passerelle LoRa</title>
|
||||
<style>
|
||||
div,fieldset,input,select
|
||||
{
|
||||
padding:5px;
|
||||
font-size:1em;
|
||||
}
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Passerelle LoRa</title>
|
||||
<style>
|
||||
p {
|
||||
text-align:center;
|
||||
}
|
||||
div {
|
||||
margin:auto;
|
||||
font-size: 36px;
|
||||
text-align: center;
|
||||
color: black;
|
||||
background: white;
|
||||
display: none;
|
||||
}
|
||||
span {
|
||||
display: none;
|
||||
}
|
||||
</style>
|
||||
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
input
|
||||
{
|
||||
width:100%;
|
||||
box-sizing:border-box;
|
||||
-webkit-box-sizing:border-box;
|
||||
-moz-box-sizing:border-box;
|
||||
}
|
||||
<div>
|
||||
<span><div style='text-align:left;display:inline-block;min-width:340px;'>
|
||||
<div style='text-align:center;'>
|
||||
<h1>Passerelle LoRa</h1>
|
||||
</div>
|
||||
<div>
|
||||
<h2>[Température actuelle]</h2>
|
||||
</div>
|
||||
<div>
|
||||
<p>
|
||||
Nombre d'échantillons envoyés = %, Echec d'envoi : %
|
||||
</p>
|
||||
</div>
|
||||
<div id='l1' name='l1'></div>
|
||||
<!--<table style='width:100%'>
|
||||
<tr>
|
||||
<button onclick='la('?o=1');'>Informations</button>
|
||||
</tr>
|
||||
<tr>
|
||||
<button onclick='alea()'>rafraichir</button>
|
||||
</tr>
|
||||
<tr>
|
||||
<button onclick='la('?o=1');'>Redémarrer</button>
|
||||
</tr>
|
||||
</table>-->
|
||||
</div></span>
|
||||
</div>
|
||||
|
||||
select
|
||||
{
|
||||
width:100%;
|
||||
}
|
||||
<script>
|
||||
$(document).ready(function() {
|
||||
$( "div" ).fadeIn( 2000, function() {
|
||||
$( "span" ).fadeIn( 100 );
|
||||
});
|
||||
return false;
|
||||
});
|
||||
</script>
|
||||
|
||||
textarea
|
||||
{
|
||||
resize:none;
|
||||
width:98%;
|
||||
height:318px;
|
||||
padding:5px;
|
||||
overflow:auto;
|
||||
}
|
||||
|
||||
body
|
||||
{
|
||||
text-align:center;
|
||||
font-family:verdana;
|
||||
background-color: #bcd5ff;
|
||||
}
|
||||
|
||||
td
|
||||
{
|
||||
padding:0px;
|
||||
}
|
||||
|
||||
button
|
||||
{
|
||||
border:0;
|
||||
border-radius:0.3rem;
|
||||
background-color:#1fa3ec;
|
||||
color:#fff;
|
||||
line-height:2.4rem;
|
||||
font-size:1.2rem;
|
||||
width:100%;
|
||||
-webkit-transition-duration:0.4s;
|
||||
transition-duration:0.4s;
|
||||
}
|
||||
|
||||
button:hover
|
||||
{
|
||||
background-color:#006cba;
|
||||
}
|
||||
|
||||
.p
|
||||
{
|
||||
float:left;
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
.q
|
||||
{
|
||||
float:right;
|
||||
text-align:right;
|
||||
}
|
||||
</style>
|
||||
<script
|
||||
src="https://code.jquery.com/jquery-3.3.1.min.js"
|
||||
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
|
||||
crossorigin="anonymous"></script>
|
||||
</head>
|
||||
<body onload=mafonction()>
|
||||
<!--<script>
|
||||
function alea() {
|
||||
var x = document.getElementById('demo')x.innerHTML = Math.floor((Math.random() * 10) + 1);
|
||||
}
|
||||
</script>-->
|
||||
<div style='text-align:left;display:inline-block;min-width:340px;'>
|
||||
<div style='text-align:center;'>
|
||||
<h1>Passerelle LoRa</h1>
|
||||
</div>
|
||||
<div>
|
||||
<h2>[Température actuelle]</h2>
|
||||
</div>
|
||||
<div>
|
||||
<p>
|
||||
Nombre d'échantillons envoyés = %, Echec d'envoi : %
|
||||
</p>
|
||||
</div>
|
||||
<div id='l1' name='l1'></div>
|
||||
<!--<table style='width:100%'>
|
||||
<tr>
|
||||
<button onclick='la('?o=1');'>Informations</button>
|
||||
</tr>
|
||||
<tr>
|
||||
<button onclick='alea()'>rafraichir</button>
|
||||
</tr>
|
||||
<tr>
|
||||
<button onclick='la('?o=1');'>Redémarrer</button>
|
||||
</tr>
|
||||
</table>-->
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
function mafonction(){
|
||||
$(document.body).fadeIn(6000);
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue