diff search.php @ 3:bc6ce492f15d

add passwd in search page, php error log
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Thu, 25 Jun 2015 17:43:28 +0200
parents 45cbafdec56e
children c3c31d031945
line wrap: on
line diff
--- a/search.php	Wed Mar 25 16:03:54 2015 +0100
+++ b/search.php	Thu Jun 25 17:43:28 2015 +0200
@@ -1,9 +1,7 @@
 <?php
-
 include_once('config/Lib_mb_utf8.php');
 include_once('config/config.php');
 include_once('search_function.php');
-
 ?>
 
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
@@ -15,6 +13,16 @@
 		<script src="search.js" charset="utf-8"></script>
 	</head>
 	<body>
+		<script type="text/javascript">
+			// prompt to ask the password when open page
+		    var password = "3333";
+		    var string = prompt("Please enter password", "");
+		    if(string!=password) {
+		        alert("Wrong password!");
+		        window.location="http://localgazetteers.mpiwg-berlin.mpg.de";
+		    }
+    	</script>
+
 		<form action='search.php' method='POST'>
 			關鍵字: <input type="text" name="keyword" size="100"> (若要搜尋多筆關鍵字請用半型逗號,隔開)<br>
 			將結果輸出至: <input type="text" name="filename" size="40">.html (請用英文非空白字元命名)<br>