[GRASS-SVN] r41045 - grass-web/trunk/download
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Feb 16 10:52:35 EST 2010
Author: neteler
Date: 2010-02-16 10:52:34 -0500 (Tue, 16 Feb 2010)
New Revision: 41045
Modified:
grass-web/trunk/download/software_auto.inc
Log:
prettified
Modified: grass-web/trunk/download/software_auto.inc
===================================================================
--- grass-web/trunk/download/software_auto.inc 2010-02-16 13:43:34 UTC (rev 41044)
+++ grass-web/trunk/download/software_auto.inc 2010-02-16 15:52:34 UTC (rev 41045)
@@ -11,20 +11,20 @@
$userAgent = strtolower($_SERVER['HTTP_USER_AGENT']);
if (strpos($userAgent, 'linux')) {
$platform = 'linux';
- echo "<br> <img src=\"../images/logo_lin.png\" alt=\"GNU/Linux\"> Free download of GRASS GIS for <a href=\"../grass64/binary/linux/snapshot/\">GNU/Linux</a>! ";
+ echo "<br><center><img src=\"../images/logo_lin.png\" alt=\"GNU/Linux\"> Free download of GRASS GIS for <a href=\"../grass64/binary/linux/snapshot/\">GNU/Linux</a>!</center>";
}
else if (strpos($userAgent, 'macintosh') || strpos($userAgent, 'mac platform x')) {
$platform = 'mac';
- echo "<br> <img src=\"../images/logo_mac.png\" alt=\"MacOSX\"> Free download of GRASS GIS for <a href=\"../grass64/binary/macosx/\">MacOSX</a>! ";
+ echo "<br><center><img src=\"../images/logo_mac.png\" alt=\"MacOSX\"> Free download of GRASS GIS for <a href=\"../grass64/binary/macosx/\">MacOSX</a>!</center>";
}
else if (strpos($userAgent, 'windows') || strpos($userAgent, 'win32')) {
$platform = 'windows';
- echo "<br> <img src=\"../images/logo_win.png\" alt=\"MS-Windows\"> Free download of GRASS GIS for <a href=\"../grass64/binary/mswindows/native\">MS-Windows</a>! ";
+ echo "<br><center><img src=\"../images/logo_win.png\" alt=\"MS-Windows\"> Free download of GRASS GIS for <a href=\"../grass64/binary/mswindows/native\">MS-Windows</a>!</center>";
}
echo "<p><center><small><a href=\"../grass64/manuals/html64_user/helptext.html\">First steps manual</a> |
<a href=\"../download/data.php\">Sample datasets</a> |
- <a href=\"software.php\">Other operating systems</a></small></center>";
+ <a href=\"software.php\">Other platforms and source code</a></small></center>";
?>
<p>
</big>
More information about the grass-commit
mailing list