当前位置:内容 >
区块管理
新建区块
区块列表
文件名称
区块说明
调用代码
更新日期
管理
<%dim fso,fsofolder,fsocontent,fsocount%> <%set fso=createobject("scripting.filesystemobject")%> <%set fsofolder=fso.getfolder(server.mappath(""&webroot&"theme/"&theme_root&"/block"))%> <%set fsocontent=fsofolder.files%> <%dim fsoitem,i%> <%i=0%> <%for each fsoitem in fsocontent%> <%if lcase(fsoitem.name)<>"config.asp" then%> <%dim name:name=fsoitem.name%> <%dim txt:txt=mid(name,instr(name,"."))%>
">
"><%=replace(name,txt,"")%>
<%=getblockname("block/"&name)%>
" onFocus="this.select()">
<%=fsoitem.datelastmodified%>
">编辑
">删除
<%i=i+1%> <%end if:next%> <%if i=0 then%>
没有区块
<%end if%> <%set fso=nothing%> <%set fsofolder=nothing%> <%set fsocontent=nothing%>