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

📄 help.asp

📁 一个功能很全面的设计网站,可以作为工作室、个人主页、技术网站等
💻 ASP
字号:
<!--#include file="up.asp"--><!--#include file="inc/grade.asp"-->
<%
dim action,ii
action=request.querystring("action")
response.write ttop
select case action
case""
%>
<table align="center" border="1" bordercolor=<%=c2%> cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="<%=tbw%>">
  <tr>
    <td class=td1 width="100%" bgcolor="<%=c1%>" background="<%=tbg%>" height="28">&nbsp; <img src="pic/gl.gif" border="0"> 
    论坛帮助选项</td>
  </tr>
  <tr>
    <td width="100%">
    <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="100%">
      <tr>
        <td width="100%" height="28" bgcolor="<%=c2%>"> <a href="help.asp?action=allheadpic">查看论坛头像</a></td>
      </tr>
      <tr>
        <td width="100%" height="30"> 查看论坛所有的头像。</td>
      </tr>
      <tr>
        <td width="100%" height="28" bgcolor="<%=c2%>"> <a href="help.asp?action=grade">论坛等级设置:</a></td>
      </tr>
      <tr>
        <td width="100%">
        <p style="line-height: 150%; margin: 5"> 查看论坛的等级、等级名称。</td>
      </tr>
            <tr>
        <td width="100%" height="28" bgcolor="<%=c2%>"> <a href="help.asp?action=mark">查看积分设置</a></td>
      </tr>
      <tr>
        <td width="100%">
        <p style="line-height: 150%; margin: 5"> 查看论坛的积分规定。</td>
      </tr>
    </table>
    </td>
  </tr>
</table>
<%case"allheadpic"%>
<table align="center" border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="<%=tbw%>">
  <tr>
    <td class=td1 width="100%" bgcolor="<%=c1%>" background="<%=tbg%>" height="28">&nbsp; <img src="pic/gl.gif" border="0"> 
    论坛帮助选项</td>
  </tr>
  <tr>
    <td width="100%" height="28" bgcolor="<%=c2%>">
 <a href="help.asp?action=allheadpic">查看论坛头像</a></td>
  </tr>
  <tr>
    <td width="100%">
    <table border="1" cellpadding="0" cellspacing="0" bordercolor=<%=c2%> style="border-collapse: collapse" width="100%">
      <tr><script>
ii=0
for(i=1;i<=<%=checknum(application(prefix&"picnum"))%>;i=i+1) {
ii=ii+1
document.write("<td width=12% align=center>"+i+"<br><img border=0 src=headpic/"+i+".gif><br>&nbsp;</td>")
if (ii==6){document.write("</tr>");ii=0;}
}        </script>
      </tr>
    </table>
    </td>
  </tr>
</table>
<%case"grade"

function needmark(graden)
dim markn
if int(graden)<14 then
markn=int(graden)*200
else
markn="没有积分限制"
end if
needmark=markn
end function
%>
<table align="center" border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="<%=tbw%>">
  <tr>
    <td class=td1 width="100%" bgcolor="<%=c1%>" background="<%=tbg%>" height="28" colspan="4">&nbsp; <img src="pic/gl.gif" border="0"> 
    论坛帮助选项</td>
  </tr>
  <tr>
    <td width="100%" height="28" bgcolor="<%=c2%>" colspan="4">
 <a href="help.asp?action=grade">查看等级设置</a></td>
  </tr><tr>
<%
ii=0
for i=1 to 16
ii=ii+1
response.write"<td width=25% height=30><p style='margin: 5;line-height:150%'>"&i&" 级:"
gradename(i)
response.write"<br>积分:"&needmark(i)
response.write"<p style='margin: 5;line-height:150%'>图例:<img border=0 src=images/grade/"&i&".gif></td>"
if ii=4 then response.write"</tr>":ii=0
next
%>
</tr><tr><td height=10></td></tr></table>
<%case"mark"%>
<table align="center" border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="<%=tbw%>">
  <tr>
    <td class=td1 width="100%" bgcolor="<%=c1%>" background="<%=tbg%>" height="28" colspan="3">&nbsp; <img src="pic/gl.gif" border="0"> 
    论坛帮助选项</td>
  </tr>
  <tr>
    <td width="100%" height="28" bgcolor="<%=c2%>" colspan="3">
 <a href="help.asp?action=mark">查看积分设置</a>(<font color="#FF0000">注意:如果你的积分小于零,你的用户将被禁止使用。</font>)</td>
  </tr>
  <tr>
    <td width="48%">
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="<%=c2%>" width="100%">
  <tr bgcolor="<%=c2%>">
    <td width="50%" height="26">
    <p style="margin: 4"><b>动作:</b></td>
    <td width="50%">
    <p style="margin: 4"><b>积分:</b></td>
  </tr>
  <tr>
    <td width="50%" height="28">
    <p style="margin: 4">发表话题:</td>
    <td width="50%">
    <p style="margin: 4">+10</td>
  </tr>
    <tr>
    <td width="50%" height="28">
    <p style="margin: 4">回复别人的帖子:</td>
    <td width="50%">
    <p style="margin: 4">+5</td>
  </tr>  <tr>
    <td width="50%" height="28">
    <p style="margin: 4">别人回复你的帖子:</td>
    <td width="50%">
    <p style="margin: 4">+3</td>
  </tr>  <tr>
    <td width="50%" height="28">
    <p style="margin: 4">帖子被设为精华:</td>
    <td width="50%">
    <p style="margin: 4">+50</td>
  </tr>  <tr>
    <td width="50%" height="28">
    <p style="margin: 4">帖子被置顶:</td>
    <td width="50%">
    <p style="margin: 4">+30</td>
  </tr>
</table>
    </td>
    <td width="4%">
 </td>
    <td width="48%" valign="top"><table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="<%=c2%>" width="100%">
  <tr bgcolor="<%=c2%>">
    <td width="50%" height="26">
    <p style="margin: 4"><b>动作:</b></td>
    <td width="50%">
    <p style="margin: 4"><b>积分:</b></td>
  </tr>
  <tr>
    <td width="50%" height="28">
    <p style="margin: 4">话题被删除:</td>
    <td width="50%">
    <p style="margin: 4">-30</td>
  </tr>
    <tr>
    <td width="50%" height="28">
    <p style="margin: 4">回帖被删除:</td>
    <td width="50%">
    <p style="margin: 4">-20</td>
  </tr>  <tr>
    <td width="50%" height="28">
    <p style="margin: 4">发送留言:</td>
    <td width="50%">
    <p style="margin: 4">-5</td>
  </tr>  <tr>
    <td width="50%" height="28">
    <p style="margin: 4">删除留言:</td>
    <td width="50%">
    <p style="margin: 4">+3</td>
  </tr>  <tr>
    <td width="50%" height="28">
    <p style="margin: 4">上传一个文件:</td>
    <td width="50%">
    <p style="margin: 4">-10</td>
  </tr>  
</table></td>
  </tr>
  </table>
<%end select
response.write tbottom
call down%>

⌨️ 快捷键说明

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