merge trunk
This commit is contained in:
parent
408e86fd53
commit
81e2dd6131
|
@ -1,26 +1,15 @@
|
|||
<ul>
|
||||
<li><a href="/author/">介绍</a></li>
|
||||
<li><a href="/author/">介绍</a></li>
|
||||
<li><a href="/author/newdata">新建数据</a></li>
|
||||
<li><a href="/author/apply">数据认证</a></li>
|
||||
<li><a href="/author/accept">我的数据</a></li>
|
||||
<li><a href="/author/inauthor">数据申请管理</a></li>
|
||||
<li><a href="/author/authored">数据反馈管理</a></li>
|
||||
<li><a href="/author/help">数据调查</a></li>
|
||||
<li><a href="/author/help">数据新闻</a></li>
|
||||
<li><a href="/author/help">信息统计</a></li>
|
||||
</ul>
|
||||
<form id="search" enctype="application/x-www-form-urlencoded" action="/author/search" method="post">
|
||||
<input type="text" name="q" id="q" value="<?php echo (empty($this->key))?'回车搜索标题和摘要':$this->key; ?>" onfocus="myfocus(this);" onblur="myblur(this);">
|
||||
<input type="hidden" name="submit" value="submit">
|
||||
</form>
|
||||
<script>
|
||||
function myfocus(element) {
|
||||
if (element.value == '回车搜索标题和摘要') {
|
||||
element.value = '';
|
||||
}
|
||||
}
|
||||
function myblur(element) {
|
||||
if (element.value == '') {
|
||||
element.value = '回车搜索标题和摘要';
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<li><a href="/author/comment">数据反馈管理</a></li>
|
||||
<li><a href="/author/literature">数据文献管理</a></li>
|
||||
<li><a href="/author/document">数据文档管理</a></li>
|
||||
<li><a href="/author/news">数据新闻管理</a></li>
|
||||
<li><a href="/author/version">数据版本管理</a></li>
|
||||
<li><a href="/author/survey">数据调查</a></li>
|
||||
<li><a href="/author/qa">数据QA</a></li>
|
||||
<li><a href="/author/statistics">信息统计</a></li>
|
||||
</ul>
|
Loading…
Reference in New Issue