blob: cb6ae233d946f191ef84fc9658d909d4f90ba5cf [file] [log] [blame]
<?php
if(isset($_GET['action']) and $_GET['action'] == 'project'){
?>
<a href="http://eclipse.org/juno/planning/SimultaneousReleaseOverview.php">Back to Project List</a>
<br>
<?php
}else{
?>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<?php
}
?>
<a href="http://eclipse.org/juno/planning/SimultaneousReleaseGrid.php">Top Level Overview Grid</a>
<br>
<a href="http://eclipse.org/juno/planning/SimultaneousReleaseGrid.php?showallprojects=true">All Projects Overview Grid</a>
<?php
if(isset($_GET['action']) and $_GET['action'] == 'project'){
include('SimultaneousReleaseKey.php');
}
?>