##// END OF EJS Templates
- Estandarizando los estilos para el formulario nuevo perfil.
jsalyrosas -
r191:192
parent child
Show More
@@ -1,481 +1,522
1 1 /*
2 2 * font-family: 'Droid Sans', sans-serif;
3 3 * font-family: 'Ubuntu', sans-serif;
4 4 * font-family: 'Open Sans', sans-serif;
5 5 * font-family: 'Open Sans Condensed', sans-serif;
6 6 * font-family: 'Roboto Condensed', sans-serif;
7 7 */
8 8
9 9 body {
10 10 padding: 0;
11 11 margin: 0;
12 12 font-size: 12px; }
13 13
14 14 header {
15 15 width: 980px;
16 16 height: 50px;
17 17 text-align: center;
18 18 line-height: 50px;
19 19 border: 0px solid #fcc !important; }
20 20
21 21 #schema {
22 22 margin: 0 auto;
23 23 width: 980px;
24 24 padding: 10px 10px;
25 25 border: 0px solid #f00 !important; }
26 26
27 27 #content {
28 28 margin: 5px 0px;
29 29 border: 0px solid #1cc; }
30 30
31 31 #topcolumn {
32 32 float: left;
33 33 width: 980px;
34 34 height: 40px;
35 35 line-height: 35px;
36 36 margin: 2px 0px;
37 37 border: 1px solid #ddd !important;
38 38 box-shadow: 2px 2px 5px #888; }
39 39
40 40 #maincolumn {
41 41 float: left;
42 42 width: 980px;
43 43 margin: 2px 0px;
44 44 padding: 0px 0px;
45 45 border: 1px solid #ddd !important;
46 46 box-shadow: 2px 2px 5px #666; }
47 47
48 48 footer {
49 49 height: 30px;
50 50 line-height: 30px;
51 51 text-align: center;
52 52 margin: 0px 0px;
53 53 border: 0px solid #200 !important;
54 54 box-shadow: 2px 2px 5px #888; }
55 55
56 56 .cleardivs {
57 57 clear: both;
58 58 border: 0px solid #400;
59 59 height: 0px; }
60 60
61 61 textarea {
62 62 resize: none;
63 63 overflow: hidden; }
64 64
65 65 /****************************************************************************************/
66 66 /****** ESTILOS GENERALES *****************/
67 67 /****************************************************************************************/
68 68 .mnu {
69 69 height: 22px;
70 70 border: 0px solid #c55 !important; }
71 71
72 72 .mnu li {
73 73 display:inline; }
74 74
75 75 .MnuVertical, .MnuHorizontal {
76 76 font-family: 'Droid Sans', sans-serif;
77 77 font-size: inherit;
78 78 font-style: normal;
79 79 text-shadow: 2px 2px #eee; }
80 80
81 81 .MnuHorizontal ul {
82 82 list-style: none;
83 83 list-style-type: none;
84 84 margin: 0; }
85 85
86 86 /*.MnuHorizontal{
87 87 display: -webkit-box;
88 88 -webkit-box-orient:horizontal; }
89 89
90 90 .MnuHorizontal a{
91 91 display:block;
92 92 padding:10px;
93 93 -webkit-box-flex:1;
94 94 text-align:center; }*/
95 95
96 96 /****************************************************************************************/
97 97 /****** MENU DE NAVEGACION DE PERFILES *************/
98 98 /****************************************************************************************/
99 99 #infoProfiles {
100 100 float: left;
101 101 width: 300px;
102 102 margin: 0px;
103 103 padding: 2px 0px;
104 104 border: 0px solid #1cc !important; }
105 105
106 106 #infoProfiles label {
107 107 padding: 10px 10px 10px 12px;
108 108 margin: 10px 0; }
109 109
110 110 #infoProfiles select {
111 111 padding: 4px 0px; margin: 0;
112 112 font-family: 'Droid Sans', sans-serif;
113 113 font-size: 12px;
114 114 letter-spacing: 0.029em;
115 115 width: 200px; }
116 116
117 117 #mnuProfiles {
118 118 margin: 0;
119 119 float: right;
120 120 padding: 2px 10px;
121 121 border: 0px solid #1494F6 !important; }
122 122
123 123 #mnuProfiles ul {
124 124 list-style: none;
125 125 list-style-type: none;
126 126 margin: 0;
127 127 padding-left: 20px;
128 128 border: 0px solid #f00 !important; }
129 129
130 130 #mnuProfiles li {
131 131 width: 80px;
132 132 float: left;
133 133 padding: 2px;
134 134 border: 0px solid #c55 !important; }
135 135
136 136 #mnuProfiles a {
137 137 font-weight: normal;
138 138 color: #1494F6;
139 139 display: block;
140 140 text-align: center;
141 141 border-bottom: 1px solid #1494F6 !important;
142 142 text-decoration: none;
143 143 padding: 0px 4px;
144 144 line-height: 18px;
145 145 margin: 6px; }
146 146
147 147 /****************************************************************************************/
148 148 /******** FORMULARIO DE PERFILES *************************************/
149 149 /****************************************************************************************/
150 150 #divProfile {
151 151 margin: 10px 0px;
152 152 padding: 10px 10px;
153 153 width: 500px;
154 154 border: 0px solid #dff !important; }
155 155
156 156 #divPattern textarea,input[type=text],label,input[type=file],input[type=button],input[type=submit] {
157 157 font-family: 'Open Sans', sans-serif;
158 158 font-size: inherit; }
159 159
160 160 .antenna, .NewAntenna {
161 161 box-shadow: 1px 1px 2px #666;
162 162 padding: 5px;
163 163 margin: 10px auto;
164 164 width: 520px;
165 165 display: block;
166 166 border: 0px solid #fee !important; }
167 167
168 168 .antenna {
169 169 width: 520px; }
170 170
171 171 .NewAntenna {
172 172 width: 620px; }
173 173
174 174 .flsAntenna, .NewFlsAntenna {
175 175 margin: 0;
176 176 padding: 0px;
177 177 border: 1px solid #fee !important;
178 178 width: 510px; }
179 179
180 180 .flsAntenna {
181 181 width: 510px; }
182 182
183 183 .NewFlsAntenna {
184 184 width: 610px; }
185 185
186 186 .legendAntenna {
187 187 font-family: 'Roboto Condensed', sans-serif;
188 188 font-size: inherit;
189 189 text-align: center;
190 190 margin-left: 10px; }
191 191
192 192 .infoAntenna {
193 193 width: 500px;
194 194 float: left;
195 195 border: 0px solid #f00 !important; }
196 196
197 197 .overJRO {
198 198 width: 250px;
199 199 float: left;
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: 290px;
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;
217 219 text-align: center; }
218 220
219 221 .txtAntenna, .view-textAntenna {
220 222 width: 175px;
221 223 max-width: 180px;
222 224 height: 160px;
223 225 max-height: 165px;
224 226 background: #fdfdfb;
225 227 border: 2px solid #eee !important;
226 228 text-align: justify;
227 229 margin: 0 auto;
228 230 line-height: 20px; }
229 231
230 232 .txtAntenna {
231 233 padding: 4px;
232 234 }
233 235
234 236 .view-textAntenna {
235 237 padding: 2px;
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: 280px;
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: 262px;
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, .divValuesTR {
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: 20px;
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 .divValuesTR input[type=text]{
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 #lblSignLeft, #lblSignRight {
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;
305 346 float: left;
306 347 margin: 10px;
307 348 border: 0px solid #f00 !important; }
308 349
309 350 .divTx label {
310 351 display: block; }
311 352
312 353 .divTx textarea {
313 354 width: 100px;
314 355 max-width: 100px;
315 356 height: 160px;
316 357 max-height: 165px;
317 358 text-align: justify;
318 359 border: 2px solid #eee !important;
319 360 font-family: "Ubuntu";
320 361 font-size: inherit;
321 362 line-height: 20px; }
322 363
323 364 .divTx p {
324 365 width: 100px;
325 366 max-width: 105px;
326 367 height: 160px;
327 368 max-height: 165px;
328 369 background: #fdfdfb;
329 370 padding: 2px;
330 371 border: 1px solid #eee !important;
331 372 font-family: 'Ubuntu', sans-serif;
332 373 font-size: inherit;
333 374 text-align: justify;
334 375 margin: 0 auto;
335 376 line-height: 20px; }
336 377
337 378 .divUes {
338 379 display: block;
339 380 margin: 10px; }
340 381
341 382 .divUes input[type=text] {
342 383 width: 240px;
343 384 max-width: 240px;
344 385 font-family: 'Ubuntu', sans-serif;
345 386 font-size: inherit; }
346 387
347 388 .overJRO img {
348 389 width: 400px;
349 390 height: 200px;
350 391 text-align: center;
351 392 vertical-align: middle;
352 393 margin: 40px 5px 5px 5px;
353 394 display: block;
354 395 background: #fdfdfb;
355 396 border: 1px solid #eee !important; }
356 397
357 398 .overJRO a {
358 399 text-align: center;
359 400 margin: 0 auto;
360 401 display: block; }
361 402
362 403 /****************************************************************************************/
363 404 /****** MENU DE NAVEGACION DE PATRONES **********************************/
364 405 /****************************************************************************************/
365 406 #divMnuPattern {
366 407 width: 280px;
367 408 height: 25px;
368 409 display: block;
369 410 float: right;
370 411 margin: 5px 40px 5px 0px;
371 412 border: 0px solid #1cc !important; }
372 413
373 414 #divMnuPattern li {
374 415 float: right;
375 416 display: block;
376 417 width: 60px;
377 418 border: 0px solid #2cc !important; }
378 419
379 420 #divMnuPattern a {
380 421 display: block;
381 422 line-height: 22px;
382 423 text-decoration: none;
383 424 padding: 0px 5px;
384 425 margin: 0px 2px;
385 426 text-align: center;
386 427 color: #1494F6;
387 428 border-bottom: 1px solid #1494F6 !important; }
388 429
389 430 #infoPattern {
390 431 display: block;
391 432 margin: 0px 25px;
392 433 border: 0px solid #1494f6 !important; }
393 434
394 435 #navPatterns {
395 436 margin: 0 auto;
396 437 width: 700px;
397 438 height: 30px;
398 439 border: 0px solid #d00 !important;
399 440 font-family: 'Ubuntu', sans-serif;
400 441 font-size: 14px;
401 442 padding: 5px 0px; }
402 443
403 444 #navPatternList {
404 445 margin: 0 auto;
405 446 border: 0px solid #ecc !important; }
406 447
407 448 #navPatternList ul {
408 449 list-style: none;
409 450 list-style-type: none;
410 451 margin: 0; }
411 452
412 453 #navPatternList ul li {
413 454 float: left;
414 455 width: 50px;
415 456 border: 1px solid #eee !important; }
416 457
417 458 #navPatternList a {
418 459 width: 50px;
419 460 display: block;
420 461 text-align: center;
421 462 line-height: 30px;
422 463 padding: 1px 0px;
423 464 border: 0px solid #1cc !important; }
424 465
425 466 .lnkPattern {
426 467 background-color: #ccc !important;
427 468 color: #eee; }
428 469
429 470 .lnkPatternSelected {
430 471 background-color: #2cc !important;
431 472 color: #fff; }
432 473
433 474 .divListofPatterns {
434 475 width: 650px;
435 476 display: block;
436 477 border: 1px solid #1cc !important;
437 478 margin: 0 auto; }
438 479
439 480 .divPattern {
440 481 width: 600px;
441 482 display: block;
442 483 border: 1px solid #f00 !important;
443 484 margin: 2px auto; }
444 485
445 486 /****************************************************************************************/
446 487 /****** HEADER *************/
447 488 /****************************************************************************************/
448 489 header nav {
449 490 width: 960px;
450 491 margin: 0 auto;
451 492 height: 100%;
452 493 border: 0px solid #1cc !important; }
453 494
454 495 header nav a {
455 496 font-family: 'Roboto Condensed', sans-serif;
456 497 font-size: 1.98em;
457 498 text-transform: uppercase;
458 499 width: 232px;
459 500 padding: 2px;
460 501 text-align: center;
461 502 border: 1px solid #ddd !important;
462 503 box-shadow: 1px 1px 2px #ddd;
463 504 display: block;
464 505 float: left;
465 506 height: 45px;
466 507 text-decoration: none;
467 508 background: #eee;
468 509 line-height: 45px;
469 510 color: #15425d;
470 511 margin: 0px 1px; }
471 512
472 513 header nav a.selected {
473 514 background: #666;
474 515 color: #fff; }
475 516
476 517 /****************************************************************************************/
477 518 /****** FOOTER *************/
478 519 /****************************************************************************************/
479 520 footer p {
480 521 font-family: 'Roboto Condensed', sans-serif;
481 522 font-size: 0.98em; } No newline at end of file
@@ -1,128 +1,149
1 1 {% extends "abscontrol/index.html" %}
2 2 {% block title %}ABS CONTROL:::::NEW PROFILE{% endblock %}
3 3 {% block scripting %}
4 4 <script src="/static/static/js/patterns.js"></script>
5 5 {% endblock %}
6 6 {% block maincolumn%}
7 7 <div id="maincolumn">
8 8 <!-- <form action="/abscontrol/{{ profile_id }}/save/" method="post" id="frmPattern"> -->
9 9 <form action="/abscontrol/upgrade/{{ profile_id }}/" method="post" id="frmPattern">
10 10 <div id="divProfile">
11 11 <label for="lblName">Profile: {{ profile_name }}</label>
12 12 </div>
13 13 {% block mnuPattern %}
14 14 <div class="divMenu" id="divMnuPattern">
15 15 <nav class="MnuHorizontal">
16 16 <ul class="mnu" id="mnuPattern">
17 17 <li><a href="#" id="lnkSavePattern">Save</a></li>
18 18 </ul>
19 19 </nav>
20 20 </div>
21 21 <div class="cleardivs"></div>
22 22 {% endblock %}
23 23 <div id="divPattern">
24 24 <div id="antennaUp" class="NewAntenna">
25 25 <fieldset class="NewFlsAntenna">
26 26 <legend class="legendAntenna">UP</legend>
27 27 <div class="NewDivAntenna">
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="lineInputs">
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 </div>
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">&nbsp;</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="NewDivTR">
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 <div class="lineInputsTR">
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 </div>
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">&nbsp;</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>
73 93 <div class="divUes">
74 94 <label for="lblUes">Ues:</label>
75 95 <input type="text" name="txtUesUp" value="{{ txtUes }}" />
76 96 <input type="checkbox" name="chkOnlyRxUp" value="" />
77 97 <label for="lblOnlyRx">Only RX</label>
78 98 </div>
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">
85 106 <fieldset class="NewFlsAntenna">
86 107 <legend class="legendAntenna">DOWN</legend>
87 108 <div class="NewDivAntenna">
88 109 <label for="lblAntenna" class="titleField">Antenna</label>
89 110 <div class="boxAntenna" id="divtxtAntenna">
90 111 {% for i in range %}
91 112 <div class="lineInputs">
92 113 {% if i == 0 %}<label for="lblSignLeft" class="lblSign" id="lblSignLeft">[</label>{% endif %}
93 114 <label for="lblSign" class="lblSign">[</label>
94 115 <div class="divValuesAntenna">
95 116 {% for j in range %}
96 117 <input type="text" name="txtUnitAntennaDown" class="txtUnitAntenna" id="txtUnitAntennaDown_{{ i }}_{{ j }}" value="0.5" />
97 118 {% if j != 7 %},{% endif %}
98 119 {% endfor %}
99 120 </div>
100 121 <label for="lblSign" class="lblSign">]</label>
101 122 {% if i == 7 %}<label for="lblSignRight" class="lblSign" id="lblSignRight">]</label>{% endif %}
102 123 </div>
103 124 {% endfor %}
104 125 </div>
105 126 </div>
106 127 <div class="divTx">
107 128 <label for="lblTx">Tx</label>
108 129 <textarea name="txtTxDown" class="txtTR" cols="15" rows="8">{{ txtTxDown }}</textarea>
109 130 </div>
110 131 <div class="divTx">
111 132 <label for="lblRx">Rx</label>
112 133 <textarea name="txtRxDown" class="txtTR" cols="15" rows="8">{{ txtRxDown }}</textarea>
113 134 </div>
114 135 <div class="cleardivs"></div>
115 136 <div class="divUes">
116 137 <label for="lblUes">Ues:</label>
117 138 <input type="text" name="txtUesDown" value="{{ txtUes }}" />
118 139 <input type="checkbox" name="chkOnlyRxDown" value="" />
119 140 <label for="lblOnlyRx">Only RX</label>
120 141 </div>
121 142 </fieldset>
122 143 <input type="hidden" name="txtAntennaDown" value="" />
123 144 </div>
124 145 </div>
125 146 <input type="hidden" name="mode" value="e">
126 147 </form>
127 148 </div>
128 149 {% endblock %}
General Comments 0
You need to be logged in to leave comments. Login now