[Mapbender-commits] r3482 - branches/astroidex_25/http/php

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Jan 22 17:33:24 EST 2009


Author: astrid_emde
Date: 2009-01-22 17:33:24 -0500 (Thu, 22 Jan 2009)
New Revision: 3482

Modified:
   branches/astroidex_25/http/php/mb_listGUIs.php
Log:
Mapbender and _mb(..) added

Modified: branches/astroidex_25/http/php/mb_listGUIs.php
===================================================================
--- branches/astroidex_25/http/php/mb_listGUIs.php	2009-01-22 22:32:05 UTC (rev 3481)
+++ branches/astroidex_25/http/php/mb_listGUIs.php	2009-01-22 22:33:24 UTC (rev 3482)
@@ -51,8 +51,7 @@
 	$result = db_prep_query($sql,$v,$t);
 	
 	$category = NULL;
-
-	echo "<h1>Available GUIs</h1>";
+echo "<h1><font align='left' color='#000000'>Ma</font><font color='#0000CE'>p</font><font color='#C00000'>b</font><font color='#000000'>ender </font> - "._mb('available Applications')."</h1>";
 	printf("<p><a href=\"../php/mod_logout.php?%s\"><img src=\"../img/button_gray/logout_off.png\" onmouseover=\"this.src='../img/button_gray/logout_over.png'\" onmouseout=\"this.src='../img/button_gray/logout_off.png'\" title=\"Logout\"></a></p>",SID);
 	
 	$total_guis = 0;
@@ -64,9 +63,13 @@
 			
 			if(strlen($row["category_name"]) > 0) {
 				printf("<h2 class=\"gui_category\">%s</h2>",$row["category_name"]);
+			}else{
+				printf("<h2 class=\"gui_category\">%s</h2>","Applcations");
 			}
 			if(strlen($row["category_description"]) > 0) {
 				printf("<p class=\"gui_category_description\"><em>%s</em></p>",$row["category_description"]);
+			}else{
+				printf("<p class=\"gui_category_description\"><em>%s</em></p>","Applications without category connection");
 			}
 			
 			echo "<ul class=\"gui_list\">";



More information about the Mapbender_commits mailing list