summaryrefslogtreecommitdiff
path: root/tools/mmd/MmdWidgets.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/mmd/MmdWidgets.py')
-rw-r--r--tools/mmd/MmdWidgets.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/mmd/MmdWidgets.py b/tools/mmd/MmdWidgets.py
index 6e55036..44ff5de 100644
--- a/tools/mmd/MmdWidgets.py
+++ b/tools/mmd/MmdWidgets.py
@@ -249,6 +249,18 @@ def cancelRegistrationWidget ():
return html
+def creditsWidget ():
+ html = '''
+ <div>
+ Thanks to <a href="http://openstreetmap.org/">OpenStreetMap</a> for this great project. Plotting the
+ trajectory would not have been possible without <a href="http://openlayers.org">OpenLayers</a> JavaScript
+ Mapping Library and the <a href="http://rhodesmill.org/pyephem/index.html">PyEphem</a> module to compute
+ astronomical data.
+ </div>
+ '''
+
+ return html
+
def errorWidget (error_message):
html = '''
<h3>An error occured!</h3>