Spaces:
Runtime error
Runtime error
Update templates/escuchar_trauma1.html
Browse files
templates/escuchar_trauma1.html
CHANGED
@@ -78,10 +78,12 @@
|
|
78 |
button#recordButton {
|
79 |
background-color: #008b8b; /* Color de fondo */
|
80 |
color: #fff; /* Texto blanco */
|
|
|
81 |
}
|
82 |
button#stopButton {
|
83 |
background-color: #8b0000; /* Color de fondo */
|
84 |
color: #fff; /* Texto blanco */
|
|
|
85 |
}
|
86 |
/* Estilos para el contenido de audio (no proporcionado en el c贸digo) */
|
87 |
|
@@ -91,12 +93,12 @@
|
|
91 |
</head>
|
92 |
<body>
|
93 |
<div class="login22">
|
94 |
-
<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='
|
95 |
-
<h3 style="padding-left: 80%;font-size: 1.2rem;" onclick="location.href='
|
96 |
<hr />
|
97 |
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.7rem;">Asistente de voz:</h2>
|
98 |
<!--<form action="{{url_for('escuchar_trauma1')}}" method="post">
|
99 |
-
<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='
|
100 |
|
101 |
|
102 |
|
@@ -140,12 +142,12 @@
|
|
140 |
<b style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.8rem;">Selectores: </b>
|
141 |
<br>
|
142 |
<br>
|
143 |
-
<img src="{{ user_image8 }}" style="max-width:20%;" onclick="location.href='
|
144 |
-
<img src="{{ user_image9 }}" style="max-width:20%;" onclick="location.href='
|
145 |
-
<img src="{{ user_image10 }}" style="max-width:20%;" onclick="location.href='
|
146 |
<br>
|
147 |
-
<img src="{{ user_image11 }}" style="max-width:20%;" onclick="location.href='
|
148 |
-
<img src="{{ user_image12 }}" style="max-width:20%;" onclick="location.href='
|
149 |
|
150 |
</div>
|
151 |
</body>
|
|
|
78 |
button#recordButton {
|
79 |
background-color: #008b8b; /* Color de fondo */
|
80 |
color: #fff; /* Texto blanco */
|
81 |
+
align-items: center;
|
82 |
}
|
83 |
button#stopButton {
|
84 |
background-color: #8b0000; /* Color de fondo */
|
85 |
color: #fff; /* Texto blanco */
|
86 |
+
align-items: center;
|
87 |
}
|
88 |
/* Estilos para el contenido de audio (no proporcionado en el c贸digo) */
|
89 |
|
|
|
93 |
</head>
|
94 |
<body>
|
95 |
<div class="login22">
|
96 |
+
<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>
|
97 |
+
<h3 style="padding-left: 80%;font-size: 1.2rem;" onclick="location.href='/ajustes'">AJUSTES <img src="{{ user_image6 }}" alt="" style="max-width:18%;"></h3>
|
98 |
<hr />
|
99 |
<h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.7rem;">Asistente de voz:</h2>
|
100 |
<!--<form action="{{url_for('escuchar_trauma1')}}" method="post">
|
101 |
+
<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_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>
|
102 |
|
103 |
|
104 |
|
|
|
142 |
<b style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.8rem;">Selectores: </b>
|
143 |
<br>
|
144 |
<br>
|
145 |
+
<img src="{{ user_image8 }}" style="max-width:20%;" onclick="location.href='/pdf_casa_trauma?link2={{nid2}}'">
|
146 |
+
<img src="{{ user_image9 }}" style="max-width:20%;" onclick="location.href='/protocolos_trauma?link2={{nid2}}'">
|
147 |
+
<img src="{{ user_image10 }}" style="max-width:20%;" onclick="location.href='/guia_visual_trauma?link2={{nid2}}'">
|
148 |
<br>
|
149 |
+
<img src="{{ user_image11 }}" style="max-width:20%;" onclick="location.href='/videos_trauma?link2={{nid2}}'">
|
150 |
+
<img src="{{ user_image12 }}" style="max-width:20%;" onclick="location.href='/materiales_trauma?link2={{nid2}}'">
|
151 |
|
152 |
</div>
|
153 |
</body>
|