comparison WebContent/index.jsp @ 58:55ce07768e33

Azimuth can be -90 to 90 (17 was just an example)
author Chris Cannam
date Thu, 13 Mar 2014 16:24:22 +0000
parents 9be81b43142b
children
comparison
equal deleted inserted replaced
56:9be81b43142b 58:55ce07768e33
54 </th> 54 </th>
55 <td><input type="text" name="dist" size="8" value="${dist}"></td> 55 <td><input type="text" name="dist" size="8" value="${dist}"></td>
56 </tr> 56 </tr>
57 <tr> 57 <tr>
58 <th>Azimuth<br> 58 <th>Azimuth<br>
59 <span class="description">-17 to +17</span> 59 <span class="description">-90 to +90</span>
60 </th> 60 </th>
61 <td><input type="text" name="azim" size="8" value="${azim}" ></td> 61 <td><input type="text" name="azim" size="8" value="${azim}" ></td>
62 </tr> 62 </tr>
63 <tr> 63 <tr>
64 <th>Orientation</th> 64 <th>Orientation</th>