LeireTedCas commited on
Commit
365cf41
1 Parent(s): 824e4b2

Update templates/escuchar_uro1.html

Browse files
Files changed (1) hide show
  1. templates/escuchar_uro1.html +8 -28
templates/escuchar_uro1.html CHANGED
@@ -132,57 +132,37 @@
132
  <div id="formats"></div>
133
  <p><strong>Grabación:</strong></p>
134
  <ol id="recordingsList"></ol>
135
- <script src="/static/js/recorder.js"></script>
136
-
137
-
138
- <script src="/static/js/appuro.js"></script>
139
-
140
 
141
 
142
 
143
 
144
 
145
  <!-- inserting these scripts at the end to be able to use all the elements in the DOM -->
146
- <!--<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>-->
 
 
147
  <!-- Agrega un cuadro de texto para mostrar la respuesta -->
148
  <!--<input type="text" id="responseTextBox" readonly>-->
149
  <!--<div id="textElement">-->
150
  <!-- El texto plano se mostrará aquí -->
151
  <!--</div>-->
152
  <!--<h1>Grabación de Audio</h1>
153
-
154
-
155
-
156
-
157
-
158
  <br>
159
  <br>
160
-
161
  <!--<b style="font-size: 1.4rem;font-family: Arial, Helvetica, sans-serif;">{{prediction_text}}</b>-->
162
 
163
  <br>
164
  <br>
165
  <!---------------------------------------------------------------------------------------->
166
-
167
- <br>
168
- <br>
169
-
170
- <b style="font-size: 1.4rem;font-family: Arial, Helvetica, sans-serif;">{{prediction_text}}</b>
171
-
172
- <br>
173
- <br>
174
-
175
  <!--<b style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.8rem;">Selectores: </b>
176
  <br>
177
  <br>
178
- <img src="{{ user_image8 }}" style="max-width:20%;" onclick="location.href='/pdf_casa_uro?link2={{nid2}}'">
179
- <img src="{{ user_image9 }}" style="max-width:20%;" onclick="location.href='/protocolos_uro?link2={{nid2}}'">
180
- <img src="{{ user_image10 }}" style="max-width:20%;" onclick="location.href='/guia_visual_uro?link2={{nid2}}'">
181
  <br>
182
- <img src="{{ user_image11 }}" style="max-width:20%;" onclick="location.href='/videos_uro?link2={{nid2}}'">
183
- <img src="{{ user_image12 }}" style="max-width:20%;" onclick="location.href='/materiales_uro?link2={{nid2}}'">
184
-
185
-
186
  </div>-->
187
  </body>
188
  </html>
 
132
  <div id="formats"></div>
133
  <p><strong>Grabación:</strong></p>
134
  <ol id="recordingsList"></ol>
 
 
 
 
 
135
 
136
 
137
 
138
 
139
 
140
  <!-- inserting these scripts at the end to be able to use all the elements in the DOM -->
141
+ <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
142
+ <script src="/static/js/recorder.js"></script>
143
+ <script src="/static/js/app.js"></script>
144
  <!-- Agrega un cuadro de texto para mostrar la respuesta -->
145
  <!--<input type="text" id="responseTextBox" readonly>-->
146
  <!--<div id="textElement">-->
147
  <!-- El texto plano se mostrará aquí -->
148
  <!--</div>-->
149
  <!--<h1>Grabación de Audio</h1>
 
 
 
 
 
150
  <br>
151
  <br>
 
152
  <!--<b style="font-size: 1.4rem;font-family: Arial, Helvetica, sans-serif;">{{prediction_text}}</b>-->
153
 
154
  <br>
155
  <br>
156
  <!---------------------------------------------------------------------------------------->
 
 
 
 
 
 
 
 
 
157
  <!--<b style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.8rem;">Selectores: </b>
158
  <br>
159
  <br>
160
+ <img src="{{ user_image8 }}" style="max-width:20%;" onclick="location.href='/pdf_casa_trauma?link2={{nid2}}'">
161
+ <img src="{{ user_image9 }}" style="max-width:20%;" onclick="location.href='/protocolos_trauma?link2={{nid2}}'">
162
+ <img src="{{ user_image10 }}" style="max-width:20%;" onclick="location.href='/guia_visual_trauma?link2={{nid2}}'">
163
  <br>
164
+ <img src="{{ user_image11 }}" style="max-width:20%;" onclick="location.href='/videos_trauma?link2={{nid2}}'">
165
+ <img src="{{ user_image12 }}" style="max-width:20%;" onclick="location.href='/materiales_trauma?link2={{nid2}}'">
 
 
166
  </div>-->
167
  </body>
168
  </html>