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.

44 lines
1.1 KiB

  1. <!--
  2. This is the detail portion for author, URL, title, and abstract.
  3. If there isn't an author for the file, display an non-breaking space
  4. so the table is formatted correctly.
  5. If there is a title, display it, otherwise display the virtual path.
  6. -->
  7. <table border="1">
  8. <tr>
  9. <th width=147 align="left">Author</th>
  10. <th width=147 align="left">Date</th>
  11. <th width=147 align="left">Title and Abstract</th>
  12. </tr>
  13. <%begindetail%>
  14. <tr>
  15. <td>
  16. <%if DocAuthor isempty%>
  17. &nbsp;
  18. <%else%>
  19. <%DocAuthor%>
  20. <%endif%>
  21. </td>
  22. <td>
  23. <%write%>
  24. </td>
  25. <td>
  26. <%if DocTitle isempty%>
  27. <b><a href="<%EscapeURL vpath%>"><%filename%></a></b>
  28. <%else%>
  29. <b><a href="<%EscapeURL vpath%>"><%DocTitle%></a></b>
  30. <%endif%>
  31. <br>
  32. <a href="<%EscapeURL vpath%>"><I>http://<%server_name%><%vpath%></i></a>
  33. <br>
  34. <%characterization%>
  35. </td>
  36. </tr>
  37. <%enddetail%>
  38. </table>