##// END OF EJS Templates
templates have been updated...
Fiorella Quino -
r171:1d66ac164b66
parent child
Show More
@@ -426,7 +426,7 $(document).ready(function() {
426 426
427 427 <div style="margin-left: 70px; display: inline-block">
428 428 <input type="checkbox" id="up_onlyrx" {% if beam.get_up_onlyrx == True %} checked="True" {% endif %} disabled>
429 Only RX: {{beam.get_up_onlyrx}}
429 Only RX
430 430 </input>
431 431 </div>
432 432
@@ -680,7 +680,7 $(document).ready(function() {
680 680
681 681 <div style="margin-left: 70px; display: inline-block">
682 682 <input type="checkbox" id="up_onlyrx" {% if beam.get_down_onlyrx == True %} checked="True" {% endif %} disabled>
683 Only RX: {{beam.get_down_onlyrx}}
683 Only RX
684 684 </input>
685 685 </div>
686 686
@@ -14,7 +14,7
14 14 <div class="panel-heading" role="tab" id="heading{{beam.id}}">
15 15 <h4 class="panel-title">
16 16 <a role="button" onclick="beam_values(beam.id)" data-toggle="collapse" data-parent="#div_lines" href="#collapse{{beam.id}}" aria-expanded="true" aria-controls="collapse{{beam.id}}">
17 #{{forloop.counter}} Name: {{beam.name}}
17 #{{forloop.counter}}: {{beam.name}}
18 18 </a>
19 19 {% if edit %}
20 20 <button id="bt_remove_beam-{{ beam.id }}" type="button" class="btn-xs btn-default pull-right" name="bt_remove_beam" value="{{beam.pk}}"><span class="glyphicon glyphicon-remove" aria-hidden="true"></span></button>
@@ -605,7 +605,7 $(document).ready(function() {
605 605
606 606 <div style="margin-left: 70px; display: inline-block">
607 607 <input type="checkbox" id="up_onlyrx" {% if abs_beams.0.get_up_onlyrx == True %} checked="True" {% endif %} disabled>
608 Only RX: {{abs_beams.0.get_up_onlyrx}}
608 Only RX
609 609 </input>
610 610 </div>
611 611
@@ -861,7 +861,7 $(document).ready(function() {
861 861
862 862 <div style="margin-left: 70px; display: inline-block">
863 863 <input type="checkbox" id="up_onlyrx" {% if abs_beams.0.get_down_onlyrx == True %} checked="True" {% endif %} disabled>
864 Only RX: {{abs_beams.0.get_down_onlyrx}}
864 Only RX
865 865 </input>
866 866 </div>
867 867
General Comments 0
You need to be logged in to leave comments. Login now