Mercurial > hg > extraction-interface
diff map/coordinates/map.php @ 2:da5309d54083
add missing books to sections as dummy entries for further modification.
(1) Alter "Auto_increment" to 5190896 for sections table in database.
(2) Finds missing books (using mysql OR _select_distinct() in add_missing_books_to_sections.php
(3) Put the missing_books.csv in intermediate_results.
and execute: add_missing_books_to_sections.php
| author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
|---|---|
| date | Fri, 23 Jan 2015 19:00:57 +0100 |
| parents | b12c99b7c3f0 |
| children |
line wrap: on
line diff
--- a/map/coordinates/map.php Wed Jan 21 10:49:44 2015 +0100 +++ b/map/coordinates/map.php Fri Jan 23 19:00:57 2015 +0100 @@ -3,8 +3,8 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <link href="map.css" type="text/css" rel="stylesheet"/> - <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js" type="text/javascript"></script> - <script src="http://code.jquery.com/ui/1.10.4/jquery-ui.js"></script> + <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js" type="text/javascript"></script> + <script src="https://code.jquery.com/ui/1.10.4/jquery-ui.js"></script> <link href="../../geotemco/css/platin.css" rel="stylesheet" type="text/css"> <script src="../../geotemco/platin.js"></script> <script src="map.js"></script>
