<% set Obj = folders.ExtObject id = request("id") %> <%=Obj.AppName%> <%=Obj.AppEdition%> <% header = "header" if Obj.AppCompany <> "MetaProducts" then header="header-no-logo" %>
<% set prj = folders.ProjectByIID(CLng(id)) %>

Project: <%=prj.Caption %>

Offline URL:

  Browse the Project offline

Online URL:

   <%=prj.FirstURLLine %>

<%=prj.DownloadStats %>

Downloaded files: <%=prj.s200 %>
Not modified: <%=prj.s304 %>
Parsed files: <%=prj.SParsed %>
Not found: <%=prj.S400 %>
Error while downloading: <%=prj.SErrors %>
Aborted/Limited: <%=prj.SAborted %>
Downloaded files size: <%=prj.SSize %> bytes (<%=FormatNumber(CLng(prj.SSize)/1024/1024, 2)%> MBytes)