Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
446 B

  1. <!--
  2. This is the detail portion for Filename, URL, and size
  3. -->
  4. <dl>
  5. <%begindetail%>
  6. <br>
  7. <dt>
  8. <%CiCurrentRecordNumber%>.
  9. <b><a href="<%EscapeURL vpath%>"><%filename%></a></b>
  10. <dd>
  11. <cite>
  12. <a href="<%EscapeURL vpath%>">http://<%server_name%><%vpath%></a>
  13. <font size=-1> - size <%if size eq ""%>(unknown)<%else%><%size%> bytes<%endif%></font>
  14. </cite>
  15. <%enddetail%>
  16. </dl>