| <?php |
| echo '<?xml version="1.0" encoding="ISO-8859-1" ?>'; |
| ?> |
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| <html xmlns="http://www.w3.org/1999/xhtml"> |
| <head> |
| <title>Incubator Downloads</title> |
| </head> |
| <body> |
| |
| <?php |
| ini_set("display_errors", "true"); |
| error_reporting (E_ALL); |
| ?> |
| |
| |
| <?php |
| include ($App->getProjectCommon()); |
| include 'pagePropertyVariables.php'; |
| include 'buildbranches.php'; |
| include '../commonPages/topAndInit.php'; |
| ?> |
| <div id="rightcolumn"> |
| <div class="sideitem"> |
| <h6>Incubation</h6> |
| <div align="center"><a href="/projects/what-is-incubation.php"><img |
| align="center" src="/images/egg-incubation.png" |
| border="0" alt="Incubation" /></a></div> |
| </div> |
| </div> |
| <?php |
| include '../commonPages/latestBuilds.php'; |
| include '../commonPages/recentHistory.php'; |
| include '../commonPages/bottomAndFooter.php'; |
| ?> |
| |
| |
| |
| </body> |
| </html> |
| |