##// 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 txtTxUp = request.POST["txtTxUp"] No newline at end of file
267 txtTxUp = request.POST["txtTxUp"]
268 txtRxUp = request.POST["txtRxUp"] No newline at end of file
268 txtRxUp = request.POST["txtRxUp"]
269 txtUesUp = request.POST["txtUesUp"] No newline at end of file
269 txtUesUp = request.POST["txtUesUp"]
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 No newline at end of file
274
271 txtAntennaDown = request.POST["txtAntennaDown"] No newline at end of file
275 txtAntennaDown = request.POST["txtAntennaDown"]
272 txtTxDown = request.POST["txtTxDown"] No newline at end of file
276 txtTxDown = request.POST["txtTxDown"]
273 txtRxDown = request.POST["txtRxDown"] No newline at end of file
277 txtRxDown = request.POST["txtRxDown"]
274 txtUesDown = request.POST["txtUesDown"] No newline at end of file
278 txtUesDown = request.POST["txtUesDown"]
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 No newline at end of file
283
276 mode = request.POST["mode"] No newline at end of file
284 mode = request.POST["mode"]
277 No newline at end of file
285
@@ -499,12 +499,34
499 max-width: 240px; No newline at end of file
499 max-width: 240px;
500 line-height: 22px; } No newline at end of file
500 line-height: 22px; }
501 */ No newline at end of file
501 */
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 .checkOnly { No newline at end of file
514 .checkOnly {
503 width: 120px;
515 width: 120px;
No newline at end of file
516 float: left; }
504 float: left;
No newline at end of file
No newline at end of file
517
505 display: block;
No newline at end of file
No newline at end of file
518 .checkOnly input[type=checkbox], .divOnlyRx input[type=checkbox] {
506 line-height: 25px;
No newline at end of file
No newline at end of file
519 width: 1em;
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 No newline at end of file
530
509 .overJRO img { No newline at end of file
531 .overJRO img {
510 width: 400px; No newline at end of file
532 width: 400px;
@@ -125,6 +125,11
125 <label for="lblUes">]</label> No newline at end of file
125 <label for="lblUes">]</label>
126 </div> No newline at end of file
126 </div>
127 </div> No newline at end of file
127 </div>
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 <input type="hidden" name="txtAntennaUpId" value="{{ antennaUp.id }}" /> No newline at end of file
133 <input type="hidden" name="txtAntennaUpId" value="{{ antennaUp.id }}" />
129 </fieldset> No newline at end of file
134 </fieldset>
130 <input type="hidden" name="txtAntennaUp" value="" /> No newline at end of file
135 <input type="hidden" name="txtAntennaUp" value="" />
General Comments 0
You need to be logged in to leave comments. Login now