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