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

📄 admin_uploadset.asp

📁 Art2008 CMS是一款具有强大的功能的基于ASP语言的网站管理软件
💻 ASP
📖 第 1 页 / 共 2 页
字号:
<!--#include file = admin_chk.asp -->
<%
If Not ChkAdmin("UploadSet") Then
	Call ArtErr("","")
End If
%>
<!--#include file = Include/NIncHeads.asp -->
<!--#include file = ../edit/asp/config.asp -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" type="text/css" href="../images/admin/style.css">
<% 	    
action=trim(request("action"))    
Select Case Action
	Case "Update"
	    Call SaveCj()
		Call SaveConfig()
	Case else
	    Call Heads_Site()
		Call main()
		Call AdminPageEnd()
End Select
call CloseConn() 
Sub main()
%>
 <table width="100%" border="0" align="center" cellpadding="2" cellspacing="1" class="table">
<form method="POST" action="?action=Update">
    <tr>
  	<td align="center" class="bg_tr" height="25" colspan="3"><b>上传文件保存选项</b>&nbsp;&nbsp;(<span class="red">如:采集,图像,广告等图片保存路径</span>)</td>
    </tr>
    <tr bgcolor="#FFFFFF" onMouseOut="this.style.backgroundColor='#FFFFFF'" onMouseOver="this.style.backgroundColor='#D7E3F3'">
		<td width=32% align=left><b><u>上传文件保存路径</u></b><br>
		<font color="#FF0000">如:Edit/uploadfile/</font></td>
		<td height="25"><input type="text" name="CjUpFilePath" size="23" value="<%=config("CjUpFilePath")%>"> </td>		
	</tr>
    <tr>
  	<td align="center" class="bg_tr" height="25" colspan="3"><b>在线编辑器上传文件选项</b>&nbsp;&nbsp;(<span class="red">coolblue</span>样式在线编辑器适用)</td>
    </tr>
    <tr bgcolor="#FFFFFF" onMouseOut="this.style.backgroundColor='#FFFFFF'" onMouseOver="this.style.backgroundColor='#D7E3F3'">
		<td width=32% align=left><b><u>上传文件夹路径</u></b><br>
		<font color="#FF0000">如:uploadfile/(相对于Edit文件夹)</font></td>
		<td height="25"><input type="text" name="s_uploadfile" size="23" value="<%=split(aStyle(9),"|||")(3)%>"> </td>		
	</tr>    <tr bgcolor="#F7F7F7" onMouseOut="this.style.backgroundColor='#F7F7F7'" onMouseOver="this.style.backgroundColor='#D7E3F3'">
		<td width=32% align=left><b><u>图片上传类型</u></b><br><font color="#FF0000">用 | 分开</font></td>
		<td height="25"><input type="text" name="S_ImageExt" size="49" value="<%=split(aStyle(9),"|||")(8)%>"></td>		
	</tr>
	<tr bgcolor="#FFFFFF" onMouseOut="this.style.backgroundColor='#FFFFFF'" onMouseOver="this.style.backgroundColor='#D7E3F3'">
		<td width=32% align=left><b><u>图片上传大小</u></b><br><font color="#FF0000">0 为无限制</font></td>
		<td height="25"><input type="text" name="S_ImageSize" size="23" value="<%=split(aStyle(9),"|||")(13)%>"> KB</td>		
	</tr>
	<tr bgcolor="#F7F7F7" onMouseOut="this.style.backgroundColor='#F7F7F7'" onMouseOver="this.style.backgroundColor='#D7E3F3'">
		<td width=32% align=left><b><u>媒体上传类型</u></b><br><font color="#FF0000">用 | 分开</font></td>
		<td height="25"><input type="text" name="S_MediaExt" size="49" value="<%=split(aStyle(9),"|||")(9)%>"></td>
	</tr>
	<tr bgcolor="#FFFFFF" onMouseOut="this.style.backgroundColor='#FFFFFF'" onMouseOver="this.style.backgroundColor='#D7E3F3'">
		<td width=32% align=left><b><u>媒体上传大小</u></b><br><font color="#FF0000">0 为无限制</font></td>
		<td height="25"><input type="text" name="S_MediaSize" size="23" value="<%=split(aStyle(9),"|||")(14)%>"> KB</td>
	</tr>
	<tr bgcolor="#F7F7F7" onMouseOut="this.style.backgroundColor='#F7F7F7'" onMouseOver="this.style.backgroundColor='#D7E3F3'">
		<td width=32% align=left><b><u>FLASH上传类型</u></b><br><font color="#FF0000">用 | 分开</font></td>
		<td height="25"><input type="text" name="S_FlashExt" size="49" value="<%=split(aStyle(9),"|||")(7)%>"></td>
	</tr>
	<tr bgcolor="#FFFFFF" onMouseOut="this.style.backgroundColor='#FFFFFF'" onMouseOver="this.style.backgroundColor='#D7E3F3'">
		<td width=32% align=left><b><u>FLASH上传大小</u></b><br><font color="#FF0000">0 为无限制</font></td>
		<td height="25"><input type="text" name="S_FlashSize" size="23" value="<%=split(aStyle(9),"|||")(12)%>"> KB</td>
	</tr>
	<tr bgcolor="#F7F7F7" onMouseOut="this.style.backgroundColor='#F7F7F7'" onMouseOver="this.style.backgroundColor='#D7E3F3'">
		<td width=32% align=left><b><u>其它文件类型</u></b><br><font color="#FF0000">用 | 分开</font></td>
		<td height="25"><input type="text" name="S_FileExt" size="49" value="<%=split(aStyle(9),"|||")(6)%>"></td>
	</tr>
	<tr bgcolor="#FFFFFF" onMouseOut="this.style.backgroundColor='#FFFFFF'" onMouseOver="this.style.backgroundColor='#D7E3F3'">
		<td width=32% align=left><b><u>其它文件大小</u></b><br><font color="#FF0000">0 为无限制</font></td>
		<td height="25"><input type="text" name="S_FileSize" size="23" value="<%=split(aStyle(9),"|||")(11)%>"> KB</td>
	<tr bgcolor="#F7F7F7" onMouseOut="this.style.backgroundColor='#F7F7F7'" onMouseOver="this.style.backgroundColor='#D7E3F3'">
		<td width=32% align=left><b><u>远程上传图片类型</u></b><br><font color="#FF0000">用 | 分开</font></td>
		<td height="25"><input type="text" name="S_RemoteExt" size="49" value="<%=split(aStyle(9),"|||")(10)%>"></td>		
	</tr>
	<tr bgcolor="#FFFFFF" onMouseOut="this.style.backgroundColor='#FFFFFF'" onMouseOver="this.style.backgroundColor='#D7E3F3'">
		<td width=32% align=left><b><u>远程上传图片大小</u></b><br><font color="#FF0000">0 为无限制</font></td>
		<td height="25"><input type="text" name="S_RemoteSize" size="23" value="<%=split(aStyle(9),"|||")(15)%>"> KB</td>
	</tr>
    <tr>
  	<td  align="center" class="bg_tr" height="25" colspan="3"><b>会员在线编辑器上传文件选项</b>&nbsp;&nbsp;(<span class="red">upload</span>样式在线编辑器适用)</td>
    </tr>
    <tr bgcolor="#FFFFFF" onMouseOut="this.style.backgroundColor='#FFFFFF'" onMouseOver="this.style.backgroundColor='#D7E3F3'">
		<td width=32% align=left><b><u>上传文件夹路径</u></b><br>
		<font color="#FF0000">如:uploadfile/(相对于Edit文件夹)</font></td>
		<td height="25"><input type="text" name="u_uploadfile" size="23" value="<%=split(aStyle(11),"|||")(3)%>"> </td>		
	</tr>
	<tr bgcolor="#F7F7F7" onMouseOut="this.style.backgroundColor='#F7F7F7'" onMouseOver="this.style.backgroundColor='#D7E3F3'">
		<td width=32% align=left><b><u>图片上传类型</u></b><br><font color="#FF0000">用 | 分开</font></td>
		<td height="25"><input type="text" name="U_ImageExt" size="49" value="<%=split(aStyle(11),"|||")(8)%>"></td>		
	</tr>
	<tr bgcolor="#FFFFFF" onMouseOut="this.style.backgroundColor='#FFFFFF'" onMouseOver="this.style.backgroundColor='#D7E3F3'">
		<td width=32% align=left><b><u>图片上传大小</u></b><br><font color="#FF0000">0 为无限制</font></td>
		<td height="25"><input type="text" name="U_ImageSize" size="23" value="<%=split(aStyle(11),"|||")(13)%>"> KB</td>		
	</tr>
	<tr bgcolor="#F7F7F7" onMouseOut="this.style.backgroundColor='#F7F7F7'" onMouseOver="this.style.backgroundColor='#D7E3F3'">
		<td width=32% align=left><b><u>FLASH上传类型</u></b><br><font color="#FF0000">用 | 分开</font></td>
		<td height="25"><input type="text" name="U_FlashExt" size="49" value="<%=split(aStyle(11),"|||")(7)%>"></td>
	</tr>
	<tr bgcolor="#FFFFFF" onMouseOut="this.style.backgroundColor='#FFFFFF'" onMouseOver="this.style.backgroundColor='#D7E3F3'">

⌨️ 快捷键说明

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