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.
|
|
<% ' This is the detail portion for Title, Abstract, URL, Size, and ' Modification Date.
' If there is a title, display it, otherwise display the virtual path. %> <p> <dt> <%=NextRecordNumber %>. <%if RS("DocTitle") = "" then%> <b><a href="<%= RS("vpath")%>"><%=RS("filename")%></a></b> <%else%> <b><a href="<%=RS("vpath")%>"><%=RS("DocTitle")%></a></b> <%end if%> <dd> <b><i>Abstract: </I></b><%=RS("characterization")%> <br> <cite> <a href="<%=RS("vpath")%>">http://<%=Request("server_name")%><%=RS("vpath")%></a>
<font size=-1> - <%if RS("size") = "" then%>(size and time unknown)<%else%>size <%=RS("size")%> bytes - <%=RS("write")%> GMT<%end if%></font> </cite>
|