diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/example.php	Wed Oct 14 11:01:26 2015 +0200
@@ -0,0 +1,29 @@
+<?php
+
+?>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+    <head>
+            <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+            <link href="../index.css" type="text/css" rel="stylesheet"/>
+            <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>
+        
+    </head>
+   	<body>
+        <div class='block'>
+			<div class='title'>Search and extract 中國方志庫</div>
+			<div class='content'>
+				<a class='entry' href='./search_results/locust_temples.html' target='_blank'>
+					<div class='name'>Show the search result for "locust temples"</div>
+					<div class='note'>(Show the saved search result for locust temples. From there, you can begin the tagging/extraction procedure.) </div>
+				</a>
+				<a class='entry related' href='./search_results' target='_blank'>
+					>> All saved search results
+				</a>
+			</div>
+			</div>
+
+    </body>
+
+</html>