Mercurial > hg > LGSearch
annotate example.php @ 7:23dcd1b5e9c4 default tip
add keywords highlighting on searching result
author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
---|---|
date | Mon, 16 Nov 2015 16:58:39 +0100 |
parents | 4b9ae7d500f9 |
children |
rev | line source |
---|---|
6
4b9ae7d500f9
add example page, modify password popup
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
1 <?php |
7
23dcd1b5e9c4
add keywords highlighting on searching result
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents:
6
diff
changeset
|
2 if (!isset($_POST['passwd'])) { |
23dcd1b5e9c4
add keywords highlighting on searching result
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents:
6
diff
changeset
|
3 header("Location: http://localgazetteers.mpiwg-berlin.mpg.de"); |
23dcd1b5e9c4
add keywords highlighting on searching result
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents:
6
diff
changeset
|
4 } |
6
4b9ae7d500f9
add example page, modify password popup
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
5 ?> |
4b9ae7d500f9
add example page, modify password popup
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
6 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
4b9ae7d500f9
add example page, modify password popup
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
7 <html> |
4b9ae7d500f9
add example page, modify password popup
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
8 <head> |
4b9ae7d500f9
add example page, modify password popup
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
9 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> |
4b9ae7d500f9
add example page, modify password popup
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
10 <link href="../index.css" type="text/css" rel="stylesheet"/> |
4b9ae7d500f9
add example page, modify password popup
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
11 <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js" type="text/javascript"></script> |
4b9ae7d500f9
add example page, modify password popup
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
12 <script src="https://code.jquery.com/ui/1.10.4/jquery-ui.js"></script> |
4b9ae7d500f9
add example page, modify password popup
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
13 |
4b9ae7d500f9
add example page, modify password popup
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
14 </head> |
4b9ae7d500f9
add example page, modify password popup
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
15 <body> |
4b9ae7d500f9
add example page, modify password popup
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
16 <div class='block'> |
4b9ae7d500f9
add example page, modify password popup
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
17 <div class='title'>Search and extract 中國方志庫</div> |
4b9ae7d500f9
add example page, modify password popup
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
18 <div class='content'> |
4b9ae7d500f9
add example page, modify password popup
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
19 <a class='entry' href='./search_results/locust_temples.html' target='_blank'> |
4b9ae7d500f9
add example page, modify password popup
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
20 <div class='name'>Show the search result for "locust temples"</div> |
4b9ae7d500f9
add example page, modify password popup
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
21 <div class='note'>(Show the saved search result for locust temples. From there, you can begin the tagging/extraction procedure.) </div> |
4b9ae7d500f9
add example page, modify password popup
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
22 </a> |
4b9ae7d500f9
add example page, modify password popup
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
23 <a class='entry related' href='./search_results' target='_blank'> |
4b9ae7d500f9
add example page, modify password popup
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
24 >> All saved search results |
4b9ae7d500f9
add example page, modify password popup
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
25 </a> |
4b9ae7d500f9
add example page, modify password popup
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
26 </div> |
4b9ae7d500f9
add example page, modify password popup
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
27 </div> |
4b9ae7d500f9
add example page, modify password popup
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
28 |
4b9ae7d500f9
add example page, modify password popup
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
29 </body> |
4b9ae7d500f9
add example page, modify password popup
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
30 |
4b9ae7d500f9
add example page, modify password popup
Zoe Hong <zhong@mpiwg-berlin.mpg.de>
parents:
diff
changeset
|
31 </html> |