[mapserver-commits] r8310 - trunk/docs/_templates

svn at osgeo.org svn at osgeo.org
Mon Dec 29 08:17:54 EST 2008


Author: tomkralidis
Date: 2008-12-29 08:17:53 -0500 (Mon, 29 Dec 2008)
New Revision: 8310

Modified:
   trunk/docs/_templates/layout.html
Log:
add link to About page


Modified: trunk/docs/_templates/layout.html
===================================================================
--- trunk/docs/_templates/layout.html	2008-12-29 13:16:33 UTC (rev 8309)
+++ trunk/docs/_templates/layout.html	2008-12-29 13:17:53 UTC (rev 8310)
@@ -5,16 +5,15 @@
 {% block relbar1 %}
 
 <div style="padding: 10px 10px 15px 15px; background-color: white; text-align: right; float: right; vertical-align: bottom;">
-<a href="{{ pathto('documentation') }}" title="Docs">Docs</a> <a href="/MapServer.pdf"><img src="{{ pathto("_static/pdf.png", 1)}}" alt="PDF icon"/></a> |
-<a href="http://mapserver.osgeo.org/download.html#development-source" title="Source">Source</a> |
-<a href="http://trac.osgeo.org/mapserver" title="Bugs">Bugs</a> |
-<a href="{{ pathto('download') }}" title="Download">Download </a>
+  <a href="{{ pathto('about') }}" title="About">About</a> |
+  <a href="{{ pathto('documentation') }}" title="Docs">Docs</a> <a href="/MapServer.pdf" title="PDF"><img src="{{ pathto("_static/pdf.png", 1)}}" alt="PDF icon"/></a> |
+  <a href="http://mapserver.osgeo.org/download.html#development-source" title="Source">Source</a> |
+  <a href="http://trac.osgeo.org/mapserver" title="Bugs">Bugs</a> |
+  <a href="{{ pathto('download') }}" title="Download">Download </a>
 </div>
 
 <div style="padding: 10px 10px 15px 15px; background-color: white; text-align: left">
-<a href="{{ pathto('index') }}" title="Home">
-    <img src="{{ pathto("_static/mapserver.jpg", 1) }}" alt="MapServer logo" border="0" />
-</a>
+  <a href="{{ pathto('index') }}" title="Home"><img src="{{ pathto("_static/mapserver.jpg", 1) }}" alt="MapServer logo" border="0" /></a>
 </div>
 
 {{ super() }}



More information about the mapserver-commits mailing list