⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 treelist.asp

📁 这是ASP的OA
💻 ASP
📖 第 1 页 / 共 2 页
字号:
                              <%end if%>
                              <a href="reply.asp?id=<%=ID%>&rootid=<%=id%>&page=<%=page%>"> 
                              &nbsp;<img src="images/reply_a.gif" border="0" align="absmiddle" title="回复此帖"></a> 
                            </td>
                            <td width="23%" align="right"><strong>楼主</strong></td>
                          </tr>
                          <tr> 
                            <td colspan="2"><hr width="100%" size="1" color="#DCD7BA"></td>
                          </tr>
                        </table>
                        <table width="96%" border="0" align="center" cellpadding="0" cellspacing="0">
                          <tr> 
                            <td><img src='images/f<%=face%>.gif' align='absmiddle'> 
                              <b><%=topic%><br>
                              </b> <hr align="left" width="70%" size="1" noshade color="#eeeeee"> 
                            </td>
                          </tr>
                        </table>
                        <table width="94%" border="0" align="center" cellpadding="0" cellspacing="0">
                          <tr> 
                            <td height="130" valign="top"><table width="100%" height="100%" border="0" align="center" cellpadding="0" cellspacing="0" style="table-layout: fixed;WORD-WRAP: break-word;">
                                <tr> 
                                  <td valign="top" style="line-height:20px;"> 
                                    <%
							response.Flush()
							if html=0 then
							response.write(ubb(content))
							else
							response.write(content)
							end if
							response.Flush()
							%>
                                    <%if uploadfile<>"" and filepath<>"" then%>
                                    <table width="100%" border="0" cellspacing="0" cellpadding="0">
                                      <tr> 
                                        <td><br> <hr align="left" width="70%" size="1" color="#FF0000"></td>
                                      </tr>
                                      <tr> 
                                        <td align="left"><font color="#0000FF">该帖子的相关附件: 
                                          <%
									  fileext=getext(uploadfile)
									  if fileext="jpg" or fileext="gif" or fileext="jpeg" or fileext="bmp" then
									  	response.write("</font><blockquote><p><a href='ViewBigImage.asp?url="&filepath&"' target=_blank><img src="&filepath&" border=0 alt=""按此在新窗口浏览图片"" onload=""pic_width(this,screen.width-450)""></a></p></blockquote>")
										else
										response.write("&nbsp;&nbsp;&nbsp;&nbsp;<b><a href='DownLoadFile.asp?id="&trim(filepath)&"' target=_blank>"&uploadfile&"</a><b>")
									  end if%>
                                          </font></td>
                                      </tr>
                                    </table>
                                    <%end if%>
                                  </td>
                                </tr>
                              </table></td>
                          </tr>
                        </table>
                        <%if viewsign=1 and signature<>"" then%><br>
                        <br> <table width="96%" border="0" align="center" cellpadding="0" cellspacing="0">
                          <tr> 
                            <td><img src="images/qianming.gif" width="354" height="18" title="<%=author%>的签名档"></td>
                          </tr>
                          <tr> 
                            <td><%=ubb(signature)%></td>
                          </tr>
                        </table>
                        <%end if%>
                      </td>
                    </tr>
                    <tr> 
                      <td width="124" height="12" nowrap class="mainbg"><img src="images/ip.gif" width="13" height="15" align="absmiddle"> 
                        <%if admin=1 then
						response.write(""&ip&"")
						else
						response.write("IP已设置保密")
						end if%>
                      </td>
                      <td height="12" class="mainbg"><table width="98%" border="0" align="center" cellpadding="3" cellspacing="0">
                          <tr> 
                            <td width="67%" height="12"><%=addtime%></td>
                            <td width="33%" height="12" align="right" nowrap class=v7> 
                              <%if (request.Cookies("matrix3")("matrix3_admin")="matrix3") and (html=1) then
							response.write(" &nbsp; &nbsp;<a href='matrix3_post.asp?id="&id&"' title='编辑此帖子' target=_blank><img src='images/Edit1.gif' width='14' height='14' border='0' align='absmiddle'> 编辑</a>")
							%>
                              <%else%>
                              <%if admin=1 or author=request.Cookies("matrix3")("matrix3_name") then%>
                              &nbsp; &nbsp;<a href="edit.asp?id=<%=id%>" title='编辑此帖子'><img src="images/Edit1.gif" width="14" height="14" border="0" align="absmiddle"> 
                              编辑 </a> 
                              <%end if%>
                              <%end if%>
                              <%if admin=1 then%>
                              &nbsp;&nbsp;<a href="javascript:alertwin('del.asp?id=<%=id%>')" title='把此帖放入回收站!'><img src="images/delete.gif" width="14" height="14" border="0" align="absmiddle"> 
                              删除</a> 
                              <%if isbest=0 then%>
                              &nbsp;&nbsp;<a href="setbest.asp?id=<%=id%>&rootid=<%=id%>&purl=bbs&page=<%=page%>" title='将此帖设为精华帖!'><img src="images/isbest.gif" width="14" height="14" border="0" align="absmiddle"> 
                              加入精华</a> 
                              <%else%>
                              &nbsp;&nbsp;<a href="unbest.asp?id=<%=id%>&rootid=<%=id%>&purl=bbs&page=<%=page%>" title='将此帖取消为精华帖!'><img src="images/isbest.gif" width="14" height="14" border="0" align="absmiddle"> 
                              取消精华</a> 
                              <%end if%>
                              <%if istop=0 then%>
                              &nbsp;&nbsp;<a href="settop.asp?id=<%=id%>&rootid=<%=id%>&purl=bbs&page=<%=page%>" title='将此帖置为本论坛顶帖!'><img src="images/istop.gif" width="13" height="14" border="0" align="absmiddle"> 
                              置顶</a> 
                              <%else%>
                              &nbsp;&nbsp;<a href="untop.asp?id=<%=id%>&rootid=<%=id%>&purl=bbs&page=<%=page%>" title='将此帖取消顶帖!'><img src="images/istop.gif" width="13" height="14" border="0" align="absmiddle"> 
                              取消置顶</a> 
                              <%end if%>
                              <%end if%>
                              &nbsp;&nbsp;<a href="#top" title='返回页顶'><img src="images/top.gif" width="8" height="13" border="0" align="absmiddle"> 
                              顶端</a></td>
                          </tr>
                        </table></td>
                    </tr>
                    <%end if%>
                  </table></td>
              </tr>
              <tr> 
                <td><table width="100%" border="0" cellpadding="0" cellspacing="0">
                    <tr> 
                      <td height="2" bgcolor="#ECE9D9"></td>
                    </tr>
                  </table></td>
              </tr>
            </table>
            <br> <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
              <tr> 
                <td><img src="images/blank.gif" width="1" height="2"></td>
              </tr>
            </table>
            <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
              <tr> 
                <td> <table width="100%" border="0" cellpadding="0" cellspacing="0">
                    <tr> 
                      <td width="130" height="12" class="body_bar_2">&nbsp;<span class="v8b">&nbsp;<img src="images/fang-1.gif" align="absmiddle"> 
                        </span><span class="v7"><font color="#FFFFFF">树形列表</font></span></td>
                      <td height="12" nowrap class="body_bar_2_bg">&nbsp;</td>
                    </tr>
                  </table>
                  <table width="100%" border="0" align="center" cellpadding="0" cellspacing="1" class="list_border">
                    <%
'sql="select * from bbs where RootID="&rootid&" and valid=1 order by PID asc,layer asc,ID desc"
sql="select * from m3_bbs where RootID="&rootid&" and valid=1 order by ind asc"
set rs=server.CreateObject("ADODB.RecordSet")
rs.open sql,conn,1,1
if not (rs.bof and rs.eof) then
	'rs.pagesize=psize
	'rs.cachesize=rs.pagesize
	'totalpages=rs.pagecount
	'if page>rs.pagecount then page=rs.pagecount
	'rs.absolutepage=page
	totalcount=int(rs.recordcount)
	i=0
	'do while (not rs.eof) and (i<psize)
	do while not rs.eof
	rid=rs("ID")
	if (i mod 2)=0 then
		color="#FFFFFF"
	else
		color="#F8F7EF"
	end if
%>
                    <tr> 
                      <td width="73%" height="24" valign="middle" bgcolor="<%=color%>" class="v7"> 
                        &nbsp; 
                        <%call addspace(rs("layer"))%>
                        <img src='images/f<%=rs("face")%>.gif' align='absmiddle'>&nbsp; 
                        <%if clng(id)=clng(rid) then%>
                        <a href="treelist.asp?id=<%=rid%>&listpage=<%=request.QueryString("listpage")%>"><font color="#FF0000"><%=rs("topic")%></font></a> 
                        <%else%>
                        <a href="treelist.asp?id=<%=rid%>&listpage=<%=request.QueryString("listpage")%>"><%=rs("topic")%></a> 
                        <%end if%>
                      </td>
                      <td width="11%" align="center" valign="middle" nowrap bgcolor="<%=color%>" class="v7"><font color="#666666"><a href='profile.asp?name=<%=rs("name")%>' target="_blank"><%=rs("name")%></a> 
                        </font> </td>
                      <td width="16%" align="center" valign="middle" nowrap bgcolor="<%=color%>" class="v7"><font color="#666666"><%=rs("addtime")%></font></td>
                    </tr>
                    <%	i=i+1
	rs.movenext
loop
end if
rs.close
set rs=nothing
sub addspace(aslayer)
	do while aslayer>0
		response.write("  ")
		aslayer=aslayer-1
	loop
end sub
if (i mod 2)=0 then
		color="#F1F0E4"
	else
		color="#F8F7EF"
	end if
%>
                    <form name="form1" method="post" action="treelist.asp?id=<%=ID%>">
                      <tr bgcolor="#FFFFFF"> 
                        <td height="30" colspan="3" valign="middle" class="v7">&nbsp; 
                          <span class="v7">帖子数:<%=totalcount%></span> </td>
                      </tr>
                    </form>
                  </table></td>
              </tr>
              <tr> 
                <td><table width="100%" border="0" cellpadding="0" cellspacing="0">
                    <tr> 
                      <td height="2" bgcolor="#ECE9D9"></td>
                    </tr>
                  </table></td>
              </tr>
            </table>
            <br> <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
              <tr> 
                <td height="12"><table width="100%" border="0" cellpadding="0" cellspacing="0">
                    <tr> 
                      <td width="130" height="16" class="body_bar_1">&nbsp;<span class="v8b">&nbsp;<img src="images/fang-1.gif" align="absmiddle"> 
                        </span><span class="v7"><font color="#FFFFFF">帖子搜索</font></span></td>
                      <td height="16" nowrap class="list_bar_1_bg">&nbsp;</td>
                    </tr>
                  </table>
                  <table width="100%" border="0" align="center" cellpadding="5" cellspacing="1" bgcolor="#CCCCCC">
                    <tr bgcolor="#FFFFFF"> 
                      <td valign="top" class="mainbg"><table border="0" cellspacing="0" cellpadding="0" width=400>
                          <form name="schform" method="post" action="search.asp">
                            <tr> 
                              <td nowrap> 关键词: 
                                <input name="keyword" type="text" class=input1 id="keyword2" value="" size="10" maxlength="30"> 
                                &nbsp;&nbsp;类别: 
                                <select name="type" id="select" class="input1">
                                  <option value="1">标题</option>
                                  <option value="2">作者</option>
                                </select> &nbsp;&nbsp;范围: 
                                <select name="where" class="select" id="select2">
                                  <%
					  dim tmprs1,tmprs2,tmpcid,tmpsql
					  tmpsql="select * from m3_category where CValid=1 order by CIndex asc"
					  set tmprs1=server.CreateObject("adodb.recordset")
					  set tmprs2=server.CreateObject("adodb.recordset")
					  tmprs1.open tmpsql,conn,1,1
					  do while not tmprs1.eof
					  		response.write("<option value="""&tmprs1("CID")&""">"&tmprs1("CTitle")&"</option>")
							tmpsql="select FID,FTitle from m3_forum where CID="&tmprs1("CID")&" and FValid=1 order by FIndex asc"
							tmprs2.open tmpsql,conn,1,1
							do while not tmprs2.eof
								response.write("<option value="""&tmprs2("FID")&""">&nbsp;&nbsp;- "&tmprs2("FTitle")&"</option>")
								tmprs2.movenext
							loop
							tmprs2.close
							tmprs1.movenext
					  loop
					  tmprs1.close
					  set tmprs1=nothing
					  set tmprs2=nothing
					  call closedb()
						%>
                                </select> <input name="imageField" type="image" src="images/sch1.gif" align="middle" width="16" height="14" border="0"> 
                                &nbsp; </td>
                            </tr>
                          </form>
                        </table></td>
                    </tr>
                  </table></td>
              </tr>
              <tr> 
                <td><table width="100%" border="0" cellpadding="0" cellspacing="0">
                    <tr> 
                      <td height="2" bgcolor="#ECE9D9"></td>
                    </tr>
                  </table></td>
              </tr>
            </table></td>
          <td width="10">&nbsp;</td>
          <td width="1" class="right_sp_min"></td>
          <td width="100" valign="top" class="right_main"> <!-- #include file="right.asp" --> </td>
        </tr>
      </table></td>
  </tr>
  <tr> 
    <td height="10" align="center" valign="bottom"> <!-- #include file="bottombar.asp" --> </td>
  </tr>
</table>
</body>
</html>
<!-- #include file="ubb.asp" -->

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -