##// END OF EJS Templates
- Ampliado el formulario de edicion para el parametro only_rx y funcionalidad verificada cuando graba los datos en la BD y cuando genera el archivo para su integracion con overjro.
jsalyrosas -
r209:210
parent child
Show More
@@ -267,11 +267,19
267 267 txtTxUp = request.POST["txtTxUp"] No newline at end of file
268 268 txtRxUp = request.POST["txtRxUp"] No newline at end of file
269 269 txtUesUp = request.POST["txtUesUp"] No newline at end of file
270 if "chkOnlyRxUp" in request.POST:
No newline at end of file
271 chkOnlyRxUp = request.POST["chkOnlyRxUp"]
No newline at end of file
272 else:
No newline at end of file
273 chkOnlyRxUp = 0 No newline at end of file
270 274 No newline at end of file
271 275 txtAntennaDown = request.POST["txtAntennaDown"] No newline at end of file
272 276 txtTxDown = request.POST["txtTxDown"] No newline at end of file
273 277 txtRxDown = request.POST["txtRxDown"] No newline at end of file
274 278 txtUesDown = request.POST["txtUesDown"] No newline at end of file
279 if "chkOnlyRxDown" in request.POST:
No newline at end of file
280 chkOnlyRxDown = request.POST["chkOnlyRxDown"]
No newline at end of file
281 else:
No newline at end of file
282 chkOnlyRxDown = 0 No newline at end of file
275 283 No newline at end of file
276 284 mode = request.POST["mode"] No newline at end of file
277 285 No newline at end of file
@@ -499,12 +499,34
499 499 max-width: 240px; No newline at end of file
500 500 line-height: 22px; } No newline at end of file
501 501 */ No newline at end of file
502
No newline at end of file
503 .checkOnly, .divOnlyRx {
No newline at end of file
504 display: block;
No newline at end of file
505 line-height: 25px;
No newline at end of file
506 border: 0px solid #f00 !important; }
No newline at end of file
507
No newline at end of file
508 .divOnlyRx {
No newline at end of file
509 width: 350px;
No newline at end of file
510 margin: 5px 10px;
No newline at end of file
511 padding: 0;
No newline at end of file
512 font-family: 'Roboto Condensed', sans-serif; }
No newline at end of file
513 No newline at end of file
502 514 .checkOnly { No newline at end of file
503 515 width: 120px;
516 No newline at end of file
504 float: left;
No newline at end of file
517 No newline at end of file
505 display: block;
No newline at end of file
518 No newline at end of file
506 line-height: 25px;
No newline at end of file
519 No newline at end of file
507 border: 0px solid #1cc !important; } No newline at end of file
No newline at end of file
520 height: 1em; }
No newline at end of file
521
No newline at end of file
522 .divOnlyRx input {
No newline at end of file
523 padding: 0px;
No newline at end of file
524 float: left;
No newline at end of file
525 margin: 5px 8px; }
No newline at end of file
526
No newline at end of file
527 .divOnlyRx label {
No newline at end of file
528 line-height: 20px;
No newline at end of file
529 border: 0px solid #f00 !important; } No newline at end of file
508 530 No newline at end of file
509 531 .overJRO img { No newline at end of file
510 532 width: 400px; No newline at end of file
@@ -125,6 +125,11
125 125 <label for="lblUes">]</label> No newline at end of file
126 126 </div> No newline at end of file
127 127 </div> No newline at end of file
128 <div class="cleardivs"></div>
No newline at end of file
129 <div class="divOnlyRx">
No newline at end of file
130 <input type="checkbox" name="chkOnlyRxUp" value="1" {% if antennaUp.only_rx == 1 %}checked{% endif %} />
No newline at end of file
131 <label for="lblOnlyRx" class="titleOnlyRx">Only Rx</label>
No newline at end of file
132 </div> No newline at end of file
128 133 <input type="hidden" name="txtAntennaUpId" value="{{ antennaUp.id }}" /> No newline at end of file
129 134 </fieldset> No newline at end of file
130 135 <input type="hidden" name="txtAntennaUp" value="" /> No newline at end of file
General Comments 0
You need to be logged in to leave comments. Login now