@@ -200,17 +200,19 | |||
|
200 | 200 | margin: 0px 5px; |
|
201 | 201 | border: 0px solid #1cc !important; } |
|
202 | 202 | |
|
203 | .divAntenna { | |
|
204 | width: 220px; | |
|
203 | .divAntenna, .NewDivAntenna, .NewDivTx { | |
|
205 | 204 | float: left; |
|
206 | 205 | margin: 10px; |
|
207 | 206 | border: 0px solid #fcc !important; } |
|
208 | 207 | |
|
208 | .divAntenna { | |
|
209 | width: 220px; } | |
|
210 | ||
|
209 | 211 | .NewDivAntenna { |
|
210 |
width: 2 |
|
|
211 | float: left; | |
|
212 | margin: 10px; | |
|
213 | border: 0px solid #fcc !important; } | |
|
212 | width: 280px; } | |
|
213 | ||
|
214 | .NewDivTx { | |
|
215 | width: 210px; } | |
|
214 | 216 | |
|
215 | 217 | .titleField { |
|
216 | 218 | display: block; |
@@ -236,69 +238,108 | |||
|
236 | 238 | font-family: "Ubuntu"; |
|
237 | 239 | font-size: inherit; } |
|
238 | 240 | |
|
241 | .boxAntenna, .boxTR { | |
|
242 | border: 2px solid #eee !important; | |
|
243 | text-align: center; | |
|
244 | display: block; | |
|
245 | float: left; | |
|
246 | margin: 0; | |
|
247 | padding: 0; } | |
|
248 | ||
|
239 | 249 | .boxAntenna { |
|
240 |
width: 2 |
|
|
241 | border: 2px solid #eee !important; | |
|
242 | text-align: center; | |
|
243 | display: block; | |
|
244 | float: left; | |
|
245 | margin: 0; | |
|
246 | padding: 0; } | |
|
247 | ||
|
250 | width: 250px; | |
|
251 | padding: 3px 5px; } | |
|
252 | ||
|
253 | .boxTR { | |
|
254 | width: 200px; | |
|
255 | padding: 3px 5px; } | |
|
256 | ||
|
257 | .fullLine{ | |
|
258 | font-size: 0.95em; } | |
|
259 | ||
|
260 | .lineInputs, .lineInputsTx { | |
|
261 | text-align: left; | |
|
262 | line-height: 1.4em; | |
|
263 | padding: 0; | |
|
264 | margin: 0px; | |
|
265 | display: block; | |
|
266 | float: left; | |
|
267 | border: 0px solid #1cc !important; } | |
|
268 | ||
|
248 | 269 | .lineInputs { |
|
249 |
width: 2 |
|
|
250 | text-align: center; | |
|
251 | line-height: 18px; | |
|
252 | padding: 0; | |
|
253 | height: 20px; | |
|
254 | margin: 0 auto; | |
|
255 | display: block; | |
|
256 | border: 0px solid #1cc !important; } | |
|
257 | ||
|
258 | .lineInputs label { | |
|
259 | float: left; | |
|
260 | margin: 0px 2px; | |
|
270 | width: 240px; | |
|
271 | border: 0px solid #1cc !important; } | |
|
272 | ||
|
273 | .lineInputsTx { | |
|
274 | width: 185px; | |
|
275 | border: 0px solid #1cc !important; } | |
|
276 | ||
|
277 | .divValuesAntenna, .divValuesTx { | |
|
278 | float: left; | |
|
279 | display: block; | |
|
280 | margin: 0 auto; | |
|
261 | 281 | border: 0px solid #bbb !important; } |
|
262 | 282 | |
|
263 |
.divValuesAntenna |
|
|
264 | float: left; | |
|
265 | display: block; | |
|
266 | margin: 0 auto; | |
|
283 | .divValuesAntenna { | |
|
284 | width: 230px; | |
|
285 | border: 0px solid #2eb !important; } | |
|
286 | ||
|
287 | .divValuesTx { | |
|
288 | width: 175px; | |
|
267 | 289 | border: 0px solid #bbb !important; } |
|
268 | 290 | |
|
269 | .divValuesAntenna { | |
|
270 | width: 230px; | |
|
271 | border: 0px solid #bbb !important; } | |
|
272 | ||
|
273 | .divValuesTR { | |
|
274 | width: 180px; | |
|
275 | border: 0px solid #bbb !important; } | |
|
276 | ||
|
277 | .divValuesAntenna input[type=text], .divValuesTR input[type=text] { | |
|
291 | .divValuesAntenna input[type=text], .divValuesTx input[type=text] { | |
|
278 | 292 | border: 0px; |
|
279 | 293 | border-bottom: 1px solid #666 !important; |
|
280 |
line-height: |
|
|
281 | } | |
|
294 | line-height: 1.1em; | |
|
295 | font-family: 'Roboto Condensed', sans-serif; } | |
|
282 | 296 | |
|
283 | 297 | .divValuesAntenna input[type=text] { |
|
284 | 298 | width: 18px; } |
|
285 | 299 | |
|
286 |
.divValuesT |
|
|
287 | width: 11px; | |
|
288 | } | |
|
289 | ||
|
290 | .lblSign { | |
|
291 | width: 8px; | |
|
292 | font-family: 'Roboto Condensed', sans-serif; | |
|
293 | font-size: 1.1em; | |
|
294 | color: #666; } | |
|
295 | ||
|
296 |
|
|
|
297 | margin: 0; | |
|
298 | line-height: 18px; | |
|
299 | height: 20px; | |
|
300 | float: left; | |
|
301 |
padding: 0; |
|
|
300 | .divValuesTx input[type=text]{ | |
|
301 | width: 11px; } | |
|
302 | ||
|
303 | .lblSign, .lblSignTx { | |
|
304 | font-family: 'Roboto Condensed', sans-serif; | |
|
305 | color: #666; | |
|
306 | float: left; | |
|
307 | margin: 0px; | |
|
308 | border: 0px solid #bbb !important; } | |
|
309 | ||
|
310 | .lblSignLeft { | |
|
311 | font-family: 'Roboto Condensed', sans-serif; | |
|
312 | color: #666; | |
|
313 | float: left; | |
|
314 | margin: 0px 2px 0px 0px; | |
|
315 | padding: 0; | |
|
316 | border: 0px solid #f00 !important; } | |
|
317 | ||
|
318 | .lblSignRight { | |
|
319 | font-family: 'Roboto Condensed', sans-serif; | |
|
320 | color: #666; | |
|
321 | float: left; | |
|
322 | margin: 0; | |
|
323 | padding: 0; | |
|
324 | border: 0px solid #f00 !important; } | |
|
325 | ||
|
326 | .lblNewSignLeft { | |
|
327 | font-family: 'Roboto Condensed', sans-serif; | |
|
328 | color: #666; | |
|
329 | float: left; | |
|
330 | margin: 0px 2px 0px 0px; | |
|
331 | padding: 0; | |
|
332 | border: 0px solid #f00 !important; } | |
|
333 | ||
|
334 | .lblNewSignRight { | |
|
335 | font-family: 'Roboto Condensed', sans-serif; | |
|
336 | color: #666; | |
|
337 | float: left; | |
|
338 | margin: 0; | |
|
339 | padding: 0; | |
|
340 | border: 0px solid #f00 !important; } | |
|
341 | ||
|
342 | ||
|
302 | 343 | |
|
303 | 344 | .divTx { |
|
304 | 345 | display: block; |
@@ -28,45 +28,65 | |||
|
28 | 28 | <label for="lblAntenna" class="titleField">Antenna</label> |
|
29 | 29 | <div class="boxAntenna" id="divtxtAntenna"> |
|
30 | 30 | {% for i in range %} |
|
31 |
<div class="line |
|
|
32 | {% if i == 0 %}<label for="lblSignLeft" class="lblSign" id="lblSignLeft">[</label>{% endif %} | |
|
33 | <label for="lblSign" class="lblSign">[</label> | |
|
34 | <div class="divValuesAntenna"> | |
|
35 | {% for j in range %} | |
|
36 | <input type="text" name="txtUnitAntennaUp" class="txtUnitAntenna" id="txtUnitAntennaUp_{{ i }}_{{ j }}" value="0.5" /> | |
|
37 | {% if j != 7 %},{% endif %} | |
|
38 | {% endfor %} | |
|
39 |
< |
|
|
40 | <label for="lblSign" class="lblSign">]</label> | |
|
41 | {% if i == 7 %}<label for="lblSignRight" class="lblSign" id="lblSignRight">]</label>{% endif %} | |
|
31 | <div class="fullLine"> | |
|
32 | {% if i == 0 %} | |
|
33 | <label for="lblSignLeft" class="lblSignLeft">[</label> | |
|
34 | {% elif i > 0 and i <= 7 %} | |
|
35 | <label for="lblSignLeft" class="lblSignLeft"> </label> | |
|
36 | {% endif %} | |
|
37 | <div class="lineInputs"> | |
|
38 | <label for="lblSign" class="lblSign">[</label> | |
|
39 | <div class="divValuesAntenna"> | |
|
40 | {% for j in range %} | |
|
41 | <input type="text" name="txtUnitAntennaUp" class="txtUnitAntenna" id="txtUnitAntennaUp_{{ i }}_{{ j }}" value="0.5" /> | |
|
42 | {% if j != 7 %},{% endif %} | |
|
43 | {% endfor %} | |
|
44 | </div> | |
|
45 | <label for="lblSign" class="lblSign">]</label> | |
|
46 | </div> | |
|
47 | {% if i == 7 %} | |
|
48 | <label for="lblSignRight" class="lblSignRight">]</label> | |
|
49 | {% else %} | |
|
50 | <label for="lblSignRight" class="lblSignRight">,</label> | |
|
51 | {% endif %} | |
|
42 | 52 | </div> |
|
53 | <div class="cleardivs"></div> | |
|
43 | 54 | {% endfor %} |
|
44 | 55 | </div> |
|
45 | 56 | </div> |
|
46 |
<div class="NewDivT |
|
|
57 | <div class="NewDivTx"> | |
|
47 | 58 | <label for="lblTx" class="titleField">Tx</label> |
|
48 | 59 | <div class="boxTR" id="divtxtTR"> |
|
49 | 60 | {% for i in range %} |
|
50 |
|
|
|
51 | {% if i == 0 %}<label for="lblSignLeft" class="lblSign" id="lblSignLeft">[</label>{% endif %} | |
|
52 | <label for="lblSign" class="lblSign">[</label> | |
|
53 | <div class="divValuesTR"> | |
|
54 | {% for j in range %} | |
|
55 | <input type="text" name="txtUnitTR" class="txtUnitTR" id="txtUnitTR_{{ i }}_{{ j }}" value="1" /> | |
|
56 | {% if j != 7 %},{% endif %} | |
|
57 | {% endfor %} | |
|
58 |
< |
|
|
59 | <label for="lblSign" class="lblSign">]</label> | |
|
60 | {% if i == 7 %}<label for="lblSignRight" class="lblSign" id="lblSignRight">]</label>{% endif %} | |
|
61 | <div class="fullLine"> | |
|
62 | {% if i == 0 %} | |
|
63 | <label for="lblNewSignLeft" class="lblNewSignLeft">[</label> | |
|
64 | {% elif i > 0 and i <= 7 %} | |
|
65 | <label for="lblNewSignLeft" class="lblNewSignLeft"> </label> | |
|
66 | {% endif %} | |
|
67 | <div class="lineInputsTx"> | |
|
68 | <label for="lblSign" class="lblSignTx">[</label> | |
|
69 | <div class="divValuesTx"> | |
|
70 | {% for j in range %} | |
|
71 | <input type="text" name="txtUnitTR" class="txtUnitTR" id="txtUnitTR_{{ i }}_{{ j }}" value="1" /> | |
|
72 | {% if j != 7 %},{% endif %} | |
|
73 | {% endfor %} | |
|
74 | </div> | |
|
75 | <label for="lblSign" class="lblSignTx">]</label> | |
|
76 | </div> | |
|
77 | {% if i == 7 %} | |
|
78 | <label for="lblNewSignRight" class="lblNewSignRight">]</label> | |
|
79 | {% else %} | |
|
80 | <label for="lblNewSignRight" class="lblNewSignRight">,</label> | |
|
81 | {% endif %} | |
|
61 | 82 | </div> |
|
83 | <div class="cleardivs"></div> | |
|
62 | 84 | {% endfor %} |
|
63 | 85 | </div> |
|
86 | <div class="cleardivs"></div> | |
|
64 | 87 | </div> |
|
65 | 88 | <div class="divTx"> |
|
66 | <textarea name="txtTxUp" class="txtTR" cols="18" rows="8">{{ txtTxUp }}</textarea> | |
|
67 | </div> | |
|
68 | <div class="divTx"> | |
|
69 | <label for="lblRx" class="titleField" >Rx</label> | |
|
89 | <label for="lblRx" class="titleField">Rx</label> | |
|
70 | 90 | <textarea name="txtRxUp" class="txtTR" cols="18" rows="8">{{ txtRxUp }}</textarea> |
|
71 | 91 | </div> |
|
72 | 92 | <div class="cleardivs"></div> |
@@ -79,6 +99,7 | |||
|
79 | 99 | </fieldset> |
|
80 | 100 | <input type="hidden" name="txtAntennaUp" value="" /> |
|
81 | 101 | <input type="hidden" name="txtTxUp" value="" /> |
|
102 | <input type="hidden" name="txtRxUp" value="" /> | |
|
82 | 103 | </div> |
|
83 | 104 | |
|
84 | 105 | <div id="antennaDown" class="NewAntenna"> |
General Comments 0
You need to be logged in to leave comments.
Login now