search-list.jsp
5.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
<%@ page language="java" contentType="text/html; charset=utf-8"
pageEncoding="utf-8"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>搜索结果</title>
<script type="text/javascript">
var host = window.location.host;
var global = global || {};
global = global || {};
global.attachmentDetail = "http://" + host + "/frontweb/view/previewAttachment.jsp";
global.documentDetail = "http://" + host + "/frontweb/view/officedocument/form/";
global.approveDetail = "http://" + host + "/frontweb/view/projecttask/detailproject.jsp";
global.archiveDetail = "http://" + host + "/frontweb/view/archiveManager/queryArchive2.jsp";
global.meetingDetail = "http://" + host + "/frontweb/view/meeting/meetingProject.jsp";
global.contextPath = "/frontweb";
global.usermessage = "http://" + host + "/cmp-model-website/mvc/user/loginInfo.do"
var relevant = "";//区别相关资料和全文检索
</script>
<link href="../css/fulltextRetrieval/bootstrap.min.css" rel="stylesheet">
<link href="../common/css/iframe-content.css" rel="stylesheet">
<link href="../common/css/common.css" rel="stylesheet">
<link href="../css/fulltextRetrieval/search-list.css" rel="stylesheet">
<link href="../libs/layui/2.2.5/css/layui.css" rel="stylesheet" />
<!-- JS -->
<script src="../libs/jquery/jquery.min.js"></script>
<script src="../libs/jquery/jquery.cookie.js"></script>
<script src="../common/js/config.js"></script>
<script src="../common/js/sp_attachmentoperation.js"></script>
<script src="../libs/layui/2.2.5/layui.js"></script>
<script src="../libs/jquery/jquery.dotdotdot.min.js"></script>
<script src="../libs/jquery/jquery.mCustomScrollbar.concat.min.js"></script>
<script src="../js/fulltextRetrieval/search.js"></script>
<script src="../common/js/resourceAuthory.js"></script>
<script src="../common/js/global/global.modelctls.js"></script>
<script src="../js/projecttask/common.js"></script>
<script src="../js/common.js"></script>
<script src="../common/js/global/global.localStorage.js"></script>
<style type="text/css">
a em {
font-size: 18px;
}
em {
font-style: normal;
color: #c00;
}
.searchQuery {
width: 718px;
height: 50px;
background: white;
margin-left: 145px;
}
#searchInput {
border: none;
width: 640px;
height: 50px;
margin-left: 20px;
font-size: 16px;
}
.bluefont {
display: none;
}
.tool {
top: 240px;
left: 160px;
position: absolute;
width: 200px;
padding: 10px;
background-color: white;
border: #e6e6e6 1px solid;
display: none;
}
.tool input {
width: 150px;
height: 30px;
margin-top:10px;
margin-left:10px;
display: inline-block;
}
</style>
</head>
<body>
<div>
<div class="headbg shadow-z-1 row" style=" margin-bottom: 0px; ">
<div id="HEADERLOGO"></div>
<!-- <div class="headbg-logo col-xs-12">
<img class="div-head-title mCS_img_loaded documentFormDetail" src="/frontweb/image/index/title05_nngh.png" style="margin-left: 15px;">
</div> -->
</div>
<div>
<input id="fileUrl" type="hidden" value="">
<input id="filename" type="hidden" value="">
</div>
<div class="shadow-z-1"
style="width: 100%; height: 138px; background: #f8f8f8; padding-top: 25px;">
<div class="searchQuery shadow-z-1">
<input id="searchInput" name="txtAll" type="text" value="" placeholder="在这里输入条件查询">
<img id="searchbtn" src="../image/fulltextRetrieval/input-search.png" style="width: 40px; float: right; margin-right: 15px; margin-top: 6px; height: 42px; padding-bottom: 2px; padding-left: 10px; padding-right: 2px; padding-top: 2px;" class="mCS_img_loaded" onclick="searchlist();">
</div>
<div class="s_tag">
<div id="tag">
<ul>
<li id="ALL" class="">全部 <input type="hidden" value="">
</li>
<li id="DOCUMENT" class="">公文<input type="hidden" value="GW"></li>
<li id="ATTACHMENT" class="">附件<input type="hidden" value="FJ"></li>
<li id="MEETING" class="">会议<input type="hidden" value="HY"></li>
<li id="APPROVE" class="">审批<input type="hidden" value="SP"></li>
<li id="ARCHIVE" class="">档案<input type="hidden" value="DA"></li>
</ul>
</div>
</div>
</div>
<div id="dataTable" style="margin-left: 145px; margin-top: 25px; width: 650px;">
<div style="margin-left: 20px; display: none" id="searchTool">
<span onclick="selectTime()">
<span id="timerange">时间不限</span>
<i class="layui-icon "></i>
</span>
<a href="#" style="float: right;" onclick="hideTool()">收起工具</a>
</div>
<div style="margin-left: 20px" id="searchCount">
找到约<span id="count">0</span>条相关信息
<!--<a href="#" style="float: right;" onclick="searchTool()">搜索工具</a>-->
</div>
<ul class="ul_data" style="margin-left: 20px; padding: 0px; list-style: none;"></ul>
</div>
<div id="layPage" style="margin-left: 165px"></div>
<div id="msg" style="display: none; position: absolute; left: 0px; right: 0px; top: 60%;">
<div class="null_content">未搜索到相关信息...</div>
</div>
<div id="bottom"></div> <!-- class="div-copyright " -->
</div>
<div class="tool">
<span>从</span><input type="text" class="layui-input" id="startTime" placeholder=" - ">
<span>至</span><input type="text" class="layui-input" id="endTime" placeholder=" - ">
<button class="btn btn-info " style="margin-top:10px" onclick="timeSearch()">确定</button>
</div>
</body>
</html>