blob: 460a23a4a3384a69eaedd795d76d8a006c4e8f14 [file] [log] [blame]
david_williamsd39cc972009-01-10 19:06:17 +00001<?php
2echo "<?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
18putenv('TZ=America/New_York');
19echo 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