user_corpuslist.asp

来自「安全性好,适用于制作论坛和进行资源下载的个人和大型网站使用!」· ASP 代码 · 共 60 行

ASP
60
字号
<!--#include file="mdb.asp"-->
<!--#Include File="Check_hx.asp"-->
<!--#include file="inc/config.asp"-->
<!--#include file="inc/inc.asp"-->
<!--#include file="inc/format.asp"-->
<!--#include file="inc/user_list.asp"-->
<!--#include file="inc/syscode_corpus.asp"-->
<%
'****************************************************
' Hxcms Ver7.5       Power by Hx66.net
' Web: http://www.Hx66.net,http://www.Hx66.net/home
' Copyright (C) 2006 Hx66.net All Rights Reserved.
'****************************************************
call head()
call menu()
%>
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" class="table-hx66s">
   <tr>
    <td height="23">&nbsp;&nbsp;你的位置:<a href='index.asp'><%=webname%></a> >> <%=coypus_name%> 的<%=start%></td>
   </tr>
</table>
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" class="table-hx66s">
  <tr>
    <TD width=175 vAlign=top align=center>
  <table border="0" width=165 align="center" cellpadding="0" cellspacing="0" class="b5" style="border-collapse: collapse">
   <tr>
    <td height="26" class="a5">&nbsp;&nbsp; 会 员 登 录</td>
   </tr>
   <tr>
    <td height="22"><%call userlogin()%></td>
   </tr>
   <tr>
    <td height="22"><%call user_left()%></td>
   </tr>
</table><BR>
</TD>
<td width="*" valign="top" align="right">
<table border="0" width="99%" align="center" cellpadding="0" cellspacing="1" class="b4" style="border-collapse: collapse">
<tr>
  <td height="26" class="a4">&nbsp;&nbsp;个人文集</td>
</tr>
<tr>
<td valign="top" height=560>
<table width="100%" border="1" align="center" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF" bordercolor="#f0f0f0" style="border-collapse: collapse">
<tr><TD width="6%" align=Center height="26">状态</TD><td width="60%" align="center">主 题</td><TD width="10%" align=Center>人气</TD><td width="24%" bgcolor="#FFFFFF" align="center">发表时间</td></tr>
<%call list_corpus()%>
<tr align="center"><td height="20" colspan="4"></td></tr>
</table>
</TD></TR></table>
</TD></TR></table>
<%
call footer()
'****************************************************
' Hxcms Ver7.5       Power by Hx66.net
' Web: http://www.Hx66.net,http://www.Hx66.net/home
' Copyright (C) 2006 Hx66.net All Rights Reserved.
'****************************************************
%>

⌨️ 快捷键说明

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