[Swift-commit] r4976 - in wwwdev: inc main

davidk at ci.uchicago.edu davidk at ci.uchicago.edu
Wed Aug 10 14:09:55 CDT 2011


Author: davidk
Date: 2011-08-10 14:09:55 -0500 (Wed, 10 Aug 2011)
New Revision: 4976

Modified:
   wwwdev/inc/footer2.php
   wwwdev/inc/header2.php
   wwwdev/main/index.php
Log:
Hide some of the features that aren't ready to use yet, like case studies and supported platforms


Modified: wwwdev/inc/footer2.php
===================================================================
--- wwwdev/inc/footer2.php	2011-08-10 12:44:00 UTC (rev 4975)
+++ wwwdev/inc/footer2.php	2011-08-10 19:09:55 UTC (rev 4976)
@@ -2,10 +2,12 @@
     <ul>
 		<li><a href="../downloads/index.php">downloads</a></li> 
 		<li><a href="../documentation/index.php">documentation</a></li> 
-		<li><a href="../case_studies/index.php">case studies</a></li> 
+	        <!-- 
+                <li><a href="../case_studies/index.php">case studies</a></li> 
+                -->
 		<li><a href="../papers/index.php">papers</a></li> 
 		<li><a href="../support/index.php">support</a></li>
 		<li class="last"><a href="../about/index.php">about</a></li>
 	</ul>
 	<div class="footer-blurb">The Swift project is supported by the National Science Foundation with additional support from NIH, Argonne National Laboratory and the University of Chicago Computation Institute.</div>
-  </div>
\ No newline at end of file
+  </div>

Modified: wwwdev/inc/header2.php
===================================================================
--- wwwdev/inc/header2.php	2011-08-10 12:44:00 UTC (rev 4975)
+++ wwwdev/inc/header2.php	2011-08-10 19:09:55 UTC (rev 4976)
@@ -13,7 +13,9 @@
   <ul id="nav">
     <li><a href="../downloads/index.php"<?php if (strpos($p, 'downloads')) echo' class="current"'?>>downloads</a></li> 
 	<li><a href="../docs/index.php"<?php if (strpos($p, 'docs')) echo' class="current"'?>>documentation</a></li> 
-	<li><a href="../case_studies/index.php"<?php if (strpos($p, 'case_studies')) echo' class="current"'?>>case studies</a></li> 
+	<!-- 
+        <li><a href="../case_studies/index.php"<?php if (strpos($p, 'case_studies')) echo' class="current"'?>>case studies</a></li> 
+        -->
 	<li><a href="../papers/index.php"<?php if (strpos($p, 'papers')) echo' class="current"'?>>papers</a></li> 
 	<li class="last"><a href="../support/index.php"<?php if (strpos($p, 'support')) echo' class="current"'?>>support</a></li> 
-  </ul>
\ No newline at end of file
+  </ul>

Modified: wwwdev/main/index.php
===================================================================
--- wwwdev/main/index.php	2011-08-10 12:44:00 UTC (rev 4975)
+++ wwwdev/main/index.php	2011-08-10 19:09:55 UTC (rev 4976)
@@ -80,17 +80,21 @@
 		<a href="../papers/index.php" class="trailingLink">read the papers</a>
 	</div>
 	<!-- end feature -->
-	<div id="feature">
+	
+        <!-- 
+        <div id="feature">
 		<h3>
      	 Supported Platforms
     	</h3>
 		<p class="indented-half">Cillum brisket ad veniam exercitation andouille. Cillum turkey ut jowl in tail. Reprehenderit nisi pig ex culpa qui, ea meatball ball tip tenderloin pancetta pork. </p>
 		<a href="../downloads/index.php" class="trailingLink">explore downloads</a>
 	</div>
+        -->
 	<!-- end feature -->
   </div>
   <!-- end .grid_3 -->
   <div class="grid_3">
+        <!-- 
   	<div id="feature">
     	<h3>
      	 What Users Are Saying
@@ -101,6 +105,7 @@
 University of Chicago Hospitals</p>
 <a href="../case_studies/index.php" class="trailingLink">more case studies</a>
 	</div>
+        -->
 	<!-- end feature -->
 	<div id="feature">
 		<h3>What's New</h3>




More information about the Swift-commit mailing list