Leaked source code of windows server 2003
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.2 KiB

  1. <html>
  2. <head>
  3. <title>Build Results for SAPI 5.0</title>
  4. </head>
  5. <body background="sand.gif">
  6. <font face="arial" color="7f7f7f">
  7. <center><h1>SAPI 5.0 Build Results - Top Level</h1><hr></center>
  8. <table width="80%" align=center>
  9. <tr>
  10. <td width="50%"><font size=2>
  11. <%
  12. BuildNum = Request.QueryString("bldnum")
  13. Response.Write("<h3>Contents of buildall.log for build #")
  14. Response.Write(BuildNum)
  15. Response.Write("</h3>")
  16. Set fso = CreateObject("Scripting.FileSystemObject")
  17. Set logfile = fso.GetFile("\\iking-dubbel\sapi5\" & BuildNum & "\logs\buildall.log")
  18. Set logstream = logfile.OpenAsTextStream
  19. do while logstream.AtEndOfStream <> True
  20. Response.Write(logstream.Readline)
  21. if logstream.line > 3 then
  22. Response.Write("<br>")
  23. end if
  24. loop
  25. logstream.Close
  26. %>
  27. </font></td>
  28. <td valign=top><h3>BVT Results by Platform</h3>
  29. <font color=red><b>REAL SOON NOW....</b></font>
  30. </td>
  31. </tr>
  32. </table>
  33. <b><center>
  34. <%
  35. Response.Write("Complete log files available through <a href=""\\iking-dubbel\sapi5\")
  36. Response.Write(BuildNum)
  37. Response.Write("\logs\"">")
  38. Response.Write("this link</a>.")
  39. %>
  40. </center></b>
  41. <hr>
  42. </font>
  43. <h5>NOTE: All information contained on this page is Microsoft confidential. </h5>
  44. </body>
  45. </html>