?? projectreadonly_editlist.asp
字號(hào):
end if
if not ProjectJD="" then
strSQLWhere=strSQLWhere+" and 項(xiàng)目進(jìn)度 like '"+strQueryType+ProjectJD+strQueryType+"'"
end if
if not JDZK="" then
strSQLWhere=strSQLWhere+" and 進(jìn)度狀況 like '"+strQueryType+JDZK+strQueryType+"'"
end if
if not NDPC="" and not NDPC2="" then
strSQLWhere=strSQLWhere+" and (年度批次 between '"+NDPC+"' and '"+NDPC2+"')"
else if not NDPC="" and NDPC2="" then
strSQLWhere=strSQLWhere+" and 年度批次 like '"+NDPC+strQueryType+"'"
else if NDPC="" and not NDPC2="" then
strSQLWhere=strSQLWhere+" and 年度批次 like '"+NDPC2+strQueryType+"'"
end if
end if
end if
if not KXXBG="" then
strSQLWhere=strSQLWhere+" and 可行性報(bào)告 like '"+strQueryType+KXXBG+strQueryType+"'"
end if
if not TJBZ="" then
strSQLWhere=strSQLWhere+" and 推薦標(biāo)志 like '"+strQueryType+TJBZ+strQueryType+"'"
end if
if not XGBZ="" then
strSQLWhere=strSQLWhere+" and 修改標(biāo)志 like '"+strQueryType+XGBZ+strQueryType+"'"
end if
if not Depart="" then
strSQLWhere=strSQLWhere+" and left(項(xiàng)目負(fù)責(zé)人,3) like '"+strQueryType+Depart+strQueryType+"'"
end if
if not ZhuChiCom="" then
strSQLWhere=strSQLWhere+" and 主持單位 like '"+strQueryType+ZhuChiCom+strQueryType+"'"
end if
if not ShuoZaiQv="" then
strSQLWhere=strSQLWhere+" and 所在區(qū) like '"+strQueryType+ShuoZaiQv+strQueryType+"'"
end if
if not FaRenCode="" then
strSQLWhere=strSQLWhere+" and 法人代碼 like '"+strQueryType+FaRenCode+strQueryType+"'"
end if
if not ComPanyPro="" then
strSQLWhere=strSQLWhere+" and 企業(yè)特性 like '"+strQueryType+ComPanyPro+strQueryType+"'"
end if
if not CompanyType="" then
strSQLWhere=strSQLWhere+" and 單位類(lèi)型 like '%"+CompanyType+"%'"
end if
if not RegType="" then
strSQLWhere=strSQLWhere+" and 注冊(cè)類(lèi)型 like '%"+RegType+"%'"
end if
strSQL=strSQL+StrSQLWhere
case else '各頁(yè)間轉(zhuǎn)換
orderby=request.querystring("orderby")
RQSstrsql=Request.QueryString("strsql")
if orderby="" then
strsql=RQSstrsql
else
if instr(RQSstrsql,"order")=0 then
strsql=RQSstrsql+" order by "+orderby+orderType
else
strsql=left(RQSstrsql,instr(RQSstrsql,"order")-1)+" order by "+orderby+orderType
end if
end if
end select
set objres=server.CreateObject ("adodb.recordset")
objres.CursorType =3
objres.CursorLocation =3
objres.LockType =2
objres.Open strsql,strconn
dim pagesum '頁(yè)數(shù)
dim thispagerecords '當(dāng)前頁(yè)記錄條數(shù)
dim recordcode '記錄序號(hào)
dim curpage '當(dāng)前頁(yè)碼
dim pagesize
pagesize=10
pagesum=objres.PageCount
if Request.QueryString("page")=""then curpage=1 else curpage=Request.QueryString("page")
if cint(curpage)> cint(pagesum) then curpage=pagesum '轉(zhuǎn)換成整數(shù)格式時(shí)必須的,大量實(shí)驗(yàn)已經(jīng)證明
end if
%>
<% if not Request.QueryString("strsql")="" then %>
<form name=ConList method="post" action="ProjectReadOnly_EditList.asp?muldel=muldel&strsql=<%=server.URLEncode(strsql)%>&page=<%=curpage%>">
<% else %>
<form name=ConList method="post" action="../Project/ProjectReadOnly_EditList.asp">
<%
end if
%>
<input type="hidden" name="submitType">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td width="457"><img src="images/editlist_Project.gif" width="227" height="38"></td>
<td width="50">
<div align="center"><a href="../Project/Project_Query.asp?type=ReadOnly&query=query"><img src="../public/images/query.gif" width="24" height="18" border="0"><br>
</a> <font color="#003399">查詢</font></div>
</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="1" cellpadding="0" bordercolor="#0099FF" align="center" bgcolor="#006699">
<tr bordercolor="#0099FF" bgcolor="#6699CC">
<td width="25" height="20">
<div align="center"><a href="#">
<input type="checkbox" name="SelAll" onclick ="SelAll_onclick()"value="checkbox">
</a></div>
</td>
<td width="31" height="20" align="center" bgcolor="#6699CC">
<div align="center"><font color="#FFFFFF">序號(hào)</font></div>
</td>
<td width="57" height="20">
<div align="center"><a href="ProjectReadOnly_EditList.asp?orderby=項(xiàng)目編碼&strsql=<%=server.URLEncode(strsql)%>&page=<%=curpage%>" class="menu">項(xiàng)目編碼</a></div>
</td>
<td width="164" height="20">
<div align="center"><a href="ProjectReadOnly_EditList.asp?orderby=項(xiàng)目名稱&strsql=<%=server.URLEncode(strsql)%>&page=<%=curpage%>" class="menu">項(xiàng)目名稱</a></div>
</td>
<td width="92" height="20" align="center"><a href="ProjectReadOnly_EditList.asp?orderby=項(xiàng)目類(lèi)別名稱&strsql=<%=server.URLEncode(strsql)%>&page=<%=curpage%>" class="menu">項(xiàng)目類(lèi)別</a></td>
<td width="61" height="20" align="center"><a href="ProjectJS_EditList.asp?orderby=技術(shù)領(lǐng)域&strsql=<%=server.URLEncode(strsql)%>&page=<%=curpage%>" class="menu">技術(shù)領(lǐng)域</a></td>
<td width="118" height="20"><a href="ProjectReadOnly_EditList.asp?orderby=主持單位&strsql=<%=server.URLEncode(strsql)%>&page=<%=curpage%>" class="menu">主持單位</a></td>
<td width="51" height="20" align="center"><a href="ProjectReadOnly_EditList.asp?orderby=分配接收處室&strsql=<%=server.URLEncode(strsql)%>&page=<%=curpage%>" class="menu">責(zé)任<br>
處室</a></td>
<td width="36" height="20" align="center"><a href="ProjectReadOnly_EditList.asp?orderby=修改標(biāo)志&strsql=<%=server.URLEncode(strsql)%>&page=<%=curpage%>" class="menu">修改<br>
標(biāo)志</a></td>
<td width="46" height="20" align="center"><a href="ProjectReadOnly_EditList.asp?orderby=推薦標(biāo)志&strsql=<%=server.URLEncode(strsql)%>&page=<%=curpage%>" class="menu">主管<br>
意見(jiàn)</a></td>
<td width="36" height="20" align="center"><a href="ProjectReadOnly_EditList.asp?orderby=項(xiàng)目進(jìn)度&strsql=<%=server.URLEncode(strsql)%>&page=<%=curpage%>" class="menu">項(xiàng)目<br>
進(jìn)度</a></td>
<td width="49" height="20" align="center"><a href="ProjectReadOnly_EditList.asp?orderby=進(jìn)度狀況&strsql=<%=server.URLEncode(strsql)%>&page=<%=curpage%>" class="menu">進(jìn)度<br>
狀況</a></td>
</tr>
<%
if Request.QueryString("strsql")="" then Response.End
if objres.RecordCount >pagesize*curpage then thispagerecords=pagesize else thispagerecords=objres.RecordCount-pagesize*(curpage-1)
recordcode=10*(curpage-1)
if objres.RecordCount >0 then
objres.MoveFirst
objres.Move((curpage-1)*10)
else
%>
<tr bgcolor="#FFFFFF">
<td colspan="12">對(duì)不起,沒(méi)有符合要求的記錄! </td>
</tr>
<%
Response.End
end if
for i=1 to thispagerecords
recordcode=recordcode+1
%>
<tr bgcolor="#FFFFFF">
<td width="25">
<div align="center">
<input type="checkbox" name="checkCon"onclick="checkCon_onclick()" value=<% =objres.Fields("項(xiàng)目編碼").Value +","+objres.Fields("修改標(biāo)志").Value%>>
</div>
</td>
<td width="31" align="center">
<% =recordcode%>
</td>
<td width="57">
<% = objres.Fields("項(xiàng)目編碼").Value %>
</td>
<td width="164"> <a href="../Project/Project_edit1.asp?view=view&edit=edit&code=<% = objres.Fields("項(xiàng)目編碼").Value %>&name=<% = objres.Fields("項(xiàng)目名稱").Value %>&type=<%=objres.Fields ("項(xiàng)目類(lèi)別").Value %>&strsql=<%=server.URLEncode(strsql)%>&page=<%=curpage%>" class=blank>
<% if not isNull(objres.Fields("項(xiàng)目名稱LX").Value) then response.write objres.Fields("項(xiàng)目名稱LX").Value else response.write objres.Fields("項(xiàng)目名稱").Value end if %>
</a> </td>
<td width="92">
<% = objres.Fields("項(xiàng)目類(lèi)別名稱").Value %>
</td>
<td width="61" align="center">
<% = objres.Fields("技術(shù)領(lǐng)域").Value %>
</td>
<td width="118"> <a href="javascript:open2('<%=objres("項(xiàng)目負(fù)責(zé)人")%>')" class=blank>
<% if not isNull(objres.Fields("主持單位LX").Value) then response.write objres.Fields("主持單位LX").Value else response.write objres.Fields("主持單位").Value end if %>
</a> </td>
<td width="51" align="center">
<% if not isNull(objres.Fields("部門(mén)名稱").Value) then response.write objres.Fields("部門(mén)名稱").Value else response.write "未分配" end if %>
</td>
<td width="36" align="center">
<% if objres.Fields("修改標(biāo)志").Value ="Y" then response.write "可改" else response.write "不可改" end if%>
</td>
<td width="46" align="center">
<% if objres.Fields("推薦標(biāo)志").Value ="Y" then response.write objres("主管部門(mén)推薦結(jié)果") else response.write "未推薦" end if%>
</td>
<td width="36" align="center">
<% = objres.Fields("項(xiàng)目進(jìn)度").Value %>
</td>
<td width="49" align="center">
<% = objres.Fields("進(jìn)度狀況").Value %>
</td>
</tr>
<%
objres.MoveNext
next
%>
<tr bgcolor="#6699CC">
<td colspan="12" height="20">
<div align="right">
<%
if curpage>1 then Response.Write ("<a href="+"ProjectReadOnly_EditList.asp?page=1"+"&strsql="+server.URLEncode(strsql)+"> 首頁(yè)</a>"+" | ") else Response.Write "首頁(yè) | "
if recordcode>pagesize then Response.Write ("<a href="+"ProjectReadOnly_EditList.asp?page="+cstr(curpage-1)+"&strsql="+server.URLEncode(strsql)+"> 上一頁(yè)</a>"+" | ") else Response.Write "上一頁(yè) | "
if recordcode<objres.RecordCount then Response.Write ("<a href="+"ProjectReadOnly_EditList.asp?page="+cstr(curpage+1)+"&strsql="+server.URLEncode(strsql)+"> 下一頁(yè)</a>"+" | ") else Response.Write "下一頁(yè) | "
if recordcode<objres.RecordCount then Response.Write ("<a href="+"ProjectReadOnly_EditList.asp?page="+cstr (pagesum)+"&strsql="+server.URLEncode(strsql)+"> 末頁(yè)</a>"+" ") else Response.Write "末頁(yè) "
%>
到第
<input type="text" style="background-color=#DFF8FF;height=15pt" name="toPage" size="4" maxlength="4">
頁(yè)
<input type="button" style="background-color=#DFF8FF;color=#000000;height=15pt" name="Submit" value="go" onClick="window.location.href='ProjectReadOnly_EditList.asp?strsql=<%=server.URLEncode(strsql)%>&page='+toPage.value">
第
<% =curpage %>
頁(yè)/共
<% =pagesum %>
頁(yè)/共
<% =objres.RecordCount %>
條記錄 </div>
</td>
</tr>
</table>
</form>
</body>
</html>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -