@@ -200,17 +200,19 | |||||
200 | margin: 0px 5px; No newline at end of file |
|
200 | margin: 0px 5px; | |
201 | border: 0px solid #1cc !important; } No newline at end of file |
|
201 | border: 0px solid #1cc !important; } | |
202 |
|
202 | |||
No newline at end of file |
|
203 | .divAntenna, .NewDivAntenna, .NewDivTx { No newline at end of file | ||
203 | .divAntenna { |
|
|||
No newline at end of file |
|
||||
204 | width: 220px; No newline at end of file |
|
|||
205 | float: left; No newline at end of file |
|
204 | float: left; | |
206 | margin: 10px; No newline at end of file |
|
205 | margin: 10px; | |
207 | border: 0px solid #fcc !important; } No newline at end of file |
|
206 | border: 0px solid #fcc !important; } | |
208 | No newline at end of file |
|
207 | ||
|
208 | .divAntenna { | |||
|
No newline at end of file | ||||
|
209 | width: 220px; } | |||
|
No newline at end of file | ||||
|
210 | No newline at end of file | |||
209 | .NewDivAntenna { |
|
211 | .NewDivAntenna { | |
No newline at end of file |
|
212 | width: 280px; } | ||
210 | width: 290px; |
|
No newline at end of file | ||
No newline at end of file |
|
213 | |||
211 | float: left; |
|
No newline at end of file | ||
No newline at end of file |
|
214 | .NewDivTx { | ||
212 | margin: 10px; |
|
No newline at end of file | ||
No newline at end of file |
|
215 | width: 210px; } No newline at end of file | ||
213 | border: 0px solid #fcc !important; } No newline at end of file |
|
|||
214 | No newline at end of file |
|
216 | ||
215 | .titleField { No newline at end of file |
|
217 | .titleField { | |
216 | display: block; No newline at end of file |
|
218 | display: block; |
@@ -28,8 +28,13 | |||||
28 | <label for="lblAntenna" class="titleField">Antenna</label> No newline at end of file |
|
28 | <label for="lblAntenna" class="titleField">Antenna</label> | |
29 | <div class="boxAntenna" id="divtxtAntenna"> No newline at end of file |
|
29 | <div class="boxAntenna" id="divtxtAntenna"> | |
30 | {% for i in range %} No newline at end of file |
|
30 | {% for i in range %} | |
|
31 | <div class="fullLine"> | |||
|
No newline at end of file | ||||
|
32 | {% if i == 0 %} | |||
|
No newline at end of file | ||||
|
33 | <label for="lblSignLeft" class="lblSignLeft">[</label> | |||
|
No newline at end of file | ||||
|
34 | {% elif i > 0 and i <= 7 %} | |||
|
No newline at end of file | ||||
|
35 | <label for="lblSignLeft" class="lblSignLeft"> </label> | |||
|
No newline at end of file | ||||
|
36 | {% endif %} No newline at end of file | |||
31 | <div class="lineInputs"> |
|
37 | <div class="lineInputs"> | |
No newline at end of file |
|
||||
32 | {% if i == 0 %}<label for="lblSignLeft" class="lblSign" id="lblSignLeft">[</label>{% endif %} No newline at end of file |
|
|||
33 | <label for="lblSign" class="lblSign">[</label> No newline at end of file |
|
38 | <label for="lblSign" class="lblSign">[</label> | |
34 | <div class="divValuesAntenna"> No newline at end of file |
|
39 | <div class="divValuesAntenna"> | |
35 | {% for j in range %} No newline at end of file |
|
40 | {% for j in range %} |
General Comments 0
You need to be logged in to leave comments.
Login now