Mercurial > hg > LGSearch
comparison search_function.php @ 1:38851c894301
path config
| author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
|---|---|
| date | Tue, 24 Mar 2015 16:27:18 +0100 |
| parents | c9363a90b8b5 |
| children | 45cbafdec56e |
comparison
equal
deleted
inserted
replaced
| 0:c9363a90b8b5 | 1:38851c894301 |
|---|---|
| 91 global $NO_TAG, $LOCUST_TEMPLE; | 91 global $NO_TAG, $LOCUST_TEMPLE; |
| 92 $header='<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | 92 $header='<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
| 93 <html> | 93 <html> |
| 94 <head> | 94 <head> |
| 95 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> | 95 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> |
| 96 <link href="./search.css" type="text/css" rel="stylesheet"/> | 96 <link href="../search.css" type="text/css" rel="stylesheet"/> |
| 97 <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js" type="text/javascript"></script> | 97 <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js" type="text/javascript"></script> |
| 98 <script src="./search.js" charset="utf-8"></script> | 98 <script src="../search.js" charset="utf-8"></script> |
| 99 </head> | 99 </head> |
| 100 <body>'; | 100 <body>'; |
| 101 $keywordStr=""; | 101 $keywordStr=""; |
| 102 foreach($keywordArray as $i=>$keyword){ | 102 foreach($keywordArray as $i=>$keyword){ |
| 103 if($i!=0){ | 103 if($i!=0){ |
