Mercurial > hg > LGMap
comparison map.php @ 7:0330b2138c87
add collecting post data from LGDataverse
| author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
|---|---|
| date | Fri, 04 Sep 2015 16:16:10 +0200 |
| parents | 2b5a5cb5d6d1 |
| children | 8f05c2a84bba |
comparison
equal
deleted
inserted
replaced
| 6:30b59e7b88c0 | 7:0330b2138c87 |
|---|---|
| 1 <?php | |
| 2 include_once('config/config.php'); | |
| 3 global $lgdataverse_url; | |
| 4 | |
| 5 ?> | |
| 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | 6 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
| 2 <html> | 7 <html> |
| 3 <head> | 8 <head> |
| 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> | 9 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> |
| 5 <link href="map.css" type="text/css" rel="stylesheet"/> | 10 <link href="map.css" type="text/css" rel="stylesheet"/> |
| 6 <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js" type="text/javascript"></script> | 11 <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js" type="text/javascript"></script> |
| 7 <script src="https://code.jquery.com/ui/1.10.4/jquery-ui.js"></script> | 12 <script src="https://code.jquery.com/ui/1.10.4/jquery-ui.js"></script> |
| 8 <link href="./geotemco/css/platin.css" rel="stylesheet" type="text/css"> | 13 <link href="./geotemco/css/platin.css" rel="stylesheet" type="text/css"> |
| 9 <link href="WindowWidget.css" rel="stylesheet" type="text/css"> | 14 <link href="WindowWidget.css" rel="stylesheet" type="text/css"> |
| 10 <script src="./geotemco/platin.js"></script> | 15 |
| 11 <script src="map.js"></script> | 16 <script type="text/javascript"> |
| 12 <script src="WindowWidget.js"></script> | 17 lgdataverse_url = JSON.parse('<?php echo json_encode($lgdataverse_url) ?>'); |
| 13 </head> | 18 </script> |
| 14 <body> | 19 |
| 20 <script src="./geotemco/platin.js"></script> | |
| 21 <script src="map.js"></script> | |
| 22 <script src="WindowWidget.js"></script> | |
| 23 </head> | |
| 24 | |
| 25 <body> | |
| 26 | |
| 15 <div id="leftWrapper"> | 27 <div id="leftWrapper"> |
| 16 <div class="container overlayLoader"> | 28 <div class="container overlayLoader"> |
| 17 <div id="overlayLoaderContainer"></div> | 29 <div id="overlayLoaderContainer"></div> |
| 18 </div> | 30 </div> |
| 19 <div class='container toolbar'> | 31 <div class='container toolbar'> |
| 53 <?php | 65 <?php |
| 54 //write the description of the project in about.php | 66 //write the description of the project in about.php |
| 55 include("about.php"); | 67 include("about.php"); |
| 56 ?> | 68 ?> |
| 57 </div> | 69 </div> |
| 58 </div> | 70 </div> |
| 71 | |
| 59 </body> | 72 </body> |
| 60 </html> | 73 </html> |
