-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdetails.php
More file actions
38 lines (35 loc) · 801 Bytes
/
Copy pathdetails.php
File metadata and controls
38 lines (35 loc) · 801 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
<html>
<head>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<link rel="stylesheet" type="text/css" href="style/main.css">
<link rel="stylesheet" type="text/css" href="style/banner.css">
<link rel="stylesheet" type="text/css" href="style/details.css">
<script src="http://maps.googleapis.com/maps/api/js?sensor=true®ion=US"></script>
<script src="script/ajax.js"></script>
<script src="script/details.js"></script>
</head>
<body>
<script>
showHouseID();
</script>
<table>
<tr>
<td>
<img src="images/icon_80x80.jpg">
</td>
<td width="500px">
<script>
showQuickData();
</script>
</td>
</tr>
<tr>
<td colspan="2">
<script>
showDescription();
</script>
</td>
</tr>
</table>
</body>
</html>