-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.html~
executable file
·55 lines (55 loc) · 2.35 KB
/
template.html~
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<!--<body>-->
<body style="background-image: url(sfondi/nuvole.jpg);">
<table align="center" style="width:800px;align:center; background-image: url(sfondi/nuvole.jpg);" cellpadding="0" cellspacing="0" background=”nuvole.jpg”>
<tr>
<!-- <td colspan="2" style="background-color:LightGreen;text-align:center;">-->
<td colspan="2" style="text-align:center;">
<img src="logo_ninux-fi.png" style="align:left">
<h1 >Ninux Rate Meter</h1><h2>N<sub>x</sub>RM</h2>
</td>
</tr>
<tr>
<td style="background-color:#FFD700;width:100px;vertical-align:center;text-align:center;">
<b>Menu</b>
<hr>
<form name="input" action="demo_form_action.asp" method="get">
<input type="submit" value="Home">
</form>
<form name="input" action="demo_form_action.asp" method="get">
<input type="submit" value="Registra un Nodo">
</form>
<form name="input" action="demo_form_action.asp" method="get">
<input type="submit" value="Tabelle">
</form>
<form name="input" action="demo_form_action.asp" method="get">
<input type="submit" value="Grafici">
</form>
</td>
<td style="background-color:#eeeeee;height:200px;width:700px;vertical-align:top;">
<form style="text-align:center;" name="input" action="demo_form_action.asp" method="get">
<h3>Registrazione Nodo</h3>
<hr>
<h4 style="text-align:left;">Identita' del Nodo</h4>
<br><br> Nome del Nodo: <input type="text" name="nomenodo" value=""><br><br>
IP Antenna WiFi: <input type="text" name="ipwifi" value=""><br><br>
IP di Manutenzione: <input type="text" name="ipman="Indirizzo IP della WiFi" value=""><br><br>
<input type="submit" value="Registra">
<hr>
<h4 style="text-align:left;">Servizi Offerti dal Nodo</h4>
<br><br>Descrizione: <input type="text" name="descrizione" value=""><br><br>
Indirizzo IP: <input type="text" name="ipservizio" value=""><br><br>
Porta: <input type="text" name="porta="Indirizzo IP della WiFi" value=""><br><br>
<input type="submit" value="Aggiungi">
</form>
<br><br>
</td>
</tr>
<tr>
<td colspan="2" style="background-color:#FFA500;text-align:center;">
GPL Ninux_Rate_Meter (N<sub>x</sub>RM)</td>
</tr>
</table>
</body>
</html>