windows-nt/Source/XPSP1/NT/inetsrv/query/web/html/scripts/detail2.htx

22 lines
446 B
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
<!--
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>