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