blob: 70fa5cf87ed151fb83ba76d5a8ba1e7b99b0fadb [file] [log] [blame]
<?php
if(isset($_GET['action']) and $_GET['action'] == 'project'){
?>
<a href="http://eclipse.org/helios/planning/SimultaneousRleaseOverview.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/helios/planning/SimultaneousReleaseGrid.php">Top Level Overview Grid</a>
<br>
<a href="http://eclipse.org/helios/planning/SimultaneousReleaseGrid.php?showallprojects=true">All Projects Overview Grid</a>
<?php
if(isset($_GET['action']) and $_GET['action'] == 'project'){
include('SimultaneousReleaseKey.php');
}
?>