| <?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{ |
| ?> |
| |
| <?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'); |
| } |
| ?> |