Subversion Repository Public Repository

Nextrek

Diff Revisions 1048 vs 1049 for /Web/Smartcharging_search/search.php

Diff revisions: vs.
  @@ -7,11 +7,11 @@
7 7 <link rel="stylesheet" href="css/style.css" media="all"/>
8 8
9 9 <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
10 - <link href="//netdna.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css" rel="stylesheet">
11 10 <script src="https://code.jquery.com/jquery-1.10.2.js"></script>
12 11 <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
13 12 <script src="js/scripts.js"></script>
14 13 <script src="js/core.js"></script>
14 + <script src="js/popup.js"></script>
15 15 </head>
16 16 <body>
17 17 <div id="page-wrapper">
  @@ -20,7 +20,7 @@
20 20 <h2 align="center">Ricerca il punto di ricarica pi&ugrave; vicino a te</h2>
21 21 </header>
22 22 <div class="maps-frame">
23 - <iframe id="content-map" src="maps-frame.html" height="100%" width="100%"></iframe>
23 + <iframe id="content-map" src="maps-frame.php" height="100%" width="100%"></iframe>
24 24 </div>
25 25
26 26