JPLTedCas commited on
Commit
c1a4a1e
1 Parent(s): 4ffe84f

Delete templates

Browse files
templates/ajustes.html DELETED
@@ -1,24 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8">
5
- <title> Quirohelp </title>
6
-
7
-
8
- </head>
9
- <body>
10
- <div class="login22">
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
-
18
-
19
- <br>
20
- <br>
21
-
22
- </div>
23
- </body>
24
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
templates/ambulancias.html DELETED
@@ -1,47 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8">
5
- <title> Quirohelp </title>
6
-
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: 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">
16
-
17
-
18
-
19
-
20
- {% for titulo,url in text.items() %}
21
-
22
- <a href="{{url}}" style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{titulo}}</a>
23
- <br>
24
- <br>
25
- {% endfor %}
26
-
27
- </form>
28
-
29
-
30
-
31
-
32
- </div>
33
- </body>
34
- </html>
35
-
36
-
37
-
38
-
39
-
40
-
41
-
42
-
43
-
44
-
45
- </div>
46
- </body>
47
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
templates/buscador_admision.html DELETED
@@ -1,62 +0,0 @@
1
-
2
- <!DOCTYPE html>
3
- <html>
4
- <head>
5
- <meta charset="utf-8">
6
- <title> Quirohelp </title>
7
-
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='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">
17
- <input type="search" name="busqueda" placeholder="Escriba aquí la busqueda a realizar" style="box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);width: 70%; border:3px solid black; border-radius: 10px;font-size: 1.5rem;"required="required" >
18
-
19
-
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>
27
- {% for titulo,link in result_busqueda.items() %}
28
-
29
- <a href="{{link}}" style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{titulo}}</a>
30
- <br>
31
- <br>
32
- {% endfor %}
33
-
34
- <b style="font-size: 1.5rem;font-family: Arial, Helvetica, sans-serif;">{{faq_titulo}}</b>
35
- <br>
36
- <br>
37
- {% for faq in faqs %}
38
-
39
-
40
- <b style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{faq}}</b>
41
- <br>
42
- <br>
43
-
44
- {% endfor %}
45
-
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>
59
-
60
- </div>
61
- </body>
62
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
templates/buscador_trauma.html DELETED
@@ -1,94 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8">
5
- <title> Quirohelp </title>
6
-
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: darkcyan;"><img src="{{ user_image7 }}" alt="" style="max-width:5%;" onclick="location.href='/especialidad'"> Traumatología</h2>
12
- <h3 style="padding-left: 80%;font-size: 1.2rem;" onclick="location.href='/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">
16
- <input type="search" name="busqueda" placeholder="Escriba aquí la busqueda a realizar" style="box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);width: 70%; border:3px solid black; border-radius: 10px;font-size: 1.5rem;" required="required">
17
-
18
-
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
-
22
- <b style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{prediction_text}}</b>
23
- {% for nid,titulo in result_busqueda.items() %}
24
-
25
- <a href="location.href='/resultado_trauma?link={{nid}}" style="font-size: 1.8rem;font-family: Arial, Helvetica, sans-serif;">{{titulo}}</a>
26
- <br>
27
- <br>
28
- {% endfor %}
29
-
30
- <b style="font-size: 1.5rem;font-family: Arial, Helvetica, sans-serif;">{{faq_titulo}}</b>
31
- <br>
32
- <br>
33
- {% for faq in faqs %}
34
-
35
-
36
- <b style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{faq}}</b>
37
- <br>
38
- <br>
39
-
40
- {% endfor %}
41
-
42
- <b style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.8rem;">Selectores: </b>
43
- <table id="miTabla" style="border-collapse: collapse; border: none;">
44
- <tr>
45
- <td>
46
- <img src="{{ user_image8 }}" style="max-width:70%;" onclick="location.href='/pdf_casa_trauma?link2={{nid2}}'">
47
- </td>
48
- <td>
49
- <img src="{{ user_image9 }}" style="max-width:70%;" onclick="location.href='/protocolos_trauma?link2={{nid2}}'">
50
- </td>
51
- <td>
52
- <img src="{{ user_image10 }}" style="max-width:70%;" onclick="location.href='/guia_visual_trauma?link2={{nid2}}'">
53
- </td>
54
- </tr>
55
- <tr>
56
- <td>
57
- <img src="{{ user_image11 }}" style="max-width:70%;" onclick="location.href='/videos_trauma?link2={{nid2}}'">
58
- </td>
59
- <td>
60
- <img src="{{ user_image12 }}" style="max-width:70%;" onclick="location.href='/materiales_trauma?link2={{nid2}}'">
61
- </td>
62
- <td>
63
- <img src="{{ preguntas_respuestas }}" style="max-width:60%;" onclick="location.href='/preguntas_respuestas_trauma?link2={{nid2}}'">
64
- <br />
65
- <img src="{{ user_image5 }}" style="max-width:60%;border-radius: 100%;box-shadow:2px 2px 2px 1px rgba(0, 0, 0, 0.2);" onclick="location.href='/escuchar_trauma1'">
66
- </td>
67
- </tr>
68
- </table>
69
- <br>
70
-
71
- <br>
72
- <br>
73
-
74
-
75
-
76
-
77
-
78
-
79
-
80
-
81
- </form>
82
-
83
-
84
-
85
-
86
-
87
-
88
-
89
-
90
-
91
-
92
- </div>
93
- </body>
94
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
templates/buscador_trauma1.html DELETED
@@ -1,62 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8">
5
- <title> Quirohelp </title>
6
-
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: darkcyan;"><img src="{{ user_image7 }}" alt="" style="max-width:5%;" onclick="location.href='/especialidad'"> Traumatología</h2>
12
- <h3 style="padding-left: 80%;font-size: 1.2rem;" onclick="location.href='/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">
16
- <input type="search" name="busqueda" placeholder="Escriba aquí la busqueda a realizar" style="box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);width: 70%; border:3px solid black; border-radius: 10px;font-size: 1.5rem;" required="required">
17
-
18
-
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='/escuchar_trauma1'">Ir al asistente de voz: <img src="{{ user_image5 }}" style="max-width:35%;border-radius: 100%;box-shadow:2px 2px 2px 1px rgba(0, 0, 0, 0.2);" onclick="location.href='/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="/resultado_trauma?link={{nid}}" style="font-size: 1.8rem;font-family: Arial, Helvetica, sans-serif;">{{titulo}}</a>
29
- <br>
30
- <br>
31
- {% endfor %}
32
-
33
- <b style="font-size: 1.5rem;font-family: Arial, Helvetica, sans-serif;">{{faq_titulo}}</b>
34
- <br>
35
- <br>
36
- {% for faq in faqs %}
37
-
38
-
39
- <b style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{faq}}</b>
40
- <br>
41
- <br>
42
-
43
- {% endfor %}
44
-
45
-
46
-
47
-
48
-
49
-
50
-
51
-
52
-
53
-
54
- </form>
55
-
56
-
57
-
58
-
59
-
60
- </div>
61
- </body>
62
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
templates/buscador_uro.html DELETED
@@ -1,78 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8">
5
- <title> Quirohelp </title>
6
-
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: 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">
16
- <input type="search" name="busqueda" placeholder="Escriba aquí la busqueda a realizar" style="box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);width: 50%; border:2% solid black; border-radius: 0.5rem;font-size: 1.5rem;"required="required" >
17
-
18
-
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:solid white; border-radius: 0.8rem;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
-
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
-
27
- <b style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{prediction_text}}</b>
28
- <br>
29
-
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 %}
37
-
38
- <b style="font-size: 1.5rem;font-family: Arial, Helvetica, sans-serif;">{{faq_titulo}}</b>
39
- <br>
40
- <br>
41
- {% for faq in faqs %}
42
-
43
-
44
- <b style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{faq}}</b>
45
- <br>
46
- <br>
47
-
48
- {% endfor %}
49
-
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
-
62
-
63
-
64
-
65
- </form>
66
-
67
-
68
-
69
-
70
-
71
-
72
-
73
-
74
-
75
-
76
- </div>
77
- </body>
78
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
templates/caja_trauma.html DELETED
@@ -1,50 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8">
5
- <title> Quirohelp </title>
6
-
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: 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">
16
-
17
- <br>
18
- <strong style="font-size: 1.4rem;font-family: Arial, Helvetica, sans-serif;">{{texto_ubi}}</b>
19
- <strong style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;" >{{file_texto_ubi}}</strong>
20
- <br>
21
- <br>
22
- {% for file in file_imagen %}
23
- <img src="{{file}}" alt="" style="max-width: 100%;">
24
- {% endfor %}
25
- <br>
26
- <br>
27
- <strong style="font-size: 1.4rem;font-family: Arial, Helvetica, sans-serif;">{{texto_instru}}</strong>
28
- <br>
29
- <br>
30
- {% for file_instru in files_instru %}
31
- <li>
32
- <b style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;" >{{file_instru}}</b>
33
- </li>
34
- <br>
35
- {% endfor %}
36
-
37
-
38
-
39
-
40
-
41
- </form>
42
-
43
-
44
- <br>
45
- <br>
46
-
47
-
48
- </div>
49
- </body>
50
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
templates/escuchar_admision.html DELETED
@@ -1,65 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8">
5
- <title> Quirohelp </title>
6
-
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: 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">
16
- <button type="submit" 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" >Escuchar: <img src="{{ user_image5 }}" width="30% " style=" border-radius: 100%;box-shadow:2px 2px 2px 1px rgba(0, 0, 0, 0.2);" ></button>
17
-
18
-
19
-
20
-
21
-
22
-
23
-
24
- <br>
25
- <br>
26
-
27
- <b style="font-size: 1.4rem;font-family: Arial, Helvetica, sans-serif;">{{prediction_text}}</b>
28
- {% for titulo,link in result_busqueda.items() %}
29
-
30
- <a href="{{link}}" style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{titulo}}</a>
31
- <br>
32
- <br>
33
- {% endfor %}
34
-
35
- <b style="font-size: 1.5rem;font-family: Arial, Helvetica, sans-serif;">{{faq_titulo}}</b>
36
- <br>
37
- <br>
38
-
39
- {% for faq in faqs %}
40
-
41
-
42
- <b style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{faq}}</b>
43
- <br>
44
- <br>
45
-
46
- {% endfor %}
47
-
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>
61
-
62
-
63
- </div>
64
- </body>
65
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
templates/escuchar_admision1.html DELETED
@@ -1,47 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8">
5
- <title> Quirohelp </title>
6
-
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: 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
-
20
-
21
- </form>
22
-
23
-
24
- <br>
25
- <br>
26
-
27
- <b style="font-size: 1.4rem;font-family: Arial, Helvetica, sans-serif;">{{prediction_text}}</b>
28
-
29
- <br>
30
- <br>
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
-
44
-
45
- </div>
46
- </body>
47
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
templates/escuchar_trauma.html DELETED
@@ -1,115 +0,0 @@
1
- <!--<!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8">
5
- <title> Quirohelp </title>
6
-
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: darkcyan;"><img src="{{ user_image7 }}" alt="" style="max-width:5%;" onclick="location.href='/escuchar_trauma1'"> Traumatología</h2>
12
- <h3 style="padding-left: 80%;font-size: 1.2rem;" onclick="location.href='/ajustes'">AJUSTES <img src="{{ user_image6 }}" alt="" style="max-width:18%;"></h3>
13
- <hr />
14
- <form action="{{url_for('escuchar_trauma')}}" method="post">
15
- </form>
16
-
17
-
18
- <br>
19
- <br>
20
-
21
- <b style="font-size: 1.4rem;font-family: Arial, Helvetica, sans-serif;">{{prediction_text}}</b>
22
- <br>
23
- <br>
24
-
25
- {% for nid,titulo in result_busqueda.items() %}
26
-
27
- <a href="/resultado_trauma?link={{nid}}" style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{titulo}}</a>
28
- <br>
29
- <br>
30
- {% endfor %}
31
-
32
- <b style="font-size: 1.5rem;font-family: Arial, Helvetica, sans-serif;">{{faq_titulo}}</b>
33
- <br>
34
- <br>
35
-
36
- {% for faq in faqs %}
37
-
38
-
39
- <b style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{faq}}</b>
40
- <br>
41
- <br>
42
-
43
- {% endfor %}
44
-
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='/pdf_casa_trauma?link2={{nid2}}'">
49
- <img src="{{ user_image9 }}" style="max-width:20%;" onclick="location.href='/protocolos_trauma?link2={{nid2}}'">
50
- <img src="{{ user_image10 }}" style="max-width:20%;" onclick="location.href='/guia_visual_trauma?link2={{nid2}}'">
51
- <br>
52
- <img src="{{ user_image11 }}" style="max-width:20%;" onclick="location.href='/videos_trauma?link2={{nid2}}'">
53
- <img src="{{ user_image12 }}" style="max-width:20%;" onclick="location.href='/materiales_trauma?link2={{nid2}}'">
54
-
55
- </div>
56
- </body>
57
- </html>-->
58
-
59
- <!DOCTYPE html>
60
- <html>
61
- <head>
62
- <meta charset="utf-8">
63
- <title> Quirohelp </title>
64
-
65
-
66
- </head>
67
- <body>
68
- <div class="login22">
69
- <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='/escuchar_trauma1'"> Traumatología</h2>
70
- <h3 style="padding-left: 80%;font-size: 1.2rem;" onclick="location.href='/ajustes'">AJUSTES <img src="{{ user_image6 }}" alt="" style="max-width:18%;"></h3>
71
- <hr />
72
- <form action="{{url_for('escuchar_trauma')}}" method="post">
73
- </form>
74
-
75
-
76
- <br>
77
- <br>
78
-
79
- <b style="font-size: 1.4rem;font-family: Arial, Helvetica, sans-serif;">{{prediction_text}}</b>
80
- <br>
81
- <br>
82
-
83
- {% for nid,titulo in result_busqueda.items() %}
84
-
85
- <a href="/resultado_trauma?link={{nid}}" style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{titulo}}</a>
86
- <br>
87
- <br>
88
- {% endfor %}
89
-
90
- <b style="font-size: 1.5rem;font-family: Arial, Helvetica, sans-serif;">{{faq_titulo}}</b>
91
- <br>
92
- <br>
93
-
94
- {% for faq in faqs %}
95
-
96
-
97
- <b style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{faq}}</b>
98
- <br>
99
- <br>
100
-
101
- {% endfor %}
102
-
103
- <b style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.8rem;">Selectores: </b>
104
- <br>
105
- <br>
106
- <img src="{{ user_image8 }}" style="max-width:20%;" onclick="location.href='/pdf_casa_trauma?link2={{nid2}}'">
107
- <img src="{{ user_image9 }}" style="max-width:20%;" onclick="location.href='/protocolos_trauma?link2={{nid2}}'">
108
- <img src="{{ user_image10 }}" style="max-width:20%;" onclick="location.href='/guia_visual_trauma?link2={{nid2}}'">
109
- <br>
110
- <img src="{{ user_image11 }}" style="max-width:20%;" onclick="location.href='/videos_trauma?link2={{nid2}}'">
111
- <img src="{{ user_image12 }}" style="max-width:20%;" onclick="location.href='/materiales_trauma?link2={{nid2}}'">
112
-
113
- </div>
114
- </body>
115
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
templates/escuchar_trauma1.html DELETED
@@ -1,212 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8">
5
- <title> Quirohelp </title>
6
-
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: 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
-
20
- </form>
21
- <!---------------------------------------------------------------------------------------->
22
-
23
- <div id="controls">
24
- <button id="recordButton">Record</button>
25
- <button id="pauseButton" disabled>Pause</button>
26
- <button id="stopButton" disabled>Stop</button>
27
- </div>
28
- <div id="formats">Format: start recording to see sample rate</div>
29
- <p><strong>Recordings:</strong></p>
30
- <ol id="recordingsList"></ol>
31
-
32
-
33
-
34
-
35
-
36
- <!-- inserting these scripts at the end to be able to use all the elements in the DOM -->
37
- <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
38
- <script src="https://cdn.rawgit.com/mattdiamond/Recorderjs/08e7abd9/dist/recorder.js"></script>
39
- <script src="/static/js/app.js"></script>
40
- <!-- Agrega un cuadro de texto para mostrar la respuesta -->
41
- <!--<input type="text" id="responseTextBox" readonly>-->
42
- <!--<div id="textElement">-->
43
- <!-- El texto plano se mostrará aquí -->
44
- <!--</div>-->
45
- <!--<h1>Grabación de Audio</h1>
46
- <button id="start-recording">Iniciar Grabación</button>
47
- <button id="stop-recording" style="display: none;">Detener Grabación</button>
48
- <button id="play-audio" style="display: none;">Reproducir Audio</button>
49
-
50
- <audio id="audio-player" controls style="display: none;"></audio>
51
-
52
- <script>
53
- let audioChunks = [];
54
- let mediaRecorder;
55
- let audioContext;
56
-
57
- const startRecordingButton = document.getElementById('start-recording');
58
- const stopRecordingButton = document.getElementById('stop-recording');
59
- const playAudioButton = document.getElementById('play-audio');
60
- const audioPlayer = document.getElementById('audio-player');
61
-
62
- startRecordingButton.addEventListener('click', startRecording);
63
- stopRecordingButton.addEventListener('click', stopRecording);
64
- stopRecordingButton.addEventListener('click', () => {
65
- stopRecording();
66
- sendAudioToServer();
67
- });
68
- playAudioButton.addEventListener('click', playAudio);
69
-
70
- function startRecording() {
71
- startRecordingButton.style.display = 'none';
72
- stopRecordingButton.style.display = 'block';
73
- //playAudioButton.style.display = 'none';
74
-
75
- navigator.mediaDevices.getUserMedia({ audio: true })
76
- .then(stream => {
77
- audioContext = new AudioContext();
78
- mediaRecorder = new MediaRecorder(stream);
79
- mediaRecorder.ondataavailable = event => {
80
- if (event.data.size > 0) {
81
- audioChunks.push(event.data);
82
- }
83
- };
84
- mediaRecorder.onstop = () => {
85
- playAudioButton.style.display = 'block';
86
- };
87
- mediaRecorder.start();
88
- })
89
- .catch(error => {
90
- console.error('Error al acceder al micrófono: ' + error);
91
- });
92
- }
93
-
94
- function stopRecording() {
95
- startRecordingButton.style.display = 'block';
96
- stopRecordingButton.style.display = 'none';
97
- mediaRecorder.stop();
98
- }
99
-
100
- function playAudio() {
101
- const audioBlob = new Blob(audioChunks, { type: 'audio/wav' });
102
- const audioUrl = URL.createObjectURL(audioBlob);
103
- audioPlayer.src = audioUrl;
104
- audioPlayer.style.display = 'block';
105
- audioPlayer.play();
106
- }-->
107
- <!--// function sendAudioToServer() {
108
- // const formData = new FormData();
109
- // const audioBlob = new Blob(audioChunks, { type: 'audio/wav' });
110
- // formData.append('audio', audioBlob);
111
-
112
- // fetch("/escuchar_trauma", {
113
- // method: "POST",
114
- // body: formData
115
- // })
116
- // .then(response => response.json())
117
- // .then(data => {
118
- // console.log(data.result);
119
- // })
120
- // .catch(error => {
121
- // console.error(error);
122
- // });
123
- //}
124
-
125
- //function sendAudioToServer() {
126
- // // Agrega el archivo de audio al formulario
127
- // const audioBlob = new Blob(audioChunks, { type: 'audio/wav' });
128
- // const audioFormData = new FormData();
129
- // audioFormData.append('audio', audioBlob);
130
-
131
- // // Envía el formulario con el archivo al servidor
132
- // fetch("/escuchar_trauma", {
133
- // method: "POST",
134
- // body: audioFormData
135
- // })
136
- // .then(response => response.json())
137
- // .then(data => {
138
- // console.log(data.result);
139
- // })
140
- // .catch(error => {
141
- // console.error(error);
142
- // });
143
- //}-->
144
- <!--function sendAudioToServer() {
145
-
146
- var xhr = new XMLHttpRequest();
147
- xhr.onload = function (e) {
148
- if (this.readyState === 4) {
149
- console.log("Server returned: ", e.target.responseText);
150
- }
151
- };
152
- const audioBlob = new Blob(audioChunks, { type: 'audio/wav' });
153
- const audioUrl = URL.createObjectURL(audioBlob);
154
- // Supongamos que "data" es una cadena de bytes en formato WAV
155
- var formData = new FormData();
156
- // Supongamos que "audioBlob" es un objeto Blob que contiene el audio WAV
157
- formData.append("audio_data", audioBlob, "archivo.wav");
158
- xhr.open("POST", "/escuchar_trauma", true);
159
- xhr.onreadystatechange = function () {
160
- if (xhr.readyState === 4 && xhr.status === 200) {
161
- // Manejar la respuesta del servidor
162
- console.log("Respuesta del servidor:", xhr.responseText);
163
- ////////////////////////////////////////////////////////
164
- // Muestra el resultado del reconocimiento en el cuadro de texto
165
- //document.getElementById("responseTextBox").value = xhr.responseText;
166
- // Buscar el contenido dentro de las etiquetas <p></p>
167
- var parser = new DOMParser();
168
- var responseHTML = parser.parseFromString(xhr.responseText, 'text/html');
169
- var paragraphContent = responseHTML.querySelector('p').textContent;
170
-
171
- // Muestra el resultado del reconocimiento en el cuadro de texto
172
- //document.getElementById("responseTextBox").value = paragraphContent;
173
- // Muestra el resultado del reconocimiento como texto plano
174
- var textElement = document.getElementById("textElement"); // Reemplaza "textElement" con el ID adecuado
175
- textElement.textContent = paragraphContent;-->
176
- <!--//////////////////////////////////////////////////////////
177
- }
178
- };
179
- xhr.send(formData);
180
- }
181
-
182
-
183
-
184
-
185
-
186
-
187
- </script>-->
188
-
189
-
190
-
191
-
192
- <br>
193
- <br>
194
-
195
- <!--<b style="font-size: 1.4rem;font-family: Arial, Helvetica, sans-serif;">{{prediction_text}}</b>-->
196
-
197
- <br>
198
- <br>
199
- <!---------------------------------------------------------------------------------------->
200
- <b style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.8rem;">Selectores: </b>
201
- <br>
202
- <br>
203
- <img src="{{ user_image8 }}" style="max-width:20%;" onclick="location.href='http://127.0.0.1:5000/pdf_casa_trauma?link2={{nid2}}'">
204
- <img src="{{ user_image9 }}" style="max-width:20%;" onclick="location.href='http://127.0.0.1:5000/protocolos_trauma?link2={{nid2}}'">
205
- <img src="{{ user_image10 }}" style="max-width:20%;" onclick="location.href='http://127.0.0.1:5000/guia_visual_trauma?link2={{nid2}}'">
206
- <br>
207
- <img src="{{ user_image11 }}" style="max-width:20%;" onclick="location.href='http://127.0.0.1:5000/videos_trauma?link2={{nid2}}'">
208
- <img src="{{ user_image12 }}" style="max-width:20%;" onclick="location.href='http://127.0.0.1:5000/materiales_trauma?link2={{nid2}}'">
209
-
210
- </div>
211
- </body>
212
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
templates/escuchar_uro.html DELETED
@@ -1,63 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8">
5
- <title> Quirohelp </title>
6
-
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: 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">
16
- <button type="submit" 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" >Escuchar: <img src="{{ user_image5 }}" width="30% " style=" border-radius: 100%;box-shadow:2px 2px 2px 1px rgba(0, 0, 0, 0.2);" ></button>
17
-
18
-
19
-
20
-
21
- </form>
22
-
23
-
24
- <br>
25
- <br>
26
-
27
- <b style="font-size: 1.4rem;font-family: Arial, Helvetica, sans-serif;">{{prediction_text}}</b>
28
- <br>
29
- <br>
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 %}
37
-
38
- <b style="font-size: 1.5rem;font-family: Arial, Helvetica, sans-serif;">{{faq_titulo}}</b>
39
- <br>
40
- <br>
41
-
42
- {% for faq in faqs %}
43
-
44
-
45
- <b style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{faq}}</b>
46
- <br>
47
- <br>
48
-
49
- {% endfor %}
50
-
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>
63
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
templates/escuchar_uro1.html DELETED
@@ -1,49 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8">
5
- <title> Quirohelp </title>
6
-
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: 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
- <script>
18
- navigator.mediaDevices.getUserMedia({ audio: true }).then((stream) => {
19
- const mediaRecorder = new MediaRecorder(stream)
20
- })
21
- </script>
22
-
23
-
24
-
25
- </form>
26
-
27
-
28
- <br>
29
- <br>
30
-
31
- <b style="font-size: 1.4rem;font-family: Arial, Helvetica, sans-serif;">{{prediction_text}}</b>
32
-
33
- <br>
34
- <br>
35
-
36
- <b style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.8rem;">Selectores: </b>
37
- <br>
38
- <br>
39
- <img src="{{ user_image8 }}" style="max-width:20%;" onclick="location.href='http://127.0.0.1:5000/pdf_casa_uro?link2={{nid2}}'">
40
- <img src="{{ user_image9 }}" style="max-width:20%;" onclick="location.href='http://127.0.0.1:5000/protocolos_uro?link2={{nid2}}'" >
41
- <img src="{{ user_image10 }}" style="max-width:20%;" onclick="location.href='http://127.0.0.1:5000/guia_visual_uro?link2={{nid2}}'" >
42
- <br>
43
- <img src="{{ user_image11 }}" style="max-width:20%;" onclick="location.href='http://127.0.0.1:5000/videos_uro?link2={{nid2}}'">
44
- <img src="{{ user_image12 }}" style="max-width:20%;" onclick="location.href='http://127.0.0.1:5000/materiales_uro?link2={{nid2}}'">
45
-
46
-
47
- </div>
48
- </body>
49
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
templates/especialidad.html DELETED
@@ -1,51 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8">
5
-
6
- <title> Quirohelp </title>
7
- <style>
8
-
9
- .quiro {
10
-
11
- background-color: blueviolet;
12
- color:white;
13
- font-size: 3.5rem;
14
-
15
- font-family: Georgia, 'Times New Roman', Times, serif;
16
-
17
-
18
-
19
-
20
- }
21
-
22
-
23
-
24
-
25
- </style>
26
-
27
-
28
- </head>
29
- <body>
30
- <div class="login2">
31
- <h1 class="quiro"><img src="{{ user_image0 }}" alt="holaaa" style="max-width: 5%;" > QuiroHelp </h1>
32
-
33
- <p style="font-size: 1.1rem">Haz click en tu especialidad:</p>
34
- <form action="{{url_for('especialidad')}}" method="post">
35
-
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>
50
- </body>
51
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
templates/guia_visual.html DELETED
@@ -1,46 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8">
5
- <title> Quirohelp </title>
6
-
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='http://127.0.0.1:5000/especialidad'"> Guias visuales: </h2>
12
-
13
- <hr/>
14
-
15
- <form action="{{url_for('guia_visual_trauma')}}" method="post">
16
-
17
-
18
- {% for titulo,url in guia_visual.items() %}
19
-
20
- <a href="{{url}}" style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{titulo}}</a>
21
- <br>
22
- <br>
23
- <hr/>
24
- {% endfor %}
25
-
26
-
27
-
28
-
29
-
30
-
31
-
32
-
33
- </form>
34
-
35
-
36
-
37
-
38
-
39
-
40
-
41
-
42
-
43
-
44
- </div>
45
- </body>
46
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
templates/instrumental_trauma.html DELETED
@@ -1,41 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8">
5
- <title> Quirohelp </title>
6
-
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: 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>
16
- <br>
17
-
18
- <b style="font-size: 1.4rem;font-family: Arial, Helvetica, sans-serif;" >{{texto}}</b>
19
- <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 %}
27
-
28
-
29
-
30
-
31
-
32
- </form>
33
-
34
-
35
- <br>
36
- <br>
37
-
38
-
39
- </div>
40
- </body>
41
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
templates/instrumental_uro.html DELETED
@@ -1,41 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8">
5
- <title> Quirohelp </title>
6
-
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: 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>
16
- <br>
17
-
18
- <b style="font-size: 1.4rem;font-family: Arial, Helvetica, sans-serif;" >{{texto}}</b>
19
- <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 %}
27
-
28
-
29
-
30
-
31
-
32
- </form>
33
-
34
-
35
- <br>
36
- <br>
37
-
38
-
39
- </div>
40
- </body>
41
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
templates/intervencion_trauma.html DELETED
@@ -1,30 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8">
5
- <title> Quirohelp </title>
6
-
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: 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
-
28
- </div>
29
- </body>
30
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
templates/intervencion_uro.html DELETED
@@ -1,30 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8">
5
- <title> Quirohelp </title>
6
-
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: 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_uro')}}" 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_uro?link2={{nid2}}'">
20
- <img src="{{ user_image9 }}" style="max-width:20%;" onclick="location.href='http://127.0.0.1:5000/protocolos_uro?link2={{nid2}}'" >
21
- <img src="{{ user_image10 }}" style="max-width:20%;" onclick="location.href='http://127.0.0.1:5000/guia_visual_uro?link2={{nid2}}'" >
22
- <br>
23
- <img src="{{ user_image11 }}" style="max-width:20%;" onclick="location.href='http://127.0.0.1:5000/videos_uro?link2={{nid2}}'">
24
- <img src="{{ user_image12 }}" style="max-width:20%;" onclick="location.href='http://127.0.0.1:5000/materiales_uro?link2={{nid2}}'">
25
-
26
- </form>
27
-
28
- </div>
29
- </body>
30
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
templates/mapa_camas.html DELETED
@@ -1,47 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8">
5
- <title> Quirohelp </title>
6
-
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: cornflowerblue;"><img src="{{ user_image7 }}" alt="" style="max-width:5%;" onclick="location.href='http://127.0.0.1:5000/buscador_admision'"> Mapa de camas: </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('mapa_camas')}}" method="post">
16
-
17
-
18
-
19
-
20
- {% for titulo,url in text.items() %}
21
-
22
- <a href="{{url}}" style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{titulo}}</a>
23
- <br>
24
- <br>
25
- {% endfor %}
26
-
27
- </form>
28
-
29
-
30
-
31
-
32
- </div>
33
- </body>
34
- </html>
35
-
36
-
37
-
38
-
39
-
40
-
41
-
42
-
43
-
44
-
45
- </div>
46
- </body>
47
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
templates/materiales.html DELETED
@@ -1,32 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8">
5
- <title> Quirohelp </title>
6
-
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: palevioletred;"><img src="{{ user_image7 }}" alt="" style="max-width:5%;" onclick="location.href='http://127.0.0.1:5000/especialidad'"> Materiales - Cajas: </h2>
12
-
13
- <hr/>
14
-
15
- <form action="{{url_for('materiales_trauma')}}" method="post">
16
-
17
- <b style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{no_hay}}</b>
18
-
19
- {% for titulo,nid in cajas.items() %}
20
-
21
- <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>
22
- <br>
23
- <br>
24
- <hr/>
25
- {% endfor %}
26
-
27
-
28
- </form>
29
-
30
- </div>
31
- </body>
32
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
templates/materiales_uro.html DELETED
@@ -1,32 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8">
5
- <title> Quirohelp </title>
6
-
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: palevioletred;"><img src="{{ user_image7 }}" alt="" style="max-width:5%;" onclick="location.href='http://127.0.0.1:5000/especialidad'"> Materiales - Cajas: </h2>
12
-
13
- <hr/>
14
-
15
- <form action="{{url_for('materiales_uro')}}" method="post">
16
-
17
- <b style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{no_hay}}</b>
18
-
19
- {% for titulo,nid in cajas.items() %}
20
-
21
- <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>
22
- <br>
23
- <br>
24
- <hr/>
25
- {% endfor %}
26
-
27
-
28
- </form>
29
-
30
- </div>
31
- </body>
32
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
templates/otros.html DELETED
@@ -1,47 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8">
5
- <title> Quirohelp </title>
6
-
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:royalblue;"><img src="{{ user_image7 }}" alt="" style="max-width:5%;" onclick="location.href='http://127.0.0.1:5000/buscador_admision'"> Otros: </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('otros')}}" method="post">
16
-
17
-
18
-
19
-
20
- {% for titulo,url in text.items() %}
21
-
22
- <a href="{{url}}" style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{titulo}}</a>
23
- <br>
24
- <br>
25
- {% endfor %}
26
-
27
- </form>
28
-
29
-
30
-
31
-
32
- </div>
33
- </body>
34
- </html>
35
-
36
-
37
-
38
-
39
-
40
-
41
-
42
-
43
-
44
-
45
- </div>
46
- </body>
47
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
templates/pdf_casa_comercial.html DELETED
@@ -1,68 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8">
5
- <title> Quirohelp </title>
6
-
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: darkred;"><img src="{{ user_image7 }}" alt="" style="max-width:5%;" onclick="location.href='http://127.0.0.1:5000/especialidad'"> Pdf de la casa comercial: </h2>
12
-
13
- <hr/>
14
-
15
- <form action="{{url_for('pdf_casa_trauma')}}" method="post">
16
-
17
- <br>
18
-
19
-
20
- {% for titulo1,pdfs in titulos.items() %}
21
- <br>
22
- <strong style="font-size: 1.4rem;font-family: Arial, Helvetica, sans-serif;">{{titulo1}} :</strong>
23
- <select style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;" id="mySelect" onchange="window.location.href=this.value;">
24
-
25
- <option value="">Seleccionar</option>
26
-
27
- {% for titulo2,url in pdfs.items() %}
28
- <option value="{{url}}" >{{titulo2}}</option>
29
-
30
-
31
-
32
- {% endfor %}
33
-
34
-
35
- </select>
36
-
37
- <br>
38
- <br>
39
- <hr/>
40
-
41
-
42
- {% endfor %}
43
-
44
-
45
-
46
-
47
-
48
-
49
-
50
-
51
-
52
-
53
-
54
-
55
- </form>
56
-
57
-
58
-
59
-
60
-
61
-
62
-
63
-
64
-
65
-
66
- </div>
67
- </body>
68
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
templates/programacion_quirurgica.html DELETED
@@ -1,47 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8">
5
- <title> Quirohelp </title>
6
-
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: mediumspringgreen;"><img src="{{ user_image7 }}" alt="" style="max-width:5%;" onclick="location.href='http://127.0.0.1:5000/buscador_admision'"> Programación quirúrgica:</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('programacion_quirurgica')}}" method="post">
16
-
17
-
18
-
19
-
20
- {% for titulo,url in text.items() %}
21
-
22
- <a href="{{url}}" style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{titulo}}</a>
23
- <br>
24
- <br>
25
- {% endfor %}
26
-
27
- </form>
28
-
29
-
30
-
31
-
32
- </div>
33
- </body>
34
- </html>
35
-
36
-
37
-
38
-
39
-
40
-
41
-
42
-
43
-
44
-
45
- </div>
46
- </body>
47
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
templates/protocolo.html DELETED
@@ -1,31 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8">
5
- <title> Quirohelp </title>
6
-
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: blue;"><img src="{{ user_image7 }}" alt="" style="max-width:5%;" onclick="location.href='http://127.0.0.1:5000/especialidad'"> Protocolo: </h2>
12
-
13
- <hr/>
14
-
15
- <form action="{{url_for('protocolos_trauma')}}" method="post">
16
-
17
-
18
- {% for titulo,url in protocolos.items() %}
19
-
20
- <a href="{{url}}" style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{titulo}}</a>
21
- <br>
22
- <br>
23
- <hr/>
24
- {% endfor %}
25
-
26
-
27
- </form>
28
-
29
- </div>
30
- </body>
31
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
templates/seleccion_trauma.html DELETED
@@ -1,32 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8">
5
- <title> Quirohelp </title>
6
- </head>
7
- <body>
8
- <div class="login22">
9
- <h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;font-size: 50px;background-color: darkcyan;"><img src="{{ user_image7 }}" alt="" height="50px" width="50px" onclick="location.href='http://127.0.0.1:5000/buscador_trauma'"> Traumatología</h2>
10
- <h3 style="padding-left: 90%;" onclick="location.href='http://127.0.0.1:5000/ajustes'">AJUSTES <img src="{{ user_image6 }}" alt="" height="30px" width="30px" ></h3>
11
- <hr/>
12
- <h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 25px;">Busqueda mediante selectores:</h2>
13
-
14
- <form action="{{url_for('seleccion_trauma')}}" method="post">
15
-
16
- <p>Procedimiento:</p>
17
- <input name=procedimiento type="text" placeholder="Escriba el procedimiento">
18
- <p>Casa comercial:</p>
19
- <input name=casa_comercial type="text" placeholder="Escriba la casa comercial">
20
- <br>
21
- <br>
22
- <button type="submit" style="height: 60px;box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);border:2px solid white; border-radius: 10px;background-color: rgb(0, 128, 255);width: 100px; font-size: 20px;font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';"> Buscar <img src="{{ user_image4 }}" alt="" height="25px" width="32px" > </button>
23
- <br>
24
- <br>
25
- <br>
26
- <br>
27
- <b style="font-size: 20px;font-family: Arial, Helvetica, sans-serif;">{{prediction_text}}</b>
28
-
29
- </form>
30
- </div>
31
- </body>
32
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
templates/videos.html DELETED
@@ -1,49 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8">
5
- <title> Quirohelp </title>
6
-
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: blueviolet;"><img src="{{ user_image7 }}" alt="" style="max-width:5%;" onclick="location.href='http://127.0.0.1:5000/especialidad'"> Videos: </h2>
12
-
13
- <hr/>
14
-
15
- <form action="{{url_for('videos_trauma')}}" method="post">
16
-
17
- <br>
18
-
19
-
20
-
21
- {% for titulo1,pdfs in titulos.items() %}
22
- <br>
23
- <strong style="font-size: 1.4rem;font-family: Arial, Helvetica, sans-serif;">{{titulo1}} :</strong>
24
- <select style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;" id="mySelect" onchange="window.location.href=this.value;">
25
-
26
- <option value="">Seleccionar</option>
27
-
28
- {% for titulo2,url in pdfs.items() %}
29
- <option value="{{url}}" >{{titulo2}}</option>
30
-
31
-
32
-
33
- {% endfor %}
34
-
35
-
36
- </select>
37
-
38
- <br>
39
- <br>
40
- <hr/>
41
-
42
-
43
- {% endfor %}
44
-
45
- </form>
46
-
47
- </div>
48
- </body>
49
- </html>