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