##// END OF EJS Templates
- Iniciando el desarrollo de la comunicacion con OverJRO.
jsalyrosas -
r153:154
parent child
Show More
@@ -43,23 +43,34
43 /******** FORMULARIO DE PERFILES *************************************/ No newline at end of file
43 /******** FORMULARIO DE PERFILES *************************************/
44 /****************************************************************************************/ No newline at end of file
44 /****************************************************************************************/
45 #divProfile { border: 0px solid #dff; margin: 10px 0px; padding: 10px 10px; width: 500px }
45 #divProfile { border: 0px solid #dff; margin: 10px 0px; padding: 10px 10px; width: 500px }
No newline at end of file
46 .flsAntenna { margin: 0; width: 750px; padding: 5px } No newline at end of file
46 .flsAntenna { margin: 10px 0px; width: 750px; padding: 10px 10px } No newline at end of file
47 #divPattern textarea,input[type=text],label{ font-family: "Open Sans"; font-size: inherit; } No newline at end of file
47 #divPattern textarea,input[type=text],label{ font-family: "Open Sans"; font-size: inherit; }
48 No newline at end of file
48 #divPattern textarea {resize: none; overflow: hidden}
49 #divPattern textarea {resize: none; overflow: hidden}
49 .antenna{ border: 1px solid #1494F6 !important; padding: 5px}
No newline at end of file
50 .infoAntenna{ border: 0px solid #f00 !important; width: 480px; float: left}
50
No newline at end of file
No newline at end of file
51 .overJRO{ border: 0px solid #1cc !important; width: 250px; float: left; margin: 0px 5px}
51 .divAntenna { float: left; margin: 10px; height: 160px; border: 0px solid #fcc !important; width: 260px } No newline at end of file
No newline at end of file
52 .divAntenna { float: left; margin: 10px; border: 0px solid #fcc !important; width: 190px }
No newline at end of file
53 .divAntenna label{ display: block } No newline at end of file
52 .divAntenna label{ display: block }
54 .txtAntenna { width: 175px; max-width: 180px; height: 160px; max-height: 165px; background: #fdfdfb; padding: 4px;
No newline at end of file
55 border: 2px solid #eee !important; /*font-family: "Ubuntu"; font-size: inherit;*/
53 .txtAntenna { width: 250px; max-width: 250px; height: 135px; max-height: 140px; }
No newline at end of file
No newline at end of file
56 text-align: justify; margin: 0 auto; line-height: 20px}
54 .divAntenna p{ width: 250px; max-width: 250px; height: 130px; max-height: 130px; border: 1px solid #eee !important} No newline at end of file
No newline at end of file
57 .divAntenna p{ width: 175px; max-width: 180px; height: 160px; max-height: 165px; background: #fdfdfb; padding: 2px;
No newline at end of file
58 border: 1px solid #eee !important; font-family: "Ubuntu"; font-size: inherit;
No newline at end of file
59 text-align: justify; margin: 0 auto; line-height: 20px}
No newline at end of file
60 No newline at end of file
55 No newline at end of file
61 .divTx { display: block; float: left; margin: 10px; height: 150px }
56 .divTx { display: block; float: left; margin: 10px; height: 150px } No newline at end of file
62 .divTx label{ display: block }
57 .divTx label{ display: block } No newline at end of file
63 .divTx textarea{ width: 135px; max-width: 135px; height: 135px; max-height: 140px; text-align: justify }
58 .divTx textarea{ width: 135px; max-width: 135px; height: 135px; max-height: 140px; text-align: justify }
64 .divTx p{ width: 100px; max-width: 105px; height: 160px; max-height: 165px; background: #fdfdfb; padding: 2px;
No newline at end of file
65 border: 1px solid #eee !important; font-family: "Ubuntu"; font-size: inherit;
59 .divTx p{ width: 135px; max-width: 135px; height: 130px; max-height: 130px; text-align: justify } No newline at end of file
No newline at end of file
66 text-align: justify; margin: 0 auto; line-height: 20px;}
No newline at end of file
67 No newline at end of file
60 No newline at end of file
68 .divUes { display: block; margin: 10px}
61 .divUes { display: block; margin: 10px}
69 .divUes input[type=text] { width: 240px; max-width: 240px; font-family: "Ubuntu"; font-size: inherit;}
No newline at end of file
70
62 .divUes input[type=text] { width: 240px; max-width: 240px;} No newline at end of file
No newline at end of file
71 .overJRO img{width: 200; height: 145px; text-align: center; vertical-align: middle; margin: 25px 5px 5px 5px;
No newline at end of file
72 display: block; background: #fdfdfb; border: 1px solid #eee !important;}
No newline at end of file
73 .overJRO a{ text-align: center; margin: 0 auto; display: block}
No newline at end of file
74 No newline at end of file
63 No newline at end of file
75 /****************************************************************************************/
64 /****************************************************************************************/ No newline at end of file
76 /****** MENU DE NAVEGACION DE PATRONES **********************************/
65 /****** MENU DE NAVEGACION DE PATRONES **********************************/ No newline at end of file
77 /****************************************************************************************/
@@ -9,4 +9,7
9 location.href="/abscontrol/view/" + $(this).val(); No newline at end of file
9 location.href="/abscontrol/view/" + $(this).val();
10 } No newline at end of file
10 }
11 }); No newline at end of file
11 });
12 $('.activeOverJRO').click(function() {
No newline at end of file
13 alert("OverJRO"); No newline at end of file
12 }); No newline at end of file
14 });
15 }); No newline at end of file
@@ -29,6 +29,8
29 <div class="divUes"> No newline at end of file
29 <div class="divUes">
30 <label for="lblUes">Ues:</label> No newline at end of file
30 <label for="lblUes">Ues:</label>
31 <input type="text" name="txtUesUp" value="{{ txtUes }}" /> No newline at end of file
31 <input type="text" name="txtUesUp" value="{{ txtUes }}" />
32 <input type="checkbox" name="chkOnlyRxUp" value="" />
No newline at end of file
33 <label for="lblOnlyRx">Only RX</label> No newline at end of file
32 </div> No newline at end of file
34 </div>
33 </fieldset> No newline at end of file
35 </fieldset>
34 </div> No newline at end of file
36 </div>
@@ -24,9 +24,10
24 </nav> No newline at end of file
24 </nav>
25 </div> No newline at end of file
25 </div>
26 {% endif %}
26 {% endif %}
No newline at end of file
27 <div id="antennaUp" class="antenna"> No newline at end of file
27 <div id="antennaUp"> No newline at end of file
28 <fieldset class="flsAntenna"> No newline at end of file
28 <fieldset class="flsAntenna">
29 <legend>UP</legend> No newline at end of file
29 <legend>UP</legend>
30 <div class="infoAntenna"> No newline at end of file
30 <div class="divAntenna"> No newline at end of file
31 <div class="divAntenna">
31 <label for="lblAntenna">Antenna</label> No newline at end of file
32 <label for="lblAntenna">Antenna</label>
32 <p>{{ antennaUp.value }}</p> No newline at end of file
33 <p>{{ antennaUp.value }}</p>
General Comments 0
You need to be logged in to leave comments. Login now