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.

30 lines
784 B

  1. <!--
  2. This is the detail portion for Title, Abstract, URL, Size, and
  3. Modification Date.
  4. If there is a title, display it, otherwise display the virtual path.
  5. -->
  6. <dl>
  7. <%begindetail%>
  8. <p>
  9. <dt>
  10. <%CiCurrentRecordNumber%>.
  11. <%if DocTitle isempty%>
  12. <b><a href="<%EscapeURL vpath%>"><%filename%></a></b>
  13. <%else%>
  14. <b><a href="<%EscapeURL vpath%>"><%DocTitle%></a></b>
  15. <%endif%>
  16. <dd>
  17. <b><i>Abstract: </I></b><%characterization%>
  18. <br>
  19. <cite>
  20. <a href="<%EscapeURL vpath%>">http://<%server_name%><%vpath%></a>
  21. <font size=-1> - <%if size eq ""%>(size and time unknown)<%else%>size <%size%> bytes - <%write%> GMT<%endif%></font>
  22. </cite>
  23. <%enddetail%>
  24. </dl>