[Mapbender-commits] r3542 - trunk/mapbender/http/include

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Feb 12 06:15:40 EST 2009


Author: christoph
Date: 2009-02-12 06:15:40 -0500 (Thu, 12 Feb 2009)
New Revision: 3542

Added:
   trunk/mapbender/http/include/template_splash.php
Log:
http://trac.osgeo.org/mapbender/ticket/231

Added: trunk/mapbender/http/include/template_splash.php
===================================================================
--- trunk/mapbender/http/include/template_splash.php	                        (rev 0)
+++ trunk/mapbender/http/include/template_splash.php	2009-02-12 11:15:40 UTC (rev 3542)
@@ -0,0 +1,6 @@
+<?php
+echo "<img src='../img/indicator_wheel.gif'>&nbsp;" . 
+	"<b>Ma<font color='#0000CE'>p</font><font color='#C00000'>b</font>ender " . 
+	MB_VERSION_NUMBER . " " . strtolower(MB_VERSION_APPENDIX) . "</b>..." .
+	"loading application '" . $gui_id . "'";
+?>



More information about the Mapbender_commits mailing list