@@ -1,521 +1,523 | |||||
1 | /* No newline at end of file |
|
1 | /* | |
2 | * font-family: 'Droid Sans', sans-serif; No newline at end of file |
|
2 | * font-family: 'Droid Sans', sans-serif; | |
3 | * font-family: 'Ubuntu', sans-serif; No newline at end of file |
|
3 | * font-family: 'Ubuntu', sans-serif; | |
4 | * font-family: 'Open Sans', sans-serif; No newline at end of file |
|
4 | * font-family: 'Open Sans', sans-serif; | |
5 | * font-family: 'Open Sans Condensed', sans-serif; No newline at end of file |
|
5 | * font-family: 'Open Sans Condensed', sans-serif; | |
6 | * font-family: 'Roboto Condensed', sans-serif; No newline at end of file |
|
6 | * font-family: 'Roboto Condensed', sans-serif; | |
7 | */ No newline at end of file |
|
7 | */ | |
8 | No newline at end of file |
|
8 | ||
9 | body { No newline at end of file |
|
9 | body { | |
10 | padding: 0; No newline at end of file |
|
10 | padding: 0; | |
11 | margin: 0; No newline at end of file |
|
11 | margin: 0; | |
12 | font-size: 12px; } No newline at end of file |
|
12 | font-size: 12px; } | |
13 | No newline at end of file |
|
13 | ||
14 | header { No newline at end of file |
|
14 | header { | |
15 | width: 980px; No newline at end of file |
|
15 | width: 980px; | |
16 | height: 50px; No newline at end of file |
|
16 | height: 50px; | |
17 | text-align: center; No newline at end of file |
|
17 | text-align: center; | |
18 | line-height: 50px; No newline at end of file |
|
18 | line-height: 50px; | |
19 | border: 0px solid #fcc !important; } No newline at end of file |
|
19 | border: 0px solid #fcc !important; } | |
20 | No newline at end of file |
|
20 | ||
21 | #schema { No newline at end of file |
|
21 | #schema { | |
22 | margin: 0 auto; No newline at end of file |
|
22 | margin: 0 auto; | |
23 | width: 980px; No newline at end of file |
|
23 | width: 980px; | |
24 | padding: 10px 10px; No newline at end of file |
|
24 | padding: 10px 10px; | |
25 | border: 0px solid #f00 !important; } No newline at end of file |
|
25 | border: 0px solid #f00 !important; } | |
26 | No newline at end of file |
|
26 | ||
27 | #content { No newline at end of file |
|
27 | #content { | |
28 | margin: 5px 0px; No newline at end of file |
|
28 | margin: 5px 0px; | |
29 | border: 0px solid #1cc; } No newline at end of file |
|
29 | border: 0px solid #1cc; } | |
30 | No newline at end of file |
|
30 | ||
31 | #topcolumn { No newline at end of file |
|
31 | #topcolumn { | |
32 | float: left; No newline at end of file |
|
32 | float: left; | |
33 | width: 980px; No newline at end of file |
|
33 | width: 980px; | |
34 | height: 40px; No newline at end of file |
|
34 | height: 40px; | |
35 | line-height: 35px; No newline at end of file |
|
35 | line-height: 35px; | |
36 | margin: 2px 0px; No newline at end of file |
|
36 | margin: 2px 0px; | |
37 | border: 1px solid #ddd !important; No newline at end of file |
|
37 | border: 1px solid #ddd !important; | |
38 | box-shadow: 2px 2px 5px #888; } No newline at end of file |
|
38 | box-shadow: 2px 2px 5px #888; } | |
39 | No newline at end of file |
|
39 | ||
40 | #maincolumn { No newline at end of file |
|
40 | #maincolumn { | |
41 | float: left; No newline at end of file |
|
41 | float: left; | |
42 | width: 980px; No newline at end of file |
|
42 | width: 980px; | |
43 | margin: 2px 0px; No newline at end of file |
|
43 | margin: 2px 0px; | |
44 | padding: 0px 0px; No newline at end of file |
|
44 | padding: 0px 0px; | |
45 | border: 1px solid #ddd !important; No newline at end of file |
|
45 | border: 1px solid #ddd !important; | |
46 | box-shadow: 2px 2px 5px #666; } No newline at end of file |
|
46 | box-shadow: 2px 2px 5px #666; } | |
47 | No newline at end of file |
|
47 | ||
48 | footer { No newline at end of file |
|
48 | footer { | |
49 | height: 30px; No newline at end of file |
|
49 | height: 30px; | |
50 | line-height: 30px; No newline at end of file |
|
50 | line-height: 30px; | |
51 | text-align: center; No newline at end of file |
|
51 | text-align: center; | |
52 | margin: 0px 0px; No newline at end of file |
|
52 | margin: 0px 0px; | |
53 | border: 0px solid #200 !important; No newline at end of file |
|
53 | border: 0px solid #200 !important; | |
54 | box-shadow: 2px 2px 5px #888; } No newline at end of file |
|
54 | box-shadow: 2px 2px 5px #888; } | |
55 | No newline at end of file |
|
55 | ||
56 | .cleardivs { No newline at end of file |
|
56 | .cleardivs { | |
57 | clear: both; No newline at end of file |
|
57 | clear: both; | |
58 | border: 0px solid #400; No newline at end of file |
|
58 | border: 0px solid #400; | |
59 | height: 0px; } No newline at end of file |
|
59 | height: 0px; } | |
60 | No newline at end of file |
|
60 | ||
61 | textarea { No newline at end of file |
|
61 | textarea { | |
62 | resize: none; No newline at end of file |
|
62 | resize: none; | |
63 | overflow: hidden; } No newline at end of file |
|
63 | overflow: hidden; } | |
64 | No newline at end of file |
|
64 | ||
65 | /****************************************************************************************/ No newline at end of file |
|
65 | /****************************************************************************************/ | |
66 | /****** ESTILOS GENERALES *****************/ No newline at end of file |
|
66 | /****** ESTILOS GENERALES *****************/ | |
67 | /****************************************************************************************/ No newline at end of file |
|
67 | /****************************************************************************************/ | |
68 | .mnu { No newline at end of file |
|
68 | .mnu { | |
69 | height: 22px; No newline at end of file |
|
69 | height: 22px; | |
70 | border: 0px solid #c55 !important; } No newline at end of file |
|
70 | border: 0px solid #c55 !important; } | |
71 | No newline at end of file |
|
71 | ||
72 | .mnu li { No newline at end of file |
|
72 | .mnu li { | |
73 | display:inline; } No newline at end of file |
|
73 | display:inline; } | |
74 | No newline at end of file |
|
74 | ||
75 | .MnuVertical, .MnuHorizontal { No newline at end of file |
|
75 | .MnuVertical, .MnuHorizontal { | |
76 | font-family: 'Droid Sans', sans-serif; No newline at end of file |
|
76 | font-family: 'Droid Sans', sans-serif; | |
77 | font-size: inherit; No newline at end of file |
|
77 | font-size: inherit; | |
78 | font-style: normal; No newline at end of file |
|
78 | font-style: normal; | |
79 | text-shadow: 2px 2px #eee; } No newline at end of file |
|
79 | text-shadow: 2px 2px #eee; } | |
80 | No newline at end of file |
|
80 | ||
81 | .MnuHorizontal ul { No newline at end of file |
|
81 | .MnuHorizontal ul { | |
82 | list-style: none; No newline at end of file |
|
82 | list-style: none; | |
83 | list-style-type: none; No newline at end of file |
|
83 | list-style-type: none; | |
84 | margin: 0; } No newline at end of file |
|
84 | margin: 0; } | |
85 | No newline at end of file |
|
85 | ||
86 | /*.MnuHorizontal{ No newline at end of file |
|
86 | /*.MnuHorizontal{ | |
87 | display: -webkit-box; No newline at end of file |
|
87 | display: -webkit-box; | |
88 | -webkit-box-orient:horizontal; } No newline at end of file |
|
88 | -webkit-box-orient:horizontal; } | |
89 | No newline at end of file |
|
89 | ||
90 | .MnuHorizontal a{ No newline at end of file |
|
90 | .MnuHorizontal a{ | |
91 | display:block; No newline at end of file |
|
91 | display:block; | |
92 | padding:10px; No newline at end of file |
|
92 | padding:10px; | |
93 | -webkit-box-flex:1; No newline at end of file |
|
93 | -webkit-box-flex:1; | |
94 | text-align:center; }*/ No newline at end of file |
|
94 | text-align:center; }*/ | |
95 | No newline at end of file |
|
95 | ||
96 | /****************************************************************************************/ No newline at end of file |
|
96 | /****************************************************************************************/ | |
97 | /****** MENU DE NAVEGACION DE PERFILES *************/ No newline at end of file |
|
97 | /****** MENU DE NAVEGACION DE PERFILES *************/ | |
98 | /****************************************************************************************/ No newline at end of file |
|
98 | /****************************************************************************************/ | |
99 | #infoProfiles { No newline at end of file |
|
99 | #infoProfiles { | |
100 | float: left; No newline at end of file |
|
100 | float: left; | |
101 | width: 300px; No newline at end of file |
|
101 | width: 300px; | |
102 | margin: 0px; No newline at end of file |
|
102 | margin: 0px; | |
103 | padding: 2px 0px; No newline at end of file |
|
103 | padding: 2px 0px; | |
104 | border: 0px solid #1cc !important; } No newline at end of file |
|
104 | border: 0px solid #1cc !important; } | |
105 | No newline at end of file |
|
105 | ||
106 | #infoProfiles label { No newline at end of file |
|
106 | #infoProfiles label { | |
107 | padding: 10px 10px 10px 12px; No newline at end of file |
|
107 | padding: 10px 10px 10px 12px; | |
108 | margin: 10px 0; } No newline at end of file |
|
108 | margin: 10px 0; } | |
109 | No newline at end of file |
|
109 | ||
110 | #infoProfiles select { No newline at end of file |
|
110 | #infoProfiles select { | |
111 | padding: 4px 0px; margin: 0; No newline at end of file |
|
111 | padding: 4px 0px; margin: 0; | |
112 | font-family: 'Droid Sans', sans-serif; No newline at end of file |
|
112 | font-family: 'Droid Sans', sans-serif; | |
113 | font-size: 12px; No newline at end of file |
|
113 | font-size: 12px; | |
114 | letter-spacing: 0.029em; No newline at end of file |
|
114 | letter-spacing: 0.029em; | |
115 | width: 200px; } No newline at end of file |
|
115 | width: 200px; } | |
116 | No newline at end of file |
|
116 | ||
117 | #mnuProfiles { No newline at end of file |
|
117 | #mnuProfiles { | |
118 | margin: 0; No newline at end of file |
|
118 | margin: 0; | |
119 | float: right; No newline at end of file |
|
119 | float: right; | |
120 | padding: 2px 10px; No newline at end of file |
|
120 | padding: 2px 10px; | |
121 | border: 0px solid #1494F6 !important; } No newline at end of file |
|
121 | border: 0px solid #1494F6 !important; } | |
122 | No newline at end of file |
|
122 | ||
123 | #mnuProfiles ul { No newline at end of file |
|
123 | #mnuProfiles ul { | |
124 | list-style: none; No newline at end of file |
|
124 | list-style: none; | |
125 | list-style-type: none; No newline at end of file |
|
125 | list-style-type: none; | |
126 | margin: 0; No newline at end of file |
|
126 | margin: 0; | |
127 | padding-left: 20px; No newline at end of file |
|
127 | padding-left: 20px; | |
128 | border: 0px solid #f00 !important; } No newline at end of file |
|
128 | border: 0px solid #f00 !important; } | |
129 | No newline at end of file |
|
129 | ||
130 | #mnuProfiles li { No newline at end of file |
|
130 | #mnuProfiles li { | |
131 | width: 80px; No newline at end of file |
|
131 | width: 80px; | |
132 | float: left; No newline at end of file |
|
132 | float: left; | |
133 | padding: 2px; No newline at end of file |
|
133 | padding: 2px; | |
134 | border: 0px solid #c55 !important; } No newline at end of file |
|
134 | border: 0px solid #c55 !important; } | |
135 | No newline at end of file |
|
135 | ||
136 | #mnuProfiles a { No newline at end of file |
|
136 | #mnuProfiles a { | |
137 | font-weight: normal; No newline at end of file |
|
137 | font-weight: normal; | |
138 | color: #1494F6; No newline at end of file |
|
138 | color: #1494F6; | |
139 | display: block; No newline at end of file |
|
139 | display: block; | |
140 | text-align: center; No newline at end of file |
|
140 | text-align: center; | |
141 | border-bottom: 1px solid #1494F6 !important; No newline at end of file |
|
141 | border-bottom: 1px solid #1494F6 !important; | |
142 | text-decoration: none; No newline at end of file |
|
142 | text-decoration: none; | |
143 | padding: 0px 4px; No newline at end of file |
|
143 | padding: 0px 4px; | |
144 | line-height: 18px; No newline at end of file |
|
144 | line-height: 18px; | |
145 | margin: 6px; } No newline at end of file |
|
145 | margin: 6px; } | |
146 | No newline at end of file |
|
146 | ||
147 | /****************************************************************************************/ No newline at end of file |
|
147 | /****************************************************************************************/ | |
148 | /******** FORMULARIO DE PERFILES *************************************/ No newline at end of file |
|
148 | /******** FORMULARIO DE PERFILES *************************************/ | |
149 | /****************************************************************************************/ No newline at end of file |
|
149 | /****************************************************************************************/ | |
150 | #divProfile { No newline at end of file |
|
150 | #divProfile { | |
151 | margin: 10px 0px; No newline at end of file |
|
151 | margin: 10px 0px; | |
152 | padding: 10px 10px; No newline at end of file |
|
152 | padding: 10px 10px; | |
153 | width: 500px; No newline at end of file |
|
153 | width: 500px; | |
154 | border: 0px solid #dff !important; } No newline at end of file |
|
154 | border: 0px solid #dff !important; } | |
155 | No newline at end of file |
|
155 | ||
156 | #divPattern textarea,input[type=text],label,input[type=file],input[type=button],input[type=submit] { No newline at end of file |
|
156 | #divPattern textarea,input[type=text],label,input[type=file],input[type=button],input[type=submit] { | |
157 | font-family: 'Open Sans', sans-serif; No newline at end of file |
|
157 | font-family: 'Open Sans', sans-serif; | |
158 | font-size: inherit; } No newline at end of file |
|
158 | font-size: inherit; } | |
159 | No newline at end of file |
|
159 | ||
160 | .antenna, .NewAntenna { No newline at end of file |
|
160 | .antenna, .NewAntenna { | |
161 | box-shadow: 1px 1px 2px #666; No newline at end of file |
|
161 | box-shadow: 1px 1px 2px #666; | |
162 | padding: 5px; No newline at end of file |
|
162 | padding: 5px; | |
163 | margin: 10px auto; No newline at end of file |
|
163 | margin: 10px auto; | |
164 | width: 520px; No newline at end of file |
|
164 | width: 520px; | |
165 | display: block; No newline at end of file |
|
165 | display: block; | |
166 | border: 0px solid #fee !important; } No newline at end of file |
|
166 | border: 0px solid #fee !important; } | |
167 | No newline at end of file |
|
167 | ||
168 | .antenna { No newline at end of file |
|
168 | .antenna { | |
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; | |
176 | padding: 0px; No newline at end of file |
|
176 | padding: 0px; | |
177 | border: 1px solid #fee !important; No newline at end of file |
|
177 | border: 1px solid #fee !important; | |
178 | width: 510px; } No newline at end of file |
|
178 | width: 510px; } | |
179 | No newline at end of file |
|
179 | ||
180 | .flsAntenna { No newline at end of file |
|
180 | .flsAntenna { | |
181 | width: 510px; } No newline at end of file |
|
181 | width: 510px; } | |
182 | No newline at end of file |
|
182 | ||
183 | .NewFlsAntenna { |
|
183 | .NewFlsAntenna { | |
No newline at end of file |
|
184 | width: 100%; } No newline at end of file | ||
184 | width: 610px; } No newline at end of file |
|
|||
185 | No newline at end of file |
|
185 | ||
186 | .legendAntenna { No newline at end of file |
|
186 | .legendAntenna { | |
187 | font-family: 'Roboto Condensed', sans-serif; No newline at end of file |
|
187 | font-family: 'Roboto Condensed', sans-serif; | |
188 | font-size: inherit; No newline at end of file |
|
188 | font-size: inherit; | |
189 | text-align: center; No newline at end of file |
|
189 | text-align: center; | |
190 | margin-left: 10px; } No newline at end of file |
|
190 | margin-left: 10px; } | |
191 | No newline at end of file |
|
191 | ||
192 | .infoAntenna { No newline at end of file |
|
192 | .infoAntenna { | |
193 | width: 500px; No newline at end of file |
|
193 | width: 500px; | |
194 | float: left; No newline at end of file |
|
194 | float: left; | |
195 | border: 0px solid #f00 !important; } No newline at end of file |
|
195 | border: 0px solid #f00 !important; } | |
196 | No newline at end of file |
|
196 | ||
197 | .overJRO { No newline at end of file |
|
197 | .overJRO { | |
198 | width: 250px; No newline at end of file |
|
198 | width: 250px; | |
199 | float: left; No newline at end of file |
|
199 | float: left; | |
200 | margin: 0px 5px; No newline at end of file |
|
200 | margin: 0px 5px; | |
201 | border: 0px solid #1cc !important; } No newline at end of file |
|
201 | border: 0px solid #1cc !important; } | |
202 | No newline at end of file |
|
202 | ||
203 | .divAntenna, .NewDivAntenna, .NewDivTx { No newline at end of file |
|
203 | .divAntenna, .NewDivAntenna, .NewDivTx { | |
204 | float: left; No newline at end of file |
|
204 | float: left; | |
205 | margin: 10px; No newline at end of file |
|
205 | margin: 10px; | |
206 | border: 0px solid #fcc !important; } No newline at end of file |
|
206 | border: 0px solid #fcc !important; } | |
207 | No newline at end of file |
|
207 | ||
208 | .divAntenna { No newline at end of file |
|
208 | .divAntenna { | |
209 | width: 220px; No newline at end of file |
|
209 | width: 220px; | |
210 | border: 0px solid #fcc !important; } No newline at end of file |
|
210 | border: 0px solid #fcc !important; } | |
211 | No newline at end of file |
|
211 | ||
212 | .NewDivAntenna { No newline at end of file |
|
212 | .NewDivAntenna { | |
213 | border: 0px solid #fcc !important; } No newline at end of file |
|
213 | border: 0px solid #fcc !important; } | |
214 | No newline at end of file |
|
214 | ||
215 | .NewDivTx { No newline at end of file |
|
215 | .NewDivTx { | |
216 | border: 0px solid #fcc !important; } No newline at end of file |
|
216 | border: 0px solid #fcc !important; } | |
217 | No newline at end of file |
|
217 | ||
218 | .titleField { No newline at end of file |
|
218 | .titleField { | |
219 | display: block; |
|
219 | display: block; | |
No newline at end of file |
|
220 | text-align: center; | ||
220 | text-align: center; } No newline at end of file |
|
No newline at end of file | ||
|
221 | font-family: 'Roboto Condensed', sans-serif; | |||
|
No newline at end of file | ||||
|
222 | letter-spacing: 0.086em} No newline at end of file | |||
221 | No newline at end of file |
|
223 | ||
222 | .txtAntenna, .view-textAntenna { No newline at end of file |
|
224 | .txtAntenna, .view-textAntenna { | |
223 | width: 175px; No newline at end of file |
|
225 | width: 175px; | |
224 | max-width: 180px; No newline at end of file |
|
226 | max-width: 180px; | |
225 | height: 160px; No newline at end of file |
|
227 | height: 160px; | |
226 | max-height: 165px; No newline at end of file |
|
228 | max-height: 165px; | |
227 | background: #fdfdfb; No newline at end of file |
|
229 | background: #fdfdfb; | |
228 | border: 2px solid #eee !important; No newline at end of file |
|
230 | border: 2px solid #eee !important; | |
229 | text-align: justify; No newline at end of file |
|
231 | text-align: justify; | |
230 | margin: 0 auto; No newline at end of file |
|
232 | margin: 0 auto; | |
231 | line-height: 20px; } No newline at end of file |
|
233 | line-height: 20px; } | |
232 | No newline at end of file |
|
234 | ||
233 | .txtAntenna { No newline at end of file |
|
235 | .txtAntenna { | |
234 | padding: 4px; No newline at end of file |
|
236 | padding: 4px; | |
235 | } No newline at end of file |
|
237 | } | |
236 | No newline at end of file |
|
238 | ||
237 | .view-textAntenna { No newline at end of file |
|
239 | .view-textAntenna { | |
238 | padding: 2px; No newline at end of file |
|
240 | padding: 2px; | |
239 | font-family: "Ubuntu"; No newline at end of file |
|
241 | font-family: "Ubuntu"; | |
240 | font-size: inherit; } No newline at end of file |
|
242 | font-size: inherit; } | |
241 | No newline at end of file |
|
243 | ||
242 | .boxAntenna, .boxTR { No newline at end of file |
|
244 | .boxAntenna, .boxTR { | |
243 | border: 2px solid #eee !important; No newline at end of file |
|
245 | border: 2px solid #eee !important; | |
244 | text-align: center; No newline at end of file |
|
246 | text-align: center; | |
245 | display: block; No newline at end of file |
|
247 | display: block; | |
246 | float: left; No newline at end of file |
|
248 | float: left; | |
247 | margin: 0; No newline at end of file |
|
249 | margin: 0; | |
248 | padding: 0; } No newline at end of file |
|
250 | padding: 0; } | |
249 | No newline at end of file |
|
251 | ||
250 | .boxAntenna { No newline at end of file |
|
252 | .boxAntenna { | |
251 | padding: 3px; } No newline at end of file |
|
253 | padding: 3px; } | |
252 | No newline at end of file |
|
254 | ||
253 | .boxTR { No newline at end of file |
|
255 | .boxTR { | |
254 | padding: 3px; } No newline at end of file |
|
256 | padding: 3px; } | |
255 | No newline at end of file |
|
257 | ||
256 | .fullLine{ No newline at end of file |
|
258 | .fullLine{ | |
257 | font-size: 0.95em; } No newline at end of file |
|
259 | font-size: 0.95em; } | |
258 | No newline at end of file |
|
260 | ||
259 | .lineInputs, .lineInputsTx { No newline at end of file |
|
261 | .lineInputs, .lineInputsTx { | |
260 | text-align: left; No newline at end of file |
|
262 | text-align: left; | |
261 | line-height: 1.4em; No newline at end of file |
|
263 | line-height: 1.4em; | |
262 | padding: 0; No newline at end of file |
|
264 | padding: 0; | |
263 | margin: 0px; No newline at end of file |
|
265 | margin: 0px; | |
264 | display: block; No newline at end of file |
|
266 | display: block; | |
265 | float: left; No newline at end of file |
|
267 | float: left; | |
266 | border: 0px solid #1cc !important; } No newline at end of file |
|
268 | border: 0px solid #1cc !important; } | |
267 | No newline at end of file |
|
269 | ||
268 | .lineInputs { No newline at end of file |
|
270 | .lineInputs { | |
269 | width: 240px; No newline at end of file |
|
271 | width: 240px; | |
270 | border: 0px solid #1cc !important; } No newline at end of file |
|
272 | border: 0px solid #1cc !important; } | |
271 | No newline at end of file |
|
273 | ||
272 | .lineInputsTx { No newline at end of file |
|
274 | .lineInputsTx { | |
273 | width: 185px; No newline at end of file |
|
275 | width: 185px; | |
274 | border: 0px solid #1cc !important; } No newline at end of file |
|
276 | border: 0px solid #1cc !important; } | |
275 | No newline at end of file |
|
277 | ||
276 | .divValuesAntenna, .divValuesTx { No newline at end of file |
|
278 | .divValuesAntenna, .divValuesTx { | |
277 | float: left; No newline at end of file |
|
279 | float: left; | |
278 | display: block; No newline at end of file |
|
280 | display: block; | |
279 | margin: 0 auto; No newline at end of file |
|
281 | margin: 0 auto; | |
280 | border: 0px solid #bbb !important; } No newline at end of file |
|
282 | border: 0px solid #bbb !important; } | |
281 | No newline at end of file |
|
283 | ||
282 | .divValuesAntenna { No newline at end of file |
|
284 | .divValuesAntenna { | |
283 | width: 230px; No newline at end of file |
|
285 | width: 230px; | |
284 | border: 0px solid #2eb !important; } No newline at end of file |
|
286 | border: 0px solid #2eb !important; } | |
285 | No newline at end of file |
|
287 | ||
286 | .divValuesTx { No newline at end of file |
|
288 | .divValuesTx { | |
287 | width: 175px; No newline at end of file |
|
289 | width: 175px; | |
288 | border: 0px solid #bbb !important; } No newline at end of file |
|
290 | border: 0px solid #bbb !important; } | |
289 | No newline at end of file |
|
291 | ||
290 | .divValuesAntenna input[type=text], .divValuesTx input[type=text] { No newline at end of file |
|
292 | .divValuesAntenna input[type=text], .divValuesTx input[type=text] { | |
291 | border: 0px; No newline at end of file |
|
293 | border: 0px; | |
292 | border-bottom: 1px solid #666 !important; No newline at end of file |
|
294 | border-bottom: 1px solid #666 !important; | |
293 | line-height: 1.1em; No newline at end of file |
|
295 | line-height: 1.1em; | |
294 | font-family: 'Roboto Condensed', sans-serif; } No newline at end of file |
|
296 | font-family: 'Roboto Condensed', sans-serif; } | |
295 | No newline at end of file |
|
297 | ||
296 | .divValuesAntenna input[type=text] { No newline at end of file |
|
298 | .divValuesAntenna input[type=text] { | |
297 | width: 18px; } No newline at end of file |
|
299 | width: 18px; } | |
298 | No newline at end of file |
|
300 | ||
299 | .divValuesTx input[type=text]{ No newline at end of file |
|
301 | .divValuesTx input[type=text]{ | |
300 | width: 11px; } No newline at end of file |
|
302 | width: 11px; } | |
301 | No newline at end of file |
|
303 | ||
302 | .lblSign, .lblSignTx { No newline at end of file |
|
304 | .lblSign, .lblSignTx { | |
303 | font-family: 'Roboto Condensed', sans-serif; No newline at end of file |
|
305 | font-family: 'Roboto Condensed', sans-serif; | |
304 | color: #666; No newline at end of file |
|
306 | color: #666; | |
305 | float: left; No newline at end of file |
|
307 | float: left; | |
306 | margin: 0px; No newline at end of file |
|
308 | margin: 0px; | |
307 | border: 0px solid #bbb !important; } No newline at end of file |
|
309 | border: 0px solid #bbb !important; } | |
308 | No newline at end of file |
|
310 | ||
309 | .lblSignLeft { No newline at end of file |
|
311 | .lblSignLeft { | |
310 | font-family: 'Roboto Condensed', sans-serif; No newline at end of file |
|
312 | font-family: 'Roboto Condensed', sans-serif; | |
311 | color: #666; No newline at end of file |
|
313 | color: #666; | |
312 | float: left; No newline at end of file |
|
314 | float: left; | |
313 | margin: 0px 2px 0px 0px; No newline at end of file |
|
315 | margin: 0px 2px 0px 0px; | |
314 | padding: 0; No newline at end of file |
|
316 | padding: 0; | |
315 | border: 0px solid #f00 !important; } No newline at end of file |
|
317 | border: 0px solid #f00 !important; } | |
316 | No newline at end of file |
|
318 | ||
317 | .lblSignRight { No newline at end of file |
|
319 | .lblSignRight { | |
318 | font-family: 'Roboto Condensed', sans-serif; No newline at end of file |
|
320 | font-family: 'Roboto Condensed', sans-serif; | |
319 | color: #666; No newline at end of file |
|
321 | color: #666; | |
320 | float: left; No newline at end of file |
|
322 | float: left; | |
321 | margin: 0; No newline at end of file |
|
323 | margin: 0; | |
322 | padding: 0; No newline at end of file |
|
324 | padding: 0; | |
323 | border: 0px solid #f00 !important; } No newline at end of file |
|
325 | border: 0px solid #f00 !important; } | |
324 | No newline at end of file |
|
326 | ||
325 | .lblNewSignLeft { No newline at end of file |
|
327 | .lblNewSignLeft { | |
326 | font-family: 'Roboto Condensed', sans-serif; No newline at end of file |
|
328 | font-family: 'Roboto Condensed', sans-serif; | |
327 | color: #666; No newline at end of file |
|
329 | color: #666; | |
328 | float: left; No newline at end of file |
|
330 | float: left; | |
329 | margin: 0px 2px 0px 0px; No newline at end of file |
|
331 | margin: 0px 2px 0px 0px; | |
330 | padding: 0; No newline at end of file |
|
332 | padding: 0; | |
331 | border: 0px solid #f00 !important; } No newline at end of file |
|
333 | border: 0px solid #f00 !important; } | |
332 | No newline at end of file |
|
334 | ||
333 | .lblNewSignRight { No newline at end of file |
|
335 | .lblNewSignRight { | |
334 | font-family: 'Roboto Condensed', sans-serif; No newline at end of file |
|
336 | font-family: 'Roboto Condensed', sans-serif; | |
335 | color: #666; No newline at end of file |
|
337 | color: #666; | |
336 | float: left; No newline at end of file |
|
338 | float: left; | |
337 | margin: 0; No newline at end of file |
|
339 | margin: 0; | |
338 | padding: 0; No newline at end of file |
|
340 | padding: 0; | |
339 | border: 0px solid #f00 !important; } No newline at end of file |
|
341 | border: 0px solid #f00 !important; } | |
340 | No newline at end of file |
|
342 | ||
341 | No newline at end of file |
|
343 | ||
342 | No newline at end of file |
|
344 | ||
343 | .divTx { No newline at end of file |
|
345 | .divTx { | |
344 | display: block; No newline at end of file |
|
346 | display: block; | |
345 | float: left; No newline at end of file |
|
347 | float: left; | |
346 | margin: 10px; No newline at end of file |
|
348 | margin: 10px; | |
347 | border: 0px solid #f00 !important; } No newline at end of file |
|
349 | border: 0px solid #f00 !important; } | |
348 | No newline at end of file |
|
350 | ||
349 | .divTx label { No newline at end of file |
|
351 | .divTx label { | |
350 | display: block; } No newline at end of file |
|
352 | display: block; } | |
351 | No newline at end of file |
|
353 | ||
352 | .divTx textarea { No newline at end of file |
|
354 | .divTx textarea { | |
353 | width: 100px; No newline at end of file |
|
355 | width: 100px; | |
354 | max-width: 100px; No newline at end of file |
|
356 | max-width: 100px; | |
355 | height: 160px; No newline at end of file |
|
357 | height: 160px; | |
356 | max-height: 165px; No newline at end of file |
|
358 | max-height: 165px; | |
357 | text-align: justify; No newline at end of file |
|
359 | text-align: justify; | |
358 | border: 2px solid #eee !important; No newline at end of file |
|
360 | border: 2px solid #eee !important; | |
359 | font-family: "Ubuntu"; No newline at end of file |
|
361 | font-family: "Ubuntu"; | |
360 | font-size: inherit; No newline at end of file |
|
362 | font-size: inherit; | |
361 | line-height: 20px; } No newline at end of file |
|
363 | line-height: 20px; } | |
362 | No newline at end of file |
|
364 | ||
363 | .divTx p { No newline at end of file |
|
365 | .divTx p { | |
364 | width: 100px; No newline at end of file |
|
366 | width: 100px; | |
365 | max-width: 105px; No newline at end of file |
|
367 | max-width: 105px; | |
366 | height: 160px; No newline at end of file |
|
368 | height: 160px; | |
367 | max-height: 165px; No newline at end of file |
|
369 | max-height: 165px; | |
368 | background: #fdfdfb; No newline at end of file |
|
370 | background: #fdfdfb; | |
369 | padding: 2px; No newline at end of file |
|
371 | padding: 2px; | |
370 | border: 1px solid #eee !important; No newline at end of file |
|
372 | border: 1px solid #eee !important; | |
371 | font-family: 'Ubuntu', sans-serif; No newline at end of file |
|
373 | font-family: 'Ubuntu', sans-serif; | |
372 | font-size: inherit; No newline at end of file |
|
374 | font-size: inherit; | |
373 | text-align: justify; No newline at end of file |
|
375 | text-align: justify; | |
374 | margin: 0 auto; No newline at end of file |
|
376 | margin: 0 auto; | |
375 | line-height: 20px; } No newline at end of file |
|
377 | line-height: 20px; } | |
376 | No newline at end of file |
|
378 | ||
377 | .divUes { No newline at end of file |
|
379 | .divUes { | |
378 | display: block; No newline at end of file |
|
380 | display: block; | |
379 | margin: 10px; } No newline at end of file |
|
381 | margin: 10px; } | |
380 | No newline at end of file |
|
382 | ||
381 | .divUes input[type=text] { No newline at end of file |
|
383 | .divUes input[type=text] { | |
382 | width: 240px; No newline at end of file |
|
384 | width: 240px; | |
383 | max-width: 240px; No newline at end of file |
|
385 | max-width: 240px; | |
384 | font-family: 'Ubuntu', sans-serif; No newline at end of file |
|
386 | font-family: 'Ubuntu', sans-serif; | |
385 | font-size: inherit; } No newline at end of file |
|
387 | font-size: inherit; } | |
386 | No newline at end of file |
|
388 | ||
387 | .overJRO img { No newline at end of file |
|
389 | .overJRO img { | |
388 | width: 400px; No newline at end of file |
|
390 | width: 400px; | |
389 | height: 200px; No newline at end of file |
|
391 | height: 200px; | |
390 | text-align: center; No newline at end of file |
|
392 | text-align: center; | |
391 | vertical-align: middle; No newline at end of file |
|
393 | vertical-align: middle; | |
392 | margin: 40px 5px 5px 5px; No newline at end of file |
|
394 | margin: 40px 5px 5px 5px; | |
393 | display: block; No newline at end of file |
|
395 | display: block; | |
394 | background: #fdfdfb; No newline at end of file |
|
396 | background: #fdfdfb; | |
395 | border: 1px solid #eee !important; } No newline at end of file |
|
397 | border: 1px solid #eee !important; } | |
396 | No newline at end of file |
|
398 | ||
397 | .overJRO a { No newline at end of file |
|
399 | .overJRO a { | |
398 | text-align: center; No newline at end of file |
|
400 | text-align: center; | |
399 | margin: 0 auto; No newline at end of file |
|
401 | margin: 0 auto; | |
400 | display: block; } No newline at end of file |
|
402 | display: block; } | |
401 | No newline at end of file |
|
403 | ||
402 | /****************************************************************************************/ No newline at end of file |
|
404 | /****************************************************************************************/ | |
403 | /****** MENU DE NAVEGACION DE PATRONES **********************************/ No newline at end of file |
|
405 | /****** MENU DE NAVEGACION DE PATRONES **********************************/ | |
404 | /****************************************************************************************/ No newline at end of file |
|
406 | /****************************************************************************************/ | |
405 | #divMnuPattern { No newline at end of file |
|
407 | #divMnuPattern { | |
406 | width: 280px; No newline at end of file |
|
408 | width: 280px; | |
407 | height: 25px; No newline at end of file |
|
409 | height: 25px; | |
408 | display: block; No newline at end of file |
|
410 | display: block; | |
409 | float: right; No newline at end of file |
|
411 | float: right; | |
410 | margin: 5px 40px 5px 0px; No newline at end of file |
|
412 | margin: 5px 40px 5px 0px; | |
411 | border: 0px solid #1cc !important; } No newline at end of file |
|
413 | border: 0px solid #1cc !important; } | |
412 | No newline at end of file |
|
414 | ||
413 | #divMnuPattern li { No newline at end of file |
|
415 | #divMnuPattern li { | |
414 | float: right; No newline at end of file |
|
416 | float: right; | |
415 | display: block; No newline at end of file |
|
417 | display: block; | |
416 | width: 60px; No newline at end of file |
|
418 | width: 60px; | |
417 | border: 0px solid #2cc !important; } No newline at end of file |
|
419 | border: 0px solid #2cc !important; } | |
418 | No newline at end of file |
|
420 | ||
419 | #divMnuPattern a { No newline at end of file |
|
421 | #divMnuPattern a { | |
420 | display: block; No newline at end of file |
|
422 | display: block; | |
421 | line-height: 22px; No newline at end of file |
|
423 | line-height: 22px; | |
422 | text-decoration: none; No newline at end of file |
|
424 | text-decoration: none; | |
423 | padding: 0px 5px; No newline at end of file |
|
425 | padding: 0px 5px; | |
424 | margin: 0px 2px; No newline at end of file |
|
426 | margin: 0px 2px; | |
425 | text-align: center; No newline at end of file |
|
427 | text-align: center; | |
426 | color: #1494F6; No newline at end of file |
|
428 | color: #1494F6; | |
427 | border-bottom: 1px solid #1494F6 !important; } No newline at end of file |
|
429 | border-bottom: 1px solid #1494F6 !important; } | |
428 | No newline at end of file |
|
430 | ||
429 | #infoPattern { No newline at end of file |
|
431 | #infoPattern { | |
430 | display: block; No newline at end of file |
|
432 | display: block; | |
431 | margin: 0px 25px; No newline at end of file |
|
433 | margin: 0px 25px; | |
432 | border: 0px solid #1494f6 !important; } No newline at end of file |
|
434 | border: 0px solid #1494f6 !important; } | |
433 | No newline at end of file |
|
435 | ||
434 | #navPatterns { No newline at end of file |
|
436 | #navPatterns { | |
435 | margin: 0 auto; No newline at end of file |
|
437 | margin: 0 auto; | |
436 | width: 700px; No newline at end of file |
|
438 | width: 700px; | |
437 | height: 30px; No newline at end of file |
|
439 | height: 30px; | |
438 | border: 0px solid #d00 !important; No newline at end of file |
|
440 | border: 0px solid #d00 !important; | |
439 | font-family: 'Ubuntu', sans-serif; No newline at end of file |
|
441 | font-family: 'Ubuntu', sans-serif; | |
440 | font-size: 14px; No newline at end of file |
|
442 | font-size: 14px; | |
441 | padding: 5px 0px; } No newline at end of file |
|
443 | padding: 5px 0px; } | |
442 | No newline at end of file |
|
444 | ||
443 | #navPatternList { No newline at end of file |
|
445 | #navPatternList { | |
444 | margin: 0 auto; No newline at end of file |
|
446 | margin: 0 auto; | |
445 | border: 0px solid #ecc !important; } No newline at end of file |
|
447 | border: 0px solid #ecc !important; } | |
446 | No newline at end of file |
|
448 | ||
447 | #navPatternList ul { No newline at end of file |
|
449 | #navPatternList ul { | |
448 | list-style: none; No newline at end of file |
|
450 | list-style: none; | |
449 | list-style-type: none; No newline at end of file |
|
451 | list-style-type: none; | |
450 | margin: 0; } No newline at end of file |
|
452 | margin: 0; } | |
451 | No newline at end of file |
|
453 | ||
452 | #navPatternList ul li { No newline at end of file |
|
454 | #navPatternList ul li { | |
453 | float: left; No newline at end of file |
|
455 | float: left; | |
454 | width: 50px; No newline at end of file |
|
456 | width: 50px; | |
455 | border: 1px solid #eee !important; } No newline at end of file |
|
457 | border: 1px solid #eee !important; } | |
456 | No newline at end of file |
|
458 | ||
457 | #navPatternList a { No newline at end of file |
|
459 | #navPatternList a { | |
458 | width: 50px; No newline at end of file |
|
460 | width: 50px; | |
459 | display: block; No newline at end of file |
|
461 | display: block; | |
460 | text-align: center; No newline at end of file |
|
462 | text-align: center; | |
461 | line-height: 30px; No newline at end of file |
|
463 | line-height: 30px; | |
462 | padding: 1px 0px; No newline at end of file |
|
464 | padding: 1px 0px; | |
463 | border: 0px solid #1cc !important; } No newline at end of file |
|
465 | border: 0px solid #1cc !important; } | |
464 | No newline at end of file |
|
466 | ||
465 | .lnkPattern { No newline at end of file |
|
467 | .lnkPattern { | |
466 | background-color: #ccc !important; No newline at end of file |
|
468 | background-color: #ccc !important; | |
467 | color: #eee; } No newline at end of file |
|
469 | color: #eee; } | |
468 | No newline at end of file |
|
470 | ||
469 | .lnkPatternSelected { No newline at end of file |
|
471 | .lnkPatternSelected { | |
470 | background-color: #2cc !important; No newline at end of file |
|
472 | background-color: #2cc !important; | |
471 | color: #fff; } No newline at end of file |
|
473 | color: #fff; } | |
472 | No newline at end of file |
|
474 | ||
473 | .divListofPatterns { No newline at end of file |
|
475 | .divListofPatterns { | |
474 | width: 650px; No newline at end of file |
|
476 | width: 650px; | |
475 | display: block; No newline at end of file |
|
477 | display: block; | |
476 | border: 1px solid #1cc !important; No newline at end of file |
|
478 | border: 1px solid #1cc !important; | |
477 | margin: 0 auto; } No newline at end of file |
|
479 | margin: 0 auto; } | |
478 | No newline at end of file |
|
480 | ||
479 | .divPattern { No newline at end of file |
|
481 | .divPattern { | |
480 | width: 600px; No newline at end of file |
|
482 | width: 600px; | |
481 | display: block; No newline at end of file |
|
483 | display: block; | |
482 | border: 1px solid #f00 !important; No newline at end of file |
|
484 | border: 1px solid #f00 !important; | |
483 | margin: 2px auto; } No newline at end of file |
|
485 | margin: 2px auto; } | |
484 | No newline at end of file |
|
486 | ||
485 | /****************************************************************************************/ No newline at end of file |
|
487 | /****************************************************************************************/ | |
486 | /****** HEADER *************/ No newline at end of file |
|
488 | /****** HEADER *************/ | |
487 | /****************************************************************************************/ No newline at end of file |
|
489 | /****************************************************************************************/ | |
488 | header nav { No newline at end of file |
|
490 | header nav { | |
489 | width: 960px; No newline at end of file |
|
491 | width: 960px; | |
490 | margin: 0 auto; No newline at end of file |
|
492 | margin: 0 auto; | |
491 | height: 100%; No newline at end of file |
|
493 | height: 100%; | |
492 | border: 0px solid #1cc !important; } No newline at end of file |
|
494 | border: 0px solid #1cc !important; } | |
493 | No newline at end of file |
|
495 | ||
494 | header nav a { No newline at end of file |
|
496 | header nav a { | |
495 | font-family: 'Roboto Condensed', sans-serif; No newline at end of file |
|
497 | font-family: 'Roboto Condensed', sans-serif; | |
496 | font-size: 1.98em; No newline at end of file |
|
498 | font-size: 1.98em; | |
497 | text-transform: uppercase; No newline at end of file |
|
499 | text-transform: uppercase; | |
498 | width: 232px; No newline at end of file |
|
500 | width: 232px; | |
499 | padding: 2px; No newline at end of file |
|
501 | padding: 2px; | |
500 | text-align: center; No newline at end of file |
|
502 | text-align: center; | |
501 | border: 1px solid #ddd !important; No newline at end of file |
|
503 | border: 1px solid #ddd !important; | |
502 | box-shadow: 1px 1px 2px #ddd; No newline at end of file |
|
504 | box-shadow: 1px 1px 2px #ddd; | |
503 | display: block; No newline at end of file |
|
505 | display: block; | |
504 | float: left; No newline at end of file |
|
506 | float: left; | |
505 | height: 45px; No newline at end of file |
|
507 | height: 45px; | |
506 | text-decoration: none; No newline at end of file |
|
508 | text-decoration: none; | |
507 | background: #eee; No newline at end of file |
|
509 | background: #eee; | |
508 | line-height: 45px; No newline at end of file |
|
510 | line-height: 45px; | |
509 | color: #15425d; No newline at end of file |
|
511 | color: #15425d; | |
510 | margin: 0px 1px; } No newline at end of file |
|
512 | margin: 0px 1px; } | |
511 | No newline at end of file |
|
513 | ||
512 | header nav a.selected { No newline at end of file |
|
514 | header nav a.selected { | |
513 | background: #666; No newline at end of file |
|
515 | background: #666; | |
514 | color: #fff; } No newline at end of file |
|
516 | color: #fff; } | |
515 | No newline at end of file |
|
517 | ||
516 | /****************************************************************************************/ No newline at end of file |
|
518 | /****************************************************************************************/ | |
517 | /****** FOOTER *************/ No newline at end of file |
|
519 | /****** FOOTER *************/ | |
518 | /****************************************************************************************/ No newline at end of file |
|
520 | /****************************************************************************************/ | |
519 | footer p { No newline at end of file |
|
521 | footer p { | |
520 | font-family: 'Roboto Condensed', sans-serif; No newline at end of file |
|
522 | font-family: 'Roboto Condensed', sans-serif; | |
521 | font-size: 0.98em; } No newline at end of file |
|
523 | font-size: 0.98em; } |
@@ -1,149 +1,243 | |||||
1 | {% extends "abscontrol/index.html" %} No newline at end of file |
|
1 | {% extends "abscontrol/index.html" %} | |
2 | {% block title %}ABS CONTROL:::::NEW PROFILE{% endblock %} No newline at end of file |
|
2 | {% block title %}ABS CONTROL:::::NEW PROFILE{% endblock %} | |
3 | {% block scripting %} No newline at end of file |
|
3 | {% block scripting %} | |
4 | <script src="/static/static/js/patterns.js"></script> No newline at end of file |
|
4 | <script src="/static/static/js/patterns.js"></script> | |
5 | {% endblock %} No newline at end of file |
|
5 | {% endblock %} | |
6 | {% block maincolumn%} No newline at end of file |
|
6 | {% block maincolumn%} | |
7 | <div id="maincolumn"> No newline at end of file |
|
7 | <div id="maincolumn"> | |
8 | <!-- <form action="/abscontrol/{{ profile_id }}/save/" method="post" id="frmPattern"> --> No newline at end of file |
|
8 | <!-- <form action="/abscontrol/{{ profile_id }}/save/" method="post" id="frmPattern"> --> | |
9 | <form action="/abscontrol/upgrade/{{ profile_id }}/" method="post" id="frmPattern"> No newline at end of file |
|
9 | <form action="/abscontrol/upgrade/{{ profile_id }}/" method="post" id="frmPattern"> | |
10 | <div id="divProfile"> No newline at end of file |
|
10 | <div id="divProfile"> | |
11 | <label for="lblName">Profile: {{ profile_name }}</label> No newline at end of file |
|
11 | <label for="lblName">Profile: {{ profile_name }}</label> | |
12 | </div> No newline at end of file |
|
12 | </div> | |
13 | {% block mnuPattern %} No newline at end of file |
|
13 | {% block mnuPattern %} | |
14 | <div class="divMenu" id="divMnuPattern"> No newline at end of file |
|
14 | <div class="divMenu" id="divMnuPattern"> | |
15 | <nav class="MnuHorizontal"> No newline at end of file |
|
15 | <nav class="MnuHorizontal"> | |
16 | <ul class="mnu" id="mnuPattern"> No newline at end of file |
|
16 | <ul class="mnu" id="mnuPattern"> | |
17 | <li><a href="#" id="lnkSavePattern">Save</a></li> No newline at end of file |
|
17 | <li><a href="#" id="lnkSavePattern">Save</a></li> | |
18 | </ul> No newline at end of file |
|
18 | </ul> | |
19 | </nav> No newline at end of file |
|
19 | </nav> | |
20 | </div> No newline at end of file |
|
20 | </div> | |
21 | <div class="cleardivs"></div> No newline at end of file |
|
21 | <div class="cleardivs"></div> | |
22 | {% endblock %} No newline at end of file |
|
22 | {% endblock %} | |
23 | <div id="divPattern"> No newline at end of file |
|
23 | <div id="divPattern"> | |
24 | <div id="antennaUp" class="NewAntenna"> No newline at end of file |
|
24 | <div id="antennaUp" class="NewAntenna"> | |
25 | <fieldset class="NewFlsAntenna"> No newline at end of file |
|
25 | <fieldset class="NewFlsAntenna"> | |
26 | <legend class="legendAntenna">UP</legend> No newline at end of file |
|
26 | <legend class="legendAntenna">UP</legend> | |
27 | <div class="NewDivAntenna"> No newline at end of file |
|
27 | <div class="NewDivAntenna"> | |
28 | <label for="lblAntenna" class="titleField">Antenna</label> No newline at end of file |
|
28 | <label for="lblAntenna" class="titleField">Antenna</label> | |
29 | <div class="boxAntenna" id="divtxtAntenna"> No newline at end of file |
|
29 | <div class="boxAntenna" id="divtxtAntenna"> | |
30 | {% for i in range %} No newline at end of file |
|
30 | {% for i in range %} | |
31 | <div class="fullLine"> No newline at end of file |
|
31 | <div class="fullLine"> | |
32 | {% if i == 0 %} No newline at end of file |
|
32 | {% if i == 0 %} | |
33 | <label for="lblSignLeft" class="lblSignLeft">[</label> No newline at end of file |
|
33 | <label for="lblSignLeft" class="lblSignLeft">[</label> | |
34 | {% elif i > 0 and i <= 7 %} No newline at end of file |
|
34 | {% elif i > 0 and i <= 7 %} | |
35 | <label for="lblSignLeft" class="lblSignLeft"> </label> No newline at end of file |
|
35 | <label for="lblSignLeft" class="lblSignLeft"> </label> | |
36 | {% endif %} No newline at end of file |
|
36 | {% endif %} | |
37 | <div class="lineInputs"> No newline at end of file |
|
37 | <div class="lineInputs"> | |
38 | <label for="lblSign" class="lblSign">[</label> No newline at end of file |
|
38 | <label for="lblSign" class="lblSign">[</label> | |
39 | <div class="divValuesAntenna"> No newline at end of file |
|
39 | <div class="divValuesAntenna"> | |
40 | {% for j in range %} No newline at end of file |
|
40 | {% for j in range %} | |
41 | <input type="text" name="txtUnitAntennaUp" class="txtUnitAntenna" id="txtUnitAntennaUp_{{ i }}_{{ j }}" value="0.5" /> No newline at end of file |
|
41 | <input type="text" name="txtUnitAntennaUp" class="txtUnitAntenna" id="txtUnitAntennaUp_{{ i }}_{{ j }}" value="0.5" /> | |
42 | {% if j != 7 %},{% endif %} No newline at end of file |
|
42 | {% if j != 7 %},{% endif %} | |
43 | {% endfor %} No newline at end of file |
|
43 | {% endfor %} | |
44 | </div> No newline at end of file |
|
44 | </div> | |
45 | <label for="lblSign" class="lblSign">]</label> No newline at end of file |
|
45 | <label for="lblSign" class="lblSign">]</label> | |
46 | </div> No newline at end of file |
|
46 | </div> | |
47 | {% if i == 7 %} No newline at end of file |
|
47 | {% if i == 7 %} | |
48 | <label for="lblSignRight" class="lblSignRight">]</label> No newline at end of file |
|
48 | <label for="lblSignRight" class="lblSignRight">]</label> | |
49 | {% else %} No newline at end of file |
|
49 | {% else %} | |
50 | <label for="lblSignRight" class="lblSignRight">,</label> No newline at end of file |
|
50 | <label for="lblSignRight" class="lblSignRight">,</label> | |
51 | {% endif %} No newline at end of file |
|
51 | {% endif %} | |
52 | </div> No newline at end of file |
|
52 | </div> | |
53 | <div class="cleardivs"></div> No newline at end of file |
|
53 | <div class="cleardivs"></div> | |
54 | {% endfor %} No newline at end of file |
|
54 | {% endfor %} | |
55 | </div> No newline at end of file |
|
55 | </div> | |
56 | </div> No newline at end of file |
|
56 | </div> | |
57 | <div class="NewDivTx"> No newline at end of file |
|
57 | <div class="NewDivTx"> | |
58 | <label for="lblTx" class="titleField">Tx</label> No newline at end of file |
|
58 | <label for="lblTx" class="titleField">Tx</label> | |
59 | <div class="boxTR" id="divtxtTR"> No newline at end of file |
|
59 | <div class="boxTR" id="divtxtTR"> | |
60 | {% for i in range %} No newline at end of file |
|
60 | {% for i in range %} | |
61 | <div class="fullLine"> No newline at end of file |
|
61 | <div class="fullLine"> | |
62 | {% if i == 0 %} No newline at end of file |
|
62 | {% if i == 0 %} | |
63 | <label for="lblNewSignLeft" class="lblNewSignLeft">[</label> No newline at end of file |
|
63 | <label for="lblNewSignLeft" class="lblNewSignLeft">[</label> | |
64 | {% elif i > 0 and i <= 7 %} No newline at end of file |
|
64 | {% elif i > 0 and i <= 7 %} | |
65 | <label for="lblNewSignLeft" class="lblNewSignLeft"> </label> No newline at end of file |
|
65 | <label for="lblNewSignLeft" class="lblNewSignLeft"> </label> | |
66 | {% endif %} No newline at end of file |
|
66 | {% endif %} | |
67 | <div class="lineInputsTx"> No newline at end of file |
|
67 | <div class="lineInputsTx"> | |
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"> | |
94 | <label for="lblUes">Ues:</label> No newline at end of file |
|
121 | <label for="lblUes">Ues:</label> | |
95 | <input type="text" name="txtUesUp" value="{{ txtUes }}" /> No newline at end of file |
|
122 | <input type="text" name="txtUesUp" value="{{ txtUes }}" /> | |
96 | <input type="checkbox" name="chkOnlyRxUp" value="" /> No newline at end of file |
|
123 | <input type="checkbox" name="chkOnlyRxUp" value="" /> | |
97 | <label for="lblOnlyRx">Only RX</label> No newline at end of file |
|
124 | <label for="lblOnlyRx">Only RX</label> | |
98 | </div> No newline at end of file |
|
125 | </div> | |
99 | </fieldset> No newline at end of file |
|
126 | </fieldset> | |
100 | <input type="hidden" name="txtAntennaUp" value="" /> No newline at end of file |
|
127 | <input type="hidden" name="txtAntennaUp" value="" /> | |
101 | <input type="hidden" name="txtTxUp" value="" /> No newline at end of file |
|
128 | <input type="hidden" name="txtTxUp" value="" /> | |
102 | <input type="hidden" name="txtRxUp" value="" /> No newline at end of file |
|
129 | <input type="hidden" name="txtRxUp" value="" /> | |
103 | </div> No newline at end of file |
|
130 | </div> | |
104 | No newline at end of file |
|
131 | ||
105 | <div id="antennaDown" class="NewAntenna"> No newline at end of file |
|
132 | <div id="antennaDown" class="NewAntenna"> | |
106 | <fieldset class="NewFlsAntenna"> No newline at end of file |
|
133 | <fieldset class="NewFlsAntenna"> | |
107 | <legend class="legendAntenna">DOWN</legend> No newline at end of file |
|
134 | <legend class="legendAntenna">DOWN</legend> | |
108 | <div class="NewDivAntenna"> No newline at end of file |
|
135 | <div class="NewDivAntenna"> | |
109 | <label for="lblAntenna" class="titleField">Antenna</label> No newline at end of file |
|
136 | <label for="lblAntenna" class="titleField">Antenna</label> | |
110 | <div class="boxAntenna" id="divtxtAntenna"> No newline at end of file |
|
137 | <div class="boxAntenna" id="divtxtAntenna"> | |
111 | {% for i in range %} No newline at end of file |
|
138 | {% for i in range %} | |
|
139 | <div class="fullLine"> | |||
|
No newline at end of file | ||||
|
140 | {% if i == 0 %} | |||
|
No newline at end of file | ||||
|
141 | <label for="lblSignLeft" class="lblSignLeft">[</label> | |||
|
No newline at end of file | ||||
|
142 | {% elif i > 0 and i <= 7 %} | |||
|
No newline at end of file | ||||
|
143 | <label for="lblSignLeft" class="lblSignLeft"> </label> | |||
|
No newline at end of file | ||||
|
144 | {% endif %} No newline at end of file | |||
112 | <div class="lineInputs"> |
|
145 | <div class="lineInputs"> | |
No newline at end of file |
|
||||
113 | {% if i == 0 %}<label for="lblSignLeft" class="lblSign" id="lblSignLeft">[</label>{% endif %} No newline at end of file |
|
|||
114 | <label for="lblSign" class="lblSign">[</label> No newline at end of file |
|
146 | <label for="lblSign" class="lblSign">[</label> | |
115 | <div class="divValuesAntenna"> No newline at end of file |
|
147 | <div class="divValuesAntenna"> | |
116 | {% for j in range %} No newline at end of file |
|
148 | {% for j in range %} | |
117 | <input type="text" name="txtUnitAntennaDown" class="txtUnitAntenna" id="txtUnitAntennaDown_{{ i }}_{{ j }}" value="0.5" /> No newline at end of file |
|
149 | <input type="text" name="txtUnitAntennaDown" class="txtUnitAntenna" id="txtUnitAntennaDown_{{ i }}_{{ j }}" value="0.5" /> | |
118 | {% if j != 7 %},{% endif %} No newline at end of file |
|
150 | {% if j != 7 %},{% endif %} | |
119 | {% endfor %} No newline at end of file |
|
151 | {% endfor %} | |
120 | </div> No newline at end of file |
|
152 | </div> | |
121 | <label for="lblSign" class="lblSign">]</label> |
|
153 | <label for="lblSign" class="lblSign">]</label> | |
No newline at end of file |
|
154 | </div> | ||
122 | {% if i == 7 %}<label for="lblSignRight" class="lblSign" id="lblSignRight">]</label>{% endif %} |
|
No newline at end of file | ||
No newline at end of file |
|
155 | {% if i == 7 %} | ||
123 | </div> |
|
No newline at end of file | ||
No newline at end of file |
|
156 | <label for="lblSignRight" class="lblSignRight">]</label> | ||
124 | {% endfor %} |
|
No newline at end of file | ||
No newline at end of file |
|
157 | {% else %} | ||
125 | </div> |
|
No newline at end of file | ||
No newline at end of file |
|
158 | <label for="lblSignRight" class="lblSignRight">,</label> | ||
126 | </div> |
|
No newline at end of file | ||
No newline at end of file |
|
159 | {% endif %} | ||
127 | <div class="divTx"> |
|
No newline at end of file | ||
No newline at end of file |
|
160 | </div> | ||
128 | <label for="lblTx">Tx</label> |
|
No newline at end of file | ||
No newline at end of file |
|
161 | <div class="cleardivs"></div> | ||
129 | <textarea name="txtTxDown" class="txtTR" cols="15" rows="8">{{ txtTxDown }}</textarea> |
|
No newline at end of file | ||
No newline at end of file |
|
162 | {% endfor %} | ||
130 | </div> |
|
No newline at end of file | ||
No newline at end of file |
|
163 | </div> | ||
131 | <div class="divTx"> |
|
No newline at end of file | ||
No newline at end of file |
|
164 | </div> | ||
132 | <label for="lblRx">Rx</label> |
|
No newline at end of file | ||
No newline at end of file |
|
165 | <div class="NewDivTx"> | ||
133 | <textarea name="txtRxDown" class="txtTR" cols="15" rows="8">{{ txtRxDown }}</textarea> No newline at end of file |
|
No newline at end of file | ||
|
166 | <label for="lblTx" class="titleField">Tx</label> | |||
|
No newline at end of file | ||||
|
167 | <div class="boxTR" id="divtxtTR"> | |||
|
No newline at end of file | ||||
|
168 | {% for i in range %} | |||
|
No newline at end of file | ||||
|
169 | <div class="fullLine"> | |||
|
No newline at end of file | ||||
|
170 | {% if i == 0 %} | |||
|
No newline at end of file | ||||
|
171 | <label for="lblNewSignLeft" class="lblNewSignLeft">[</label> | |||
|
No newline at end of file | ||||
|
172 | {% elif i > 0 and i <= 7 %} | |||
|
No newline at end of file | ||||
|
173 | <label for="lblNewSignLeft" class="lblNewSignLeft"> </label> | |||
|
No newline at end of file | ||||
|
174 | {% endif %} | |||
|
No newline at end of file | ||||
|
175 | <div class="lineInputsTx"> | |||
|
No newline at end of file | ||||
|
176 | <label for="lblSign" class="lblSignTx">[</label> | |||
|
No newline at end of file | ||||
|
177 | <div class="divValuesTx"> | |||
|
No newline at end of file | ||||
|
178 | {% for j in range %} | |||
|
No newline at end of file | ||||
|
179 | <input type="text" name="txtUnitTxDown" class="txtUnitTx" id="txtUnitTxDown_{{ i }}_{{ j }}" value="1" /> | |||
|
No newline at end of file | ||||
|
180 | {% if j != 7 %},{% endif %} | |||
|
No newline at end of file | ||||
|
181 | {% endfor %} | |||
|
No newline at end of file | ||||
|
182 | </div> | |||
|
No newline at end of file | ||||
|
183 | <label for="lblSign" class="lblSignTx">]</label> | |||
|
No newline at end of file | ||||
|
184 | </div> | |||
|
No newline at end of file | ||||
|
185 | {% if i == 7 %} | |||
|
No newline at end of file | ||||
|
186 | <label for="lblNewSignRight" class="lblNewSignRight">]</label> | |||
|
No newline at end of file | ||||
|
187 | {% else %} | |||
|
No newline at end of file | ||||
|
188 | <label for="lblNewSignRight" class="lblNewSignRight">,</label> | |||
|
No newline at end of file | ||||
|
189 | {% endif %} | |||
|
No newline at end of file | ||||
|
190 | </div> | |||
|
No newline at end of file | ||||
|
191 | <div class="cleardivs"></div> | |||
|
No newline at end of file | ||||
|
192 | {% endfor %} | |||
|
No newline at end of file | ||||
|
193 | </div> | |||
|
No newline at end of file | ||||
|
194 | <div class="cleardivs"></div> | |||
|
No newline at end of file | ||||
|
195 | </div> | |||
|
No newline at end of file | ||||
|
196 | <div class="NewDivTx"> | |||
|
No newline at end of file | ||||
|
197 | <label for="lblRx" class="titleField">Rx</label> | |||
|
No newline at end of file | ||||
|
198 | <div class="boxTR" id="divtxtTR"> | |||
|
No newline at end of file | ||||
|
199 | {% for i in range %} | |||
|
No newline at end of file | ||||
|
200 | <div class="fullLine"> | |||
|
No newline at end of file | ||||
|
201 | {% if i == 0 %} | |||
|
No newline at end of file | ||||
|
202 | <label for="lblNewSignLeft" class="lblNewSignLeft">[</label> | |||
|
No newline at end of file | ||||
|
203 | {% elif i > 0 and i <= 7 %} | |||
|
No newline at end of file | ||||
|
204 | <label for="lblNewSignLeft" class="lblNewSignLeft"> </label> | |||
|
No newline at end of file | ||||
|
205 | {% endif %} | |||
|
No newline at end of file | ||||
|
206 | <div class="lineInputsTx"> | |||
|
No newline at end of file | ||||
|
207 | <label for="lblSign" class="lblSignTx">[</label> | |||
|
No newline at end of file | ||||
|
208 | <div class="divValuesTx"> | |||
|
No newline at end of file | ||||
|
209 | {% for j in range %} | |||
|
No newline at end of file | ||||
|
210 | <input type="text" name="txtUnitRxDown" class="txtUnitRx" id="txtUnitRxDown_{{ i }}_{{ j }}" value="0" /> | |||
|
No newline at end of file | ||||
|
211 | {% if j != 7 %},{% endif %} | |||
|
No newline at end of file | ||||
|
212 | {% endfor %} | |||
|
No newline at end of file | ||||
|
213 | </div> | |||
|
No newline at end of file | ||||
|
214 | <label for="lblSign" class="lblSignTx">]</label> | |||
|
No newline at end of file | ||||
|
215 | </div> | |||
|
No newline at end of file | ||||
|
216 | {% if i == 7 %} | |||
|
No newline at end of file | ||||
|
217 | <label for="lblNewSignRight" class="lblNewSignRight">]</label> | |||
|
No newline at end of file | ||||
|
218 | {% else %} | |||
|
No newline at end of file | ||||
|
219 | <label for="lblNewSignRight" class="lblNewSignRight">,</label> | |||
|
No newline at end of file | ||||
|
220 | {% endif %} | |||
|
No newline at end of file | ||||
|
221 | </div> | |||
|
No newline at end of file | ||||
|
222 | <div class="cleardivs"></div> | |||
|
No newline at end of file | ||||
|
223 | {% endfor %} | |||
|
No newline at end of file | ||||
|
224 | </div> | |||
|
No newline at end of file | ||||
|
225 | <div class="cleardivs"></div> No newline at end of file | |||
134 | </div> No newline at end of file |
|
226 | </div> | |
135 | <div class="cleardivs"></div> No newline at end of file |
|
227 | <div class="cleardivs"></div> | |
136 | <div class="divUes"> No newline at end of file |
|
228 | <div class="divUes"> | |
137 | <label for="lblUes">Ues:</label> No newline at end of file |
|
229 | <label for="lblUes">Ues:</label> | |
138 | <input type="text" name="txtUesDown" value="{{ txtUes }}" /> No newline at end of file |
|
230 | <input type="text" name="txtUesDown" value="{{ txtUes }}" /> | |
139 | <input type="checkbox" name="chkOnlyRxDown" value="" /> No newline at end of file |
|
231 | <input type="checkbox" name="chkOnlyRxDown" value="" /> | |
140 | <label for="lblOnlyRx">Only RX</label> No newline at end of file |
|
232 | <label for="lblOnlyRx">Only RX</label> | |
141 | </div> No newline at end of file |
|
233 | </div> | |
142 | </fieldset> No newline at end of file |
|
234 | </fieldset> | |
143 | <input type="hidden" name="txtAntennaDown" value="" /> No newline at end of file |
|
235 | <input type="hidden" name="txtAntennaDown" value="" /> | |
|
236 | <input type="hidden" name="txtTxDown" value="" /> | |||
|
No newline at end of file | ||||
|
237 | <input type="hidden" name="txtRxDown" value="" /> No newline at end of file | |||
144 | </div> No newline at end of file |
|
238 | </div> | |
145 | </div> No newline at end of file |
|
239 | </div> | |
146 | <input type="hidden" name="mode" value="e"> No newline at end of file |
|
240 | <input type="hidden" name="mode" value="e"> | |
147 | </form> No newline at end of file |
|
241 | </form> | |
148 | </div> No newline at end of file |
|
242 | </div> | |
149 | {% endblock %} No newline at end of file |
|
243 | {% endblock %} |
General Comments 0
You need to be logged in to leave comments.
Login now