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.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/tools/mmd/MmdWidgets.py b/tools/mmd/MmdWidgets.py
index d5fa2a1..8361002 100644
--- a/tools/mmd/MmdWidgets.py
+++ b/tools/mmd/MmdWidgets.py
@@ -63,6 +63,11 @@ def computeTrajectory (longitude, latitude, elevation):
def loginFormWidget ():
html = '''
+ <!--
+ <script type="text/javascript" src="/jquery.js"></script>
+ <script type="text/javascript">
+ </script>
+ -->
Please enter your email and password in the form below.
<form method="post" accept-charset="UTF-8">
<table>
@@ -375,7 +380,7 @@ def dataWidget (session):
<hr />
<div>Time: 00 D 00 H 00 M 00 S</div>
<div title="Longitude of sub satellite point in degrees east/west of Greenwich">SSP Longitude: {1}</div>
- <div title="Latitude of sub satellite point in degrees north/south o equator">SSP Latitude: {2}</div>
+ <div title="Latitude of sub satellite point in degrees north/south of equator">SSP Latitude: {2}</div>
<div title="Satellite's altitude above sea level in meters">Altitude: {3}m</div>
<hr />
<div><a href="?cmd=submitForm">Submit</a> a report</div>