📄 news_add_conc.asp
字号:
<OPTION value="Georgia">Georgia</OPTION>
<OPTION value="Impact">Impact</OPTION>
<OPTION value="Tahoma">Tahoma</OPTION>
<OPTION value="Times New Roman">Times New Roman</OPTION>
<OPTION value="Trebuchet MS">Trebuchet MS</OPTION>
<OPTION value="Script MT Bold">Script MT Bold</OPTION>
<OPTION value="Stencil">Stencil</OPTION>
<OPTION value="Verdana">Verdana</OPTION>
<OPTION value="Lucida Console">Lucida Console</OPTION>
</SELECT>
<select name="FontSize">
<option value="8">8px</option>
<option value="9">9px</option>
<option value="10">10px</option>
<option value="12">12px</option>
<option value="18">18px</option>
<option value="20">20px</option>
<option value="24">24px</option>
<option value="28">28px</option>
<option value="30">30px</option>
<option value="32">32px</option>
<option value="36">36px</option>
<option value="40">40px</option>
<option value="48">48px</option>
<option value="54">54px</option>
<option value="60">60px</option>
<option value="72">72px</option>
</select>
<input type="text" name="FontColor" maxlength=7 size=7 id="FontColor" value="000000">
<img src="images/rect.gif" width="18" height="17" border=0 align=absmiddle id="FontColorShow" style="cursor:pointer;background-Color:#000000;" title="选取颜色!" onClick="GetColor(this,'FontColor');"> 字体间距:
<INPUT TYPE="text" maxlength="3" NAME="FontSpace" size=3 value="12">
px 图片背景色
<input type="text" name="FontBgColor" maxlength=7 size=7 id="FontBgColor" value="FFFFFF">
<img src="images/rect.gif" width="18" height="17" border=0 align=absmiddle id="FontBgColorShow" style="cursor:pointer;background-Color:;" title="选取颜色!" onClick="GetColor(this,'FontBgColor');"> <br>
图片头条标题:
<input name="PicTitle" type="text" id="PicTitle" size="40" maxlength="255">
图片宽度:
<input name="PicTitlewidth" type="text" id="PicTitlewidth" size="10" maxlength="10">
px </td>
</tr>
</table>
</td>
</tr>
<tr id="str_Content" style="display:" >
<td height="303" class="hback">
<div align="left">
<input name="NewsProperty_Remote" type="checkbox" id="NewsProperty_Remote" value="1">
远程存图 <br>
<span class="tx">启用此功能后,如果从其它网站上复制到右边的编辑器中,并且中包含有图片,本系统会在保存文章时自动把相关图片复制到本站服务器上。<br>
系统会因所下载图片的大小而影响速度,建议图片较多时不要使用此功能。</span> </div>
</td>
<td height="303" colspan="3" class="hback">
<!--编辑器开始-->
<pre id="idTemporary" name="idTemporary" style="display:none"></pre>
<script language="JavaScript">
<!--
var FS_Edit1 = new InnovaEditor("FS_Edit1");
FS_Edit1.cmdAssetManager="modalDialogShow('../../<% = G_ADMIN_DIR %>/CommPages/SelectManageDir/SelectPic.asp?CurrPath=<% = str_CurrPath %>',670,450)";
FS_Edit1.width="100%";
FS_Edit1.height="360";
FS_Edit1.btnFlash=true;
FS_Edit1.btnMedia=true;
FS_Edit1.btnCustomTag=true;
FS_Edit1.arrCustomTag=[["Fs:Page","[FS:PAGE]"]];
FS_Edit1.RENDER($("idTemporary").innerHTML);
//-->
</script>
<textarea name="Content" style="display:none" ></textarea>
<!--编辑器结束-->
</td>
</tr>
<tr class="hback" id="str_GroupID" style="display:none">
<td class="hback">
<div align="right">浏览点数</div>
</td>
<td colspan="3" class="hback">
<input name="PointNumber" type="text" id="PointNumber2" size="16" onChange="ChooseExeName();">
金币
<input name="Money" type="text" id="Money2" size="16" onChange="ChooseExeName();">
浏览权限
<input name="BrowPop" id="BrowPop" type="text" onMouseOver="this.title=this.value;" readonly>
<select name="selectPop" id="selectPop" style="overflow:hidden;" onChange="ChooseExeName();">
<option value="" selected>选择会员组</option>
<option value="del" style="color:red;">清空</option>
<% = MF_GetUserGroupID %>
</select>
<a href="../../help?Lable=NS_News_add_pop" target="_blank" style="cursor:help;'" class="sd"><img src="../Images/_help.gif" border="0"></a></td>
</tr>
<tr class="hback" id="str_FileName" style="display:none">
<td class="hback">
<div align="right">文件名</div>
</td>
<td class="hback">
<%
Dim RoTF
if instr(Fs_News.strFileNameRule(Fs_News.fileNameRule,0,0),"自动编号ID")>0 then:RoTF="Readonly":End if
Response.Write"<input name=""FileName"" type=""text"" id=""FileName"" size=""40"" "& RoTF &" maxlength=""255"" value="""&Fs_News.strFileNameRule(Fs_News.fileNameRule,0,0)&""" title=""如果参数设置中设定为自动编号,将不能修改"">"
%>
</td>
<td class="hback">
<div align="right">扩展名</div>
</td>
<td class="hback">
<select name="FileExtName" id="FileExtName">
<option value="html" <%if tmp_sFileExtName = 0 then response.Write("selected")%>>.html</option>
<option value="htm" <%if tmp_sFileExtName = 1 then response.Write("selected")%>>.htm</option>
<option value="shtml" <%if tmp_sFileExtName = 2 then response.Write("selected")%>>.shtml</option>
<option value="shtm" <%if tmp_sFileExtName = 3 then response.Write("selected")%>>.shtm</option>
<option value="asp" <%if tmp_sFileExtName = 4 then response.Write("selected")%>>.asp</option>
</select>
</td>
</tr>
<tr class="hback">
<td class="hback">
<div align="right">添加日期</div>
</td>
<td class="hback">
<input name="addtime" type="text" id="addtime" value="<% = now %>" size="40" maxlength="255">
</td>
<td class="hback">
<div align="right">点击次数</div>
</td>
<td class="hback">
<input name="Hits" type="text" id="Hits" value="0" size="20">
</td>
</tr>
<tr class="hback">
<td class="hback">
<div align="right"></div>
</td>
<td colspan="3" class="hback">
<input type="button" name="Submit" value="确认保存<% = Fs_news.allInfotitle %>" onClick="SubmitFun(this.form);">
<input name="d_Id" type="hidden" id="d_Id" value="<%=tmp_defineid%>">
<input type="reset" name="Submit4" value="重新设置">
<input name="News_Action" type="hidden" id="News_Action2" value="add_Save">
</td>
</tr>
</form>
</table>
</body>
</html>
<%
set tmp_class_obj = nothing
set Fs_news = nothing
%>
<script language="JavaScript" type="text/JavaScript">
function SubmitFun(FormObj)
{
if(FormObj.NewsTitle.value == "")
{
alert("请填写标题!");
FormObj.NewsTitle.focus();
return false;
}
if(FormObj.ClassName.value=="")
{
alert("请选择栏目!");
FormObj.ClassName.focus();
return false;
}
FormObj.Content.value=FS_Edit1.getXHTMLBody();
FormObj.submit();
}
function SwitchNewsType(NewsType)
{
switch (NewsType)
{
case "TitleNews":
document.getElementById('str_UrLaddress').style.display='';
document.getElementById('str_NewsPicFile').style.display='none';
document.getElementById('str_NewsSmallPicFile').style.display='none';
document.getElementById('str_Content').style.display='none';
document.getElementById('str_GroupID').style.display='none';
document.getElementById('str_filt').style.display='none';
break;
case "PicNews":
document.getElementById('str_UrLaddress').style.display='none';
document.getElementById('str_NewsPicFile').style.display='';
document.getElementById('str_NewsSmallPicFile').style.display='';
document.getElementById('str_Content').style.display='';
document.getElementById('str_filt').style.display='';
//setChecked('PicNews',true);
//setChecked('TitleNews',false);
//setChecked('TextNews',false);
//ChoosePicType();
break;
default :
document.getElementById('str_UrLaddress').style.display='none';
document.getElementById('str_NewsPicFile').style.display='none';
document.getElementById('str_NewsSmallPicFile').style.display='none';
document.getElementById('str_Content').style.display='';
document.getElementById('str_filt').style.display='none';
}
}
function getOffsetTop(elm) {
var mOffsetTop = elm.offsetTop;
var mOffsetParent = elm.offsetParent;
while(mOffsetParent){
mOffsetTop += mOffsetParent.offsetTop;
mOffsetParent = mOffsetParent.offsetParent;
}
return mOffsetTop;
}
function getOffsetLeft(elm) {
var mOffsetLeft = elm.offsetLeft;
var mOffsetParent = elm.offsetParent;
while(mOffsetParent) {
mOffsetLeft += mOffsetParent.offsetLeft;
mOffsetParent = mOffsetParent.offsetParent;
}
return mOffsetLeft;
}
function setColor(color)
{
if(ColorImg.id=='FontColorShow' && color=="#") color='#000000';
if(ColorImg.id=='FontBgColorShow' && color=="#") color='#FFFFFF';
if (ColorValue){ColorValue.value = color.substr(1);}
if (ColorImg && color.length>1){
ColorImg.src='Images/Rect.gif';
ColorImg.style.backgroundColor = color;
}else if(color=='#'){ ColorImg.src='Images/rectNoColor.gif';}
document.getElementById("colorPalette").style.visibility="hidden";
}
function SelectClass()
{
var ReturnValue='',TempArray=new Array();
ReturnValue = OpenWindow('lib/SelectClassFrame.asp',400,300,window);
if (ReturnValue.indexOf('***')!=-1)
{
TempArray = ReturnValue.split('***');
document.all.ClassID.value=TempArray[0];
document.all.ClassName.value=TempArray[1];
document.all.Templet.value=TempArray[2];
}
}
function SelectSpecial()
{
var ReturnValue='',TempArray=new Array();
ReturnValue = OpenWindow('lib/SelectspecialFrame.asp',400,300,window);
if (ReturnValue.indexOf('***')!=-1)
{
TempArray = ReturnValue.split('***');
if (document.NewsForm.SpecialID.value.search(TempArray[1])==-1)
{
if(document.all.SpecialID.value=='') document.all.SpecialID.value=TempArray[1];
else document.all.SpecialID.value=document.all.SpecialID.value+','+TempArray[1];
if(document.all.SpecialID_EName.value=='') document.all.SpecialID_EName.value=TempArray[0];
else document.all.SpecialID_EName.value=document.all.SpecialID_EName.value+','+TempArray[0];
}
}
}
function ChooseTodayNewsType()
{
if (document.NewsForm.NewsProperty_tt.checked==true) document.getElementById('TodayNews').style.display='';
else document.getElementById('TodayNews').style.display='none';
}
function GetColor(img_val,input_val)
{
var PaletteLeft,PaletteTop
var obj = document.getElementById("colorPalette");
ColorImg = img_val;
ColorValue = document.getElementById(input_val);
if (obj){
PaletteLeft = getOffsetLeft(ColorImg)
PaletteTop = (getOffsetTop(ColorImg) + ColorImg.offsetHeight)
if (PaletteLeft+150 > parseInt(document.body.clientWidth)) PaletteLeft = parseInt(event.clientX)-260;
if (PaletteTop > parseInt(document.body.clientHeight)) PaletteTop = parseInt(document.body.clientHeight)-165;
obj.style.left = PaletteLeft + "px";
obj.style.top = PaletteTop + "px";
if (obj.style.visibility=="hidden")
{
obj.style.visibility="visible";
}else {
obj.style.visibility="hidden";
}
}
}
</script>
<SCRIPT language="JavaScript">
var DocumentReadyTF=false;
function document.onreadystatechange()
{
ChooseExeName();
}
function ChooseExeName()
{
var ObjValue = document.NewsForm.selectPop.options[document.NewsForm.selectPop.selectedIndex].value;
if (ObjValue!='')
{
if (document.NewsForm.BrowPop.value=='')
document.NewsForm.BrowPop.value = ObjValue;
else if(document.NewsForm.BrowPop.value.indexOf(ObjValue)==-1)
document.NewsForm.BrowPop.value = document.NewsForm.BrowPop.value+","+ObjValue;
if (ObjValue=='del')
document.NewsForm.BrowPop.value ='';
}
CheckNumber(document.NewsForm.PointNumber,"浏览扣点值");
if (document.NewsForm.PointNumber.value>32767||document.NewsForm.PointNumber.value<-32768||document.NewsForm.PointNumber.value=='0')
{
alert('浏览扣点值超过允许范围!\n最大32767,且不能为0');
document.NewsForm.PointNumber.value='';
document.NewsForm.PointNumber.focus();
}
CheckNumber(document.NewsForm.Money,"浏览金币值");
if (document.NewsForm.Money.value>32767||document.NewsForm.Money.value<-32768||document.NewsForm.Money.value=='0')
{
alert('浏览金币值超过允许范围!\n最大32767,且不能为0');
document.NewsForm.Money.value='';
document.NewsForm.Money.focus();
}
if (document.NewsForm.BrowPop.value!=''||document.NewsForm.PointNumber.value!=''||document.NewsForm.Money.value!=''){document.NewsForm.FileExtName.options[4].selected=true;document.NewsForm.FileExtName.readonly=true;}
else {document.NewsForm.FileExtName.readonly=false;}
}
function CheckFileExtName(Obj)
{
if (Obj.value!='')
{
for (var i=0;i<document.all.FileExtName.length;i++)
{
if (document.all.FileExtName.options(i).value=='asp') document.all.FileExtName.options(i).selected=true;
}
document.all.FileExtName.readonly=true;
}
else
{
document.all.FileExtName.readonly=false;
}
}
</SCRIPT>
<!-- Powered by: FoosunCMS4.0系列,Company:Foosun Inc. -->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -