|
58 | 58 | font-weight: bold; |
59 | 59 | } |
60 | 60 |
|
| 61 | + .box-small { |
| 62 | + margin-left: 0px; |
| 63 | + width: 30%; |
| 64 | + } |
| 65 | + |
61 | 66 | .box-margin20 { |
62 | 67 | margin-left: 20px; |
63 | 68 | } |
@@ -1133,18 +1138,30 @@ <h2> |
1133 | 1138 | </div> |
1134 | 1139 |
|
1135 | 1140 | <div class="form-group row"> |
1136 | | - <label for="fixedAltitude" class="box-margin40 col-sm-3 col-5 col-form-label">HAE |
1137 | | - Mark/Alt(m): |
1138 | | - <span class="tt" data-bs-placement="right" |
| 1141 | + <div class="form-group row"> |
| 1142 | + <label for="fixedAltitude" class="box-margin40 col-sm-3 col-6 col-form-label">HAE |
| 1143 | + Mark/Alt(m): |
| 1144 | + <span class="tt" data-bs-placement="right" |
1139 | 1145 | title="Height Above Ellipsoid of the mark. This is the coordinate or altitude of the mark or monument on the ground."> |
1140 | 1146 | <span class="icon-info-circle text-primary ms-2"></span> |
1141 | 1147 | </span> |
1142 | | - </label> |
1143 | | - <div class="col-sm-4 col-5"> |
1144 | | - <input type="number" class="form-control" id="fixedAltitude"> |
1145 | | - <p id="fixedAltitudeError" class="inlineError"></p> |
| 1148 | + </label> |
| 1149 | + <div class="col-sm-4 col-4"> |
| 1150 | + <input type="number" class="form-control" id="fixedAltitude"> |
| 1151 | + </div> |
1146 | 1152 | </div> |
1147 | | - </div><br> |
| 1153 | + <p id="fixedAltitudeError" class="inlineError"></p> |
| 1154 | + </div> |
| 1155 | + |
| 1156 | + <div class="form-check box-margin40"> |
| 1157 | + <label class="form-check-label" for="adjustHAEMark">Adjust Mark</label> |
| 1158 | + <input class="form-check-input" type="checkbox" value="" id="adjustHAEMark" |
| 1159 | + onClick="adjustHAE()"> |
| 1160 | + <span class="tt" data-bs-placement="right" |
| 1161 | + title="If enabled, HAE Mark is calculated by *subtracting* the entered Antenna Height and ARP from the altitude reported by the GNSS receiver. This is handy when measuring a mark with a known pole height and ARP, but unknown mark elevation. Note: The HAE Mark value is always recorded to the Commonly Used Coordinates table."> |
| 1162 | + <span class="icon-info-circle text-primary ms-2"></span> |
| 1163 | + </span> |
| 1164 | + </div> |
1148 | 1165 |
|
1149 | 1166 | <div class="form-group row"> |
1150 | 1167 | <label for="antennaHeight" class="box-margin40 col-sm-3 col-5 col-form-label">Antenna |
@@ -1814,36 +1831,29 @@ <h2> |
1814 | 1831 | </div> |
1815 | 1832 |
|
1816 | 1833 | <div id="enableLoggingDetails" class="collapse mb-2"> |
1817 | | - <div id="maxLogTime Input" class="row"> |
1818 | | - <div class="col-sm-4 col-9 form-group"> |
1819 | | - <label for="maxLogTime_minutes" class="form-group box-margin20">Max Log |
1820 | | - Time (min):<span class="tt" data-bs-placement="right" |
1821 | | - title="Once the max log time is achieved, logging will cease. This is useful for limiting long term, overnight, static surveys to a certain length of time. Default: 1440 minutes. Limit: 1 to 2880 minutes."> |
1822 | | - <span class="icon-info-circle text-primary ms-2"></span> |
1823 | | - </span> |
1824 | | - </label> |
1825 | | - </div> |
1826 | 1834 |
|
1827 | | - <div class="col-sm-4 col-5 ms-3 form-group"> |
1828 | | - <input type="number" class="form-control" id="maxLogTime_minutes"> |
1829 | | - <p id="maxLogTime_minutesError" class="inlineError"></p> |
1830 | | - </div> |
| 1835 | + <div class="form-group row"> |
| 1836 | + <label for="maxLogTime_minutes" class="box-margin40 col-sm-3 col-7 col-form-label">Max Log |
| 1837 | + Time (min): |
| 1838 | + <span class="tt" data-bs-placement="right" |
| 1839 | + title="Once the max log time is achieved, logging will cease. This is useful for limiting long term, overnight, static surveys to a certain length of time. Default: 1440 minutes. Limit: 1 to 2880 minutes."> |
| 1840 | + <span class="icon-info-circle text-primary ms-2"></span> |
| 1841 | + </span> |
| 1842 | + </label> |
| 1843 | + <input type="number" class="form-control box-small" id="maxLogTime_minutes"> |
| 1844 | + <p id="maxLogTime_minutesError" class="inlineError"></p> |
1831 | 1845 | </div> |
1832 | 1846 |
|
1833 | | - <div id="maxLogLength Input" class="row"> |
1834 | | - <div class="col-sm-4 col-9 form-group"> |
1835 | | - <label for="maxLogLength_minutes" class="form-group box-margin20">Max Log |
1836 | | - Length (min):<span class="tt" data-bs-placement="right" |
1837 | | - title="Once this length of time is achieved, a new log will be created. This is useful for creating multiple logs over a long survey. Default: 1440 minutes. Limit: 1 to 2880 minutes."> |
1838 | | - <span class="icon-info-circle text-primary ms-2"></span> |
1839 | | - </span> |
1840 | | - </label> |
1841 | | - </div> |
| 1847 | + <div class="form-group row"> |
| 1848 | + <label for="maxLogLength_minutes" class="box-margin40 col-sm-3 col-7 col-form-label">Max Log |
| 1849 | + Length (min):<span class="tt" data-bs-placement="right" |
| 1850 | + title="Once this length of time is achieved, a new log will be created. This is useful for creating multiple logs over a long survey. Default: 1440 minutes. Limit: 1 to 2880 minutes."> |
| 1851 | + <span class="icon-info-circle text-primary ms-2"></span> |
| 1852 | + </span> |
| 1853 | + </label> |
1842 | 1854 |
|
1843 | | - <div class="col-sm-4 col-5 ms-3 form-group"> |
1844 | | - <input type="number" class="form-control" id="maxLogLength_minutes"> |
1845 | | - <p id="maxLogLength_minutesError" class="inlineError"></p> |
1846 | | - </div> |
| 1855 | + <input type="number" class="form-control box-small" id="maxLogLength_minutes"> |
| 1856 | + <p id="maxLogLength_minutesError" class="inlineError"></p> |
1847 | 1857 | </div> |
1848 | 1858 |
|
1849 | 1859 | <div id="logFile" class="row"> |
|
0 commit comments