index.shtml 789 B

12345678910111213141516171819202122232425
  1. <!--
  2. This is the page wrapper for the summary table of regression tests.
  3. This calls the script "regression-logs.pl" to generate the summary
  4. table. This file should be place at:
  5. http://boost.sourceforge.net/regression-logs/index.shtml
  6. Which is at this location in the shell SourceForge services:
  7. /home/groups/b/bo/boost/htdocs/regression-logs/index.shtml
  8. -->
  9. <html>
  10. <head>
  11. <title>Boost Regression Tests</title>
  12. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  13. </head>
  14. <body bgcolor="#FFFFFF" text="#000000">
  15. <table border="0">
  16. <tr>
  17. <td><img border="0" src="../c++boost.gif" width="277" height="86"></td>
  18. <td>
  19. <h1>Boost Regression Tests</h1>
  20. </td>
  21. </table>
  22. <!--#exec cmd="/usr/bin/perl /home/groups/b/bo/boost/cgi-bin/regression-logs.pl" -->
  23. </body>
  24. </html>
粤ICP备19079148号