📄 newstemplet_list.asp
字号:
{
if (SelectedFile.indexOf('***')==-1) window.open(CurrPath+'/'+escape(SelectedFile));
else alert('一次只能预览辑一个文件');
}
else alert('请选择要预览的文件');
}
function EditFolder()
{
var ReturnValue='';
for (i=0;i<ListObjArray.length;i++)
{
if (ListObjArray[i].Selected==true)
{
if (ListObjArray[i].Obj.Path!=null)
{
ReturnValue=prompt('修改的名称:',ListObjArray[i].Obj.Path);
if ((ReturnValue!='') && (ReturnValue!=null)) window.location.href='../../FunPages/FolderFileReName.asp?Type=FolderReName&Path='+CurrPath+'&CurrPath='+CurrPath+'&OldPathName='+ListObjArray[i].Obj.Path+'&NewPathName='+ReturnValue;
}
if (ListObjArray[i].Obj.File!=null)
{
ReturnValue=prompt('修改的名称:',ListObjArray[i].Obj.File);
if ((ReturnValue!='') && (ReturnValue!=null)) window.location.href='../../FunPages/FolderFileReName.asp?Type=FileReName&Path='+CurrPath+'&CurrPath='+CurrPath+'&OldPathName='+ListObjArray[i].Obj.File+'&NewPathName='+ReturnValue;
}
}
}
}
</script>
<body topmargin="2" leftmargin="2" onClick="SelectFolderOrFile();" onselectstart="return false;">
<table width="100%" border="0" cellpadding="1" cellspacing="1" bgcolor="#999999">
<tr bgcolor="#EEEEEE">
<td height="26" colspan="5" valign="middle">
<table width="100%" height="20" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width=55 align="center" alt="创建目录" onClick="AddFolder();" onMouseMove="BtnMouseOver(this);" onMouseOut="BtnMouseOver(this);" class="BtnMouseOut">创建目录</td>
<td width=2 class="Gray">|</td>
<td width=55 align="center" alt="创建文件" onClick="AddFile();" onMouseMove="BtnMouseOver(this);" onMouseOut="BtnMouseOver(this);" class="BtnMouseOut">创建文件</td>
<td width=2 class="Gray">|</td>
<td width=35 align="center" alt="删除" onClick="DelFolderOrFile();" onMouseMove="BtnMouseOver(this);" onMouseOut="BtnMouseOver(this);" class="BtnMouseOut">删除</td>
<td width=2 class="Gray">|</td>
<td width=35 align="center" alt="导入模板" onClick="ImportTempletFile();" onMouseMove="BtnMouseOver(this);" onMouseOut="BtnMouseOver(this);" class="BtnMouseOut">导入</td>
<td width=2 class="Gray">|</td>
<td width=55 align="center" alt="文本编辑" onClick="TxtEditTemplet();" onMouseMove="BtnMouseOver(this);" onMouseOut="BtnMouseOver(this);" class="BtnMouseOut">文本编辑</td>
<td width=2 class="Gray">|</td>
<td width=55 align="center" alt="可视编辑" onClick="PreEditTemplet();" onMouseMove="BtnMouseOver(this);" onMouseOut="BtnMouseOver(this);" class="BtnMouseOut">可视编辑</td>
<td width=2 class="Gray">|</td>
<td width=35 align="center" alt="预览" onClick="PreviewTemplet();" onMouseMove="BtnMouseOver(this);" onMouseOut="BtnMouseOver(this);" class="BtnMouseOut">预览</td>
<td width=2 class="Gray">|</td>
<td width=35 align="center" alt="后退" onClick="top.GetEkMainObject().history.back();" onMouseMove="BtnMouseOver(this);" onMouseOut="BtnMouseOver(this);" class="BtnMouseOut">后退</td>
<td> </td>
</tr>
</table>
</td>
</tr>
</table>
<table width="100%" height="" border="0" cellpadding="1" cellspacing="0">
<tr>
<td colspan="5" height="2"></td>
</tr>
<tr>
<td height="26" class="ButtonListLeft"> <div align="center">名称</div></td>
<td height="20" class="ButtonList"> <div align="center">类型</div></td>
<td height="20" class="ButtonList"> <div align="center">大小</div></td>
<td height="20" class="ButtonList"> <div align="center">创建时间</div></td>
<td height="20" class="ButtonList"> <div align="center">最后修改时间</div></td>
</tr>
<% if ParentPath <> "/" & SysRootDir and ParentPath <> "/" then %>
<tr>
<td height=""><table border="0" cellpadding="0" cellspacing="0">
<tr>
<td><img src="../../Images/arrow.gif" width="18" height="18"></td>
<td><span class="TempletItem" title="上级目录<% = ParentPath %>" onDblClick="OpenParentFolder(this);" Path="<% = ParentPath %>">上级目录</span></td>
</tr>
</table></td>
<td height="20"> </td>
<td height="20"> </td>
<td height="20"> </td>
<td height="20"> </td>
</tr>
<%
end if
for Each FileItem In SubFolderObj
%>
<tr>
<td height="">
<table border="0" cellspacing="0" cellpadding="0">
<tr title="双击鼠标进入此目录">
<td><img src="../../Images/Folder/folderclosed.gif"></td>
<td><span class="TempletItem" Path="<% = FileItem.name %>" onDblClick="OpenFolder(this);">
<% = FileItem.name %>
</span> </td>
</tr>
</table></td>
<td>
<div align="center">文件夹</div></td>
<td>
<div align="center">
<% = FileItem.Size %>
</div></td>
<td>
<div align="center">
<% = FileItem.DateCreated %>
</div></td>
<td>
<div align="center">
<% = FileItem.DateLastModified %>
</div></td>
</tr>
<%
Next
for Each FileItem In FileObj
Dim FileIcon,FileExtName
FileExtName = Mid(CStr(FileItem.Name),Instr(CStr(FileItem.Name),".")+1)
'/////////////////////////////lzp只显示目录和模版文件,其他文件不显示
if lcase(FileExtName)="html" or lcase(FileExtName)="htm" or lcase(FileExtName)="sty"then
'///////////////////////////////
FileIcon = FileIconDic.Item(LCase(FileExtName))
if FileIcon = "" then
FileIcon = "../../Images/FileIcon/unknown.gif"
end if
%>
<tr style="background:white;cursor:default;">
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tr title="双击鼠标进入此目录">
<td><img src="<% = FileIcon %>"></td>
<td><span File="<% = FileItem.Name %>"><% = FileItem.Name %></span></td>
</tr>
</table></td>
<td>
<div align="center">
<% = FileItem.Type %>
</div></td>
<td>
<div align="center">
<% = FileItem.Size %>
字节</div></td>
<td>
<div align="center">
<% = FileItem.DateCreated %>
</div></td>
<td>
<div align="center">
<% = FileItem.DateLastModified %>
</div></td>
</tr>
<%
else
end if
next
%>
</table>
</body>
</html>
<%
Set Conn = Nothing
Set FS = Nothing
Set FolderObj = Nothing
Set FileObj = Nothing
Set SubFolderObj = Nothing
Set FileIconDic = Nothing
%>
<script>
function FolderFileObj(Obj,Index,Selected)
{
this.Obj=Obj;
this.Index=Index;
this.Selected=Selected;
}
function IntialListObjArray()
{
var CurrObj=null,j=1;
for (var i=0;i<document.all.length;i++)
{
CurrObj=document.all(i);
if ((CurrObj.Path!=null)||(CurrObj.File!=null))
{
ListObjArray[ListObjArray.length]=new FolderFileObj(CurrObj,j,false);
j++;
}
}
}
function SelectFolderOrFile()
{
var el=event.srcElement;
var i=0;
if ((event.ctrlKey==true)||(event.shiftKey==true))
{
if (event.ctrlKey==true)
{
for (i=0;i<ListObjArray.length;i++)
{
if (el==ListObjArray[i].Obj)
{
if (ListObjArray[i].Selected==false)
{
ListObjArray[i].Obj.className='TempletSelectItem';
ListObjArray[i].Selected=true;
}
else
{
ListObjArray[i].Obj.className='TempletItem';
ListObjArray[i].Selected=false;
}
}
}
}
if (event.shiftKey==true)
{
var MaxIndex=0,ObjInArray=false,EndIndex=0,ElIndex=-1;
for (i=0;i<ListObjArray.length;i++)
{
if (ListObjArray[i].Selected==true)
{
if (ListObjArray[i].Index>=MaxIndex) MaxIndex=ListObjArray[i].Index;
}
if (el==ListObjArray[i].Obj)
{
ObjInArray=true;
ElIndex=i;
EndIndex=ListObjArray[i].Index;
}
}
if (ElIndex>MaxIndex)
{
if (MaxIndex>0)
for (i=MaxIndex-1;i<EndIndex;i++)
{
ListObjArray[i].Obj.className='TempletSelectItem';
ListObjArray[i].Selected=true;
}
else
{
ListObjArray[ElIndex].Obj.className='TempletSelectItem';
ListObjArray[ElIndex].Selected=true;
}
}
else
{
if (ObjInArray)
{
for (i=EndIndex;i<MaxIndex-1;i++)
{
ListObjArray[i].Obj.className='TempletSelectItem';
ListObjArray[i].Selected=true;
}
if (ElIndex>=0)
{
ListObjArray[ElIndex].Obj.className='TempletSelectItem';
ListObjArray[ElIndex].Selected=true;
}
}
}
}
}
else
{
for (i=0;i<ListObjArray.length;i++)
{
if (el==ListObjArray[i].Obj)
{
ListObjArray[i].Obj.className='TempletSelectItem';
ListObjArray[i].Selected=true;
}
else
{
ListObjArray[i].Obj.className='TempletItem';
ListObjArray[i].Selected=false;
}
}
}
}
function OpenFolder(Obj)
{
var SubmitPath='';
if (CurrPath=='/') SubmitPath=escape(CurrPath+Obj.Path);
else SubmitPath=escape(CurrPath+'/'+Obj.Path);
location.href='NewsTemplet_List.asp?Path='+SubmitPath;
}
function OpenParentFolder(Obj)
{
location.href='NewsTemplet_List.asp?Path='+Obj.Path;
}
</script>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -