##// END OF EJS Templates
- Iniciando el desarrollo de la comunicacion con OverJRO.
jsalyrosas -
r153:154
parent child
Show More
@@ -43,23 +43,34
43 43 /******** FORMULARIO DE PERFILES *************************************/ No newline at end of file
44 44 /****************************************************************************************/ No newline at end of file
45 45 #divProfile { border: 0px solid #dff; margin: 10px 0px; padding: 10px 10px; width: 500px }
46 No newline at end of file
46 .flsAntenna { margin: 10px 0px; width: 750px; padding: 10px 10px } No newline at end of file
47 47 #divPattern textarea,input[type=text],label{ font-family: "Open Sans"; font-size: inherit; } No newline at end of file
48 48 No newline at end of file
49 49 #divPattern textarea {resize: none; overflow: hidden}
50 No newline at end of file
50
No newline at end of file
51 No newline at end of file
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 54 .divAntenna label{ display: block }
55 No newline at end of file
53 .txtAntenna { width: 250px; max-width: 250px; height: 135px; max-height: 140px; }
No newline at end of file
56 No newline at end of file
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 61 No newline at end of file
56 62 .divTx { display: block; float: left; margin: 10px; height: 150px } No newline at end of file
57 63 .divTx label{ display: block } No newline at end of file
58 64 .divTx textarea{ width: 135px; max-width: 135px; height: 135px; max-height: 140px; text-align: justify }
65 No newline at end of file
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 68 No newline at end of file
61 69 .divUes { display: block; margin: 10px}
70 No newline at end of file
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 75 No newline at end of file
64 76 /****************************************************************************************/ No newline at end of file
65 77 /****** MENU DE NAVEGACION DE PATRONES **********************************/ No newline at end of file
@@ -9,4 +9,7
9 9 location.href="/abscontrol/view/" + $(this).val(); No newline at end of file
10 10 } No newline at end of file
11 11 }); No newline at end of file
12 $('.activeOverJRO').click(function() {
No newline at end of file
13 alert("OverJRO"); No newline at end of file
12 14 }); No newline at end of file
15 }); No newline at end of file
@@ -29,6 +29,8
29 29 <div class="divUes"> No newline at end of file
30 30 <label for="lblUes">Ues:</label> No newline at end of file
31 31 <input type="text" name="txtUesUp" value="{{ txtUes }}" /> No newline at end of file
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 34 </div> No newline at end of file
33 35 </fieldset> No newline at end of file
34 36 </div> No newline at end of file
@@ -24,9 +24,10
24 24 </nav> No newline at end of file
25 25 </div> No newline at end of file
26 26 {% endif %}
27 No newline at end of file
27 <div id="antennaUp"> No newline at end of file
28 28 <fieldset class="flsAntenna"> No newline at end of file
29 29 <legend>UP</legend> No newline at end of file
30 <div class="infoAntenna"> No newline at end of file
30 31 <div class="divAntenna"> No newline at end of file
31 32 <label for="lblAntenna">Antenna</label> No newline at end of file
32 33 <p>{{ antennaUp.value }}</p> No newline at end of file
General Comments 0
You need to be logged in to leave comments. Login now