{sdcms:include("../header_left.html")}
{sdcms:rs table="sd_admin_menu" where="followid=6 and islock=1[admin_lever_where]" order="ordnum,id"}
○ {$rs[title]}
{/sdcms:rs} <%dim fso,fsofolder,fsocontent,fsocount%> <%dim xml,title,versions,author,website,plugkey%> <%set fso=createobject("scripting.filesystemobject")%> <%set fsofolder=fso.getfolder(server.mappath("../plug/"))%> <%set fsocontent=fsofolder.files%> <%for each fsocount in fsofolder.subfolders%> <%if sdcms.isfile("../plug/"&fsocount.name&"/config.xml") then%> <%set xml=server.createobject("microsoft.xmldom")%> <%xml.async=false%> <%xml.load(server.mappath("../plug/"&fsocount.name&"/config.xml"))%> <%title=xml.documentelement.childnodes(0).text%> <%plugkey=xml.documentelement.childnodes(4).text%> <%if sdcms.strlen(sdcms.getsys(plugkey))>0 then%>
○ <%=title%>
<%end if%> <%end if%> <%next%> <%set xml=nothing%> <%set fsofolder=nothing%> <%set fsocontent=nothing%>