LeireTedCas commited on
Commit
ea7e44c
·
1 Parent(s): f294750

Update templates/escuchar_admision1.html

Browse files
Files changed (1) hide show
  1. templates/escuchar_admision1.html +34 -10
templates/escuchar_admision1.html CHANGED
@@ -8,16 +8,21 @@
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">
@@ -36,29 +41,48 @@
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
  <br>
47
  <br>
 
48
  <!--<b style="font-size: 1.4rem;font-family: Arial, Helvetica, sans-serif;">{{prediction_text}}</b>-->
49
 
50
  <br>
51
  <br>
52
  <!---------------------------------------------------------------------------------------->
 
 
 
 
 
 
 
 
 
53
  <b style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.8rem;">Selectores: </b>
54
  <br>
55
  <br>
56
- <img src="{{ user_image8 }}" style="max-width:20%;" onclick="location.href='http://127.0.0.1:5000/pdf_casa_trauma?link2={{nid2}}'">
57
- <img src="{{ user_image9 }}" style="max-width:20%;" onclick="location.href='http://127.0.0.1:5000/protocolos_trauma?link2={{nid2}}'">
58
- <img src="{{ user_image10 }}" style="max-width:20%;" onclick="location.href='http://127.0.0.1:5000/guia_visual_trauma?link2={{nid2}}'">
 
59
  <br>
60
- <img src="{{ user_image11 }}" style="max-width:20%;" onclick="location.href='http://127.0.0.1:5000/videos_trauma?link2={{nid2}}'">
61
- <img src="{{ user_image12 }}" style="max-width:20%;" onclick="location.href='http://127.0.0.1:5000/materiales_trauma?link2={{nid2}}'">
 
 
 
62
 
63
  </div>
64
  </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: gray;"><img src="{{ user_image7 }}" alt="" style="max-width:5%;" onclick="location.href='/especialidad'"> Admisión: </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.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='/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
+
25
+
26
  <!---------------------------------------------------------------------------------------->
27
 
28
  <div id="controls">
 
41
  <!-- inserting these scripts at the end to be able to use all the elements in the DOM -->
42
  <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
43
  <script src="https://cdn.rawgit.com/mattdiamond/Recorderjs/08e7abd9/dist/recorder.js"></script>
44
+ <script src="/static/js/appadmision.js"></script>
45
  <!-- Agrega un cuadro de texto para mostrar la respuesta -->
46
  <!--<input type="text" id="responseTextBox" readonly>-->
47
  <!--<div id="textElement">-->
48
  <!-- El texto plano se mostrará aquí -->
49
  <!--</div>-->
50
  <!--<h1>Grabación de Audio</h1>
51
+
52
+
53
+
54
+
55
+
56
  <br>
57
  <br>
58
+
59
  <!--<b style="font-size: 1.4rem;font-family: Arial, Helvetica, sans-serif;">{{prediction_text}}</b>-->
60
 
61
  <br>
62
  <br>
63
  <!---------------------------------------------------------------------------------------->
64
+
65
+
66
+ <br>
67
+ <br>
68
+
69
+ <b style="font-size: 1.4rem;font-family: Arial, Helvetica, sans-serif;">{{prediction_text}}</b>
70
+
71
+ <br>
72
+ <br>
73
  <b style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.8rem;">Selectores: </b>
74
  <br>
75
  <br>
76
+ <img src="{{ user_image8 }}" style="max-width:30%;" onclick="location.href='/mapa_camas'">
77
+ <img src="{{ user_image9 }}" style="max-width:30%;" onclick="location.href='/ambulancias'">
78
+
79
+
80
  <br>
81
+ <img src="{{ user_image10 }}" style="max-width:30%;" onclick="location.href='/programacion_quirurgica'">
82
+ <img src="{{ user_image11 }}" style="max-width:30%;" onclick="location.href='/otros'">
83
+
84
+
85
+
86
 
87
  </div>
88
  </body>