Mercurial > hg > extraction-interface
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 1:ef6d0c6a13d7 | 2:da5309d54083 |
|---|---|
| 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 <script src="../../geotemco/platin.js"></script> | 9 <script src="../../geotemco/platin.js"></script> |
| 10 <script src="map.js"></script> | 10 <script src="map.js"></script> |
| 11 </head> | 11 </head> |
| 12 <body> | 12 <body> |
