Subversion Repository Public Repository

Nextrek

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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="it" xml:lang="it">
<head>
	<title>SmartCharging - Control Panel</title>
	<script type="text/javascript" src="js/jquery-2.1.4.min.js"></script>
	<script type="text/javascript" src="js/js.cookie.js"></script>
	<script type="text/javascript" src="js/login.js"></script>
</head>
<body>
<div id="main">

	<form method="post" action="" id="login_form">
	<div align="center">
		<table border="0">
		<tbody>
			<tr>
				<td colspan="2" align="center" bgcolor="#0000ff">
					<font color="white" face="Arial" size="+1"><b>Ingresso Area Riservata</b></font>
				</td>
			</tr>
			<tr>
				<td align="right">Username:</td><td><input id="username" name="username" type="text" value="" /></td>
			</tr>
			<tr>
				<td align="right">Password:</td><td><input id="password" name="password" type="password" value="" /></td>

			</tr>
			<tr><td colspan="2" align="center"><input id="login_submit" value="Entra" type="submit" /></td></tr>
		</tbody>
		</table>
	</div>
	</form>

</div>

</body>
</html>

Commits for Nextrek/Android/SmartCharging/endPoints/nightly/control_panel/login.html

Diff revisions: vs.
Revision Author Commited Message
569 FSallustio picture FSallustio Wed 26 Aug, 2015 10:04:06 +0000

Inizio implementazione della control_panel