View/Edit #4592!description

File name: description
<HTML><HEAD>
  <TITLE>Listing of files.</TITLE>
<%=$html_utils:nav_links(this:www_nav_links())%>
</HEAD>

<%=this.header%>

<H3>Listing of files for <%=this%>.</H3>
<CENTER>
<TABLE BORDER=1>
<TR><TH>Name</TH><TH>Size</TH><TH>Access</TH><TH>URL</TH></TR>
<%
for filename in (this:filelist())
%>
  <TR>
    <TD><%=filename%></TD>
    <TD><%=this:filesize(filename)%></TD>
    <TD><%=this:fileaccess(filename) == "r" ? "public" | "private"%></TD>
    <TD><A HREF="<%=$www:fileurl(this, filename)%>">Download</A></TD>
  </TR>
<%
  $command_utils:suspend_if_needed();
endfor
%>
</TABLE>
</CENTER>
<P>
Note: The usual method of getting a file listing for any MOO object is to add a ! to the end of the URL.  Eg: <A HREF="/<%=toint(this)%>!"><%=$www.url%><%=toint(this)%>!</A>
<P>

<%=this:viewsourcelink()%>

<%=this.footer%>
<% this:tell_www_tail(@args); %>
</BODY></HTML>
<!-- Last modified by Dax (#789) on Mon Oct 22 14:56:45 2001 MDT. -->

http://files.moo.ca:8081/4/5/9/2/description
Size: 938 bytes.
File perms: Readable


You are not logged in.

[home | help | who | search | setup | code]