blob: 21d23ebc17bf1d331840250f5f339e8246f14865 [file] [log] [blame]
<?php $areaRelative = "."; require_once "$areaRelative/_defs.php"; include "$areaRoot/_header.php";
########################################################################
require_once "$areaRoot/downloads.php";
$App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="/modeling/includes/common.css"/>' . "\n\t");
$App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="/modeling/includes/downloads.css"/>' . "\n\t");
$App->AddExtraHtmlHeader('<script src="/modeling/includes/downloads.js" type="text/javascript"></script>' . "\n\t");
//$pageTitle = "";
//$pageKeywords = "";
$pageAuthor = "Eike Stepper";
print '<div id="midcolumn">';
printDownloads("http://www.eclipse.org/modeling/emf/downloads/index.php?project=cdo&showAll=0&showMax=5");
print '</div>';
########################################################################
include "$areaRoot/_footer.php"; ?>