Mercurial > hg > extraction-interface
diff interface/check_sections_details.php @ 4:883ad980a43b
add dynasty column to table books
| author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
|---|---|
| date | Tue, 27 Jan 2015 16:40:30 +0100 |
| parents | da5309d54083 |
| children | 0e9a7c69f22c |
line wrap: on
line diff
--- a/interface/check_sections_details.php Mon Jan 26 12:19:39 2015 +0100 +++ b/interface/check_sections_details.php Tue Jan 27 16:40:30 2015 +0100 @@ -100,13 +100,13 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> - <link href="http://code.jquery.com/ui/1.10.4/themes/smoothness/jquery-ui.css" type="text/css" rel="stylesheet"/> + <link href="https://code.jquery.com/ui/1.10.4/themes/smoothness/jquery-ui.css" type="text/css" rel="stylesheet"/> <!-- <link href="css/search.css" type="text/css" rel="stylesheet"/> --> <link href="css/check_sections.css" type="text/css" rel="stylesheet"/> - <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js" type="text/javascript"></script> + <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js" type="text/javascript"></script> <script src="js/check_sections_details.js" type="text/javascript"></script> - <script src="http://code.jquery.com/ui/1.10.4/jquery-ui.js" type="text/javascript"></script> + <script src="https://code.jquery.com/ui/1.10.4/jquery-ui.js" type="text/javascript"></script> <!--<script src="js/check_sections.js" charset="utf-8"></script>!--> </head> <body>
