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.

22 lines
805 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. <p>
  7. <dt>
  8. <%=NextRecordNumber %>.
  9. <%if RS("DocTitle") = "" then%>
  10. <b><a href="<%= RS("vpath")%>"><%=RS("filename")%></a></b>
  11. <%else%>
  12. <b><a href="<%=RS("vpath")%>"><%=RS("DocTitle")%></a></b>
  13. <%end if%>
  14. <dd>
  15. <b><i>Abstract: </I></b><%=RS("characterization")%>
  16. <br>
  17. <cite>
  18. <a href="<%=RS("vpath")%>">http://<%=Request("server_name")%><%=RS("vpath")%></a>
  19. <font size=-1> - <%if RS("size") = "" then%>(size and time unknown)<%else%>size <%=RS("size")%> bytes - <%=RS("write")%> GMT<%end if%></font>
  20. </cite>