From 8f163642ecceac0e9eba916b1dfbd4d6d0ad63bb Mon Sep 17 00:00:00 2001 From: Jogi Hofmüller Date: Mon, 1 Aug 2011 09:21:12 +0000 Subject: - found a way to handle encoding - switched back to / as script handler git-svn-id: https://svn.spreadspace.org/mur.sat@87 7de4ea59-55d0-425e-a1af-a3118ea81d4c --- tools/mmd/MmdWidgets.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'tools/mmd/MmdWidgets.py') diff --git a/tools/mmd/MmdWidgets.py b/tools/mmd/MmdWidgets.py index 1402410..252b6f8 100644 --- a/tools/mmd/MmdWidgets.py +++ b/tools/mmd/MmdWidgets.py @@ -16,7 +16,7 @@ def loginFormWidget (): - Don't have an account yet? Register here! + Don't have an account yet? Register here! ''' return html @@ -116,7 +116,7 @@ def osmWidget (longitude = 15.4426, latitude = 47.06576): def statusWidget (ip, email): html = ''' - + mur.sat logo MURSAT1 Mission Dashboard @@ -134,7 +134,7 @@ def indexWidget (lcol, rcol, status): MURSAT1 Dashboard - +
@@ -164,9 +164,9 @@ def dataWidget (longitude = 15.44226, latitude = 47.06576):
Longitude: {0}
Latitude: {1}

-
Submit a report
-
Login to your personal account
-
View Log of reports
+
Submit a report
+
Login to your personal account
+
View Log of reports

Checkout the project page!
'''.format (longitude, latitude) -- cgit v1.2.3