blob: 8299b254388bc6a5c9e1c705e0ed2eb812f6793a [file] [log] [blame]
tle237bacc2011-09-29 22:56:14 +00001
2<?php
3
4if (isset($incubating) && ($incubating == "true")) {
5 echo '<title>WTP Incubator Downloads</title>';
6}
7else {
8 echo '<title>WTP Downloads</title>';
9}
10
11?>
12
13
14</head>
15
16<body>
17
18
19
20
21
22
23
24
25
26<?php if (isset($incubating) && ($incubating == "true")) {
27 echo "<table BORDER=0 CELLSPACING=2 CELLPADDING=2 WIDTH=\"100%\">";
28 echo " <tr>";
29 echo " <td ALIGN=left><font face=\"'Bitstream Vera',Helvetica,Arial\" size=\"+2\"><b><?php echo \"$type\";?>";
30 echo " Build: $build</b></font></td>";
31 echo " <td align=\"right\" rowspan=\"3\"><a";
32 echo " href=\"http://www.eclipse.org/projects/what-is-incubation.php\"><img";
33 echo " src=\"http://www.eclipse.org/images/egg-incubation.png\"";
34 echo " alt=\"Incubation\" align=\"middle\" border=\"0\"></a></td>";
35
36
37 echo " <tr valign=\"top\">";
38 echo " <td><font size=\"-1\">" . $builddate . "</font></td>";
39 echo " </tr>";
40 echo " <tr valign=\"top\">";
41 echo " <td>";
42 echo " <p>The Eclipse Web Tools Platform (WTP) Incubator Project provides";
43 echo " tools for development that are just getting started, or are";
44 echo " experimental in some fashion.</p>";
45 echo " </td>";
46 echo " </tr>";
47 echo "</table>";
48
49} else {
50
51 echo "<table BORDER=0 CELLSPACING=2 CELLPADDING=2 WIDTH=\"100%\">";
52 echo " <tr>";
53 echo " <td ALIGN=left><font face=\"'Bitstream Vera',Helvetica,Arial\" size=\"+2\"><b>$type";
54 echo " Build: " . $build . "</b></font></td>";
55
56 echo " <tr valign=\"top\">";
57 echo " <td><font size=\"-1\">" . $builddate . "</font></td>";
58 echo " </tr>";
59 echo " <tr valign=\"top\">";
60 echo " <td>";
61 echo " <p>The Eclipse Web Tools Platform Project provides tools for Web";
62 echo " Development, and is a platform for adopters making add-on tools for";
63 echo " Web Development.</p>";
64 echo " </td>";
65 echo " </tr>";
66 echo "</table>";
67
68} ?>
69
70
71 <table border=0 cellspacing=2 cellpadding=2 width="100%">
72 <tr>
73 <td align="left" valign="top" bgcolor="#0080C0"><font
74 face="'Bitstream Vera',Helvetica,Arial" color="#FFFFFF">All-in-one
75 Packages</font></td>
76 </tr>
77 <tr>
78 <td>
79 <p>
80 For most uses, we recommend web-developers download the
81 "all-in-one" package, <a href="http://www.eclipse.org/downloads/">Eclipse
82 IDE for Java EE Developers</a>, from the main Eclipse download
83 site.
84 </p>
85 </td>
86 </tr>
87 </table>