📄 index_system.asp
字号:
<!--#include file="mConn.asp"-->
<!--#include file="mConst.asp"-->
<%
If Session("SK2Admin")="" Then
Response.Redirect "Admin_Login.Asp"
Response.End
End If
Dim Rs6
Set Rs6=Server.CreateObject("Adodb.RecordSet")
'Set Rs6=Conn.Execute("Delete from m_config")
'Set Rs6=Conn.Execute("Insert into m_config (tray_time) values (Getdate())")
Set Rs6=Conn.Execute("Select Top 1 tray_time from m_config")
Dim tray_time
If Not Rs6.Eof Then
tray_time=Rs6("tray_time")
End If
Set Rs6=Nothing
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>main</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312"><LINK
href="../images/control_main.css" type=text/css rel=stylesheet>
<META content="MSHTML 6.00.2800.1476" name=GENERATOR>
<style type="text/css">
<!--
.style1 {
color: #0000CC;
font-weight: bold;
}
-->
</style>
</HEAD>
<BODY text=#000000 vLink=#0000ff aLink=#0000ff bgColor=#ffffff leftMargin=0
topMargin=0>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD class=ra_listbet_ctrl_line height=1></TD></TR>
<TR>
<TD class=ra_listbet_ctrl_bg>
<TABLE cellSpacing=0 cellPadding=0 border=0>
<TBODY>
<TR height=25>
<TD width="478"> ∵ <a href=index_system.asp style="BACKGROUND-COLOR: #3399ff"><b>开封盘</b></a>∵
<a href=system_affice.asp><b>公告</b></a>
<a href=system_autodrop.asp><b>自动降水</b></a>
<a href=system_remem.asp><b>会员信用额还原</b></a>
<a href=system_clear.asp><b>清除数据</b></a>
<a href=system_user.asp><b></b></a> </TD>
</TR></TBODY></TABLE></TD></TR>
<TR>
<TD class=ra_listbet_ctrl_line height=1></TD></TR>
<TR>
<TD height=4></TD></TR>
<TR>
<TD><FONT color=#000099> 开封盘</FONT></TD></TR></TBODY></TABLE>
<TABLE cellSpacing=1 width="80%" align=center border=0>
<TBODY>
<TR>
<TD vAlign=top align=middle height=342>
<FORM name=form1 action=system_oper.asp?K6=K1 method=post>系统封盘时间 <INPUT
class=input id=Envelop2 value="<%=tray_time%>" name=tray_time> <INPUT class=input type=submit value=.确认. name=Submit> </FORM>
<P> </P>
</TD></TR></TABLE>
</BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -