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