##// END OF EJS Templates
- Actualiza el patron, junto a la configuracion de antena Up y Down.
jsalyrosas -
r142:143
parent child
Show More
@@ -1,5 +1,5
1 1 from django.shortcuts import render_to_response, redirect
2 No newline at end of file
2 from abscontrol.models import Profile, Pattern No newline at end of file
3 3 No newline at end of file
4 4 txtAntenna = "[[0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5]," \ No newline at end of file
5 5 "[1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0]," \ No newline at end of file
@@ -58,7 +58,6
58 58 </div> No newline at end of file
59 59 </fieldset> No newline at end of file
60 60 </div>
No newline at end of file
61 <input type="hidden" name="pattern_id" id="pattern_id" value="0" /> No newline at end of file
62 61 <input type="hidden" name="profile_id" id="profile_id" value="{{ objProfile.id }}" /> No newline at end of file
63 62 </form> No newline at end of file
64 63 </div> No newline at end of file
@@ -19,6 +19,7
19 19 <label for="lblPatternValue">{{ patternChoosen.value }}</label> No newline at end of file
20 20 </div> No newline at end of file
21 21 {% endif %} No newline at end of file
22 <form action="/abscontrol/{{ objProfile.id }}/save/" id="frmPattern" method="post"> No newline at end of file
22 23 <div id="antennaUp"> No newline at end of file
23 24 <fieldset class="flsAntenna"> No newline at end of file
24 25 <legend>UP</legend> No newline at end of file
General Comments 0
You need to be logged in to leave comments. Login now