[Analogue-commits] r115 - in www: . images include

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Apr 25 13:39:07 CEST 2009


Author: gsimpson
Date: 2009-04-25 13:39:07 +0200 (Sat, 25 Apr 2009)
New Revision: 115

Modified:
   www/images/Refresh.css
   www/include/menu.inc
   www/index.php
Log:
fixes to php issues in new menu

Modified: www/images/Refresh.css
===================================================================
--- www/images/Refresh.css	2009-04-25 11:01:30 UTC (rev 114)
+++ www/images/Refresh.css	2009-04-25 11:39:07 UTC (rev 115)
@@ -82,13 +82,13 @@
     overflow: auto;  
     font: 500 0.8em/1.3em 'Lucida Console', 'courier new', monospace ;
     /* white-space: pre; */
-    background: #CCCCCC; /*#FAFAFA;*/
-    border: 1px solid #CCCCCC; /*#f2f2f2;*/
+    background: #FAFAFA; /*#FAFAFA;*/
+    border: 1px solid #F2F2F2; /*#f2f2f2;*/
 }
 kbd {
     font: 500 0.8em/1.3em 'Lucida Console', 'courier new', monospace ;
-    background: #CCCCCC; /*#FAFAFA;*/
-    border: 1px solid #CCCCCC; /*#f2f2f2;*/
+    background: #FAFAFA; /*#FAFAFA;*/
+    border: 1px solid #F2F2F2; /*#f2f2f2;*/
 }
 acronym {
   cursor: help;

Modified: www/include/menu.inc
===================================================================
--- www/include/menu.inc	2009-04-25 11:01:30 UTC (rev 114)
+++ www/include/menu.inc	2009-04-25 11:39:07 UTC (rev 115)
@@ -2,12 +2,12 @@
    echo "
    <div  id=\"menu\">
 			<ul>
-				<li" . $current == "home" ? "id=\"current\"" : "" . "><a href=\"index.php\">Home</a></li>
-				<li" . $current == "news" ? "id=\"current\"" : "" . "><a href=\"news.php\">Project News</a></li>
-				<li" . $current == "downloads" ? "id=\"current\"" : "" . "><a href=\"downloads.php\">Downloads</a></li>
-				<li" . $current == "documentation" ? "id=\"current\"" : "" . "><a href=\"documentation.php\">Documentation</a></li>
-				<li" . $current == "development" ? "id=\"current\"" : "" . "><a href=\"devel.php\">Development</a></li>
-				<li" . $current == "support" ? "id=\"current\"" : "" . "><a href=\"support.php\">Support</a></li>	
+				<li" . ($current == "home" ? " id=\"current\"" : "") . "><a href=\"index.php\">Home</a></li>
+				<li" . ($current == "news" ? " id=\"current\"" : "") . "><a href=\"news.php\">Project News</a></li>
+				<li" . ($current == "downloads" ? " id=\"current\"" : "") . "><a href=\"downloads.php\">Downloads</a></li>
+				<li" . ($current == "documentation" ? " id=\"current\"" : "") . "><a href=\"documentation.php\">Documentation</a></li>
+				<li" . ($current == "development" ? " id=\"current\"" : "") . "><a href=\"devel.php\">Development</a></li>
+				<li" . ($current == "support" ? " id=\"current\"" : "") . "><a href=\"support.php\">Support</a></li>	
 			</ul>
 		</div>
    ";

Modified: www/index.php
===================================================================
--- www/index.php	2009-04-25 11:01:30 UTC (rev 114)
+++ www/index.php	2009-04-25 11:39:07 UTC (rev 115)
@@ -48,7 +48,7 @@
 				palaeoecological data. analogue was started by 
 				<a href="http://www.ecrc.ucl.ac.uk/content/view/90/94/">Gavin Simpson</a> to bring together
 				functions written for various research projects and his Ph.D thesis. Recently, 
-				<a href="http://cc.oulu.fi/~jarioksa/">Jari Oksanen</a> has joined the development team.</p>
+				<a href="http://cc.oulu.fi/~jarioksa/">Jari Oksanen</a> joined the development team.</p>
 				<p><strong>analogue</strong> is free and open-source, released under version 2 of the
 				<a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html#SEC1">GNU GPL</a>.</p>
 				



More information about the Analogue-commits mailing list