diff --git a/application/default/views/scripts/water/index.phtml b/application/default/views/scripts/water/index.phtml
index 80b4ad61..a1a264bc 100755
--- a/application/default/views/scripts/water/index.phtml
+++ b/application/default/views/scripts/water/index.phtml
@@ -87,15 +87,26 @@ function show(s){
else
showid.style.display="none";
}
+ function myfocus(element) {
+ if (element.value == element.defaultValue) {
+ element.value = '';
+ }
+ }
+ function myblur(element) {
+ if (element.value == '') {
+ element.value = element.defaultValue;
+ }
+ }
+
'地点关键词','theme'=>'主题关键词','discipline'=>'学科关键词','stratum'=>'地层关键词','temporal'=>'时间关键词');
diff --git a/application/default/views/scripts/water/search.phtml b/application/default/views/scripts/water/search.phtml
index ca1e9266..a9e575fe 100755
--- a/application/default/views/scripts/water/search.phtml
+++ b/application/default/views/scripts/water/search.phtml
@@ -11,9 +11,6 @@ $this->breadcrumb('
'.$this->config->title->data.'');
$this->breadcrumb('快速搜索');
$this->breadcrumb()->setSeparator(' > ');
?>
-
-= $this->partial('data/tools.phtml'); ?>
-
form; ?>
metadata)) : ?>
page->getNavigation();