##// 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
No newline at end of file
2 MySQL-python==1.2.3
No newline at end of file
3 argparse==1.2.1
No newline at end of file
4 numpy==1.7.1
No newline at end of file
5 wsgiref==0.1.2
No newline at end of file
6 yolk==0.4.3 No newline at end of file
@@ -1,467 +1,481
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 { No newline at end of file
171 .NewAntenna {
172 width: 620px; } No newline at end of file
172 width: 620px; }
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 { No newline at end of file
183 .NewFlsAntenna {
184 width: 610px; } No newline at end of file
184 width: 610px; }
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 { No newline at end of file
203 .divAntenna {
204 width: 220px; No newline at end of file
204 width: 220px;
205 float: left; No newline at end of file
205 float: left;
206 margin: 10px; No newline at end of file
206 margin: 10px;
207 border: 0px solid #fcc !important; } No newline at end of file
207 border: 0px solid #fcc !important; }
208 No newline at end of file
208
209 .NewDivAntenna { No newline at end of file
209 .NewDivAntenna {
210 width: 290px; No newline at end of file
210 width: 290px;
211 float: left; No newline at end of file
211 float: left;
212 margin: 10px; No newline at end of file
212 margin: 10px;
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 .titleField { No newline at end of file
215 .titleField {
216 display: block; No newline at end of file
216 display: block;
217 text-align: center; } No newline at end of file
217 text-align: center; }
218 No newline at end of file
218
219 .txtAntenna, .view-textAntenna { No newline at end of file
219 .txtAntenna, .view-textAntenna {
220 width: 175px; No newline at end of file
220 width: 175px;
221 max-width: 180px; No newline at end of file
221 max-width: 180px;
222 height: 160px; No newline at end of file
222 height: 160px;
223 max-height: 165px; No newline at end of file
223 max-height: 165px;
224 background: #fdfdfb; No newline at end of file
224 background: #fdfdfb;
225 border: 2px solid #eee !important; No newline at end of file
225 border: 2px solid #eee !important;
226 text-align: justify; No newline at end of file
226 text-align: justify;
227 margin: 0 auto; No newline at end of file
227 margin: 0 auto;
228 line-height: 20px; } No newline at end of file
228 line-height: 20px; }
229 No newline at end of file
229
230 .txtAntenna { No newline at end of file
230 .txtAntenna {
231 padding: 4px; No newline at end of file
231 padding: 4px;
232 } No newline at end of file
232 }
233 No newline at end of file
233
234 .view-textAntenna { No newline at end of file
234 .view-textAntenna {
235 padding: 2px; No newline at end of file
235 padding: 2px;
236 font-family: "Ubuntu"; No newline at end of file
236 font-family: "Ubuntu";
237 font-size: inherit; } No newline at end of file
237 font-size: inherit; }
238 No newline at end of file
238
239 .boxAntenna { No newline at end of file
239 .boxAntenna {
240 width: 280px; No newline at end of file
240 width: 280px;
241 border: 2px solid #eee !important; No newline at end of file
241 border: 2px solid #eee !important;
242 text-align: center; No newline at end of file
242 text-align: center;
243 display: block; No newline at end of file
243 display: block;
244 float: left; No newline at end of file
244 float: left;
245 margin: 0; No newline at end of file
245 margin: 0;
246 padding: 0; } No newline at end of file
246 padding: 0; }
247 No newline at end of file
247
248 .lineInputs { No newline at end of file
248 .lineInputs {
249 width: 262px; No newline at end of file
249 width: 262px;
250 text-align: center; No newline at end of file
250 text-align: center;
251 line-height: 18px; No newline at end of file
251 line-height: 18px;
252 padding: 0; No newline at end of file
252 padding: 0;
253 height: 20px; No newline at end of file
253 height: 20px;
254 margin: 0 auto; No newline at end of file
254 margin: 0 auto;
255 display: block; No newline at end of file
255 display: block;
256 border: 0px solid #1cc !important; } No newline at end of file
256 border: 0px solid #1cc !important; }
257 No newline at end of file
257
258 .lineInputs label { No newline at end of file
258 .lineInputs label {
259 float: left; No newline at end of file
259 float: left;
260 margin: 0px 2px; No newline at end of file
260 margin: 0px 2px;
261 border: 0px solid #bbb !important; } No newline at end of file
261 border: 0px solid #bbb !important; }
262 No newline at end of file
262
263 .divValuesAntenna, .divValuesTR {
No newline at end of file
264 float: left;
No newline at end of file
265 display: block;
No newline at end of file
266 margin: 0 auto;
No newline at end of file
267 border: 0px solid #bbb !important; }
No newline at end of file
268 No newline at end of file
263 .divValuesAntenna { No newline at end of file
269 .divValuesAntenna {
264 width: 230px;
270 width: 230px;
No newline at end of file
271 border: 0px solid #bbb !important; }
265 border: 0px solid #bbb !important;
No newline at end of file
No newline at end of file
272
266 float: left;
No newline at end of file
No newline at end of file
273 .divValuesTR {
267 display: block;
No newline at end of file
No newline at end of file
274 width: 180px;
268 margin: 0 auto; }
No newline at end of file
No newline at end of file
275 border: 0px solid #bbb !important; }
269
No newline at end of file
No newline at end of file
276
270 .divValuesAntenna input[type=text] {
No newline at end of file
No newline at end of file
277 .divValuesAntenna input[type=text], .divValuesTR input[type=text] { No newline at end of file
271 width: 18px; No newline at end of file
272 border: 0px; No newline at end of file
278 border: 0px;
273 border-bottom: 1px solid #666 !important;
279 border-bottom: 1px solid #666 !important;
No newline at end of file
280 line-height: 20px;
274 line-height: 20px; } No newline at end of file
No newline at end of file
281 }
No newline at end of file
282
No newline at end of file
283 .divValuesAntenna input[type=text] {
No newline at end of file
284 width: 18px; }
No newline at end of file
285
No newline at end of file
286 .divValuesTR input[type=text]{
No newline at end of file
287 width: 11px;
No newline at end of file
288 } No newline at end of file
275 No newline at end of file
289
276 .lblSign { No newline at end of file
290 .lblSign {
277 width: 8px; No newline at end of file
291 width: 8px;
278 font-family: 'Roboto Condensed', sans-serif; No newline at end of file
292 font-family: 'Roboto Condensed', sans-serif;
279 font-size: 1.1em; No newline at end of file
293 font-size: 1.1em;
280 color: #666; } No newline at end of file
294 color: #666; }
281 No newline at end of file
295
282 #lblSignLeft, #lblSignRight { No newline at end of file
296 #lblSignLeft, #lblSignRight {
283 margin: 0; No newline at end of file
297 margin: 0;
284 line-height: 18px; No newline at end of file
298 line-height: 18px;
285 height: 20px; No newline at end of file
299 height: 20px;
286 float: left; No newline at end of file
300 float: left;
287 padding: 0; } No newline at end of file
301 padding: 0; }
288 No newline at end of file
302
289 .divTx { No newline at end of file
303 .divTx {
290 display: block; No newline at end of file
304 display: block;
291 float: left; No newline at end of file
305 float: left;
292 margin: 10px; No newline at end of file
306 margin: 10px;
293 border: 0px solid #f00 !important; } No newline at end of file
307 border: 0px solid #f00 !important; }
294 No newline at end of file
308
295 .divTx label { No newline at end of file
309 .divTx label {
296 display: block; } No newline at end of file
310 display: block; }
297 No newline at end of file
311
298 .divTx textarea { No newline at end of file
312 .divTx textarea {
299 width: 100px; No newline at end of file
313 width: 100px;
300 max-width: 100px; No newline at end of file
314 max-width: 100px;
301 height: 160px; No newline at end of file
315 height: 160px;
302 max-height: 165px; No newline at end of file
316 max-height: 165px;
303 text-align: justify; No newline at end of file
317 text-align: justify;
304 border: 2px solid #eee !important; No newline at end of file
318 border: 2px solid #eee !important;
305 font-family: "Ubuntu"; No newline at end of file
319 font-family: "Ubuntu";
306 font-size: inherit; No newline at end of file
320 font-size: inherit;
307 line-height: 20px; } No newline at end of file
321 line-height: 20px; }
308 No newline at end of file
322
309 .divTx p { No newline at end of file
323 .divTx p {
310 width: 100px; No newline at end of file
324 width: 100px;
311 max-width: 105px; No newline at end of file
325 max-width: 105px;
312 height: 160px; No newline at end of file
326 height: 160px;
313 max-height: 165px; No newline at end of file
327 max-height: 165px;
314 background: #fdfdfb; No newline at end of file
328 background: #fdfdfb;
315 padding: 2px; No newline at end of file
329 padding: 2px;
316 border: 1px solid #eee !important; No newline at end of file
330 border: 1px solid #eee !important;
317 font-family: 'Ubuntu', sans-serif; No newline at end of file
331 font-family: 'Ubuntu', sans-serif;
318 font-size: inherit; No newline at end of file
332 font-size: inherit;
319 text-align: justify; No newline at end of file
333 text-align: justify;
320 margin: 0 auto; No newline at end of file
334 margin: 0 auto;
321 line-height: 20px; } No newline at end of file
335 line-height: 20px; }
322 No newline at end of file
336
323 .divUes { No newline at end of file
337 .divUes {
324 display: block; No newline at end of file
338 display: block;
325 margin: 10px; } No newline at end of file
339 margin: 10px; }
326 No newline at end of file
340
327 .divUes input[type=text] { No newline at end of file
341 .divUes input[type=text] {
328 width: 240px; No newline at end of file
342 width: 240px;
329 max-width: 240px; No newline at end of file
343 max-width: 240px;
330 font-family: 'Ubuntu', sans-serif; No newline at end of file
344 font-family: 'Ubuntu', sans-serif;
331 font-size: inherit; } No newline at end of file
345 font-size: inherit; }
332 No newline at end of file
346
333 .overJRO img { No newline at end of file
347 .overJRO img {
334 width: 400px; No newline at end of file
348 width: 400px;
335 height: 200px; No newline at end of file
349 height: 200px;
336 text-align: center; No newline at end of file
350 text-align: center;
337 vertical-align: middle; No newline at end of file
351 vertical-align: middle;
338 margin: 40px 5px 5px 5px; No newline at end of file
352 margin: 40px 5px 5px 5px;
339 display: block; No newline at end of file
353 display: block;
340 background: #fdfdfb; No newline at end of file
354 background: #fdfdfb;
341 border: 1px solid #eee !important; } No newline at end of file
355 border: 1px solid #eee !important; }
342 No newline at end of file
356
343 .overJRO a { No newline at end of file
357 .overJRO a {
344 text-align: center; No newline at end of file
358 text-align: center;
345 margin: 0 auto; No newline at end of file
359 margin: 0 auto;
346 display: block; } No newline at end of file
360 display: block; }
347 No newline at end of file
361
348 /****************************************************************************************/ No newline at end of file
362 /****************************************************************************************/
349 /****** MENU DE NAVEGACION DE PATRONES **********************************/ No newline at end of file
363 /****** MENU DE NAVEGACION DE PATRONES **********************************/
350 /****************************************************************************************/ No newline at end of file
364 /****************************************************************************************/
351 #divMnuPattern { No newline at end of file
365 #divMnuPattern {
352 width: 280px; No newline at end of file
366 width: 280px;
353 height: 25px; No newline at end of file
367 height: 25px;
354 display: block; No newline at end of file
368 display: block;
355 float: right; No newline at end of file
369 float: right;
356 margin: 5px 40px 5px 0px; No newline at end of file
370 margin: 5px 40px 5px 0px;
357 border: 0px solid #1cc !important; } No newline at end of file
371 border: 0px solid #1cc !important; }
358 No newline at end of file
372
359 #divMnuPattern li { No newline at end of file
373 #divMnuPattern li {
360 float: right; No newline at end of file
374 float: right;
361 display: block; No newline at end of file
375 display: block;
362 width: 60px; No newline at end of file
376 width: 60px;
363 border: 0px solid #2cc !important; } No newline at end of file
377 border: 0px solid #2cc !important; }
364 No newline at end of file
378
365 #divMnuPattern a { No newline at end of file
379 #divMnuPattern a {
366 display: block; No newline at end of file
380 display: block;
367 line-height: 22px; No newline at end of file
381 line-height: 22px;
368 text-decoration: none; No newline at end of file
382 text-decoration: none;
369 padding: 0px 5px; No newline at end of file
383 padding: 0px 5px;
370 margin: 0px 2px; No newline at end of file
384 margin: 0px 2px;
371 text-align: center; No newline at end of file
385 text-align: center;
372 color: #1494F6; No newline at end of file
386 color: #1494F6;
373 border-bottom: 1px solid #1494F6 !important; } No newline at end of file
387 border-bottom: 1px solid #1494F6 !important; }
374 No newline at end of file
388
375 #infoPattern { No newline at end of file
389 #infoPattern {
376 display: block; No newline at end of file
390 display: block;
377 margin: 0px 25px; No newline at end of file
391 margin: 0px 25px;
378 border: 0px solid #1494f6 !important; } No newline at end of file
392 border: 0px solid #1494f6 !important; }
379 No newline at end of file
393
380 #navPatterns { No newline at end of file
394 #navPatterns {
381 margin: 0 auto; No newline at end of file
395 margin: 0 auto;
382 width: 700px; No newline at end of file
396 width: 700px;
383 height: 30px; No newline at end of file
397 height: 30px;
384 border: 0px solid #d00 !important; No newline at end of file
398 border: 0px solid #d00 !important;
385 font-family: 'Ubuntu', sans-serif; No newline at end of file
399 font-family: 'Ubuntu', sans-serif;
386 font-size: 14px; No newline at end of file
400 font-size: 14px;
387 padding: 5px 0px; } No newline at end of file
401 padding: 5px 0px; }
388 No newline at end of file
402
389 #navPatternList { No newline at end of file
403 #navPatternList {
390 margin: 0 auto; No newline at end of file
404 margin: 0 auto;
391 border: 0px solid #ecc !important; } No newline at end of file
405 border: 0px solid #ecc !important; }
392 No newline at end of file
406
393 #navPatternList ul { No newline at end of file
407 #navPatternList ul {
394 list-style: none; No newline at end of file
408 list-style: none;
395 list-style-type: none; No newline at end of file
409 list-style-type: none;
396 margin: 0; } No newline at end of file
410 margin: 0; }
397 No newline at end of file
411
398 #navPatternList ul li { No newline at end of file
412 #navPatternList ul li {
399 float: left; No newline at end of file
413 float: left;
400 width: 50px; No newline at end of file
414 width: 50px;
401 border: 1px solid #eee !important; } No newline at end of file
415 border: 1px solid #eee !important; }
402 No newline at end of file
416
403 #navPatternList a { No newline at end of file
417 #navPatternList a {
404 width: 50px; No newline at end of file
418 width: 50px;
405 display: block; No newline at end of file
419 display: block;
406 text-align: center; No newline at end of file
420 text-align: center;
407 line-height: 30px; No newline at end of file
421 line-height: 30px;
408 padding: 1px 0px; No newline at end of file
422 padding: 1px 0px;
409 border: 0px solid #1cc !important; } No newline at end of file
423 border: 0px solid #1cc !important; }
410 No newline at end of file
424
411 .lnkPattern { No newline at end of file
425 .lnkPattern {
412 background-color: #ccc !important; No newline at end of file
426 background-color: #ccc !important;
413 color: #eee; } No newline at end of file
427 color: #eee; }
414 No newline at end of file
428
415 .lnkPatternSelected { No newline at end of file
429 .lnkPatternSelected {
416 background-color: #2cc !important; No newline at end of file
430 background-color: #2cc !important;
417 color: #fff; } No newline at end of file
431 color: #fff; }
418 No newline at end of file
432
419 .divListofPatterns { No newline at end of file
433 .divListofPatterns {
420 width: 650px; No newline at end of file
434 width: 650px;
421 display: block; No newline at end of file
435 display: block;
422 border: 1px solid #1cc !important; No newline at end of file
436 border: 1px solid #1cc !important;
423 margin: 0 auto; } No newline at end of file
437 margin: 0 auto; }
424 No newline at end of file
438
425 .divPattern { No newline at end of file
439 .divPattern {
426 width: 600px; No newline at end of file
440 width: 600px;
427 display: block; No newline at end of file
441 display: block;
428 border: 1px solid #f00 !important; No newline at end of file
442 border: 1px solid #f00 !important;
429 margin: 2px auto; } No newline at end of file
443 margin: 2px auto; }
430 No newline at end of file
444
431 /****************************************************************************************/ No newline at end of file
445 /****************************************************************************************/
432 /****** HEADER *************/ No newline at end of file
446 /****** HEADER *************/
433 /****************************************************************************************/ No newline at end of file
447 /****************************************************************************************/
434 header nav { No newline at end of file
448 header nav {
435 width: 960px; No newline at end of file
449 width: 960px;
436 margin: 0 auto; No newline at end of file
450 margin: 0 auto;
437 height: 100%; No newline at end of file
451 height: 100%;
438 border: 0px solid #1cc !important; } No newline at end of file
452 border: 0px solid #1cc !important; }
439 No newline at end of file
453
440 header nav a { No newline at end of file
454 header nav a {
441 font-family: 'Roboto Condensed', sans-serif; No newline at end of file
455 font-family: 'Roboto Condensed', sans-serif;
442 font-size: 1.98em; No newline at end of file
456 font-size: 1.98em;
443 text-transform: uppercase; No newline at end of file
457 text-transform: uppercase;
444 width: 232px; No newline at end of file
458 width: 232px;
445 padding: 2px; No newline at end of file
459 padding: 2px;
446 text-align: center; No newline at end of file
460 text-align: center;
447 border: 1px solid #ddd !important; No newline at end of file
461 border: 1px solid #ddd !important;
448 box-shadow: 1px 1px 2px #ddd; No newline at end of file
462 box-shadow: 1px 1px 2px #ddd;
449 display: block; No newline at end of file
463 display: block;
450 float: left; No newline at end of file
464 float: left;
451 height: 45px; No newline at end of file
465 height: 45px;
452 text-decoration: none; No newline at end of file
466 text-decoration: none;
453 background: #eee; No newline at end of file
467 background: #eee;
454 line-height: 45px; No newline at end of file
468 line-height: 45px;
455 color: #15425d; No newline at end of file
469 color: #15425d;
456 margin: 0px 1px; } No newline at end of file
470 margin: 0px 1px; }
457 No newline at end of file
471
458 header nav a.selected { No newline at end of file
472 header nav a.selected {
459 background: #666; No newline at end of file
473 background: #666;
460 color: #fff; } No newline at end of file
474 color: #fff; }
461 No newline at end of file
475
462 /****************************************************************************************/ No newline at end of file
476 /****************************************************************************************/
463 /****** FOOTER *************/ No newline at end of file
477 /****** FOOTER *************/
464 /****************************************************************************************/ No newline at end of file
478 /****************************************************************************************/
465 footer p { No newline at end of file
479 footer p {
466 font-family: 'Roboto Condensed', sans-serif; No newline at end of file
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" %} 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="lineInputs"> No newline at end of file
31 <div class="lineInputs">
32 {% if i == 0 %}<label for="lblSignLeft" class="lblSign" id="lblSignLeft">[</label>{% endif %} No newline at end of file
32 {% if i == 0 %}<label for="lblSignLeft" class="lblSign" id="lblSignLeft">[</label>{% endif %}
33 <label for="lblSign" class="lblSign">[</label> No newline at end of file
33 <label for="lblSign" class="lblSign">[</label>
34 <div class="divValuesAntenna"> No newline at end of file
34 <div class="divValuesAntenna">
35 {% for j in range %} No newline at end of file
35 {% for j in range %}
36 <input type="text" name="txtUnitAntennaUp" class="txtUnitAntenna" id="txtUnitAntennaUp_{{ i }}_{{ j }}" value="0.5" /> No newline at end of file
36 <input type="text" name="txtUnitAntennaUp" class="txtUnitAntenna" id="txtUnitAntennaUp_{{ i }}_{{ j }}" value="0.5" />
37 {% if j != 7 %},{% endif %} No newline at end of file
37 {% if j != 7 %},{% endif %}
38 {% endfor %} No newline at end of file
38 {% endfor %}
39 </div> No newline at end of file
39 </div>
40 <label for="lblSign" class="lblSign">]</label> No newline at end of file
40 <label for="lblSign" class="lblSign">]</label>
41 {% if i == 7 %}<label for="lblSignRight" class="lblSign" id="lblSignRight">]</label>{% endif %} No newline at end of file
41 {% if i == 7 %}<label for="lblSignRight" class="lblSign" id="lblSignRight">]</label>{% endif %}
42 </div> No newline at end of file
42 </div>
43 {% endfor %} No newline at end of file
43 {% endfor %}
44 </div> No newline at end of file
44 </div>
45 </div> No newline at end of file
45 </div>
46 <div class="NewDivTR">
No newline at end of file
47 <label for="lblTx" class="titleField">Tx</label>
No newline at end of file
48 <div class="boxTR" id="divtxtTR">
No newline at end of file
49 {% for i in range %}
No newline at end of file
50 <div class="lineInputsTR">
No newline at end of file
51 {% if i == 0 %}<label for="lblSignLeft" class="lblSign" id="lblSignLeft">[</label>{% endif %}
No newline at end of file
52 <label for="lblSign" class="lblSign">[</label>
No newline at end of file
53 <div class="divValuesTR">
No newline at end of file
54 {% for j in range %}
No newline at end of file
55 <input type="text" name="txtUnitTR" class="txtUnitTR" id="txtUnitTR_{{ i }}_{{ j }}" value="1" />
No newline at end of file
56 {% if j != 7 %},{% endif %}
No newline at end of file
57 {% endfor %}
No newline at end of file
58 </div>
No newline at end of file
59 <label for="lblSign" class="lblSign">]</label>
No newline at end of file
60 {% if i == 7 %}<label for="lblSignRight" class="lblSign" id="lblSignRight">]</label>{% endif %}
No newline at end of file
61 </div>
No newline at end of file
62 {% endfor %}
No newline at end of file
63 </div>
No newline at end of file
64 </div> No newline at end of file
46 <div class="divTx">
65 <div class="divTx">
No newline at end of file
47 <label for="lblTx" class="titleField">Tx</label> No newline at end of file
48 <textarea name="txtTxUp" class="txtTR" cols="18" rows="8">{{ txtTxUp }}</textarea> No newline at end of file
66 <textarea name="txtTxUp" class="txtTR" cols="18" rows="8">{{ txtTxUp }}</textarea>
49 </div> No newline at end of file
67 </div>
50 <div class="divTx"> No newline at end of file
68 <div class="divTx">
51 <label for="lblRx" class="titleField" >Rx</label> No newline at end of file
69 <label for="lblRx" class="titleField" >Rx</label>
52 <textarea name="txtRxUp" class="txtTR" cols="18" rows="8">{{ txtRxUp }}</textarea> No newline at end of file
70 <textarea name="txtRxUp" class="txtTR" cols="18" rows="8">{{ txtRxUp }}</textarea>
53 </div> No newline at end of file
71 </div>
54 <div class="cleardivs"></div> No newline at end of file
72 <div class="cleardivs"></div>
55 <div class="divUes"> No newline at end of file
73 <div class="divUes">
56 <label for="lblUes">Ues:</label> No newline at end of file
74 <label for="lblUes">Ues:</label>
57 <input type="text" name="txtUesUp" value="{{ txtUes }}" /> No newline at end of file
75 <input type="text" name="txtUesUp" value="{{ txtUes }}" />
58 <input type="checkbox" name="chkOnlyRxUp" value="" /> No newline at end of file
76 <input type="checkbox" name="chkOnlyRxUp" value="" />
59 <label for="lblOnlyRx">Only RX</label> No newline at end of file
77 <label for="lblOnlyRx">Only RX</label>
60 </div> No newline at end of file
78 </div>
61 </fieldset> No newline at end of file
79 </fieldset>
62 <input type="hidden" name="txtAntennaUp" value="" /> No newline at end of file
80 <input type="hidden" name="txtAntennaUp" value="" />
81 <input type="hidden" name="txtTxUp" value="" /> No newline at end of file
63 </div> No newline at end of file
82 </div>
64 No newline at end of file
83
65 <div id="antennaDown" class="NewAntenna"> No newline at end of file
84 <div id="antennaDown" class="NewAntenna">
66 <fieldset class="NewFlsAntenna"> No newline at end of file
85 <fieldset class="NewFlsAntenna">
67 <legend class="legendAntenna">DOWN</legend> No newline at end of file
86 <legend class="legendAntenna">DOWN</legend>
68 <div class="NewDivAntenna"> No newline at end of file
87 <div class="NewDivAntenna">
69 <label for="lblAntenna" class="titleField">Antenna</label> No newline at end of file
88 <label for="lblAntenna" class="titleField">Antenna</label>
70 <div class="boxAntenna" id="divtxtAntenna"> No newline at end of file
89 <div class="boxAntenna" id="divtxtAntenna">
71 {% for i in range %} No newline at end of file
90 {% for i in range %}
72 <div class="lineInputs"> No newline at end of file
91 <div class="lineInputs">
73 {% if i == 0 %}<label for="lblSignLeft" class="lblSign" id="lblSignLeft">[</label>{% endif %} No newline at end of file
92 {% if i == 0 %}<label for="lblSignLeft" class="lblSign" id="lblSignLeft">[</label>{% endif %}
74 <label for="lblSign" class="lblSign">[</label> No newline at end of file
93 <label for="lblSign" class="lblSign">[</label>
75 <div class="divValuesAntenna"> No newline at end of file
94 <div class="divValuesAntenna">
76 {% for j in range %} No newline at end of file
95 {% for j in range %}
77 <input type="text" name="txtUnitAntennaDown" class="txtUnitAntenna" id="txtUnitAntennaDown_{{ i }}_{{ j }}" value="0.5" /> No newline at end of file
96 <input type="text" name="txtUnitAntennaDown" class="txtUnitAntenna" id="txtUnitAntennaDown_{{ i }}_{{ j }}" value="0.5" />
78 {% if j != 7 %},{% endif %} No newline at end of file
97 {% if j != 7 %},{% endif %}
79 {% endfor %} No newline at end of file
98 {% endfor %}
80 </div> No newline at end of file
99 </div>
81 <label for="lblSign" class="lblSign">]</label> No newline at end of file
100 <label for="lblSign" class="lblSign">]</label>
82 {% if i == 7 %}<label for="lblSignRight" class="lblSign" id="lblSignRight">]</label>{% endif %} No newline at end of file
101 {% if i == 7 %}<label for="lblSignRight" class="lblSign" id="lblSignRight">]</label>{% endif %}
83 </div> No newline at end of file
102 </div>
84 {% endfor %} No newline at end of file
103 {% endfor %}
85 </div> No newline at end of file
104 </div>
86 </div> No newline at end of file
105 </div>
87 <div class="divTx"> No newline at end of file
106 <div class="divTx">
88 <label for="lblTx">Tx</label> No newline at end of file
107 <label for="lblTx">Tx</label>
89 <textarea name="txtTxDown" class="txtTR" cols="15" rows="8">{{ txtTxDown }}</textarea> No newline at end of file
108 <textarea name="txtTxDown" class="txtTR" cols="15" rows="8">{{ txtTxDown }}</textarea>
90 </div> No newline at end of file
109 </div>
91 <div class="divTx"> No newline at end of file
110 <div class="divTx">
92 <label for="lblRx">Rx</label> No newline at end of file
111 <label for="lblRx">Rx</label>
93 <textarea name="txtRxDown" class="txtTR" cols="15" rows="8">{{ txtRxDown }}</textarea> No newline at end of file
112 <textarea name="txtRxDown" class="txtTR" cols="15" rows="8">{{ txtRxDown }}</textarea>
94 </div> No newline at end of file
113 </div>
95 <div class="cleardivs"></div> No newline at end of file
114 <div class="cleardivs"></div>
96 <div class="divUes"> No newline at end of file
115 <div class="divUes">
97 <label for="lblUes">Ues:</label> No newline at end of file
116 <label for="lblUes">Ues:</label>
98 <input type="text" name="txtUesDown" value="{{ txtUes }}" /> No newline at end of file
117 <input type="text" name="txtUesDown" value="{{ txtUes }}" />
99 <input type="checkbox" name="chkOnlyRxDown" value="" /> No newline at end of file
118 <input type="checkbox" name="chkOnlyRxDown" value="" />
100 <label for="lblOnlyRx">Only RX</label> No newline at end of file
119 <label for="lblOnlyRx">Only RX</label>
101 </div> No newline at end of file
120 </div>
102 </fieldset> No newline at end of file
121 </fieldset>
103 <input type="hidden" name="txtAntennaDown" value="" /> No newline at end of file
122 <input type="hidden" name="txtAntennaDown" value="" />
104 </div> No newline at end of file
123 </div>
105 </div> No newline at end of file
124 </div>
106 <input type="hidden" name="mode" value="e"> No newline at end of file
125 <input type="hidden" name="mode" value="e">
107 </form> No newline at end of file
126 </form>
108 </div> No newline at end of file
127 </div>
109 {% endblock %} No newline at end of file
128 {% endblock %}
General Comments 0
You need to be logged in to leave comments. Login now