| <?php require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php"); require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php"); require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php"); $App = new App(); $Nav = new Nav(); $Menu = new Menu(); include($App->getProjectCommon()); # All on the same line to unclutter the user's desktop' |
| $pageTitle = "Video and Content"; |
| $pageAuthor = ""; |
| $pageKeywords = "eclipse"; |
| |
| ob_start(); |
| ?> |
| |
| <div id="fullcolumn"> |
| <div id="midcolumn"> |
| <h1><?=$pageTitle;?></h1> |
| <b>Under Construction.</b> |
| <!-- |
| <ul> |
| <li><a href="2011.02.17.SetDirectionOrionDemo.mp4">Orion Demo raw video</a></li> |
| <li><a href="2011.02.17.SetDirectionOrionPodcast.mp3">Orion Demo raw audio</a></li> |
| </ul> |
| --></div> |
| </div> |
| <? $html = ob_get_clean(); |
| $App->generatePage($theme, $Menu, NULL, $pageAuthor, $pageKeywords, $pageTitle, $html); |
| ?> |