comparison example.php @ 6:4b9ae7d500f9

add example page, modify password popup
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Wed, 14 Oct 2015 11:01:26 +0200
parents
children 23dcd1b5e9c4
comparison
equal deleted inserted replaced
5:1cf7bb8db5dd 6:4b9ae7d500f9
1 <?php
2
3 ?>
4 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
5 <html>
6 <head>
7 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
8 <link href="../index.css" type="text/css" rel="stylesheet"/>
9 <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js" type="text/javascript"></script>
10 <script src="https://code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
11
12 </head>
13 <body>
14 <div class='block'>
15 <div class='title'>Search and extract 中國方志庫</div>
16 <div class='content'>
17 <a class='entry' href='./search_results/locust_temples.html' target='_blank'>
18 <div class='name'>Show the search result for "locust temples"</div>
19 <div class='note'>(Show the saved search result for locust temples. From there, you can begin the tagging/extraction procedure.) </div>
20 </a>
21 <a class='entry related' href='./search_results' target='_blank'>
22 >> All saved search results
23 </a>
24 </div>
25 </div>
26
27 </body>
28
29 </html>