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
<!DOCTYPE html>
<html lang="<?php echo $_REQUEST['lang']; ?>">
<head>
	<meta content="width=device-width, initial-scale=1.0" name="viewport" user-scalable=no>
	<link href='//fonts.googleapis.com/css?family=Roboto:400,300,500' rel='stylesheet' type='text/css'>
	<link href="//fonts.googleapis.com/css?family=Varela:400&amp;subset=latin-ext,latin" rel="stylesheet" type="text/css">
	<link rel="stylesheet" href="css/style.css" media="all"/>
	
	<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
	<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
	<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
	<script src="js/scripts.js"></script>
	<script src="js/core.js"></script>
	<script src="js/popup.js"></script>
	<script src="lang/lang.js"></script>
	<!--script>
		$('html').attr("lang", parent.document.documentElement.lang);
	</script-->
</head>
<body>
	<div id="page-wrapper">
		<header class="search-header">
			<h1 align="center"><script> $('.search-header h1').text(getText("Punti di ricarica vicini", document.documentElement.lang));</script></h1>
			<h2 align="center"><script> $('.search-header h2').text(getText("Ricerca il punto di ricarica piĆ¹ vicino a te", document.documentElement.lang));</script></h2>
		</header>
		<div class="maps-frame">
			<iframe id="content-map" src="maps-frame.php" height="100%" width="100%"></iframe>
		</div>
						
		
		<!--div class="loader">
			<img class="loading-image" src="img/loader.gif" srcset="img/loader.gif, img/loader.gif 2x" alt="loading..">
		</div-->
	</div>
</body>
</html>

Commits for Nextrek/Web/Smartcharging_search/search.php

Diff revisions: vs.
Revision Author Commited Message
1064 Diff Diff LZicari picture LZicari Tue 08 Mar, 2016 14:32:15 +0000
1062 Diff Diff LZicari picture LZicari Thu 11 Feb, 2016 08:30:52 +0000
1055 Diff Diff LZicari picture LZicari Tue 12 Jan, 2016 09:41:23 +0000
1052 Diff Diff LZicari picture LZicari Fri 08 Jan, 2016 13:50:04 +0000
1049 Diff Diff LZicari picture LZicari Wed 23 Dec, 2015 15:41:53 +0000
1038 Diff Diff LZicari picture LZicari Thu 17 Dec, 2015 16:28:31 +0000
1033 LZicari picture LZicari Tue 15 Dec, 2015 17:48:58 +0000