2025-04-27 07:49:33 -04:00

22 lines
467 B
Plaintext

<!--
This is the detail portion for Filename, URL, and size
-->
<dl>
<%begindetail%>
<br>
<dt>
<%CiCurrentRecordNumber%>.
<b><a href="<%EscapeURL vpath%>"><%filename%></a></b>
<dd>
<cite>
<a href="<%EscapeURL vpath%>">http://<%server_name%><%vpath%></a>
<font size=-1> - size <%if size eq ""%>(unknown)<%else%><%size%> bytes<%endif%></font>
</cite>
<%enddetail%>
</dl>