1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
|
Description: Fix broken links in HTML help pages
Author: Roberto Lumbreras <rover@debian.org>
Index: geotranz-3.3/GEOTRANS3/help/coordsys.htm
===================================================================
--- geotranz-3.3.orig/GEOTRANS3/help/coordsys.htm 2012-10-16 22:07:19.000000000 +0200
+++ geotranz-3.3/GEOTRANS3/help/coordsys.htm 2014-01-01 18:38:45.759278043 +0100
@@ -520,7 +520,7 @@
System (MGRS) Coordinates<o:p></o:p></b></p>
<p style='margin-top:6.0pt;margin-right:0in;margin-bottom:0in;margin-left:0in;
-margin-bottom:.0001pt;text-align:justify'><a href="..coordDescriptions.htm#MGRS">Description</a><span
+margin-bottom:.0001pt;text-align:justify'><a href="coordDescriptions.htm#MGRS">Description</a><span
class=MsoHyperlink><o:p></o:p></span></p>
<p style='margin-top:6.0pt;margin-right:0in;margin-bottom:0in;margin-left:0in;
@@ -552,7 +552,7 @@
Grid (USNG) Coordinates<o:p></o:p></b></p>
<p style='margin-top:6.0pt;margin-right:0in;margin-bottom:0in;margin-left:0in;
-margin-bottom:.0001pt;text-align:justify'><a href="..coordDescriptions.htm#USNG">Description</a><span
+margin-bottom:.0001pt;text-align:justify'><a href="coordDescriptions.htm#USNG">Description</a><span
class=MsoHyperlink><o:p></o:p></span></p>
<p style='margin-top:6.0pt;margin-right:0in;margin-bottom:0in;margin-left:0in;
@@ -662,7 +662,7 @@
the Easting/X coordinate value, in meters, and</p>
<p style='margin-top:6.0pt;margin-right:0in;margin-bottom:0in;margin-left:.5in;
-margin-bottom:.0001pt;text-align:justify'><a href="..fields.htm#northing">Northing/Y</a>
+margin-bottom:.0001pt;text-align:justify'><a href="fields.htm#northing">Northing/Y</a>
the Northing/Y coordinate value, in meters.</p>
<p style='margin-top:6.0pt;margin-right:0in;margin-bottom:0in;margin-left:0in;
Index: geotranz-3.3/GEOTRANS3/help/menubar.htm
===================================================================
--- geotranz-3.3.orig/GEOTRANS3/help/menubar.htm 2012-10-16 22:07:17.000000000 +0200
+++ geotranz-3.3/GEOTRANS3/help/menubar.htm 2014-01-01 18:38:45.779278204 +0100
@@ -900,7 +900,7 @@
margin-bottom:.0001pt;text-align:justify'><span style='font-size:12.0pt;
font-family:"Times New Roman"'>The Create Datum command allows you to create a
new user-defined 3-parameter or 7-parameter datum. It opens the <a
-href="../../../../../Desktop/GEOTRANS%20help/help%203.0/createDatumDlg.htm">Create
+href="createDatumDlg.htm">Create
Datum</a> dialog box where you can specify the code, name, and parameters for a
new user-defined datum.<o:p></o:p></span></p>
@@ -912,7 +912,7 @@
margin-bottom:.0001pt;text-align:justify'><span style='font-size:12.0pt;
font-family:"Times New Roman"'>The Delete Datum command allows you to delete a
previously created user-defined datum. It opens the <a
-href="../../../../../Desktop/GEOTRANS%20help/help%203.0/deleteDatumDlg.htm">Delete
+href="deleteDatumDlg.htm">Delete
Datum</a> dialog box where you can select the user-defined datum to be deleted.<o:p></o:p></span></p>
<p style='margin-top:6.0pt;margin-right:0in;margin-bottom:0in;margin-left:0in;
@@ -940,7 +940,7 @@
margin-bottom:.0001pt;text-align:justify'><span style='font-size:12.0pt;
font-family:"Times New Roman"'>The Create Ellipsoid command allows you to create
a new user-defined ellipsoid. It opens the <a
-href="../../../../../Desktop/GEOTRANS%20help/help%203.0/createEllipsoidDlg.htm">Create
+href="createEllipsoidDlg.htm">Create
Ellipsoid</a> dialog box where you can specify the code, name, and parameters
for a new user-defined ellipsoid.<o:p></o:p></span></p>
@@ -952,7 +952,7 @@
margin-bottom:.0001pt;text-align:justify'><span style='font-size:12.0pt;
font-family:"Times New Roman"'>The Delete Ellipsoid command allows you to
delete a previously created user-defined ellipsoid. It opens the <a
-href="../../../../../Desktop/GEOTRANS%20help/help%203.0/deleteEllipsoidDlg.htm">Delete
+href="deleteEllipsoidDlg.htm">Delete
Ellipsoid</a> dialog box where you can select the user-defined ellipsoid to be
deleted.<o:p></o:p></span></p>
|