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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<table id="full_local_info" cellspacing="20">
	<tbody>
		<tr>
			<td>Nome locale</td>
			<td id="nomelocale"></td>
		</tr>
		<tr>
			<td>Gestito da</td>
			<td id="username_owner"></td>
		</tr>
		<tr>
			<td>Descrizione</td>
			<td id="descrizione"></td>
		</tr>
		<tr>
			<td>Tipologia</td>
			<td id="tipologia"></td>
		</tr>
		<tr>
			<td>Latitudine</td>
			<td id="lat"></td>
		</tr>
		<tr>
			<td>Longitudine</td>
			<td id="lon"></td>
		</tr>
		<tr>
			<td>Indirizzo</td>
			<td id="indirizzo"></td>
		</tr>
		<tr>
			<td>Email</td>
			<td id="email"></td>
		</tr>
		<tr>
			<td>Telefono</td>
			<td id="telefono"></td>
		</tr>
		<tr>
			<td>Sito web</td>
			<td id="sito"></td>
		</tr>
		<tr>
			<td>Numero punti ricariche</td>
			<td id="n_punti_ricarica"></td>
		</tr>
	</tbody>
</table>

<div id="button-wrapper">
	<button style="text-align:center;" id="comments-button">Show comments!!!</button>
</div>

<div id="comments" style="display:none;">
	<div id="comment-list">
	</div>
	<button style="text-align:center;" id="more-comments-button">Show more comments!!!</button>
</div>

Commits for Nextrek/Android/SmartCharging/endPoints/nightly/control_panel/skeletons/full_local_info.html

Diff revisions: vs.
Revision Author Commited Message
587 Diff Diff FSallustio picture FSallustio Thu 27 Aug, 2015 13:28:12 +0000
586 FSallustio picture FSallustio Thu 27 Aug, 2015 10:32:34 +0000