Mercurial > hg > extraction-interface
comparison map/map.php @ 1:ef6d0c6a13d7
(1)Add 'sort_by' time entry in main page. (check_sections.php)
Modify check_sections_details page to have level3 option.
(2)Modify map to have default dataset loaded.
author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
---|---|
date | Wed, 21 Jan 2015 10:49:44 +0100 |
parents | b12c99b7c3f0 |
children |
comparison
equal
deleted
inserted
replaced
0:b12c99b7c3f0 | 1:ef6d0c6a13d7 |
---|---|
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> | 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> |
5 <link href="map.css" type="text/css" rel="stylesheet"/> | 5 <link href="map.css" type="text/css" rel="stylesheet"/> |
6 <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js" type="text/javascript"></script> | 6 <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js" type="text/javascript"></script> |
7 <script src="http://code.jquery.com/ui/1.10.4/jquery-ui.js"></script> | 7 <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"> | 8 <link href="../geotemco/css/platin.css" rel="stylesheet" type="text/css"> |
9 <link href="WindowWidget.css" rel="stylesheet" type="text/css"> | 9 <link href="WindowWidget.css" rel="stylesheet" type="text/css"> |
10 <script src="../geotemco/platin.js"></script> | 10 <script src="../geotemco/platin.js"></script> |
11 <script src="map.js"></script> | 11 <script src="map.js"></script> |
12 <script src="WindowWidget.js"></script> | 12 <script src="WindowWidget.js"></script> |