comparison interface/check_sections_details.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 da5309d54083
comparison
equal deleted inserted replaced
0:b12c99b7c3f0 1:ef6d0c6a13d7
99 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 99 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
100 <html> 100 <html>
101 <head> 101 <head>
102 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> 102 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
103 <link href="http://code.jquery.com/ui/1.10.4/themes/smoothness/jquery-ui.css" type="text/css" rel="stylesheet"/> 103 <link href="http://code.jquery.com/ui/1.10.4/themes/smoothness/jquery-ui.css" type="text/css" rel="stylesheet"/>
104 <link href="css/search.css" type="text/css" rel="stylesheet"/> 104 <!-- <link href="css/search.css" type="text/css" rel="stylesheet"/>
105 -->
105 <link href="css/check_sections.css" type="text/css" rel="stylesheet"/> 106 <link href="css/check_sections.css" type="text/css" rel="stylesheet"/>
106 <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js" type="text/javascript"></script> 107 <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js" type="text/javascript"></script>
107 <script src="js/check_sections_details.js" type="text/javascript"></script> 108 <script src="js/check_sections_details.js" type="text/javascript"></script>
108 <script src="http://code.jquery.com/ui/1.10.4/jquery-ui.js" type="text/javascript"></script> 109 <script src="http://code.jquery.com/ui/1.10.4/jquery-ui.js" type="text/javascript"></script>
109 <!--<script src="js/check_sections.js" charset="utf-8"></script>!--> 110 <!--<script src="js/check_sections.js" charset="utf-8"></script>!-->