📄 show_wh_logs.asp
字号:
<TR CLASS='TABLEDATA' ALIGN=CENTER>
<TD>
<% Response.write (mInt_Page-1)*mInt_CountPerPage+Int_Count %>
</TD>
<TD>
<A HREF='Show.asp?<%=mStr_WINDURL%>&PK_log_id=<%=Str_PK_log_id%>'>
<%
if isdate(Str_log_time) then
'Response.write (Val(FormatDate(Str_log_time,"yyyy"))-gInt_BeginYear) & FormatDate(Str_log_time,"年mm月dd日")
Response.write Str_log_time
end if
%>
</A>
</TD>
<TD>
<A HREF='Show.asp?<%=mStr_WINDURL%>&PK_log_id=<%=Str_PK_log_id%>'>
<%
Response.write Str_log_ip
%>
</A>
</TD>
<TD>
<A HREF='Show.asp?<%=mStr_WINDURL%>&PK_log_id=<%=Str_PK_log_id%>'>
<%
if len(Str_log_who)>0 then
Response.write Str_log_who
else
Response.write ("未知")
end if
%>
</A>
</TD>
<TD>
<A HREF='Show.asp?<%=mStr_WINDURL%>&PK_log_id=<%=Str_PK_log_id%>'>
<%
select case(Str_log_type)
case 1
Response.write "<font color=blue>"
case 2
Response.write "<font color=red>"
case 3
Response.write "<font size=2>"
end select
Response.write Str_log_action&"</font>"
%>
</A>
</TD>
<TD>
<A HREF='Show.asp?<%=mStr_WINDURL%>&PK_log_id=<%=Str_PK_log_id%>'>
<%
select case(Str_log_type)
case 1
Response.write "<font color=blue>管理操作</font>"
case 2
Response.write "<font color=red>错误操作</red>"
case 3
Response.write "登陆记录"
end select
%>
</A>
</TD>
</TR>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -