Bug 553198 - Remove link to project source locations page

Change-Id: Ic57e9e3d38f7b0b109b05fe7de8552f3b132bad8
Signed-off-by: kitlo <kitlo@us.ibm.com>
diff --git a/addons/babel.eclipse.org/html/head.php b/addons/babel.eclipse.org/html/head.php
index 7af2864..bb86028 100644
--- a/addons/babel.eclipse.org/html/head.php
+++ b/addons/babel.eclipse.org/html/head.php
@@ -48,7 +48,6 @@
     <div id="header-nav">
     <ul>
         <li><a class="first_one" href="./" target="_self">Home</a></li> 
-        <li><a  href="project_source_locations.php" target="_self">For committers</a></li> 
         <li><a  href="stats.php" target="_self">Translation Statistics</a></li>
         <li><a  href="recent.php" target="_self">Recent Translations</a></li> 
         <li><a  href="//www.eclipse.org/babel" target="_self">About Babel</a></li> 
diff --git a/html/content/en_project_source_locations.php b/html/content/en_project_source_locations.php
index 9506c31..86823a0 100644
--- a/html/content/en_project_source_locations.php
+++ b/html/content/en_project_source_locations.php
@@ -1,5 +1,4 @@
 <script src="js/projectSourceLocations.js" type='text/javascript'></script>
-<script src="js/train.js" type='text/javascript'></script>
 <div id="maincontent">
 <div id="midcolumn">
 <h1><?= $pageTitle ?></h1>
@@ -113,7 +112,6 @@
 	}
 	
 	function fnSetTrain() {
-		<?# Update train according to selected project/version  ?>
 		if(typeof(project_trains[document.form1.project_id.value][cleanVersion(document.form1.version.options[document.form1.version.selectedIndex].value)]) != "undefined") {
 			for(i = 0; i < document.form1.train_id.length; i++) {
 				document.form1.train_id.options[i].selected = "";
diff --git a/html/importing.php b/html/importing.php
index 66375e6..0d047f2 100644
--- a/html/importing.php
+++ b/html/importing.php
@@ -27,8 +27,6 @@
 
 <h1 id="page-message">Help Getting Projects into Babel</h1>
 <div id="index-page">
-	
-
 
 	<a href="https://bugs.eclipse.org/bugs/enter_bug_wizard.cgi"><img src="<?php echo imageRoot() ?>/large_icons/apps/system-users.png"><h2>Eager Translators</h2></a>
 	<br style='clear: both;'>
@@ -45,17 +43,6 @@
 		<li>Submit the bug. 
 	</ol> 
 
-	<a href="login_oauth.php"><img src="<?php echo imageRoot() ?>/large_icons/apps/preferences-desktop-theme.png"><h2>Project Leads</h2></a>
-	<br style='clear: both;'>
-	<p>
-	If you are a project lead and your project is not included in Babel then follow the steps below.
-	</p>
-	<ol>
-		<li><a href="login_oauth.php">Log into Babel</a>.
-		<li>Click on the 'FOR COMMITTERS' link at the top left hand corner of the web page.
-		<li>Follow the instructions on that page, good luck!
-	</ol>	
-		
 </div>
 
 <script>YAHOO.languageManager.getAjaxLanguages();</script>