##// 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 <div style="margin-left: 70px; display: inline-block">
427 <div style="margin-left: 70px; display: inline-block">
428 <input type="checkbox" id="up_onlyrx" {% if beam.get_up_onlyrx == True %} checked="True" {% endif %} disabled>
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 </input>
430 </input>
431 </div>
431 </div>
432
432
@@ -680,7 +680,7 $(document).ready(function() {
680
680
681 <div style="margin-left: 70px; display: inline-block">
681 <div style="margin-left: 70px; display: inline-block">
682 <input type="checkbox" id="up_onlyrx" {% if beam.get_down_onlyrx == True %} checked="True" {% endif %} disabled>
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 </input>
684 </input>
685 </div>
685 </div>
686
686
@@ -14,7 +14,7
14 <div class="panel-heading" role="tab" id="heading{{beam.id}}">
14 <div class="panel-heading" role="tab" id="heading{{beam.id}}">
15 <h4 class="panel-title">
15 <h4 class="panel-title">
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}}">
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 </a>
18 </a>
19 {% if edit %}
19 {% if edit %}
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>
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 <div style="margin-left: 70px; display: inline-block">
606 <div style="margin-left: 70px; display: inline-block">
607 <input type="checkbox" id="up_onlyrx" {% if abs_beams.0.get_up_onlyrx == True %} checked="True" {% endif %} disabled>
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 </input>
609 </input>
610 </div>
610 </div>
611
611
@@ -861,7 +861,7 $(document).ready(function() {
861
861
862 <div style="margin-left: 70px; display: inline-block">
862 <div style="margin-left: 70px; display: inline-block">
863 <input type="checkbox" id="up_onlyrx" {% if abs_beams.0.get_down_onlyrx == True %} checked="True" {% endif %} disabled>
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 </input>
865 </input>
866 </div>
866 </div>
867
867
General Comments 0
You need to be logged in to leave comments. Login now