Spaces:
Running
Running
Commit
路
f0ce1ad
1
Parent(s):
28c1ae6
Upload 28 files
Browse files- app.py +2 -2
- templates/ajustes.html +1 -1
- templates/ambulancias.html +2 -2
- templates/buscador_admision.html +7 -7
- templates/buscador_trauma.html +9 -9
- templates/buscador_uro.html +9 -9
- templates/caja_trauma.html +2 -2
- templates/escuchar_admision.html +6 -6
- templates/escuchar_admision1.html +7 -7
- templates/escuchar_trauma.html +8 -8
- templates/escuchar_trauma1.html +8 -8
- templates/escuchar_uro.html +8 -8
- templates/escuchar_uro1.html +8 -8
- templates/especialidad.html +6 -6
- templates/guia_visual.html +1 -1
- templates/instrumental_trauma.html +3 -3
- templates/instrumental_uro.html +3 -3
- templates/intervencion_trauma.html +7 -7
app.py
CHANGED
@@ -346,7 +346,7 @@ async def cargar_archivo (O0OOO0OOO00OOOOOO ,O0O0O0O0OOOO00000 ,OO0OO0000OOOO0O0
|
|
346 |
return O0OO0OOO00OOO0O0O #line:366
|
347 |
if len (OOOO00OO0O00OO0O0 )==0 :#line:367
|
348 |
O0O0O0O0OO0O0O0O0 ="No hay archivos subidos"#line:368
|
349 |
-
O0OO0OOO00OOO0O0O ="
|
350 |
elif type (OOOO00OO0O00OO0O0 )==str :#line:370
|
351 |
O0OO0OOO00OOO0O0O ="https://orva.tedcas.com/"+str (OOOO00OO0O00OO0O0 )#line:371
|
352 |
O0O0O0O0OO0O0O0O0 =OOOO00OO0O00OO0O0 #line:372
|
@@ -369,7 +369,7 @@ async def cargar_archivo_grande (OO0OOO0OOOO0000O0 ,O0OO0OOOOOO0O0OOO ,OOOOOOOO0
|
|
369 |
OOO0O00OOOO00OO00 ="field_"+str (OO0OOO0OOOO0000O0 )#line:390
|
370 |
OOO0O00OOOO00OO00 =OO00O000OOO0000OO [OOO0O00OOOO00OO00 ]#line:391
|
371 |
if len (OOO0O00OOOO00OO00 )==0 :#line:392
|
372 |
-
OOO0O0OO0O00OO00O ["No hay archivos"]="
|
373 |
else :#line:394
|
374 |
for O00O0O0OOOO0O0O00 in OOO0O00OOOO00OO00 :#line:395
|
375 |
OOO0O0OO0O00OO00O [O00O0O0OOOO0O0O00 ['descripcion']]="https://orva.tedcas.com/"+str (O00O0O0OOOO0O0O00 ['url'])#line:396
|
|
|
346 |
return O0OO0OOO00OOO0O0O #line:366
|
347 |
if len (OOOO00OO0O00OO0O0 )==0 :#line:367
|
348 |
O0O0O0O0OO0O0O0O0 ="No hay archivos subidos"#line:368
|
349 |
+
O0OO0OOO00OOO0O0O ="http://127.0.0.1:5000/especialidad"#line:369
|
350 |
elif type (OOOO00OO0O00OO0O0 )==str :#line:370
|
351 |
O0OO0OOO00OOO0O0O ="https://orva.tedcas.com/"+str (OOOO00OO0O00OO0O0 )#line:371
|
352 |
O0O0O0O0OO0O0O0O0 =OOOO00OO0O00OO0O0 #line:372
|
|
|
369 |
OOO0O00OOOO00OO00 ="field_"+str (OO0OOO0OOOO0000O0 )#line:390
|
370 |
OOO0O00OOOO00OO00 =OO00O000OOO0000OO [OOO0O00OOOO00OO00 ]#line:391
|
371 |
if len (OOO0O00OOOO00OO00 )==0 :#line:392
|
372 |
+
OOO0O0OO0O00OO00O ["No hay archivos"]="http://127.0.0.1:5000/especialidad"#line:393
|
373 |
else :#line:394
|
374 |
for O00O0O0OOOO0O0O00 in OOO0O00OOOO00OO00 :#line:395
|
375 |
OOO0O0OO0O00OO00O [O00O0O0OOOO0O0O00 ['descripcion']]="https://orva.tedcas.com/"+str (O00O0O0OOOO0O0O00 ['url'])#line:396
|
templates/ajustes.html
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;font-size: 2.5rem;background-color: purple;">AJUSTES:</h2>
|
12 |
|
13 |
<form action="{{url_for('buscador_trauma')}}" method="post">
|
14 |
-
<h3 onclick="location.href='
|
15 |
|
16 |
</form>
|
17 |
|
|
|
11 |
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;font-size: 2.5rem;background-color: purple;">AJUSTES:</h2>
|
12 |
|
13 |
<form action="{{url_for('buscador_trauma')}}" method="post">
|
14 |
+
<h3 onclick="location.href='http://127.0.0.1:5000/especialidad'"style="font-size=1.6rem"> <img src="{{ user_image7 }}" alt="" width="5%">Cambiar de especialidad</h3>
|
15 |
|
16 |
</form>
|
17 |
|
templates/ambulancias.html
CHANGED
@@ -8,8 +8,8 @@
|
|
8 |
</head>
|
9 |
<body>
|
10 |
<div class="login22">
|
11 |
-
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;font-size: 3rem;background-color: lightcyan;"><img src="{{ user_image7 }}" alt="" style="max-width:5%;" onclick="location.href='
|
12 |
-
<h3 style="padding-left: 80%;font-size: 1.2rem;" onclick="location.href='
|
13 |
<hr/>
|
14 |
|
15 |
<form action="{{url_for('ambulancias')}}" method="post">
|
|
|
8 |
</head>
|
9 |
<body>
|
10 |
<div class="login22">
|
11 |
+
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;font-size: 3rem;background-color: lightcyan;"><img src="{{ user_image7 }}" alt="" style="max-width:5%;" onclick="location.href='http://127.0.0.1:5000/buscador_admision'"> Ambulancias: </h2>
|
12 |
+
<h3 style="padding-left: 80%;font-size: 1.2rem;" onclick="location.href='http://127.0.0.1:5000/ajustes'">AJUSTES <img src="{{ user_image6 }}" alt="" style="max-width:18%;" ></h3>
|
13 |
<hr/>
|
14 |
|
15 |
<form action="{{url_for('ambulancias')}}" method="post">
|
templates/buscador_admision.html
CHANGED
@@ -9,8 +9,8 @@
|
|
9 |
</head>
|
10 |
<body>
|
11 |
<div class="login22">
|
12 |
-
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;font-size: 3rem;background-color: gray;"><img src="{{ user_image7 }}" alt="" style="max-width:5%;" onclick="location.href='
|
13 |
-
<h3 style="padding-left: 80%;font-size: 1.2rem;" onclick="location.href='
|
14 |
<hr/>
|
15 |
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.8rem;">Barra de busqueda:</h2>
|
16 |
<form action="{{url_for('buscador_admision')}}" method="post">
|
@@ -20,7 +20,7 @@
|
|
20 |
<button type="submit" class="btn btn-primary btn-block btn-large" style="padding-bottom: 1%;width:4%;background-color: rgb(0, 128, 255);border:1px solid white; border-radius: 30%;box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);" > <img src="{{ user_image4 }}" alt="" style="max-width:100%;padding-bottom: 0.5%;" > </button>
|
21 |
<br>
|
22 |
<br>
|
23 |
-
<button type="button" name="escu" style="padding-right: 78%;font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.4rem;background-color: white; border: solid white" onclick="location.href='
|
24 |
<br>
|
25 |
<br>
|
26 |
<b style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{prediction_text}}</b>
|
@@ -46,13 +46,13 @@
|
|
46 |
<b style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.8rem;">Selectores: </b>
|
47 |
<br>
|
48 |
<br>
|
49 |
-
<img src="{{ user_image8 }}" style="max-width:30%;" onclick="location.href='
|
50 |
-
<img src="{{ user_image9 }}" style="max-width:30%;" onclick="location.href='
|
51 |
|
52 |
|
53 |
<br>
|
54 |
-
<img src="{{ user_image10 }}" style="max-width:30%;" onclick="location.href='
|
55 |
-
<img src="{{ user_image11 }}" style="max-width:30%;" onclick="location.href='
|
56 |
|
57 |
|
58 |
</form>
|
|
|
9 |
</head>
|
10 |
<body>
|
11 |
<div class="login22">
|
12 |
+
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;font-size: 3rem;background-color: gray;"><img src="{{ user_image7 }}" alt="" style="max-width:5%;" onclick="location.href='http://127.0.0.1:5000/especialidad'"> Admisi贸n: </h2>
|
13 |
+
<h3 style="padding-left: 80%;font-size: 1.2rem;" onclick="location.href='http://127.0.0.1:5000/ajustes'">AJUSTES <img src="{{ user_image6 }}" alt="" style="max-width:18%;" ></h3>
|
14 |
<hr/>
|
15 |
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.8rem;">Barra de busqueda:</h2>
|
16 |
<form action="{{url_for('buscador_admision')}}" method="post">
|
|
|
20 |
<button type="submit" class="btn btn-primary btn-block btn-large" style="padding-bottom: 1%;width:4%;background-color: rgb(0, 128, 255);border:1px solid white; border-radius: 30%;box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);" > <img src="{{ user_image4 }}" alt="" style="max-width:100%;padding-bottom: 0.5%;" > </button>
|
21 |
<br>
|
22 |
<br>
|
23 |
+
<button type="button" name="escu" style="padding-right: 78%;font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.4rem;background-color: white; border: solid white" onclick="location.href='http://127.0.0.1:5000/escuchar_admision1'">Ir al asistente de voz: <img src="{{ user_image5 }}" style="max-width:20%;border-radius: 100%;box-shadow:2px 2px 2px 1px rgba(0, 0, 0, 0.2);" onclick="location.href='http://127.0.0.1:5000/escuchar_admision1'"></button>
|
24 |
<br>
|
25 |
<br>
|
26 |
<b style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{prediction_text}}</b>
|
|
|
46 |
<b style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.8rem;">Selectores: </b>
|
47 |
<br>
|
48 |
<br>
|
49 |
+
<img src="{{ user_image8 }}" style="max-width:30%;" onclick="location.href='http://127.0.0.1:5000/mapa_camas'">
|
50 |
+
<img src="{{ user_image9 }}" style="max-width:30%;" onclick="location.href='http://127.0.0.1:5000/ambulancias'" >
|
51 |
|
52 |
|
53 |
<br>
|
54 |
+
<img src="{{ user_image10 }}" style="max-width:30%;" onclick="location.href='http://127.0.0.1:5000/programacion_quirurgica'">
|
55 |
+
<img src="{{ user_image11 }}" style="max-width:30%;" onclick="location.href='http://127.0.0.1:5000/otros'" >
|
56 |
|
57 |
|
58 |
</form>
|
templates/buscador_trauma.html
CHANGED
@@ -8,8 +8,8 @@
|
|
8 |
</head>
|
9 |
<body>
|
10 |
<div class="login22">
|
11 |
-
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;font-size: 3rem;background-color: darkcyan;"><img src="{{ user_image7 }}" alt="" style="max-width:5%;" onclick="location.href='
|
12 |
-
<h3 style="padding-left: 80%;font-size: 1.2rem;" onclick="location.href='
|
13 |
<hr/>
|
14 |
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.8rem;">Barra de busqueda:</h2>
|
15 |
<form action="{{url_for('buscador_trauma')}}" method="post">
|
@@ -19,13 +19,13 @@
|
|
19 |
<button type="submit" class="btn btn-primary btn-block btn-large" style="padding-bottom: 1%;width:4%;background-color: rgb(0, 128, 255);border:1px solid white; border-radius: 30%;box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);" > <img src="{{ user_image4 }}" alt="" style="max-width:100%;padding-bottom: 0.5%;" > </button>
|
20 |
<br>
|
21 |
<br>
|
22 |
-
<button type="button" name="escu" style="padding-right: 78%;font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.4rem;background-color: white; border: solid white" onclick="location.href='
|
23 |
<br>
|
24 |
<br>
|
25 |
<b style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{prediction_text}}</b>
|
26 |
{% for nid,titulo in result_busqueda.items() %}
|
27 |
|
28 |
-
<a href="
|
29 |
<br>
|
30 |
<br>
|
31 |
{% endfor %}
|
@@ -45,12 +45,12 @@
|
|
45 |
<b style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.8rem;">Selectores: </b>
|
46 |
<br>
|
47 |
<br>
|
48 |
-
<img src="{{ user_image8 }}" style="max-width:20%;" onclick="location.href='
|
49 |
-
<img src="{{ user_image9 }}" style="max-width:20%;" onclick="location.href='
|
50 |
-
<img src="{{ user_image10 }}" style="max-width:20%;" onclick="location.href='
|
51 |
<br>
|
52 |
-
<img src="{{ user_image11 }}" style="max-width:20%;" onclick="location.href='
|
53 |
-
<img src="{{ user_image12 }}" style="max-width:20%;" onclick="location.href='
|
54 |
<br>
|
55 |
<br>
|
56 |
|
|
|
8 |
</head>
|
9 |
<body>
|
10 |
<div class="login22">
|
11 |
+
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;font-size: 3rem;background-color: darkcyan;"><img src="{{ user_image7 }}" alt="" style="max-width:5%;" onclick="location.href='http://127.0.0.1:5000/especialidad'"> Traumatolog铆a</h2>
|
12 |
+
<h3 style="padding-left: 80%;font-size: 1.2rem;" onclick="location.href='http://127.0.0.1:5000/ajustes'">AJUSTES <img src="{{ user_image6 }}" alt="" style="max-width:18%;" ></h3>
|
13 |
<hr/>
|
14 |
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.8rem;">Barra de busqueda:</h2>
|
15 |
<form action="{{url_for('buscador_trauma')}}" method="post">
|
|
|
19 |
<button type="submit" class="btn btn-primary btn-block btn-large" style="padding-bottom: 1%;width:4%;background-color: rgb(0, 128, 255);border:1px solid white; border-radius: 30%;box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);" > <img src="{{ user_image4 }}" alt="" style="max-width:100%;padding-bottom: 0.5%;" > </button>
|
20 |
<br>
|
21 |
<br>
|
22 |
+
<button type="button" name="escu" style="padding-right: 78%;font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.4rem;background-color: white; border: solid white" onclick="location.href='http://127.0.0.1:5000/escuchar_trauma1'">Ir al asistente de voz: <img src="{{ user_image5 }}" style="max-width:20%;border-radius: 100%;box-shadow:2px 2px 2px 1px rgba(0, 0, 0, 0.2);" onclick="location.href='http://127.0.0.1:5000/escuchar_trauma1'"></button>
|
23 |
<br>
|
24 |
<br>
|
25 |
<b style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{prediction_text}}</b>
|
26 |
{% for nid,titulo in result_busqueda.items() %}
|
27 |
|
28 |
+
<a href="http://127.0.0.1:5000/resultado_trauma?link={{nid}}" style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{titulo}}</a>
|
29 |
<br>
|
30 |
<br>
|
31 |
{% endfor %}
|
|
|
45 |
<b style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.8rem;">Selectores: </b>
|
46 |
<br>
|
47 |
<br>
|
48 |
+
<img src="{{ user_image8 }}" style="max-width:20%;" onclick="location.href='http://127.0.0.1:5000/pdf_casa_trauma?link2={{nid2}}'">
|
49 |
+
<img src="{{ user_image9 }}" style="max-width:20%;" onclick="location.href='http://127.0.0.1:5000/protocolos_trauma?link2={{nid2}}'" >
|
50 |
+
<img src="{{ user_image10 }}" style="max-width:20%;" onclick="location.href='http://127.0.0.1:5000/guia_visual_trauma?link2={{nid2}}'" >
|
51 |
<br>
|
52 |
+
<img src="{{ user_image11 }}" style="max-width:20%;" onclick="location.href='http://127.0.0.1:5000/videos_trauma?link2={{nid2}}'">
|
53 |
+
<img src="{{ user_image12 }}" style="max-width:20%;" onclick="location.href='http://127.0.0.1:5000/materiales_trauma?link2={{nid2}}'">
|
54 |
<br>
|
55 |
<br>
|
56 |
|
templates/buscador_uro.html
CHANGED
@@ -8,8 +8,8 @@
|
|
8 |
</head>
|
9 |
<body>
|
10 |
<div class="login22">
|
11 |
-
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;font-size: 3rem;background-color: saddlebrown;"><img src="{{ user_image7 }}" alt="" style="max-width:5%;" onclick="location.href='
|
12 |
-
<h3 style="padding-left: 80%;font-size: 1.2rem;" onclick="location.href='
|
13 |
<hr/>
|
14 |
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.8rem;">Barra de busqueda:</h2>
|
15 |
<form action="{{url_for('buscador_uro')}}" method="post">
|
@@ -20,7 +20,7 @@
|
|
20 |
<br>
|
21 |
|
22 |
<br>
|
23 |
-
<button type="button" name="escu" style="padding-right: 78%;font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.4rem;background-color: white; border: solid white" onclick="location.href='
|
24 |
<br>
|
25 |
<br>
|
26 |
|
@@ -30,7 +30,7 @@
|
|
30 |
|
31 |
{% for nid,titulo in result_busqueda.items() %}
|
32 |
|
33 |
-
<a href="
|
34 |
<br>
|
35 |
<br>
|
36 |
{% endfor %}
|
@@ -50,12 +50,12 @@
|
|
50 |
<b style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.8rem;">Selectores: </b>
|
51 |
<br>
|
52 |
<br>
|
53 |
-
<img src="{{ user_image8 }}" style="max-width:20%;" onclick="location.href='
|
54 |
-
<img src="{{ user_image9 }}" style="max-width:20%;" onclick="location.href='
|
55 |
-
<img src="{{ user_image10 }}" style="max-width:20%;" onclick="location.href='
|
56 |
<br>
|
57 |
-
<img src="{{ user_image11 }}" style="max-width:20%;" onclick="location.href='
|
58 |
-
<img src="{{ user_image12 }}" style="max-width:20%;" onclick="location.href='
|
59 |
|
60 |
|
61 |
|
|
|
8 |
</head>
|
9 |
<body>
|
10 |
<div class="login22">
|
11 |
+
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;font-size: 3rem;background-color: saddlebrown;"><img src="{{ user_image7 }}" alt="" style="max-width:5%;" onclick="location.href='http://127.0.0.1:5000/especialidad'"> Urolog铆a </h2>
|
12 |
+
<h3 style="padding-left: 80%;font-size: 1.2rem;" onclick="location.href='http://127.0.0.1:5000/ajustes'">AJUSTES <img src="{{ user_image6 }}" alt="" style="max-width:18%;" ></h3>
|
13 |
<hr/>
|
14 |
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.8rem;">Barra de busqueda:</h2>
|
15 |
<form action="{{url_for('buscador_uro')}}" method="post">
|
|
|
20 |
<br>
|
21 |
|
22 |
<br>
|
23 |
+
<button type="button" name="escu" style="padding-right: 78%;font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.4rem;background-color: white; border: solid white" onclick="location.href='http://127.0.0.1:5000/escuchar_uro1'">Ir al asistente de voz: <img src="{{ user_image5 }}" style="max-width:20%;border-radius: 100%;box-shadow:2px 2px 2px 1px rgba(0, 0, 0, 0.2);" onclick="location.href='http://127.0.0.1:5000/escuchar_uro1'"></button>
|
24 |
<br>
|
25 |
<br>
|
26 |
|
|
|
30 |
|
31 |
{% for nid,titulo in result_busqueda.items() %}
|
32 |
|
33 |
+
<a href="http://127.0.0.1:5000/resultado_uro?link={{nid}}" style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{titulo}}</a>
|
34 |
<br>
|
35 |
<br>
|
36 |
{% endfor %}
|
|
|
50 |
<b style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.8rem;">Selectores: </b>
|
51 |
<br>
|
52 |
<br>
|
53 |
+
<img src="{{ user_image8 }}" style="max-width:20%;" onclick="location.href='http://127.0.0.1:5000/pdf_casa_uro?link2={{nid2}}'">
|
54 |
+
<img src="{{ user_image9 }}" style="max-width:20%;" onclick="location.href='http://127.0.0.1:5000/protocolos_uro?link2={{nid2}}'" >
|
55 |
+
<img src="{{ user_image10 }}" style="max-width:20%;" onclick="location.href='http://127.0.0.1:5000/guia_visual_uro?link2={{nid2}}'" >
|
56 |
<br>
|
57 |
+
<img src="{{ user_image11 }}" style="max-width:20%;" onclick="location.href='http://127.0.0.1:5000/videos_uro?link2={{nid2}}'">
|
58 |
+
<img src="{{ user_image12 }}" style="max-width:20%;" onclick="location.href='http://127.0.0.1:5000/materiales_uro?link2={{nid2}}'">
|
59 |
|
60 |
|
61 |
|
templates/caja_trauma.html
CHANGED
@@ -8,8 +8,8 @@
|
|
8 |
</head>
|
9 |
<body>
|
10 |
<div class="login22">
|
11 |
-
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;font-size: 3rem;background-color: coral;"><img src="{{ user_image7 }}" alt="" style="max-width:5%;" onclick="location.href='
|
12 |
-
<h3 style="padding-left: 80%;font-size: 1.2rem;" onclick="location.href='
|
13 |
<hr/>
|
14 |
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.6rem;">{{title}} :</h2>
|
15 |
<form action="{{url_for('resultado_trauma')}}" method="post">
|
|
|
8 |
</head>
|
9 |
<body>
|
10 |
<div class="login22">
|
11 |
+
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;font-size: 3rem;background-color: coral;"><img src="{{ user_image7 }}" alt="" style="max-width:5%;" onclick="location.href='http://127.0.0.1:5000/especialidad'"> Materiales - Cajas : </h2>
|
12 |
+
<h3 style="padding-left: 80%;font-size: 1.2rem;" onclick="location.href='http://127.0.0.1:5000/ajustes'">AJUSTES <img src="{{ user_image6 }}" alt="" style="max-width:18%;" ></h3>
|
13 |
<hr/>
|
14 |
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.6rem;">{{title}} :</h2>
|
15 |
<form action="{{url_for('resultado_trauma')}}" method="post">
|
templates/escuchar_admision.html
CHANGED
@@ -8,8 +8,8 @@
|
|
8 |
</head>
|
9 |
<body>
|
10 |
<div class="login22">
|
11 |
-
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;font-size: 3rem;background-color: gray;"><img src="{{ user_image7 }}" alt="" style="max-width:5%;" onclick="location.href='
|
12 |
-
<h3 style="padding-left: 80%;font-size: 1.2rem;" onclick="location.href='
|
13 |
<hr/>
|
14 |
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.7rem;">Asistente de voz:</h2>
|
15 |
<form action="{{url_for('escuchar_admision')}}" method="post">
|
@@ -48,13 +48,13 @@
|
|
48 |
<b style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.8rem;">Selectores: </b>
|
49 |
<br>
|
50 |
<br>
|
51 |
-
<img src="{{ user_image8 }}" style="max-width:30%;" onclick="location.href='
|
52 |
-
<img src="{{ user_image9 }}" style="max-width:30%;" onclick="location.href='
|
53 |
|
54 |
|
55 |
<br>
|
56 |
-
<img src="{{ user_image10 }}" style="max-width:30%;" onclick="location.href='
|
57 |
-
<img src="{{ user_image11 }}" style="max-width:30%;" onclick="location.href='
|
58 |
|
59 |
|
60 |
</form>
|
|
|
8 |
</head>
|
9 |
<body>
|
10 |
<div class="login22">
|
11 |
+
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;font-size: 3rem;background-color: gray;"><img src="{{ user_image7 }}" alt="" style="max-width:5%;" onclick="location.href='http://127.0.0.1:5000/especialidad'"> Admisi贸n: </h2>
|
12 |
+
<h3 style="padding-left: 80%;font-size: 1.2rem;" onclick="location.href='http://127.0.0.1:5000/ajustes'">AJUSTES <img src="{{ user_image6 }}" alt="" style="max-width:18%;" ></h3>
|
13 |
<hr/>
|
14 |
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.7rem;">Asistente de voz:</h2>
|
15 |
<form action="{{url_for('escuchar_admision')}}" method="post">
|
|
|
48 |
<b style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.8rem;">Selectores: </b>
|
49 |
<br>
|
50 |
<br>
|
51 |
+
<img src="{{ user_image8 }}" style="max-width:30%;" onclick="location.href='http://127.0.0.1:5000/mapa_camas'">
|
52 |
+
<img src="{{ user_image9 }}" style="max-width:30%;" onclick="location.href='http://127.0.0.1:5000/ambulancias'" >
|
53 |
|
54 |
|
55 |
<br>
|
56 |
+
<img src="{{ user_image10 }}" style="max-width:30%;" onclick="location.href='http://127.0.0.1:5000/programacion_quirurgica'">
|
57 |
+
<img src="{{ user_image11 }}" style="max-width:30%;" onclick="location.href='http://127.0.0.1:5000/otros'" >
|
58 |
|
59 |
|
60 |
</form>
|
templates/escuchar_admision1.html
CHANGED
@@ -8,12 +8,12 @@
|
|
8 |
</head>
|
9 |
<body>
|
10 |
<div class="login22">
|
11 |
-
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;font-size: 3rem;background-color: gray;"><img src="{{ user_image7 }}" alt="" style="max-width:5%;" onclick="location.href='
|
12 |
-
<h3 style="padding-left: 80%;font-size: 1.2rem;" onclick="location.href='
|
13 |
<hr/>
|
14 |
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.7rem;">Asistente de voz:</h2>
|
15 |
<form action="{{url_for('escuchar_admision1')}}" method="post">
|
16 |
-
<button type="button" style="padding-right: 85%;font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.2rem;padding-left: 1%;background-color: white; border: solid white" onclick="location.href='
|
17 |
|
18 |
|
19 |
|
@@ -31,13 +31,13 @@
|
|
31 |
<b style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.8rem;">Selectores: </b>
|
32 |
<br>
|
33 |
<br>
|
34 |
-
<img src="{{ user_image8 }}" style="max-width:30%;" onclick="location.href='
|
35 |
-
<img src="{{ user_image9 }}" style="max-width:30%;" onclick="location.href='
|
36 |
|
37 |
|
38 |
<br>
|
39 |
-
<img src="{{ user_image10 }}" style="max-width:30%;" onclick="location.href='
|
40 |
-
<img src="{{ user_image11 }}" style="max-width:30%;" onclick="location.href='
|
41 |
|
42 |
|
43 |
|
|
|
8 |
</head>
|
9 |
<body>
|
10 |
<div class="login22">
|
11 |
+
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;font-size: 3rem;background-color: gray;"><img src="{{ user_image7 }}" alt="" style="max-width:5%;" onclick="location.href='http://127.0.0.1:5000/especialidad'"> Admisi贸n: </h2>
|
12 |
+
<h3 style="padding-left: 80%;font-size: 1.2rem;" onclick="location.href='http://127.0.0.1:5000/ajustes'">AJUSTES <img src="{{ user_image6 }}" alt="" style="max-width:18%;" ></h3>
|
13 |
<hr/>
|
14 |
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.7rem;">Asistente de voz:</h2>
|
15 |
<form action="{{url_for('escuchar_admision1')}}" method="post">
|
16 |
+
<button type="button" style="padding-right: 85%;font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.2rem;padding-left: 1%;background-color: white; border: solid white" onclick="location.href='http://127.0.0.1:5000/escuchar_admision'">Escuchar: <img src="{{ user_image5 }}" width="30% " style=" border-radius: 100%;box-shadow:2px 2px 2px 1px rgba(0, 0, 0, 0.2);" onclick="location.href='http://127.0.0.1:5000/escuchar_admision'"></button>
|
17 |
|
18 |
|
19 |
|
|
|
31 |
<b style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.8rem;">Selectores: </b>
|
32 |
<br>
|
33 |
<br>
|
34 |
+
<img src="{{ user_image8 }}" style="max-width:30%;" onclick="location.href='http://127.0.0.1:5000/mapa_camas'">
|
35 |
+
<img src="{{ user_image9 }}" style="max-width:30%;" onclick="location.href='http://127.0.0.1:5000/ambulancias'" >
|
36 |
|
37 |
|
38 |
<br>
|
39 |
+
<img src="{{ user_image10 }}" style="max-width:30%;" onclick="location.href='http://127.0.0.1:5000/programacion_quirurgica'">
|
40 |
+
<img src="{{ user_image11 }}" style="max-width:30%;" onclick="location.href='http://127.0.0.1:5000/otros'" >
|
41 |
|
42 |
|
43 |
|
templates/escuchar_trauma.html
CHANGED
@@ -8,8 +8,8 @@
|
|
8 |
</head>
|
9 |
<body>
|
10 |
<div class="login22">
|
11 |
-
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;font-size: 3rem;background-color: darkcyan;"><img src="{{ user_image7 }}" alt="" style="max-width:5%;" onclick="location.href='
|
12 |
-
<h3 style="padding-left: 80%;font-size: 1.2rem;" onclick="location.href='
|
13 |
<hr/>
|
14 |
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.7rem;">Asistente de voz:</h2>
|
15 |
<form action="{{url_for('escuchar_trauma')}}" method="post">
|
@@ -30,7 +30,7 @@
|
|
30 |
|
31 |
{% for nid,titulo in result_busqueda.items() %}
|
32 |
|
33 |
-
<a href="
|
34 |
<br>
|
35 |
<br>
|
36 |
{% endfor %}
|
@@ -51,12 +51,12 @@
|
|
51 |
<b style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.8rem;">Selectores: </b>
|
52 |
<br>
|
53 |
<br>
|
54 |
-
<img src="{{ user_image8 }}" style="max-width:20%;" onclick="location.href='
|
55 |
-
<img src="{{ user_image9 }}" style="max-width:20%;" onclick="location.href='
|
56 |
-
<img src="{{ user_image10 }}" style="max-width:20%;" onclick="location.href='
|
57 |
<br>
|
58 |
-
<img src="{{ user_image11 }}" style="max-width:20%;" onclick="location.href='
|
59 |
-
<img src="{{ user_image12 }}" style="max-width:20%;" onclick="location.href='
|
60 |
|
61 |
</div>
|
62 |
</body>
|
|
|
8 |
</head>
|
9 |
<body>
|
10 |
<div class="login22">
|
11 |
+
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;font-size: 3rem;background-color: darkcyan;"><img src="{{ user_image7 }}" alt="" style="max-width:5%;" onclick="location.href='http://127.0.0.1:5000/especialidad'"> Traumatolog铆a</h2>
|
12 |
+
<h3 style="padding-left: 80%;font-size: 1.2rem;" onclick="location.href='http://127.0.0.1:5000/ajustes'">AJUSTES <img src="{{ user_image6 }}" alt="" style="max-width:18%;" ></h3>
|
13 |
<hr/>
|
14 |
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.7rem;">Asistente de voz:</h2>
|
15 |
<form action="{{url_for('escuchar_trauma')}}" method="post">
|
|
|
30 |
|
31 |
{% for nid,titulo in result_busqueda.items() %}
|
32 |
|
33 |
+
<a href="http://127.0.0.1:5000/resultado_trauma?link={{nid}}" style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{titulo}}</a>
|
34 |
<br>
|
35 |
<br>
|
36 |
{% endfor %}
|
|
|
51 |
<b style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.8rem;">Selectores: </b>
|
52 |
<br>
|
53 |
<br>
|
54 |
+
<img src="{{ user_image8 }}" style="max-width:20%;" onclick="location.href='http://127.0.0.1:5000/pdf_casa_trauma?link2={{nid2}}'">
|
55 |
+
<img src="{{ user_image9 }}" style="max-width:20%;" onclick="location.href='http://127.0.0.1:5000/protocolos_trauma?link2={{nid2}}'" >
|
56 |
+
<img src="{{ user_image10 }}" style="max-width:20%;" onclick="location.href='http://127.0.0.1:5000/guia_visual_trauma?link2={{nid2}}'" >
|
57 |
<br>
|
58 |
+
<img src="{{ user_image11 }}" style="max-width:20%;" onclick="location.href='http://127.0.0.1:5000/videos_trauma?link2={{nid2}}'">
|
59 |
+
<img src="{{ user_image12 }}" style="max-width:20%;" onclick="location.href='http://127.0.0.1:5000/materiales_trauma?link2={{nid2}}'">
|
60 |
|
61 |
</div>
|
62 |
</body>
|
templates/escuchar_trauma1.html
CHANGED
@@ -8,12 +8,12 @@
|
|
8 |
</head>
|
9 |
<body>
|
10 |
<div class="login22">
|
11 |
-
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;font-size: 3rem;background-color: darkcyan;"><img src="{{ user_image7 }}" alt="" style="max-width:5%;" onclick="location.href='
|
12 |
-
<h3 style="padding-left: 80%;font-size: 1.2rem;" onclick="location.href='
|
13 |
<hr/>
|
14 |
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.7rem;">Asistente de voz:</h2>
|
15 |
<form action="{{url_for('escuchar_trauma1')}}" method="post">
|
16 |
-
<button type="button" style="padding-right: 85%;font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.2rem;padding-left: 1%;background-color: white; border: solid white" onclick="location.href='
|
17 |
|
18 |
|
19 |
|
@@ -32,12 +32,12 @@
|
|
32 |
<b style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.8rem;">Selectores: </b>
|
33 |
<br>
|
34 |
<br>
|
35 |
-
<img src="{{ user_image8 }}" style="max-width:20%;" onclick="location.href='
|
36 |
-
<img src="{{ user_image9 }}" style="max-width:20%;" onclick="location.href='
|
37 |
-
<img src="{{ user_image10 }}" style="max-width:20%;" onclick="location.href='
|
38 |
<br>
|
39 |
-
<img src="{{ user_image11 }}" style="max-width:20%;" onclick="location.href='
|
40 |
-
<img src="{{ user_image12 }}" style="max-width:20%;" onclick="location.href='
|
41 |
|
42 |
</div>
|
43 |
</body>
|
|
|
8 |
</head>
|
9 |
<body>
|
10 |
<div class="login22">
|
11 |
+
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;font-size: 3rem;background-color: darkcyan;"><img src="{{ user_image7 }}" alt="" style="max-width:5%;" onclick="location.href='http://127.0.0.1:5000/especialidad'"> Traumatolog铆a</h2>
|
12 |
+
<h3 style="padding-left: 80%;font-size: 1.2rem;" onclick="location.href='http://127.0.0.1:5000/ajustes'">AJUSTES <img src="{{ user_image6 }}" alt="" style="max-width:18%;" ></h3>
|
13 |
<hr/>
|
14 |
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.7rem;">Asistente de voz:</h2>
|
15 |
<form action="{{url_for('escuchar_trauma1')}}" method="post">
|
16 |
+
<button type="button" style="padding-right: 85%;font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.2rem;padding-left: 1%;background-color: white; border: solid white" onclick="location.href='http://127.0.0.1:5000/escuchar_trauma'">Escuchar: <img src="{{ user_image5 }}" width="30% " style=" border-radius: 100%;box-shadow:2px 2px 2px 1px rgba(0, 0, 0, 0.2);" onclick="location.href='http://127.0.0.1:5000/escuchar_trauma'"></button>
|
17 |
|
18 |
|
19 |
|
|
|
32 |
<b style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.8rem;">Selectores: </b>
|
33 |
<br>
|
34 |
<br>
|
35 |
+
<img src="{{ user_image8 }}" style="max-width:20%;" onclick="location.href='http://127.0.0.1:5000/pdf_casa_trauma?link2={{nid2}}'">
|
36 |
+
<img src="{{ user_image9 }}" style="max-width:20%;" onclick="location.href='http://127.0.0.1:5000/protocolos_trauma?link2={{nid2}}'" >
|
37 |
+
<img src="{{ user_image10 }}" style="max-width:20%;" onclick="location.href='http://127.0.0.1:5000/guia_visual_trauma?link2={{nid2}}'" >
|
38 |
<br>
|
39 |
+
<img src="{{ user_image11 }}" style="max-width:20%;" onclick="location.href='http://127.0.0.1:5000/videos_trauma?link2={{nid2}}'">
|
40 |
+
<img src="{{ user_image12 }}" style="max-width:20%;" onclick="location.href='http://127.0.0.1:5000/materiales_trauma?link2={{nid2}}'">
|
41 |
|
42 |
</div>
|
43 |
</body>
|
templates/escuchar_uro.html
CHANGED
@@ -8,8 +8,8 @@
|
|
8 |
</head>
|
9 |
<body>
|
10 |
<div class="login22">
|
11 |
-
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;font-size: 3rem;background-color: saddlebrown;"><img src="{{ user_image7 }}" alt="" style="max-width:5%;" onclick="location.href='
|
12 |
-
<h3 style="padding-left: 80%;font-size: 1.2rem;" onclick="location.href='
|
13 |
<hr/>
|
14 |
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.7rem;">Asistente de voz:</h2>
|
15 |
<form action="{{url_for('escuchar_uro')}}" method="post">
|
@@ -30,7 +30,7 @@
|
|
30 |
|
31 |
{% for nid,titulo in result_busqueda.items() %}
|
32 |
|
33 |
-
<a href="
|
34 |
<br>
|
35 |
<br>
|
36 |
{% endfor %}
|
@@ -51,12 +51,12 @@
|
|
51 |
<b style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.8rem;">Selectores: </b>
|
52 |
<br>
|
53 |
<br>
|
54 |
-
<img src="{{ user_image8 }}" style="max-width:20%;" onclick="location.href='
|
55 |
-
<img src="{{ user_image9 }}" style="max-width:20%;" onclick="location.href='
|
56 |
-
<img src="{{ user_image10 }}" style="max-width:20%;" onclick="location.href='
|
57 |
<br>
|
58 |
-
<img src="{{ user_image11 }}" style="max-width:20%;" onclick="location.href='
|
59 |
-
<img src="{{ user_image12 }}" style="max-width:20%;" onclick="location.href='
|
60 |
|
61 |
</div>
|
62 |
</body>
|
|
|
8 |
</head>
|
9 |
<body>
|
10 |
<div class="login22">
|
11 |
+
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;font-size: 3rem;background-color: saddlebrown;"><img src="{{ user_image7 }}" alt="" style="max-width:5%;" onclick="location.href='http://127.0.0.1:5000/especialidad'"> Urolog铆a </h2>
|
12 |
+
<h3 style="padding-left: 80%;font-size: 1.2rem;" onclick="location.href='http://127.0.0.1:5000/ajustes'">AJUSTES <img src="{{ user_image6 }}" alt="" style="max-width:18%;" ></h3>
|
13 |
<hr/>
|
14 |
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.7rem;">Asistente de voz:</h2>
|
15 |
<form action="{{url_for('escuchar_uro')}}" method="post">
|
|
|
30 |
|
31 |
{% for nid,titulo in result_busqueda.items() %}
|
32 |
|
33 |
+
<a href="http://127.0.0.1:5000/resultado_uro?link={{nid}}" style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{titulo}}</a>
|
34 |
<br>
|
35 |
<br>
|
36 |
{% endfor %}
|
|
|
51 |
<b style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.8rem;">Selectores: </b>
|
52 |
<br>
|
53 |
<br>
|
54 |
+
<img src="{{ user_image8 }}" style="max-width:20%;" onclick="location.href='http://127.0.0.1:5000/pdf_casa_uro?link2={{nid2}}'">
|
55 |
+
<img src="{{ user_image9 }}" style="max-width:20%;" onclick="location.href='http://127.0.0.1:5000/protocolos_uro?link2={{nid2}}'" >
|
56 |
+
<img src="{{ user_image10 }}" style="max-width:20%;" onclick="location.href='http://127.0.0.1:5000/guia_visual_uro?link2={{nid2}}'" >
|
57 |
<br>
|
58 |
+
<img src="{{ user_image11 }}" style="max-width:20%;" onclick="location.href='http://127.0.0.1:5000/videos_uro?link2={{nid2}}'">
|
59 |
+
<img src="{{ user_image12 }}" style="max-width:20%;" onclick="location.href='http://127.0.0.1:5000/materiales_uro?link2={{nid2}}'">
|
60 |
|
61 |
</div>
|
62 |
</body>
|
templates/escuchar_uro1.html
CHANGED
@@ -8,12 +8,12 @@
|
|
8 |
</head>
|
9 |
<body>
|
10 |
<div class="login22">
|
11 |
-
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;font-size: 3rem;background-color: saddlebrown;"><img src="{{ user_image7 }}" alt="" style="max-width:5%;" onclick="location.href='
|
12 |
-
<h3 style="padding-left: 80%;font-size: 1.2rem;" onclick="location.href='
|
13 |
<hr/>
|
14 |
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.7rem;">Asistente de voz:</h2>
|
15 |
<form action="{{url_for('escuchar_uro1')}}" method="post">
|
16 |
-
<button type="button" style="padding-right: 85%;font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.2rem;padding-left: 1%;background-color: white; border: solid white" onclick="location.href='
|
17 |
|
18 |
|
19 |
|
@@ -32,12 +32,12 @@
|
|
32 |
<b style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.8rem;">Selectores: </b>
|
33 |
<br>
|
34 |
<br>
|
35 |
-
<img src="{{ user_image8 }}" style="max-width:20%;" onclick="location.href='
|
36 |
-
<img src="{{ user_image9 }}" style="max-width:20%;" onclick="location.href='
|
37 |
-
<img src="{{ user_image10 }}" style="max-width:20%;" onclick="location.href='
|
38 |
<br>
|
39 |
-
<img src="{{ user_image11 }}" style="max-width:20%;" onclick="location.href='
|
40 |
-
<img src="{{ user_image12 }}" style="max-width:20%;" onclick="location.href='
|
41 |
|
42 |
|
43 |
</div>
|
|
|
8 |
</head>
|
9 |
<body>
|
10 |
<div class="login22">
|
11 |
+
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;font-size: 3rem;background-color: saddlebrown;"><img src="{{ user_image7 }}" alt="" style="max-width:5%;" onclick="location.href='http://127.0.0.1:5000/especialidad'"> Urolog铆a </h2>
|
12 |
+
<h3 style="padding-left: 80%;font-size: 1.2rem;" onclick="location.href='http://127.0.0.1:5000/ajustes'">AJUSTES <img src="{{ user_image6 }}" alt="" style="max-width:18%;" ></h3>
|
13 |
<hr/>
|
14 |
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.7rem;">Asistente de voz:</h2>
|
15 |
<form action="{{url_for('escuchar_uro1')}}" method="post">
|
16 |
+
<button type="button" style="padding-right: 85%;font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.2rem;padding-left: 1%;background-color: white; border: solid white" onclick="location.href='http://127.0.0.1:5000/escuchar_uro'">Escuchar: <img src="{{ user_image5 }}" width="30% " style=" border-radius: 100%;box-shadow:2px 2px 2px 1px rgba(0, 0, 0, 0.2);" onclick="location.href='http://127.0.0.1:5000/escuchar_trauma'"></button>
|
17 |
|
18 |
|
19 |
|
|
|
32 |
<b style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.8rem;">Selectores: </b>
|
33 |
<br>
|
34 |
<br>
|
35 |
+
<img src="{{ user_image8 }}" style="max-width:20%;" onclick="location.href='http://127.0.0.1:5000/pdf_casa_uro?link2={{nid2}}'">
|
36 |
+
<img src="{{ user_image9 }}" style="max-width:20%;" onclick="location.href='http://127.0.0.1:5000/protocolos_uro?link2={{nid2}}'" >
|
37 |
+
<img src="{{ user_image10 }}" style="max-width:20%;" onclick="location.href='http://127.0.0.1:5000/guia_visual_uro?link2={{nid2}}'" >
|
38 |
<br>
|
39 |
+
<img src="{{ user_image11 }}" style="max-width:20%;" onclick="location.href='http://127.0.0.1:5000/videos_uro?link2={{nid2}}'">
|
40 |
+
<img src="{{ user_image12 }}" style="max-width:20%;" onclick="location.href='http://127.0.0.1:5000/materiales_uro?link2={{nid2}}'">
|
41 |
|
42 |
|
43 |
</div>
|
templates/especialidad.html
CHANGED
@@ -36,14 +36,14 @@
|
|
36 |
|
37 |
|
38 |
|
39 |
-
<input class=""type="button" value="Traumatologia" style="width: 78%; background-color:darkcyan;font-size: 1.5rem; " onclick="location.href='
|
40 |
-
<h3></h3><img src="{{ user_image1 }}" alt="" style="max-width: 100%" onclick="location.href='
|
41 |
<br>
|
42 |
-
<input type="button" value="Urologia" style="width: 78%; background-color:saddlebrown;font-size: 1.5rem;" onclick="location.href='
|
43 |
-
<h3></h3><img src="{{ user_image2 }}" alt="" style="max-width: 100%" onclick="location.href='
|
44 |
<br>
|
45 |
-
<input type="button" value="Admisi贸n" style="width: 78%; background-color:dimgray;font-size: 1.5rem;" onclick="location.href='
|
46 |
-
<h3></h3><img src="{{ user_image3 }}" alt="" style="max-width: 100%" onclick="location.href='
|
47 |
</form>
|
48 |
|
49 |
</div>
|
|
|
36 |
|
37 |
|
38 |
|
39 |
+
<input class=""type="button" value="Traumatologia" style="width: 78%; background-color:darkcyan;font-size: 1.5rem; " onclick="location.href='http://127.0.0.1:5000/buscador_trauma'">
|
40 |
+
<h3></h3><img src="{{ user_image1 }}" alt="" style="max-width: 100%" onclick="location.href='http://127.0.0.1:5000/buscador_trauma'">
|
41 |
<br>
|
42 |
+
<input type="button" value="Urologia" style="width: 78%; background-color:saddlebrown;font-size: 1.5rem;" onclick="location.href='http://127.0.0.1:5000/buscador_uro'">
|
43 |
+
<h3></h3><img src="{{ user_image2 }}" alt="" style="max-width: 100%" onclick="location.href='http://127.0.0.1:5000/buscador_uro'">
|
44 |
<br>
|
45 |
+
<input type="button" value="Admisi贸n" style="width: 78%; background-color:dimgray;font-size: 1.5rem;" onclick="location.href='http://127.0.0.1:5000/buscador_admision'">
|
46 |
+
<h3></h3><img src="{{ user_image3 }}" alt="" style="max-width: 100%" onclick="location.href='http://127.0.0.1:5000/buscador_admision'">
|
47 |
</form>
|
48 |
|
49 |
</div>
|
templates/guia_visual.html
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
</head>
|
9 |
<body>
|
10 |
<div class="login22">
|
11 |
-
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;font-size: 3rem;background-color: goldenrod;"><img src="{{ user_image7 }}" alt="" style="max-width:5%;" onclick="location.href='
|
12 |
|
13 |
<hr/>
|
14 |
|
|
|
8 |
</head>
|
9 |
<body>
|
10 |
<div class="login22">
|
11 |
+
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;font-size: 3rem;background-color: goldenrod;"><img src="{{ user_image7 }}" alt="" style="max-width:5%;" onclick="location.href='http://127.0.0.1:5000/especialidad'"> Guias visuales: </h2>
|
12 |
|
13 |
<hr/>
|
14 |
|
templates/instrumental_trauma.html
CHANGED
@@ -8,8 +8,8 @@
|
|
8 |
</head>
|
9 |
<body>
|
10 |
<div class="login22">
|
11 |
-
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;font-size: 3rem;background-color: darkcyan;"><img src="{{ user_image7 }}" alt="" style="max-width:5%;" onclick="location.href='
|
12 |
-
<h3 style="padding-left: 80%;font-size: 1.2rem;" onclick="location.href='
|
13 |
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.6rem;">{{title}} :</h2>
|
14 |
<form action="{{url_for('resultado_trauma')}}" method="post">
|
15 |
<br>
|
@@ -20,7 +20,7 @@
|
|
20 |
<br>
|
21 |
{% for nid,titulo in cajas.items() %}
|
22 |
|
23 |
-
<a style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;" href="
|
24 |
|
25 |
<br>
|
26 |
{% endfor %}
|
|
|
8 |
</head>
|
9 |
<body>
|
10 |
<div class="login22">
|
11 |
+
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;font-size: 3rem;background-color: darkcyan;"><img src="{{ user_image7 }}" alt="" style="max-width:5%;" onclick="location.href='http://127.0.0.1:5000/buscador_trauma'"> Traumatolog铆a</h2>
|
12 |
+
<h3 style="padding-left: 80%;font-size: 1.2rem;" onclick="location.href='http://127.0.0.1:5000/ajustes'">AJUSTES <img src="{{ user_image6 }}" alt="" style="max-width:18%;" ></h3>
|
13 |
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.6rem;">{{title}} :</h2>
|
14 |
<form action="{{url_for('resultado_trauma')}}" method="post">
|
15 |
<br>
|
|
|
20 |
<br>
|
21 |
{% for nid,titulo in cajas.items() %}
|
22 |
|
23 |
+
<a style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;" href="http://127.0.0.1:5000/resultado_trauma?link={{nid}}" >{{titulo}}</a>
|
24 |
|
25 |
<br>
|
26 |
{% endfor %}
|
templates/instrumental_uro.html
CHANGED
@@ -8,8 +8,8 @@
|
|
8 |
</head>
|
9 |
<body>
|
10 |
<div class="login22">
|
11 |
-
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;font-size: 3rem;background-color: coral;"><img src="{{ user_image7 }}" alt="" style="max-width:5%;" onclick="location.href='
|
12 |
-
<h3 style="padding-left: 80%;font-size: 1.2rem;" onclick="location.href='
|
13 |
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.6rem;">{{title}} :</h2>
|
14 |
<form action="{{url_for('resultado_uro')}}" method="post">
|
15 |
<br>
|
@@ -20,7 +20,7 @@
|
|
20 |
<br>
|
21 |
{% for nid,titulo in cajas.items() %}
|
22 |
|
23 |
-
<a style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;" href="
|
24 |
|
25 |
<br>
|
26 |
{% endfor %}
|
|
|
8 |
</head>
|
9 |
<body>
|
10 |
<div class="login22">
|
11 |
+
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;font-size: 3rem;background-color: coral;"><img src="{{ user_image7 }}" alt="" style="max-width:5%;" onclick="location.href='http://127.0.0.1:5000/especialidad'"> Instrumental: </h2>
|
12 |
+
<h3 style="padding-left: 80%;font-size: 1.2rem;" onclick="location.href='http://127.0.0.1:5000/ajustes'">AJUSTES <img src="{{ user_image6 }}" alt="" style="max-width:18%;" ></h3>
|
13 |
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.6rem;">{{title}} :</h2>
|
14 |
<form action="{{url_for('resultado_uro')}}" method="post">
|
15 |
<br>
|
|
|
20 |
<br>
|
21 |
{% for nid,titulo in cajas.items() %}
|
22 |
|
23 |
+
<a style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;" href="http://127.0.0.1:5000/resultado_uro?link={{nid}}" >{{titulo}}</a>
|
24 |
|
25 |
<br>
|
26 |
{% endfor %}
|
templates/intervencion_trauma.html
CHANGED
@@ -8,20 +8,20 @@
|
|
8 |
</head>
|
9 |
<body>
|
10 |
<div class="login22">
|
11 |
-
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;font-size: 3rem;background-color: coral;"><img src="{{ user_image7 }}" alt="" style="max-width:5%;" onclick="location.href='
|
12 |
-
<h3 style="padding-left: 80%;font-size: 1.2rem;" onclick="location.href='
|
13 |
<hr/>
|
14 |
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 2rem;">{{title}} :</h2>
|
15 |
<form action="{{url_for('resultado_trauma')}}" method="post">
|
16 |
|
17 |
<br>
|
18 |
<br>
|
19 |
-
<img src="{{ user_image8 }}" style="max-width:20%;" onclick="location.href='
|
20 |
-
<img src="{{ user_image9 }}" style="max-width:20%;" onclick="location.href='
|
21 |
-
<img src="{{ user_image10 }}" style="max-width:20%;" onclick="location.href='
|
22 |
<br>
|
23 |
-
<img src="{{ user_image11 }}" style="max-width:20%;" onclick="location.href='
|
24 |
-
<img src="{{ user_image12 }}" style="max-width:20%;" onclick="location.href='
|
25 |
|
26 |
</form>
|
27 |
|
|
|
8 |
</head>
|
9 |
<body>
|
10 |
<div class="login22">
|
11 |
+
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;font-size: 3rem;background-color: coral;"><img src="{{ user_image7 }}" alt="" style="max-width:5%;" onclick="location.href='http://127.0.0.1:5000/especialidad'"> Intervenci贸n: </h2>
|
12 |
+
<h3 style="padding-left: 80%;font-size: 1.2rem;" onclick="location.href='http://127.0.0.1:5000/ajustes'">AJUSTES <img src="{{ user_image6 }}" alt="" style="max-width:18%;" ></h3>
|
13 |
<hr/>
|
14 |
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 2rem;">{{title}} :</h2>
|
15 |
<form action="{{url_for('resultado_trauma')}}" method="post">
|
16 |
|
17 |
<br>
|
18 |
<br>
|
19 |
+
<img src="{{ user_image8 }}" style="max-width:20%;" onclick="location.href='http://127.0.0.1:5000/pdf_casa_trauma?link2={{nid2}}'">
|
20 |
+
<img src="{{ user_image9 }}" style="max-width:20%;" onclick="location.href='http://127.0.0.1:5000/protocolos_trauma?link2={{nid2}}'" >
|
21 |
+
<img src="{{ user_image10 }}" style="max-width:20%;" onclick="location.href='http://127.0.0.1:5000/guia_visual_trauma?link2={{nid2}}'" >
|
22 |
<br>
|
23 |
+
<img src="{{ user_image11 }}" style="max-width:20%;" onclick="location.href='http://127.0.0.1:5000/videos_trauma?link2={{nid2}}'">
|
24 |
+
<img src="{{ user_image12 }}" style="max-width:20%;" onclick="location.href='http://127.0.0.1:5000/materiales_trauma?link2={{nid2}}'">
|
25 |
|
26 |
</form>
|
27 |
|