summaryrefslogtreecommitdiff
path: root/tools/mmd/MmdWidgets.py
diff options
context:
space:
mode:
authorJogi Hofmüller <jogi@mur.at>2011-08-12 08:34:03 +0000
committerJogi Hofmüller <jogi@mur.at>2011-08-12 08:34:03 +0000
commit5062f841f312438194a9d1071c390f37970e6fd4 (patch)
treef1bf301027c20547684b9f7321e4dba459e60a0e /tools/mmd/MmdWidgets.py
parent- added handling of altitude value in register command and Session () (diff)
- fixed typo in dataWidget () SSP Latitude title
- fixed gap betwenn satellite's current SSP and curve git-svn-id: https://svn.spreadspace.org/mur.sat@134 7de4ea59-55d0-425e-a1af-a3118ea81d4c
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>