david_williams | d39cc97 | 2009-01-10 19:06:17 +0000 | [diff] [blame^] | 1 | <?php |
| 2 | echo "<?xml version=\"1.0\" encoding=\"ISO-8859-1\" ?> \n" ; |
| 3 | ?> |
| 4 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| 5 | <html xmlns="http://www.w3.org/1999/xhtml"> |
| 6 | |
| 7 | <head> |
| 8 | |
| 9 | <link rel="stylesheet" href="http://dev.eclipse.org/default_style.css" /> |
| 10 | <link rel="stylesheet" href="../commonPages/wtpDropStyle.css" /> |
| 11 | <title>WTP Build Status</title> |
| 12 | </head> |
| 13 | <body> |
| 14 | |
| 15 | <H1>WTP Build Status</h1> |
| 16 | |
| 17 | <?php |
| 18 | putenv('TZ=America/New_York'); |
| 19 | echo date("Y-m-d h:i:sa",time()); |
| 20 | ?> |
| 21 | |
| 22 | <h3>3.0.x</h3> |
| 23 | <table border=1 cellpadding=5 cellspacing=0> |
| 24 | <tr> |
| 25 | <td><b> Build Mode </b> </td><td> <b>Code Release? </b></td><td> <b>Test Status</b> </td> |
| 26 | </tr> |
| 27 | <tr> |
| 28 | <td>Open</td><td><font color="green">Yes</font></td><td>Previous <a href="http://wiki.eclipse.org/WTP_Smoke_Test_Results_R304_010809">R304_010809</a></td> |
| 29 | </tr> |
| 30 | </table> |
| 31 | |
| 32 | <h3>3.1</h3> |
| 33 | <table border=1 cellpadding=5 cellspacing=0> |
| 34 | <tr> |
| 35 | <td><b> Build Mode</b> </td><td> <b> Code Release?</b></td><td> <b>Test Status</b> </td> |
| 36 | </tr> |
| 37 | <tr> |
| 38 | <td>Open</td><td><font color="green">Yes</font></td><td>Previous: <a href="http://wiki.eclipse.org/WTP_Smoke_Test_Results_R31_010809">R31_010809</a> </td> |
| 39 | |
| 40 | </tr> |
| 41 | </table> |
| 42 | |
| 43 | |
| 44 | |
| 45 | |
| 46 | </body> |
| 47 | </html> |
| 48 | |