Mercurial > hg > LGMap
comparison map.php @ 12:a599ced81534
update books_coordinates.csv for 176 missing coordinates
| author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
|---|---|
| date | Mon, 19 Oct 2015 15:08:20 +0200 |
| parents | 8f05c2a84bba |
| children | ecee20ea7dad |
comparison
equal
deleted
inserted
replaced
| 9:e46b45b431a1 | 12:a599ced81534 |
|---|---|
| 1 <?php | 1 <?php |
| 2 //include_once('config/config.php'); | 2 include_once('config/config.php'); |
| 3 //global $lgdataverse_url; | 3 global $lgdataverse_url; // only be used when we need to get data from LGDataverse |
| 4 | |
| 4 | 5 |
| 5 ?> | 6 ?> |
| 6 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | 7 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
| 7 <html> | 8 <html> |
| 8 <head> | 9 <head> |
| 12 <script src="https://code.jquery.com/ui/1.10.4/jquery-ui.js"></script> | 13 <script src="https://code.jquery.com/ui/1.10.4/jquery-ui.js"></script> |
| 13 <link href="./geotemco/css/platin.css" rel="stylesheet" type="text/css"> | 14 <link href="./geotemco/css/platin.css" rel="stylesheet" type="text/css"> |
| 14 <link href="WindowWidget.css" rel="stylesheet" type="text/css"> | 15 <link href="WindowWidget.css" rel="stylesheet" type="text/css"> |
| 15 | 16 |
| 16 <script type="text/javascript"> | 17 <script type="text/javascript"> |
| 17 //lgdataverse_url = JSON.parse('<?php echo json_encode($lgdataverse_url) ?>'); | 18 lgdataverse_url = JSON.parse('<?php echo json_encode($lgdataverse_url) ?>'); |
| 18 </script> | 19 </script> |
| 19 | 20 |
| 20 <script src="./geotemco/platin.js"></script> | 21 <script src="./geotemco/platin.js"></script> |
| 21 <script src="map.js"></script> | 22 <script src="map.js"></script> |
| 22 <script src="WindowWidget.js"></script> | 23 <script src="WindowWidget.js"></script> |
