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

📄 seerizhi.asp

📁 此程序为网上下载
💻 ASP
字号:
<%@ codepage ="936" %>
<%Response.Expires=0
nickname=Session("hxf_u_nickname")
grade=Int(Session("hxf_u_grade"))
if nickname="" then Response.Redirect "manerr.asp?id=100"
if grade<>10 or Session("ipbt")<>1 then Response.Redirect "manerr.asp?id=230"%><html>
<head>
<title>系统参数</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="readonly/style.css">
</head>
<body bgcolor="#FFFFFF" class=p150>
<div align="center">
<h1><font color="0099FF">【系统参数】</font></h1>
</div>
<div align="center"><font color="#FF0000">【更改查看系统日志所需级别】</font></div>
<hr noshade size="1" color=009900>
<b>[注意事项]</b><br>
  输入级别。 
<hr noshade size="1" color=009900>
<table border="1" cellspacing="0" cellpadding="4" bordercolorlight="#000000" bordercolordark="#FFFFFF" bgcolor="E0E0E0" align="center">
<form method="post" action="seerizhiok.asp">
<tr>
<td> 
<table width="100%" border="0" cellpadding="4">
<tr> 
<td>查看日常管理日志所需级别:</td>
<td> 
<input type="hidden" name="oldkickvalue" value="<%=Application("wsaxhxf_c_richang")%>">
<input type="text" name="newkickvalue" maxlength="14" size="14" value="<%=Application("wsaxhxf_c_richang")%>">
</td>
</tr>
<tr> 
<td>查看货币流通日志所需级别:</td>
<td>
<input type="hidden" name="oldkickvalueno" value="<%=Application("wsaxhxf_c_huobi")%>">
<input type="text" name="newkickvalueno" maxlength="14" size="14" value="<%=Application("wsaxhxf_c_huobi")%>">
</td>
</tr>
<tr> 
<td>查看升级降级日志所需级别:</td>
<td>
<input type="hidden" name="oldbombvalue" value="<%=Application("wsaxhxf_c_shengji")%>">
<input type="text" name="newbombvalue" maxlength="14" size="14" value="<%=Application("wsaxhxf_c_shengji")%>">
</td>
</tr>
<tr>
<td>查看系统参数日志所需级别:</td>
<td>
<input type="hidden" name="oldbombvalue" value="<%=Application("wsaxhxf_c_canshu")%>">
<input type="text" name="newbombvalueno" maxlength="14" size="14" value="<%=Application("wsaxhxf_c_canshu")%>">
</td>
</tr>
<tr> 
<td>查看动作酷库日志所需级别:</td>
<td>
<input type="hidden" name="olddongzuo" value="<%=Application("wsaxhxf_c_dongzuo")%>">
<input type="text" name="newdongzuo" maxlength="14" size="14" value="<%=Application("wsaxhxf_c_dongzuo")%>">
</td>
</tr>
<tr align="center"> 
<td colspan="2"> 
<input type="submit" name="Submit" value="更改">
<input type="button" value="放弃" onclick="javascript:history.go(-1)">
</td>
</tr>
</table>
</td>
</tr>
</form>
</table>
<hr noshade size="1" color=009900>
<div align=center class=cp><%Response.Write "序列号:<font color=blue>" & Application("wsaxhxf_c_sn") & "</font>,授权给:<font color=blue>" & Application("wsaxhxf_c_user") & "</font><br><font color=999999>" & Application("wsaxhxf_c_copyright") & "</font>"%></div>
</body>
</html>

⌨️ 快捷键说明

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