📄 admin_makenews.asp
字号:
<!--#include file="setup.asp"-->
<!--#include file="check.asp"-->
<!--#include file="../inc/cls_public.asp"-->
<!--#include file="../inc/NewsChannel.asp"-->
<%
'=====================================================================
' 软件名称:新云网站管理系统
' 当前版本:NewCloud Site Management System Version 2.1
' 文件名称:admin_makenews.asp
' 更新日期:2005-10-20
' 官方网站:新云网络(www.newasp.net www.newasp.cn) QQ:94022511
'=====================================================================
' Copyright 2002-2005 newasp.net - All Rights Reserved.
' newasp is a trademark of newasp.net
'=====================================================================
Dim ArticleID,sortid,showid,indexid
ChannelID = Newasp.ChkNumeric(Request("ChannelID"))
If ChannelID < 1 Then ChannelID = 1
ArticleID = Newasp.ChkNumeric(Request("ArticleID"))
sortid = Newasp.ChkNumeric(Request("sortid"))
showid = Newasp.ChkNumeric(Request("showid"))
indexid = Newasp.ChkNumeric(Request("indexid"))
NewCloud.Channel = ChannelID
NewCloud.ChannelMain
NewCloud.ShowFlush = showid
If indexid > 0 Then
NewCloud.CreateArticleIndex
End If
If ArticleID > 0 Then
NewCloud.CreateArticleContent(ArticleID)
End If
Set NewCloud = Nothing
CloseConn
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -