-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdetails.php
More file actions
55 lines (26 loc) · 808 Bytes
/
Copy pathdetails.php
File metadata and controls
55 lines (26 loc) · 808 Bytes
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
<?php
/**
* Created by PhpStorm.
* User: simon
* Date: 16.03.17
* Time: 20:37
*/
include_once ("header.html");
?>
<div class="container">
<div class="detailsPagePictureClass" id="detailsPagePic"></div>
<table class="table" id="detailspageTable">
</table>
<div class="centerButton">
<div class=" btn btn-success btn-lg " id="">
<a href="res.php">Back to Results</a>
</div>
<div class=" btn btn-success btn-lg " id="">
<div id="submit" type="button" >Show Location</div>
</div>
</div>
<div id="map"></div>
</div>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDmPpJBg_aResuw8J38lHCT7MsRkz_6Zmg&callback=initMap"
async defer></script>
<?php include_once ("footer.html")?>