Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jfV5portal
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
管理员
jfV5portal
Commits
bb2b21f0
Commit
bb2b21f0
authored
Sep 27, 2018
by
周添尉
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
首页添加了搜索功能
parent
74c2ed70
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
index.jsp
WebContent/jfcas04/index.jsp
+2
-2
index.js
WebContent/jfcas04/js/index.js
+7
-0
No files found.
WebContent/jfcas04/index.jsp
View file @
bb2b21f0
...
...
@@ -18,7 +18,7 @@
<div
class=
"index_search"
>
<div
class=
"index_search_content"
>
<input
type=
"text"
value=
"大数据搜索引擎"
onclick=
"index_search(this)"
/>
<div
class=
"index_search_img"
onclick=
"
init_index_map
($(this).prev().val())"
><img
src=
"${ctx}/custom/images/index4_search.png"
height=
"22"
/></div>
<div
class=
"index_search_img"
onclick=
"
fulltext
($(this).prev().val())"
><img
src=
"${ctx}/custom/images/index4_search.png"
height=
"22"
/></div>
<div
class=
"index_search_show"
>
<div
class=
"index_search_show_content"
>
<div><label>
所属区:
</label></div>
...
...
@@ -40,7 +40,7 @@
<div><label>
所筛选条件:
</label></div>
<div
id=
"index_search_show_result"
></div>
<div>
<span>
确认搜索
</span><span
onclick=
"index_search_show_result_close()"
>
取消
</span>
<span
onclick=
"fulltext(index_search_show_result.innerText);"
>
确认搜索
</span><span
onclick=
"index_search_show_result_close()"
>
取消
</span>
</div>
</div>
</div>
...
...
WebContent/jfcas04/js/index.js
View file @
bb2b21f0
...
...
@@ -49,6 +49,13 @@ $(function(){
})
//搜索
function
fulltext
(
param
){
console
.
log
(
param
)
//alert(param);
window
.
open
(
"http://qwss.jfbrother.com/jfV5qwss/jfcas?redirectUrl=view_fulltextTab?para_keywords="
+
param
);
}
//初始化模块
function
init_index_module
(){
//d6926714-c220-4a7e-9ec0-3a23caebb179
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment