[Mapbender-commits] r7718 - in trunk/mapbender: http/geoportal
http/print/classes resources/locale/de_DE/LC_MESSAGES
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Wed Mar 23 08:55:39 EDT 2011
Author: armin11
Date: 2011-03-23 05:55:38 -0700 (Wed, 23 Mar 2011)
New Revision: 7718
Added:
trunk/mapbender/http/geoportal/geoportal_logo.png
trunk/mapbender/http/geoportal/geoportal_splash.php
Modified:
trunk/mapbender/http/print/classes/mbMapDecorator.php
trunk/mapbender/resources/locale/de_DE/LC_MESSAGES/Mapbender.po
Log:
New splash for geoportal, some translation
Added: trunk/mapbender/http/geoportal/geoportal_logo.png
===================================================================
(Binary files differ)
Property changes on: trunk/mapbender/http/geoportal/geoportal_logo.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/mapbender/http/geoportal/geoportal_splash.php
===================================================================
--- trunk/mapbender/http/geoportal/geoportal_splash.php (rev 0)
+++ trunk/mapbender/http/geoportal/geoportal_splash.php 2011-03-23 12:55:38 UTC (rev 7718)
@@ -0,0 +1,3 @@
+<?php
+echo "<table width='100%' style='background-color:#FFFFFF'><tr align='center'><td><br><br><br><br><img alt='ajax-loader' src='../img/ajax-loader.gif'>"."    "."<img alt='logo'src='../geoportal/geoportal_logo.png'>"."    "."<img alt='ajax-loader' src='../img/ajax-loader.gif'></td></tr><tr align='center'><td><br><strong>"._mb('please wait ... ')."</strong></td></tr>"."<tr align='center'><td><br>"._mb('Loading application: ')."" . $this->guiId . "</td></tr></table>";
+?>
Modified: trunk/mapbender/http/print/classes/mbMapDecorator.php
===================================================================
--- trunk/mapbender/http/print/classes/mbMapDecorator.php 2011-03-23 08:30:58 UTC (rev 7717)
+++ trunk/mapbender/http/print/classes/mbMapDecorator.php 2011-03-23 12:55:38 UTC (rev 7718)
@@ -68,7 +68,7 @@
}
}
$array_urls = $newArray_urls;
- $e = new mb_exception("print/classes/mbMapDecorator.php: array_urls[0]: ".$array_urls[0]);
+ $e = new mb_notice("print/classes/mbMapDecorator.php: array_urls[0]: ".$array_urls[0]);
$width = $this->conf->width;
$height = $this->conf->height;
$res = $this->pdf->objPdf->k * ($this->res_dpi/72);
Modified: trunk/mapbender/resources/locale/de_DE/LC_MESSAGES/Mapbender.po
===================================================================
--- trunk/mapbender/resources/locale/de_DE/LC_MESSAGES/Mapbender.po 2011-03-23 08:30:58 UTC (rev 7717)
+++ trunk/mapbender/resources/locale/de_DE/LC_MESSAGES/Mapbender.po 2011-03-23 12:55:38 UTC (rev 7718)
@@ -2317,6 +2317,12 @@
msgid "Preview could not be created"
msgstr "Vorschau konnte nicht gespeichert werden"
+msgid "Loading application: "
+msgstr "Lade Anwendung: "
+
+msgid "please wait ... "
+msgstr "Bitte warten ... "
+
#:../tools/mod_mailAbo.php
msgid "Mapbender was unable to access the services listed above. These service may be unreachable on short notice. Please contact the service provider listed in the service metadata. You will find the metadata by following the link mentioned above. Note: This e-mail has been sent automatically because you subscribed to this service. You can unsubscribe by logging in and clicking the unsubscribe button in the Mapbender metadata dialogue."
msgstr "Das GeoPortal hat Probleme beim Zugriff auf die oben in dieser E-Mail genannten Dienste. Es ist möglich, dass diese kurzfristig nicht verfügbar sind. Weitere Informationen erhalten Sie auf Anfrage beim Dienstebereitsteller, der in den Metadaten des Dienstes angegeben ist. Folgen Sie dazu dem oben in dieser E-Mail aufgeführten Link. Hinweis: Diese E-Mail wurde automatisiert erzeugt und der Versand von Ihnen beantragt. Diese E-Mail-Benachrichtigung können Sie jederzeit abbestellen, indem Sie das Abonnement über die Metadatenanzeige im GeoPortal deaktivieren."
More information about the Mapbender_commits
mailing list