@@ -169,7 +169,7 | |||||
169 | width: 520px; } No newline at end of file |
|
169 | width: 520px; } | |
170 | No newline at end of file |
|
170 | ||
171 | .NewAntenna { |
|
171 | .NewAntenna { | |
No newline at end of file |
|
172 | width: 750px; } No newline at end of file | ||
172 | width: 620px; } No newline at end of file |
|
|||
173 | No newline at end of file |
|
173 | ||
174 | .flsAntenna, .NewFlsAntenna { No newline at end of file |
|
174 | .flsAntenna, .NewFlsAntenna { | |
175 | margin: 0; No newline at end of file |
|
175 | margin: 0; |
@@ -68,26 +68,53 | |||||
68 | <label for="lblSign" class="lblSignTx">[</label> No newline at end of file |
|
68 | <label for="lblSign" class="lblSignTx">[</label> | |
69 | <div class="divValuesTx"> No newline at end of file |
|
69 | <div class="divValuesTx"> | |
70 | {% for j in range %} |
|
70 | {% for j in range %} | |
No newline at end of file |
|
71 | <input type="text" name="txtUnitTxUp" class="txtUnitTx" id="txtUnitTxUp_{{ i }}_{{ j }}" value="1" /> | ||
71 | <input type="text" name="txtUnitTR" class="txtUnitTR" id="txtUnitTR_{{ i }}_{{ j }}" value="1" /> |
|
No newline at end of file | ||
No newline at end of file |
|
72 | {% if j != 7 %},{% endif %} | ||
72 | {% if j != 7 %},{% endif %} |
|
No newline at end of file | ||
No newline at end of file |
|
73 | {% endfor %} | ||
73 | {% endfor %} |
|
No newline at end of file | ||
No newline at end of file |
|
74 | </div> | ||
74 | </div> |
|
No newline at end of file | ||
No newline at end of file |
|
75 | <label for="lblSign" class="lblSignTx">]</label> | ||
75 | <label for="lblSign" class="lblSignTx">]</label> |
|
No newline at end of file | ||
No newline at end of file |
|
76 | </div> | ||
76 | </div> |
|
No newline at end of file | ||
No newline at end of file |
|
77 | {% if i == 7 %} | ||
77 | {% if i == 7 %} |
|
No newline at end of file | ||
No newline at end of file |
|
78 | <label for="lblNewSignRight" class="lblNewSignRight">]</label> | ||
78 | <label for="lblNewSignRight" class="lblNewSignRight">]</label> |
|
No newline at end of file | ||
No newline at end of file |
|
79 | {% else %} | ||
79 | {% else %} |
|
No newline at end of file | ||
No newline at end of file |
|
80 | <label for="lblNewSignRight" class="lblNewSignRight">,</label> | ||
80 | <label for="lblNewSignRight" class="lblNewSignRight">,</label> |
|
No newline at end of file | ||
No newline at end of file |
|
81 | {% endif %} | ||
81 | {% endif %} |
|
No newline at end of file | ||
No newline at end of file |
|
82 | </div> | ||
82 | </div> |
|
No newline at end of file | ||
No newline at end of file |
|
83 | <div class="cleardivs"></div> | ||
83 | <div class="cleardivs"></div> |
|
No newline at end of file | ||
No newline at end of file |
|
84 | {% endfor %} | ||
84 | {% endfor %} |
|
No newline at end of file | ||
No newline at end of file |
|
85 | </div> | ||
85 | </div> |
|
No newline at end of file | ||
No newline at end of file |
|
86 | <div class="cleardivs"></div> | ||
86 | <div class="cleardivs"></div> |
|
No newline at end of file | ||
No newline at end of file |
|
87 | </div> | ||
87 | </div> |
|
No newline at end of file | ||
No newline at end of file |
|
88 | <div class="NewDivTx"> No newline at end of file | ||
88 | <div class="divTx"> No newline at end of file |
|
|||
89 |
|
|
89 | <label for="lblRx" class="titleField">Rx</label> | |
No newline at end of file |
|
90 | <div class="boxTR" id="divtxtTR"> | ||
90 | <textarea name="txtRxUp" class="txtTR" cols="18" rows="8">{{ txtRxUp }}</textarea> No newline at end of file |
|
No newline at end of file | ||
|
91 | {% for i in range %} | |||
|
No newline at end of file | ||||
|
92 | <div class="fullLine"> | |||
|
No newline at end of file | ||||
|
93 | {% if i == 0 %} | |||
|
No newline at end of file | ||||
|
94 | <label for="lblNewSignLeft" class="lblNewSignLeft">[</label> | |||
|
No newline at end of file | ||||
|
95 | {% elif i > 0 and i <= 7 %} | |||
|
No newline at end of file | ||||
|
96 | <label for="lblNewSignLeft" class="lblNewSignLeft"> </label> | |||
|
No newline at end of file | ||||
|
97 | {% endif %} | |||
|
No newline at end of file | ||||
|
98 | <div class="lineInputsTx"> | |||
|
No newline at end of file | ||||
|
99 | <label for="lblSign" class="lblSignTx">[</label> | |||
|
No newline at end of file | ||||
|
100 | <div class="divValuesTx"> | |||
|
No newline at end of file | ||||
|
101 | {% for j in range %} | |||
|
No newline at end of file | ||||
|
102 | <input type="text" name="txtUnitRxUp" class="txtUnitRx" id="txtUnitRxUp_{{ i }}_{{ j }}" value="0" /> | |||
|
No newline at end of file | ||||
|
103 | {% if j != 7 %},{% endif %} | |||
|
No newline at end of file | ||||
|
104 | {% endfor %} | |||
|
No newline at end of file | ||||
|
105 | </div> | |||
|
No newline at end of file | ||||
|
106 | <label for="lblSign" class="lblSignTx">]</label> | |||
|
No newline at end of file | ||||
|
107 | </div> | |||
|
No newline at end of file | ||||
|
108 | {% if i == 7 %} | |||
|
No newline at end of file | ||||
|
109 | <label for="lblNewSignRight" class="lblNewSignRight">]</label> | |||
|
No newline at end of file | ||||
|
110 | {% else %} | |||
|
No newline at end of file | ||||
|
111 | <label for="lblNewSignRight" class="lblNewSignRight">,</label> | |||
|
No newline at end of file | ||||
|
112 | {% endif %} | |||
|
No newline at end of file | ||||
|
113 | </div> | |||
|
No newline at end of file | ||||
|
114 | <div class="cleardivs"></div> | |||
|
No newline at end of file | ||||
|
115 | {% endfor %} | |||
|
No newline at end of file | ||||
|
116 | </div> | |||
|
No newline at end of file | ||||
|
117 | <div class="cleardivs"></div> No newline at end of file | |||
91 | </div> No newline at end of file |
|
118 | </div> | |
92 | <div class="cleardivs"></div> No newline at end of file |
|
119 | <div class="cleardivs"></div> | |
93 | <div class="divUes"> No newline at end of file |
|
120 | <div class="divUes"> |
General Comments 0
You need to be logged in to leave comments.
Login now